Guest User

Untitled

a guest
Mar 4th, 2018
288
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/geoff/.rvm/rubies/ruby-2.5.0 --with-openssl-dir=/usr/local/opt/openssl --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 = Geoffs-MacBook-Pro-2.local
  14. uname -m = x86_64
  15. uname -r = 17.4.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 17.4.0: Sun Dec 17 09:19:54 PST 2017; root:xnu-4570.41.2~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.4.0: Sun Dec 17 09:19:54 PST 2017; root:xnu-4570.41.2~1/RELEASE_X86_64
  27. Kernel configured for up to 8 processors.
  28. 4 processors are physically available.
  29. 8 processors are logically available.
  30. Processor type: x86_64h (Intel x86-64h Haswell)
  31. Processors active: 0 1 2 3 4 5 6 7
  32. Primary memory available: 16.00 gigabytes
  33. Default processor set: 561 tasks, 3190 threads, 8 processors
  34. Load average: 2.72, Mach factor: 5.26
  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: /usr/local/bin
  45. PATH: /usr/bin
  46. PATH: /bin
  47. PATH: /usr/sbin
  48. PATH: /sbin
  49. PATH: ~/code/bethel/arcanist/bin
  50. PATH: ~/code/bethel/php
  51. PATH: /usr/local/share/dotnet
  52. PATH: /usr/local/opt/node@6/bin
  53. PATH: /Users/geoff/.npm-packages/bin
  54. PATH: /usr/local/opt/ansible@1.9/bin
  55. PATH: /usr/local/bin
  56. PATH: /usr/bin
  57. PATH: /bin
  58. PATH: /usr/sbin
  59. PATH: /sbin
  60. PATH: /Users/geoff/code/bethel/arcanist/bin
  61. PATH: /Users/geoff/code/bethel/php
  62. PATH: /usr/local/share/dotnet
  63. PATH: /Applications/Server.app/Contents/ServerRoot/usr/bin
  64. PATH: /Applications/Server.app/Contents/ServerRoot/usr/sbin
  65. PATH: /Library/Frameworks/Mono.framework/Versions/Current/Commands
  66. PATH: /Applications/Wireshark.app/Contents/MacOS
  67. PATH: /Users/geoff/.rvm/bin
  68.  
  69.  
  70. ## ----------- ##
  71. ## Core tests. ##
  72. ## ----------- ##
  73.  
  74. configure:2962: checking for ruby
  75. configure:2980: found /usr/bin/ruby
  76. configure:2993: result: /usr/bin/ruby
  77. configure:3079: checking build system type
  78. configure:3093: result: x86_64-apple-darwin17.4.0
  79. configure:3181: checking host system type
  80. configure:3194: result: x86_64-apple-darwin17.4.0
  81. configure:3214: checking target system type
  82. configure:3227: result: x86_64-apple-darwin17.4.0
  83. configure:3888: checking for C compiler version
  84. configure:3897: gcc --version >&5
  85. Apple LLVM version 9.0.0 (clang-900.0.39.2)
  86. Target: x86_64-apple-darwin17.4.0
  87. Thread model: posix
  88. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  89. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  90. configure:3908: $? = 0
  91. configure:3897: gcc -v >&5
  92. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  93. Apple LLVM version 9.0.0 (clang-900.0.39.2)
  94. Target: x86_64-apple-darwin17.4.0
  95. Thread model: posix
  96. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  97. configure:3908: $? = 0
  98. configure:3897: gcc -V >&5
  99. clang: error: argument to '-V' is missing (expected 1 value)
  100. clang: error: no input files
  101. configure:3908: $? = 1
  102. configure:3897: gcc -qversion >&5
  103. clang: error: unknown argument: '-qversion'
  104. clang: error: no input files
  105. configure:3908: $? = 1
  106. configure:3928: checking whether the C compiler works
  107. configure:3950: gcc conftest.c >&5
  108. configure:3954: $? = 0
  109. configure:4002: result: yes
  110. configure:4005: checking for C compiler default output file name
  111. configure:4007: result: a.out
  112. configure:4013: checking for suffix of executables
  113. configure:4020: gcc -o conftest conftest.c >&5
  114. configure:4024: $? = 0
  115. configure:4046: result:
  116. configure:4068: checking whether we are cross compiling
  117. configure:4076: gcc -o conftest conftest.c >&5
  118. configure:4080: $? = 0
  119. configure:4087: ./conftest
  120. configure:4091: $? = 0
  121. configure:4106: result: no
  122. configure:4111: checking for suffix of object files
  123. configure:4133: gcc -c conftest.c >&5
  124. configure:4137: $? = 0
  125. configure:4158: result: o
  126. configure:4162: checking whether we are using the GNU C compiler
  127. configure:4181: gcc -c conftest.c >&5
  128. configure:4181: $? = 0
  129. configure:4190: result: yes
  130. configure:4199: checking whether gcc accepts -g
  131. configure:4219: gcc -c -g conftest.c >&5
  132. configure:4219: $? = 0
  133. configure:4260: result: yes
  134. configure:4277: checking for gcc option to accept ISO C89
  135. configure:4340: gcc -c -g -O2 conftest.c >&5
  136. configure:4340: $? = 0
  137. configure:4353: result: none needed
  138. configure:4509: checking for C++ compiler version
  139. configure:4518: g++ --version >&5
  140. Apple LLVM version 9.0.0 (clang-900.0.39.2)
  141. Target: x86_64-apple-darwin17.4.0
  142. Thread model: posix
  143. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  144. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  145. configure:4529: $? = 0
  146. configure:4518: g++ -v >&5
  147. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  148. Apple LLVM version 9.0.0 (clang-900.0.39.2)
  149. Target: x86_64-apple-darwin17.4.0
  150. Thread model: posix
  151. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  152. configure:4529: $? = 0
  153. configure:4518: g++ -V >&5
  154. clang: error: argument to '-V' is missing (expected 1 value)
  155. clang: error: no input files
  156. configure:4529: $? = 1
  157. configure:4518: g++ -qversion >&5
  158. clang: error: unknown argument: '-qversion'
  159. clang: error: no input files
  160. configure:4529: $? = 1
  161. configure:4533: checking whether we are using the GNU C++ compiler
  162. configure:4552: g++ -c conftest.cpp >&5
  163. configure:4552: $? = 0
  164. configure:4561: result: yes
  165. configure:4570: checking whether g++ accepts -g
  166. configure:4590: g++ -c -g conftest.cpp >&5
  167. configure:4590: $? = 0
  168. configure:4631: result: yes
  169. configure:4660: checking how to run the C preprocessor
  170. configure:4691: gcc -E conftest.c
  171. configure:4691: $? = 0
  172. configure:4705: gcc -E conftest.c
  173. conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
  174. #include <ac_nonexistent.h>
  175. ^~~~~~~~~~~~~~~~~~
  176. 1 error generated.
  177. configure:4705: $? = 1
  178. configure: failed program was:
  179. | /* confdefs.h */
  180. | #define PACKAGE_NAME ""
  181. | #define PACKAGE_TARNAME ""
  182. | #define PACKAGE_VERSION ""
  183. | #define PACKAGE_STRING ""
  184. | #define PACKAGE_BUGREPORT ""
  185. | #define PACKAGE_URL ""
  186. | #define CANONICALIZATION_FOR_MATHN 1
  187. | /* end confdefs.h. */
  188. | #include <ac_nonexistent.h>
  189. configure:4730: result: gcc -E
  190. configure:4750: gcc -E conftest.c
  191. configure:4750: $? = 0
  192. configure:4764: gcc -E conftest.c
  193. conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
  194. #include <ac_nonexistent.h>
  195. ^~~~~~~~~~~~~~~~~~
  196. 1 error generated.
  197. configure:4764: $? = 1
  198. configure: failed program was:
  199. | /* confdefs.h */
  200. | #define PACKAGE_NAME ""
  201. | #define PACKAGE_TARNAME ""
  202. | #define PACKAGE_VERSION ""
  203. | #define PACKAGE_STRING ""
  204. | #define PACKAGE_BUGREPORT ""
  205. | #define PACKAGE_URL ""
  206. | #define CANONICALIZATION_FOR_MATHN 1
  207. | /* end confdefs.h. */
  208. | #include <ac_nonexistent.h>
  209. configure:4846: checking for grep that handles long lines and -e
  210. configure:4904: result: /usr/bin/grep
  211. configure:4909: checking for egrep
  212. configure:4971: result: /usr/bin/grep -E
  213. configure:4977: checking whether gcc needs -traditional
  214. conftest.c:10:10: fatal error: 'termio.h' file not found
  215. #include <termio.h>
  216. ^~~~~~~~~~
  217. 1 error generated.
  218. configure:5011: result: no
  219. configure:5165: checking for ld
  220. configure:5181: found /usr/bin/ld
  221. configure:5192: result: ld
  222. configure:5241: checking whether the linker is GNU ld
  223. configure:5256: result: no
  224. configure:5260: checking whether gcc -E accepts -o
  225. configure:5272: gcc -E -o conftest-1.i conftest.c
  226. configure:5272: $? = 0
  227. configure:5279: result: yes
  228. configure:5433: checking for real target cpu
  229. configure:5452: result: x86_64
  230. configure:5629: checking for ranlib
  231. configure:5656: result: :
  232. configure:5721: checking for ar
  233. configure:5748: result: libtool -static
  234. configure:5817: checking for libtool -static flags
  235. configure:5830: result: -no_warning_for_no_symbols -o
  236. configure:5878: checking for as
  237. configure:5894: found /usr/bin/as
  238. configure:5905: result: as
  239. configure:5987: checking for objdump
  240. configure:6003: found /usr/bin/objdump
  241. configure:6014: result: objdump
  242. configure:6087: checking for objcopy
  243. configure:6117: result: no
  244. configure:6087: checking for gobjcopy
  245. configure:6117: result: no
  246. configure:6532: checking for nm
  247. configure:6548: found /usr/bin/nm
  248. configure:6559: result: nm
  249. configure:6582: checking whether ln -s works
  250. configure:6586: result: yes
  251. configure:6593: checking whether make sets $(MAKE)
  252. configure:6615: result: yes
  253. configure:6638: checking for a BSD-compatible install
  254. configure:6706: result: /usr/local/opt/coreutils/bin/ginstall -c
  255. configure:6717: checking for a thread-safe mkdir -p
  256. configure:6756: result: /usr/local/opt/coreutils/bin/gmkdir -p
  257. configure:6782: checking for dtrace
  258. configure:6798: found /usr/sbin/dtrace
  259. configure:6809: result: dtrace
  260. configure:6863: checking for dot
  261. configure:6893: result: no
  262. configure:6905: checking for doxygen
  263. configure:6935: result: no
  264. configure:6946: checking for pkg-config
  265. configure:6967: found /usr/local/opt/pkg-config/bin/pkg-config
  266. configure:6990: result: pkg-config
  267. configure:7000: checking for ANSI C header files
  268. configure:7020: gcc -c -g -O2 conftest.c >&5
  269. configure:7020: $? = 0
  270. configure:7093: gcc -o conftest -g -O2 conftest.c >&5
  271. configure:7093: $? = 0
  272. configure:7093: ./conftest
  273. configure:7093: $? = 0
  274. configure:7104: result: yes
  275. configure:7117: checking for sys/types.h
  276. configure:7117: gcc -c -g -O2 conftest.c >&5
  277. configure:7117: $? = 0
  278. configure:7117: result: yes
  279. configure:7117: checking for sys/stat.h
  280. configure:7117: gcc -c -g -O2 conftest.c >&5
  281. configure:7117: $? = 0
  282. configure:7117: result: yes
  283. configure:7117: checking for stdlib.h
  284. configure:7117: gcc -c -g -O2 conftest.c >&5
  285. configure:7117: $? = 0
  286. configure:7117: result: yes
  287. configure:7117: checking for string.h
  288. configure:7117: gcc -c -g -O2 conftest.c >&5
  289. configure:7117: $? = 0
  290. configure:7117: result: yes
  291. configure:7117: checking for memory.h
  292. configure:7117: gcc -c -g -O2 conftest.c >&5
  293. configure:7117: $? = 0
  294. configure:7117: result: yes
  295. configure:7117: checking for strings.h
  296. configure:7117: gcc -c -g -O2 conftest.c >&5
  297. configure:7117: $? = 0
  298. configure:7117: result: yes
  299. configure:7117: checking for inttypes.h
  300. configure:7117: gcc -c -g -O2 conftest.c >&5
  301. configure:7117: $? = 0
  302. configure:7117: result: yes
  303. configure:7117: checking for stdint.h
  304. configure:7117: gcc -c -g -O2 conftest.c >&5
  305. configure:7117: $? = 0
  306. configure:7117: result: yes
  307. configure:7117: checking for unistd.h
  308. configure:7117: gcc -c -g -O2 conftest.c >&5
  309. configure:7117: $? = 0
  310. configure:7117: result: yes
  311. configure:7130: checking minix/config.h usability
  312. configure:7130: gcc -c -g -O2 conftest.c >&5
  313. conftest.c:53:10: fatal error: 'minix/config.h' file not found
  314. #include <minix/config.h>
  315. ^~~~~~~~~~~~~~~~
  316. 1 error generated.
  317. configure:7130: $? = 1
  318. configure: failed program was:
  319. | /* confdefs.h */
  320. | #define PACKAGE_NAME ""
  321. | #define PACKAGE_TARNAME ""
  322. | #define PACKAGE_VERSION ""
  323. | #define PACKAGE_STRING ""
  324. | #define PACKAGE_BUGREPORT ""
  325. | #define PACKAGE_URL ""
  326. | #define CANONICALIZATION_FOR_MATHN 1
  327. | #define STDC_HEADERS 1
  328. | #define HAVE_SYS_TYPES_H 1
  329. | #define HAVE_SYS_STAT_H 1
  330. | #define HAVE_STDLIB_H 1
  331. | #define HAVE_STRING_H 1
  332. | #define HAVE_MEMORY_H 1
  333. | #define HAVE_STRINGS_H 1
  334. | #define HAVE_INTTYPES_H 1
  335. | #define HAVE_STDINT_H 1
  336. | #define HAVE_UNISTD_H 1
  337. | /* end confdefs.h. */
  338. | #include <stdio.h>
  339. | #ifdef HAVE_SYS_TYPES_H
  340. | # include <sys/types.h>
  341. | #endif
  342. | #ifdef HAVE_SYS_STAT_H
  343. | # include <sys/stat.h>
  344. | #endif
  345. | #ifdef STDC_HEADERS
  346. | # include <stdlib.h>
  347. | # include <stddef.h>
  348. | #else
  349. | # ifdef HAVE_STDLIB_H
  350. | # include <stdlib.h>
  351. | # endif
  352. | #endif
  353. | #ifdef HAVE_STRING_H
  354. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  355. | # include <memory.h>
  356. | # endif
  357. | # include <string.h>
  358. | #endif
  359. | #ifdef HAVE_STRINGS_H
  360. | # include <strings.h>
  361. | #endif
  362. | #ifdef HAVE_INTTYPES_H
  363. | # include <inttypes.h>
  364. | #endif
  365. | #ifdef HAVE_STDINT_H
  366. | # include <stdint.h>
  367. | #endif
  368. | #ifdef HAVE_UNISTD_H
  369. | # include <unistd.h>
  370. | #endif
  371. | #include <minix/config.h>
  372. configure:7130: result: no
  373. configure:7130: checking minix/config.h presence
  374. configure:7130: gcc -E conftest.c
  375. conftest.c:20:10: fatal error: 'minix/config.h' file not found
  376. #include <minix/config.h>
  377. ^~~~~~~~~~~~~~~~
  378. 1 error generated.
  379. configure:7130: $? = 1
  380. configure: failed program was:
  381. | /* confdefs.h */
  382. | #define PACKAGE_NAME ""
  383. | #define PACKAGE_TARNAME ""
  384. | #define PACKAGE_VERSION ""
  385. | #define PACKAGE_STRING ""
  386. | #define PACKAGE_BUGREPORT ""
  387. | #define PACKAGE_URL ""
  388. | #define CANONICALIZATION_FOR_MATHN 1
  389. | #define STDC_HEADERS 1
  390. | #define HAVE_SYS_TYPES_H 1
  391. | #define HAVE_SYS_STAT_H 1
  392. | #define HAVE_STDLIB_H 1
  393. | #define HAVE_STRING_H 1
  394. | #define HAVE_MEMORY_H 1
  395. | #define HAVE_STRINGS_H 1
  396. | #define HAVE_INTTYPES_H 1
  397. | #define HAVE_STDINT_H 1
  398. | #define HAVE_UNISTD_H 1
  399. | /* end confdefs.h. */
  400. | #include <minix/config.h>
  401. configure:7130: result: no
  402. configure:7130: checking for minix/config.h
  403. configure:7130: result: no
  404. configure:7151: checking whether it is safe to define __EXTENSIONS__
  405. configure:7169: gcc -c -g -O2 conftest.c >&5
  406. configure:7169: $? = 0
  407. configure:7176: result: yes
  408. configure:7208: checking for cd using physical directory
  409. configure:7227: result: cd -P
  410. configure:7249: checking whether CFLAGS is valid
  411. configure:7262: gcc -c -g -O2 conftest.c >&5
  412. configure:7262: $? = 0
  413. configure:7263: result: yes
  414. configure:7274: checking whether LDFLAGS is valid
  415. configure:7294: gcc -o conftest -g -O2 conftest.c >&5
  416. configure:7294: $? = 0
  417. configure:7295: result: yes
  418. configure:7355: checking whether -Wl,-R. is accepted as LDFLAGS
  419. configure:7381: gcc -o conftest -g -O2 -Wl,-R. conftest.c >&5
  420. ld: unknown option: -R.
  421. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  422. configure:7381: $? = 1
  423. configure: failed program was:
  424. | /* confdefs.h */
  425. | #define PACKAGE_NAME ""
  426. | #define PACKAGE_TARNAME ""
  427. | #define PACKAGE_VERSION ""
  428. | #define PACKAGE_STRING ""
  429. | #define PACKAGE_BUGREPORT ""
  430. | #define PACKAGE_URL ""
  431. | #define CANONICALIZATION_FOR_MATHN 1
  432. | #define STDC_HEADERS 1
  433. | #define HAVE_SYS_TYPES_H 1
  434. | #define HAVE_SYS_STAT_H 1
  435. | #define HAVE_STDLIB_H 1
  436. | #define HAVE_STRING_H 1
  437. | #define HAVE_MEMORY_H 1
  438. | #define HAVE_STRINGS_H 1
  439. | #define HAVE_INTTYPES_H 1
  440. | #define HAVE_STDINT_H 1
  441. | #define HAVE_UNISTD_H 1
  442. | #define __EXTENSIONS__ 1
  443. | #define _ALL_SOURCE 1
  444. | #define _GNU_SOURCE 1
  445. | #define _POSIX_PTHREAD_SEMANTICS 1
  446. | #define _TANDEM_SOURCE 1
  447. | /* end confdefs.h. */
  448. |
  449. | int
  450. | main ()
  451. | {
  452. |
  453. | ;
  454. | return 0;
  455. | }
  456. configure:7387: result: no
  457. configure:7355: checking whether -Wl,-rpath,. is accepted as LDFLAGS
  458. configure:7381: gcc -o conftest -g -O2 -Wl,-rpath,. conftest.c >&5
  459. configure:7381: $? = 0
  460. configure:7383: result: yes
  461. configure:7487: checking whether -Wno-unused-parameter is accepted as CFLAGS
  462. configure:7514: gcc -c -g -O2 -Wno-unused-parameter conftest.c >&5
  463. configure:7514: $? = 0
  464. configure:7529: result: yes
  465. configure:7487: checking whether -Wno-parentheses is accepted as CFLAGS
  466. configure:7514: gcc -c -g -O2 -Wno-parentheses conftest.c >&5
  467. configure:7514: $? = 0
  468. configure:7529: result: yes
  469. configure:7487: checking whether -Wno-long-long is accepted as CFLAGS
  470. configure:7514: gcc -c -g -O2 -Wno-long-long conftest.c >&5
  471. configure:7514: $? = 0
  472. configure:7529: result: yes
  473. configure:7487: checking whether -diag-disable=175,188,2259 is accepted as CFLAGS
  474. configure:7514: gcc -c -g -O2 -diag-disable=175,188,2259 conftest.c >&5
  475. clang: warning: argument unused during compilation: '-diag-disable=175,188,2259' [-Wunused-command-line-argument]
  476. configure:7514: $? = 0
  477. configure: failed program was:
  478. | /* confdefs.h */
  479. | #define PACKAGE_NAME ""
  480. | #define PACKAGE_TARNAME ""
  481. | #define PACKAGE_VERSION ""
  482. | #define PACKAGE_STRING ""
  483. | #define PACKAGE_BUGREPORT ""
  484. | #define PACKAGE_URL ""
  485. | #define CANONICALIZATION_FOR_MATHN 1
  486. | #define STDC_HEADERS 1
  487. | #define HAVE_SYS_TYPES_H 1
  488. | #define HAVE_SYS_STAT_H 1
  489. | #define HAVE_STDLIB_H 1
  490. | #define HAVE_STRING_H 1
  491. | #define HAVE_MEMORY_H 1
  492. | #define HAVE_STRINGS_H 1
  493. | #define HAVE_INTTYPES_H 1
  494. | #define HAVE_STDINT_H 1
  495. | #define HAVE_UNISTD_H 1
  496. | #define __EXTENSIONS__ 1
  497. | #define _ALL_SOURCE 1
  498. | #define _GNU_SOURCE 1
  499. | #define _POSIX_PTHREAD_SEMANTICS 1
  500. | #define _TANDEM_SOURCE 1
  501. | /* end confdefs.h. */
  502. |
  503. | int
  504. | main ()
  505. | {
  506. |
  507. | ;
  508. | return 0;
  509. | }
  510. configure:7533: result: no
  511. configure:7487: checking whether -Wno-missing-field-initializers is accepted as CFLAGS
  512. configure:7514: gcc -c -g -O2 -Wno-missing-field-initializers conftest.c >&5
  513. configure:7514: $? = 0
  514. configure:7529: result: yes
  515. configure:7487: checking whether -Wno-tautological-compare is accepted as CFLAGS
  516. configure:7514: gcc -c -g -O2 -Wno-tautological-compare conftest.c >&5
  517. configure:7514: $? = 0
  518. configure:7529: result: yes
  519. configure:7487: checking whether -Wno-parentheses-equality is accepted as CFLAGS
  520. configure:7514: gcc -c -g -O2 -Wno-parentheses-equality conftest.c >&5
  521. configure:7514: $? = 0
  522. configure:7529: result: yes
  523. configure:7487: checking whether -Wno-constant-logical-operand is accepted as CFLAGS
  524. configure:7514: gcc -c -g -O2 -Wno-constant-logical-operand conftest.c >&5
  525. configure:7514: $? = 0
  526. configure:7529: result: yes
  527. configure:7487: checking whether -Wno-self-assign is accepted as CFLAGS
  528. configure:7514: gcc -c -g -O2 -Wno-self-assign conftest.c >&5
  529. configure:7514: $? = 0
  530. configure:7529: result: yes
  531. configure:7487: checking whether -Wunused-variable is accepted as CFLAGS
  532. configure:7514: gcc -c -g -O2 -Wunused-variable conftest.c >&5
  533. configure:7514: $? = 0
  534. configure:7529: result: yes
  535. configure:7487: checking whether -Wimplicit-int is accepted as CFLAGS
  536. configure:7514: gcc -c -g -O2 -Wimplicit-int conftest.c >&5
  537. configure:7514: $? = 0
  538. configure:7529: result: yes
  539. configure:7487: checking whether -Wpointer-arith is accepted as CFLAGS
  540. configure:7514: gcc -c -g -O2 -Wpointer-arith conftest.c >&5
  541. configure:7514: $? = 0
  542. configure:7529: result: yes
  543. configure:7487: checking whether -Wwrite-strings is accepted as CFLAGS
  544. configure:7514: gcc -c -g -O2 -Wwrite-strings conftest.c >&5
  545. configure:7514: $? = 0
  546. configure:7529: result: yes
  547. configure:7487: checking whether -Wdeclaration-after-statement is accepted as CFLAGS
  548. configure:7514: gcc -c -g -O2 -Wdeclaration-after-statement conftest.c >&5
  549. configure:7514: $? = 0
  550. configure:7529: result: yes
  551. configure:7487: checking whether -Wshorten-64-to-32 is accepted as CFLAGS
  552. configure:7514: gcc -c -g -O2 -Wshorten-64-to-32 conftest.c >&5
  553. configure:7514: $? = 0
  554. configure:7529: result: yes
  555. configure:7487: checking whether -Wimplicit-function-declaration is accepted as CFLAGS
  556. configure:7514: gcc -c -g -O2 -Wimplicit-function-declaration conftest.c >&5
  557. configure:7514: $? = 0
  558. configure:7529: result: yes
  559. configure:7487: checking whether -Wdivision-by-zero is accepted as CFLAGS
  560. configure:7514: gcc -c -g -O2 -Wdivision-by-zero conftest.c >&5
  561. configure:7514: $? = 0
  562. configure:7529: result: yes
  563. configure:7487: checking whether -Wdeprecated-declarations is accepted as CFLAGS
  564. configure:7514: gcc -c -g -O2 -Wdeprecated-declarations conftest.c >&5
  565. configure:7514: $? = 0
  566. configure:7529: result: yes
  567. configure:7487: checking whether -Wmisleading-indentation is accepted as CFLAGS
  568. configure:7514: gcc -c -g -O2 -Wmisleading-indentation conftest.c >&5
  569. warning: unknown warning option '-Wmisleading-indentation'; did you mean '-Wmissing-declarations'? [-Wunknown-warning-option]
  570. 1 warning generated.
  571. configure:7514: $? = 0
  572. configure: failed program was:
  573. | /* confdefs.h */
  574. | #define PACKAGE_NAME ""
  575. | #define PACKAGE_TARNAME ""
  576. | #define PACKAGE_VERSION ""
  577. | #define PACKAGE_STRING ""
  578. | #define PACKAGE_BUGREPORT ""
  579. | #define PACKAGE_URL ""
  580. | #define CANONICALIZATION_FOR_MATHN 1
  581. | #define STDC_HEADERS 1
  582. | #define HAVE_SYS_TYPES_H 1
  583. | #define HAVE_SYS_STAT_H 1
  584. | #define HAVE_STDLIB_H 1
  585. | #define HAVE_STRING_H 1
  586. | #define HAVE_MEMORY_H 1
  587. | #define HAVE_STRINGS_H 1
  588. | #define HAVE_INTTYPES_H 1
  589. | #define HAVE_STDINT_H 1
  590. | #define HAVE_UNISTD_H 1
  591. | #define __EXTENSIONS__ 1
  592. | #define _ALL_SOURCE 1
  593. | #define _GNU_SOURCE 1
  594. | #define _POSIX_PTHREAD_SEMANTICS 1
  595. | #define _TANDEM_SOURCE 1
  596. | /* end confdefs.h. */
  597. |
  598. | int
  599. | main ()
  600. | {
  601. |
  602. | ;
  603. | return 0;
  604. | }
  605. configure:7533: result: no
  606. configure:7487: checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS
  607. configure:7514: gcc -c -g -O2 -Wno-packed-bitfield-compat conftest.c >&5
  608. warning: unknown warning option '-Wno-packed-bitfield-compat'; did you mean '-Wno-keyword-compat'? [-Wunknown-warning-option]
  609. 1 warning generated.
  610. configure:7514: $? = 0
  611. configure: failed program was:
  612. | /* confdefs.h */
  613. | #define PACKAGE_NAME ""
  614. | #define PACKAGE_TARNAME ""
  615. | #define PACKAGE_VERSION ""
  616. | #define PACKAGE_STRING ""
  617. | #define PACKAGE_BUGREPORT ""
  618. | #define PACKAGE_URL ""
  619. | #define CANONICALIZATION_FOR_MATHN 1
  620. | #define STDC_HEADERS 1
  621. | #define HAVE_SYS_TYPES_H 1
  622. | #define HAVE_SYS_STAT_H 1
  623. | #define HAVE_STDLIB_H 1
  624. | #define HAVE_STRING_H 1
  625. | #define HAVE_MEMORY_H 1
  626. | #define HAVE_STRINGS_H 1
  627. | #define HAVE_INTTYPES_H 1
  628. | #define HAVE_STDINT_H 1
  629. | #define HAVE_UNISTD_H 1
  630. | #define __EXTENSIONS__ 1
  631. | #define _ALL_SOURCE 1
  632. | #define _GNU_SOURCE 1
  633. | #define _POSIX_PTHREAD_SEMANTICS 1
  634. | #define _TANDEM_SOURCE 1
  635. | /* end confdefs.h. */
  636. |
  637. | int
  638. | main ()
  639. | {
  640. |
  641. | ;
  642. | return 0;
  643. | }
  644. configure:7533: result: no
  645. configure:7487: checking whether -Wsuggest-attribute=noreturn is accepted as CFLAGS
  646. configure:7514: gcc -c -g -O2 -Wsuggest-attribute=noreturn conftest.c >&5
  647. warning: unknown warning option '-Wsuggest-attribute=noreturn' [-Wunknown-warning-option]
  648. 1 warning generated.
  649. configure:7514: $? = 0
  650. configure: failed program was:
  651. | /* confdefs.h */
  652. | #define PACKAGE_NAME ""
  653. | #define PACKAGE_TARNAME ""
  654. | #define PACKAGE_VERSION ""
  655. | #define PACKAGE_STRING ""
  656. | #define PACKAGE_BUGREPORT ""
  657. | #define PACKAGE_URL ""
  658. | #define CANONICALIZATION_FOR_MATHN 1
  659. | #define STDC_HEADERS 1
  660. | #define HAVE_SYS_TYPES_H 1
  661. | #define HAVE_SYS_STAT_H 1
  662. | #define HAVE_STDLIB_H 1
  663. | #define HAVE_STRING_H 1
  664. | #define HAVE_MEMORY_H 1
  665. | #define HAVE_STRINGS_H 1
  666. | #define HAVE_INTTYPES_H 1
  667. | #define HAVE_STDINT_H 1
  668. | #define HAVE_UNISTD_H 1
  669. | #define __EXTENSIONS__ 1
  670. | #define _ALL_SOURCE 1
  671. | #define _GNU_SOURCE 1
  672. | #define _POSIX_PTHREAD_SEMANTICS 1
  673. | #define _TANDEM_SOURCE 1
  674. | /* end confdefs.h. */
  675. |
  676. | int
  677. | main ()
  678. | {
  679. |
  680. | ;
  681. | return 0;
  682. | }
  683. configure:7533: result: no
  684. configure:7487: checking whether -Wsuggest-attribute=format is accepted as CFLAGS
  685. configure:7514: gcc -c -g -O2 -Wsuggest-attribute=format conftest.c >&5
  686. warning: unknown warning option '-Wsuggest-attribute=format'; did you mean '-Wproperty-attribute-mismatch'? [-Wunknown-warning-option]
  687. 1 warning generated.
  688. configure:7514: $? = 0
  689. configure: failed program was:
  690. | /* confdefs.h */
  691. | #define PACKAGE_NAME ""
  692. | #define PACKAGE_TARNAME ""
  693. | #define PACKAGE_VERSION ""
  694. | #define PACKAGE_STRING ""
  695. | #define PACKAGE_BUGREPORT ""
  696. | #define PACKAGE_URL ""
  697. | #define CANONICALIZATION_FOR_MATHN 1
  698. | #define STDC_HEADERS 1
  699. | #define HAVE_SYS_TYPES_H 1
  700. | #define HAVE_SYS_STAT_H 1
  701. | #define HAVE_STDLIB_H 1
  702. | #define HAVE_STRING_H 1
  703. | #define HAVE_MEMORY_H 1
  704. | #define HAVE_STRINGS_H 1
  705. | #define HAVE_INTTYPES_H 1
  706. | #define HAVE_STDINT_H 1
  707. | #define HAVE_UNISTD_H 1
  708. | #define __EXTENSIONS__ 1
  709. | #define _ALL_SOURCE 1
  710. | #define _GNU_SOURCE 1
  711. | #define _POSIX_PTHREAD_SEMANTICS 1
  712. | #define _TANDEM_SOURCE 1
  713. | /* end confdefs.h. */
  714. |
  715. | int
  716. | main ()
  717. | {
  718. |
  719. | ;
  720. | return 0;
  721. | }
  722. configure:7533: result: no
  723. configure:7487: checking whether -Wimplicit-fallthrough=0 is accepted as CFLAGS
  724. configure:7514: gcc -c -g -O2 -Wimplicit-fallthrough=0 conftest.c >&5
  725. warning: unknown warning option '-Wimplicit-fallthrough=0'; did you mean '-Wimplicit-fallthrough'? [-Wunknown-warning-option]
  726. 1 warning generated.
  727. configure:7514: $? = 0
  728. configure: failed program was:
  729. | /* confdefs.h */
  730. | #define PACKAGE_NAME ""
  731. | #define PACKAGE_TARNAME ""
  732. | #define PACKAGE_VERSION ""
  733. | #define PACKAGE_STRING ""
  734. | #define PACKAGE_BUGREPORT ""
  735. | #define PACKAGE_URL ""
  736. | #define CANONICALIZATION_FOR_MATHN 1
  737. | #define STDC_HEADERS 1
  738. | #define HAVE_SYS_TYPES_H 1
  739. | #define HAVE_SYS_STAT_H 1
  740. | #define HAVE_STDLIB_H 1
  741. | #define HAVE_STRING_H 1
  742. | #define HAVE_MEMORY_H 1
  743. | #define HAVE_STRINGS_H 1
  744. | #define HAVE_INTTYPES_H 1
  745. | #define HAVE_STDINT_H 1
  746. | #define HAVE_UNISTD_H 1
  747. | #define __EXTENSIONS__ 1
  748. | #define _ALL_SOURCE 1
  749. | #define _GNU_SOURCE 1
  750. | #define _POSIX_PTHREAD_SEMANTICS 1
  751. | #define _TANDEM_SOURCE 1
  752. | /* end confdefs.h. */
  753. |
  754. | int
  755. | main ()
  756. | {
  757. |
  758. | ;
  759. | return 0;
  760. | }
  761. configure:7533: result: no
  762. configure:7487: checking whether -Wduplicated-cond is accepted as CFLAGS
  763. configure:7514: gcc -c -g -O2 -Wduplicated-cond conftest.c >&5
  764. warning: unknown warning option '-Wduplicated-cond'; did you mean '-Wduplicate-enum'? [-Wunknown-warning-option]
  765. 1 warning generated.
  766. configure:7514: $? = 0
  767. configure: failed program was:
  768. | /* confdefs.h */
  769. | #define PACKAGE_NAME ""
  770. | #define PACKAGE_TARNAME ""
  771. | #define PACKAGE_VERSION ""
  772. | #define PACKAGE_STRING ""
  773. | #define PACKAGE_BUGREPORT ""
  774. | #define PACKAGE_URL ""
  775. | #define CANONICALIZATION_FOR_MATHN 1
  776. | #define STDC_HEADERS 1
  777. | #define HAVE_SYS_TYPES_H 1
  778. | #define HAVE_SYS_STAT_H 1
  779. | #define HAVE_STDLIB_H 1
  780. | #define HAVE_STRING_H 1
  781. | #define HAVE_MEMORY_H 1
  782. | #define HAVE_STRINGS_H 1
  783. | #define HAVE_INTTYPES_H 1
  784. | #define HAVE_STDINT_H 1
  785. | #define HAVE_UNISTD_H 1
  786. | #define __EXTENSIONS__ 1
  787. | #define _ALL_SOURCE 1
  788. | #define _GNU_SOURCE 1
  789. | #define _POSIX_PTHREAD_SEMANTICS 1
  790. | #define _TANDEM_SOURCE 1
  791. | /* end confdefs.h. */
  792. |
  793. | int
  794. | main ()
  795. | {
  796. |
  797. | ;
  798. | return 0;
  799. | }
  800. configure:7533: result: no
  801. configure:7487: checking whether -Wrestrict is accepted as CFLAGS
  802. configure:7514: gcc -c -g -O2 -Wrestrict conftest.c >&5
  803. warning: unknown warning option '-Wrestrict' [-Wunknown-warning-option]
  804. 1 warning generated.
  805. configure:7514: $? = 0
  806. configure: failed program was:
  807. | /* confdefs.h */
  808. | #define PACKAGE_NAME ""
  809. | #define PACKAGE_TARNAME ""
  810. | #define PACKAGE_VERSION ""
  811. | #define PACKAGE_STRING ""
  812. | #define PACKAGE_BUGREPORT ""
  813. | #define PACKAGE_URL ""
  814. | #define CANONICALIZATION_FOR_MATHN 1
  815. | #define STDC_HEADERS 1
  816. | #define HAVE_SYS_TYPES_H 1
  817. | #define HAVE_SYS_STAT_H 1
  818. | #define HAVE_STDLIB_H 1
  819. | #define HAVE_STRING_H 1
  820. | #define HAVE_MEMORY_H 1
  821. | #define HAVE_STRINGS_H 1
  822. | #define HAVE_INTTYPES_H 1
  823. | #define HAVE_STDINT_H 1
  824. | #define HAVE_UNISTD_H 1
  825. | #define __EXTENSIONS__ 1
  826. | #define _ALL_SOURCE 1
  827. | #define _GNU_SOURCE 1
  828. | #define _POSIX_PTHREAD_SEMANTICS 1
  829. | #define _TANDEM_SOURCE 1
  830. | /* end confdefs.h. */
  831. |
  832. | int
  833. | main ()
  834. | {
  835. |
  836. | ;
  837. | return 0;
  838. | }
  839. configure:7533: result: no
  840. configure:7487: checking whether -Wextra-tokens is accepted as CFLAGS
  841. configure:7514: gcc -c -g -O2 -Wextra-tokens conftest.c >&5
  842. configure:7514: $? = 0
  843. configure:7529: result: yes
  844. configure:7630: checking whether -Wall -Wextra is accepted as CFLAGS
  845. configure:7657: gcc -c -g -O2 -Wall -Wextra conftest.c >&5
  846. configure:7657: $? = 0
  847. configure:7659: result: yes
  848. configure:7686: checking whether -Qunused-arguments is accepted as CFLAGS
  849. 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
  850. configure:7713: $? = 0
  851. configure:7725: result: yes
  852. configure:7749: checking whether INFINITY is available without C99 option
  853. configure:7773: gcc -c -g -O2 conftest.c >&5
  854. configure:7773: $? = 0
  855. configure:7781: result: yes
  856. configure:7749: checking whether NAN is available without C99 option
  857. configure:7773: gcc -c -g -O2 conftest.c >&5
  858. configure:7773: $? = 0
  859. configure:7781: result: yes
  860. configure:7810: checking whether -D_FORTIFY_SOURCE=2 is accepted as CFLAGS
  861. 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
  862. configure:7837: $? = 0
  863. configure:7847: result: yes
  864. configure:7881: checking whether -fstack-protector is accepted as CFLAGS
  865. 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
  866. configure:7908: $? = 0
  867. configure:7910: result: yes
  868. configure:7936: checking whether -fstack-protector is accepted as LDFLAGS
  869. 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
  870. configure:7962: $? = 0
  871. configure:7964: result: yes
  872. configure:8032: checking whether -Wl,--compress-debug-sections=zlib is accepted as LDFLAGS
  873. 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
  874. ld: unknown option: --compress-debug-sections=zlib
  875. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  876. configure:8058: $? = 1
  877. configure: failed program was:
  878. | /* confdefs.h */
  879. | #define PACKAGE_NAME ""
  880. | #define PACKAGE_TARNAME ""
  881. | #define PACKAGE_VERSION ""
  882. | #define PACKAGE_STRING ""
  883. | #define PACKAGE_BUGREPORT ""
  884. | #define PACKAGE_URL ""
  885. | #define CANONICALIZATION_FOR_MATHN 1
  886. | #define STDC_HEADERS 1
  887. | #define HAVE_SYS_TYPES_H 1
  888. | #define HAVE_SYS_STAT_H 1
  889. | #define HAVE_STDLIB_H 1
  890. | #define HAVE_STRING_H 1
  891. | #define HAVE_MEMORY_H 1
  892. | #define HAVE_STRINGS_H 1
  893. | #define HAVE_INTTYPES_H 1
  894. | #define HAVE_STDINT_H 1
  895. | #define HAVE_UNISTD_H 1
  896. | #define __EXTENSIONS__ 1
  897. | #define _ALL_SOURCE 1
  898. | #define _GNU_SOURCE 1
  899. | #define _POSIX_PTHREAD_SEMANTICS 1
  900. | #define _TANDEM_SOURCE 1
  901. | #define HAVE_INFINITY 1
  902. | #define HAVE_NAN 1
  903. | /* end confdefs.h. */
  904. |
  905. | int
  906. | main ()
  907. | {
  908. |
  909. | ;
  910. | return 0;
  911. | }
  912. configure:8064: result: no
  913. configure:8252: checking whether -fno-strict-overflow is accepted as CFLAGS
  914. 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
  915. configure:8279: $? = 0
  916. configure:8289: result: yes
  917. configure:8312: checking whether -ggdb3 is accepted as CFLAGS
  918. 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
  919. configure:8339: $? = 0
  920. configure:8341: result: yes
  921. configure:8494: checking whether -fvisibility=hidden is accepted as CFLAGS
  922. 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
  923. configure:8521: $? = 0
  924. configure:8523: result: yes
  925. configure:8757: checking whether -fno-fast-math is accepted as CFLAGS
  926. 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
  927. configure:8784: $? = 0
  928. configure:8794: result: yes
  929. configure:8818: checking whether -fexcess-precision=standard is accepted as CFLAGS
  930. 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
  931. clang: warning: optimization flag '-fexcess-precision=standard' is not supported [-Wignored-optimization-argument]
  932. configure:8845: $? = 0
  933. configure: failed program was:
  934. | /* confdefs.h */
  935. | #define PACKAGE_NAME ""
  936. | #define PACKAGE_TARNAME ""
  937. | #define PACKAGE_VERSION ""
  938. | #define PACKAGE_STRING ""
  939. | #define PACKAGE_BUGREPORT ""
  940. | #define PACKAGE_URL ""
  941. | #define CANONICALIZATION_FOR_MATHN 1
  942. | #define STDC_HEADERS 1
  943. | #define HAVE_SYS_TYPES_H 1
  944. | #define HAVE_SYS_STAT_H 1
  945. | #define HAVE_STDLIB_H 1
  946. | #define HAVE_STRING_H 1
  947. | #define HAVE_MEMORY_H 1
  948. | #define HAVE_STRINGS_H 1
  949. | #define HAVE_INTTYPES_H 1
  950. | #define HAVE_STDINT_H 1
  951. | #define HAVE_UNISTD_H 1
  952. | #define __EXTENSIONS__ 1
  953. | #define _ALL_SOURCE 1
  954. | #define _GNU_SOURCE 1
  955. | #define _POSIX_PTHREAD_SEMANTICS 1
  956. | #define _TANDEM_SOURCE 1
  957. | #define HAVE_INFINITY 1
  958. | #define HAVE_NAN 1
  959. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  960. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  961. | /* end confdefs.h. */
  962. |
  963. | int
  964. | main ()
  965. | {
  966. |
  967. | ;
  968. | return 0;
  969. | }
  970. configure:8859: result: no
  971. configure:8818: checking whether -fp-model precise is accepted as CFLAGS
  972. 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
  973. clang: error: unknown argument: '-fp-model'
  974. clang: error: no such file or directory: 'precise'
  975. configure:8845: $? = 1
  976. configure: failed program was:
  977. | /* confdefs.h */
  978. | #define PACKAGE_NAME ""
  979. | #define PACKAGE_TARNAME ""
  980. | #define PACKAGE_VERSION ""
  981. | #define PACKAGE_STRING ""
  982. | #define PACKAGE_BUGREPORT ""
  983. | #define PACKAGE_URL ""
  984. | #define CANONICALIZATION_FOR_MATHN 1
  985. | #define STDC_HEADERS 1
  986. | #define HAVE_SYS_TYPES_H 1
  987. | #define HAVE_SYS_STAT_H 1
  988. | #define HAVE_STDLIB_H 1
  989. | #define HAVE_STRING_H 1
  990. | #define HAVE_MEMORY_H 1
  991. | #define HAVE_STRINGS_H 1
  992. | #define HAVE_INTTYPES_H 1
  993. | #define HAVE_STDINT_H 1
  994. | #define HAVE_UNISTD_H 1
  995. | #define __EXTENSIONS__ 1
  996. | #define _ALL_SOURCE 1
  997. | #define _GNU_SOURCE 1
  998. | #define _POSIX_PTHREAD_SEMANTICS 1
  999. | #define _TANDEM_SOURCE 1
  1000. | #define HAVE_INFINITY 1
  1001. | #define HAVE_NAN 1
  1002. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1003. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1004. | /* end confdefs.h. */
  1005. |
  1006. | int
  1007. | main ()
  1008. | {
  1009. |
  1010. | ;
  1011. | return 0;
  1012. | }
  1013. configure:8859: result: no
  1014. configure:9011: checking whether Mac OS X 10.5 or later
  1015. 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
  1016. configure:9022: $? = 0
  1017. configure:9028: result: yes
  1018. configure:9077: checking for broken crypt with 8bit chars
  1019. 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
  1020. conftest.c:59:30: warning: implicit conversion from 'int' to 'char' changes value from 160 to -96 [-Wconstant-conversion]
  1021. salt[0] = salt[1] = 0x80 | ' ';
  1022. ~ ~~~~~^~~~~
  1023. 1 warning generated.
  1024. configure:9126: $? = 0
  1025. configure:9126: ./conftest
  1026. configure:9126: $? = 1
  1027. configure: program exited with status 1
  1028. configure: failed program was:
  1029. | /* confdefs.h */
  1030. | #define PACKAGE_NAME ""
  1031. | #define PACKAGE_TARNAME ""
  1032. | #define PACKAGE_VERSION ""
  1033. | #define PACKAGE_STRING ""
  1034. | #define PACKAGE_BUGREPORT ""
  1035. | #define PACKAGE_URL ""
  1036. | #define CANONICALIZATION_FOR_MATHN 1
  1037. | #define STDC_HEADERS 1
  1038. | #define HAVE_SYS_TYPES_H 1
  1039. | #define HAVE_SYS_STAT_H 1
  1040. | #define HAVE_STDLIB_H 1
  1041. | #define HAVE_STRING_H 1
  1042. | #define HAVE_MEMORY_H 1
  1043. | #define HAVE_STRINGS_H 1
  1044. | #define HAVE_INTTYPES_H 1
  1045. | #define HAVE_STDINT_H 1
  1046. | #define HAVE_UNISTD_H 1
  1047. | #define __EXTENSIONS__ 1
  1048. | #define _ALL_SOURCE 1
  1049. | #define _GNU_SOURCE 1
  1050. | #define _POSIX_PTHREAD_SEMANTICS 1
  1051. | #define _TANDEM_SOURCE 1
  1052. | #define HAVE_INFINITY 1
  1053. | #define HAVE_NAN 1
  1054. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1055. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1056. | /* end confdefs.h. */
  1057. |
  1058. | #include <stdio.h>
  1059. | #include <unistd.h>
  1060. | #include <string.h>
  1061. |
  1062. | void
  1063. | broken_crypt(const char *salt, const char *buf1, const char *buf2)
  1064. | {
  1065. | #if 0
  1066. | printf("%.2x%.2x: %s -> %s\n", (unsigned char)salt[0], (unsigned char)salt[1],
  1067. | buf1+2, buf2+2);
  1068. | #endif
  1069. | }
  1070. |
  1071. | int
  1072. | main()
  1073. | {
  1074. | int i;
  1075. | char salt[2], buf[256], *s;
  1076. | for (i = 0; i < 128*128; i++) {
  1077. | salt[0] = 0x80 | (i & 0x7f);
  1078. | salt[1] = 0x80 | (i >> 7);
  1079. | strcpy(buf, crypt("", salt));
  1080. | if (strcmp(buf, s = crypt("", salt))) {
  1081. | broken_crypt(salt, buf, s);
  1082. | return 1;
  1083. | }
  1084. | }
  1085. | salt[0] = salt[1] = ' ';
  1086. | strcpy(buf, crypt("", salt));
  1087. | salt[0] = salt[1] = 0x80 | ' ';
  1088. | if (strcmp(buf, s = crypt("", salt))) {
  1089. | broken_crypt(salt, buf, s);
  1090. | return 1;
  1091. | }
  1092. | return 0;
  1093. | }
  1094. |
  1095. configure:9136: result: yes
  1096. configure:9149: checking for codesign
  1097. configure:9165: found /usr/bin/codesign
  1098. configure:9176: result: codesign
  1099. configure:9191: checking for dsymutil
  1100. configure:9207: found /usr/bin/dsymutil
  1101. configure:9218: result: dsymutil
  1102. configure:9247: checking for crt_externs.h
  1103. 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
  1104. configure:9247: $? = 0
  1105. configure:9247: result: yes
  1106. configure:9543: checking for crypt in -lcrypt
  1107. configure:9577: result: no
  1108. configure:9588: checking for dlopen in -ldl
  1109. 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
  1110. configure:9613: $? = 0
  1111. configure:9622: result: yes
  1112. configure:9633: checking for shl_load in -ldld
  1113. 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
  1114. ld: library not found for -ldld
  1115. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1116. configure:9658: $? = 1
  1117. configure: failed program was:
  1118. | /* confdefs.h */
  1119. | #define PACKAGE_NAME ""
  1120. | #define PACKAGE_TARNAME ""
  1121. | #define PACKAGE_VERSION ""
  1122. | #define PACKAGE_STRING ""
  1123. | #define PACKAGE_BUGREPORT ""
  1124. | #define PACKAGE_URL ""
  1125. | #define CANONICALIZATION_FOR_MATHN 1
  1126. | #define STDC_HEADERS 1
  1127. | #define HAVE_SYS_TYPES_H 1
  1128. | #define HAVE_SYS_STAT_H 1
  1129. | #define HAVE_STDLIB_H 1
  1130. | #define HAVE_STRING_H 1
  1131. | #define HAVE_MEMORY_H 1
  1132. | #define HAVE_STRINGS_H 1
  1133. | #define HAVE_INTTYPES_H 1
  1134. | #define HAVE_STDINT_H 1
  1135. | #define HAVE_UNISTD_H 1
  1136. | #define __EXTENSIONS__ 1
  1137. | #define _ALL_SOURCE 1
  1138. | #define _GNU_SOURCE 1
  1139. | #define _POSIX_PTHREAD_SEMANTICS 1
  1140. | #define _TANDEM_SOURCE 1
  1141. | #define HAVE_INFINITY 1
  1142. | #define HAVE_NAN 1
  1143. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1144. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1145. | #define BROKEN_CRYPT 1
  1146. | #define HAVE_CRT_EXTERNS_H 1
  1147. | #define HAVE_LIBDL 1
  1148. | /* end confdefs.h. */
  1149. |
  1150. | /* Override any GCC internal prototype to avoid an error.
  1151. | Use char because int might match the return type of a GCC
  1152. | builtin and then its argument prototype would still apply. */
  1153. | #ifdef __cplusplus
  1154. | extern "C"
  1155. | #endif
  1156. | char shl_load ();
  1157. | int
  1158. | main ()
  1159. | {
  1160. | return shl_load ();
  1161. | ;
  1162. | return 0;
  1163. | }
  1164. configure:9667: result: no
  1165. configure:9678: checking for shutdown in -lsocket
  1166. 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
  1167. ld: library not found for -lsocket
  1168. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1169. configure:9703: $? = 1
  1170. configure: failed program was:
  1171. | /* confdefs.h */
  1172. | #define PACKAGE_NAME ""
  1173. | #define PACKAGE_TARNAME ""
  1174. | #define PACKAGE_VERSION ""
  1175. | #define PACKAGE_STRING ""
  1176. | #define PACKAGE_BUGREPORT ""
  1177. | #define PACKAGE_URL ""
  1178. | #define CANONICALIZATION_FOR_MATHN 1
  1179. | #define STDC_HEADERS 1
  1180. | #define HAVE_SYS_TYPES_H 1
  1181. | #define HAVE_SYS_STAT_H 1
  1182. | #define HAVE_STDLIB_H 1
  1183. | #define HAVE_STRING_H 1
  1184. | #define HAVE_MEMORY_H 1
  1185. | #define HAVE_STRINGS_H 1
  1186. | #define HAVE_INTTYPES_H 1
  1187. | #define HAVE_STDINT_H 1
  1188. | #define HAVE_UNISTD_H 1
  1189. | #define __EXTENSIONS__ 1
  1190. | #define _ALL_SOURCE 1
  1191. | #define _GNU_SOURCE 1
  1192. | #define _POSIX_PTHREAD_SEMANTICS 1
  1193. | #define _TANDEM_SOURCE 1
  1194. | #define HAVE_INFINITY 1
  1195. | #define HAVE_NAN 1
  1196. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1197. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1198. | #define BROKEN_CRYPT 1
  1199. | #define HAVE_CRT_EXTERNS_H 1
  1200. | #define HAVE_LIBDL 1
  1201. | /* end confdefs.h. */
  1202. |
  1203. | /* Override any GCC internal prototype to avoid an error.
  1204. | Use char because int might match the return type of a GCC
  1205. | builtin and then its argument prototype would still apply. */
  1206. | #ifdef __cplusplus
  1207. | extern "C"
  1208. | #endif
  1209. | char shutdown ();
  1210. | int
  1211. | main ()
  1212. | {
  1213. | return shutdown ();
  1214. | ;
  1215. | return 0;
  1216. | }
  1217. configure:9712: result: no
  1218. configure:9727: checking for dirent.h that defines DIR
  1219. 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
  1220. configure:9746: $? = 0
  1221. configure:9754: result: yes
  1222. configure:9767: checking for library containing opendir
  1223. 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
  1224. configure:9798: $? = 0
  1225. configure:9815: result: none required
  1226. configure:9882: checking for stdbool.h that conforms to C99
  1227. 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
  1228. conftest.c:82:24: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1229. bool e = &s;
  1230. ~ ^
  1231. conftest.c:86:23: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1232. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1233. ~^
  1234. conftest.c:86:28: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1235. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1236. ~^
  1237. conftest.c:86:33: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1238. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1239. ~^
  1240. conftest.c:86:38: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1241. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1242. ~^
  1243. conftest.c:86:48: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1244. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1245. ~^
  1246. conftest.c:86:53: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1247. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1248. ~^
  1249. conftest.c:86:58: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1250. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1251. ~^
  1252. conftest.c:86:63: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1253. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1254. ~^
  1255. conftest.c:87:30: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1256. ~^
  1257. conftest.c:87:35: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1258. ~^
  1259. conftest.c:87:40: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1260. ~^
  1261. 12 warnings generated.
  1262. configure:9949: $? = 0
  1263. configure:9956: result: yes
  1264. configure:9958: checking for _Bool
  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. configure:9958: $? = 0
  1267. 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
  1268. conftest.c:69:20: error: expected expression
  1269. if (sizeof ((_Bool)))
  1270. ^
  1271. 1 error generated.
  1272. configure:9958: $? = 1
  1273. configure: failed program was:
  1274. | /* confdefs.h */
  1275. | #define PACKAGE_NAME ""
  1276. | #define PACKAGE_TARNAME ""
  1277. | #define PACKAGE_VERSION ""
  1278. | #define PACKAGE_STRING ""
  1279. | #define PACKAGE_BUGREPORT ""
  1280. | #define PACKAGE_URL ""
  1281. | #define CANONICALIZATION_FOR_MATHN 1
  1282. | #define STDC_HEADERS 1
  1283. | #define HAVE_SYS_TYPES_H 1
  1284. | #define HAVE_SYS_STAT_H 1
  1285. | #define HAVE_STDLIB_H 1
  1286. | #define HAVE_STRING_H 1
  1287. | #define HAVE_MEMORY_H 1
  1288. | #define HAVE_STRINGS_H 1
  1289. | #define HAVE_INTTYPES_H 1
  1290. | #define HAVE_STDINT_H 1
  1291. | #define HAVE_UNISTD_H 1
  1292. | #define __EXTENSIONS__ 1
  1293. | #define _ALL_SOURCE 1
  1294. | #define _GNU_SOURCE 1
  1295. | #define _POSIX_PTHREAD_SEMANTICS 1
  1296. | #define _TANDEM_SOURCE 1
  1297. | #define HAVE_INFINITY 1
  1298. | #define HAVE_NAN 1
  1299. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1300. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1301. | #define BROKEN_CRYPT 1
  1302. | #define HAVE_CRT_EXTERNS_H 1
  1303. | #define HAVE_LIBDL 1
  1304. | #define HAVE_DIRENT_H 1
  1305. | /* end confdefs.h. */
  1306. | #include <stdio.h>
  1307. | #ifdef HAVE_SYS_TYPES_H
  1308. | # include <sys/types.h>
  1309. | #endif
  1310. | #ifdef HAVE_SYS_STAT_H
  1311. | # include <sys/stat.h>
  1312. | #endif
  1313. | #ifdef STDC_HEADERS
  1314. | # include <stdlib.h>
  1315. | # include <stddef.h>
  1316. | #else
  1317. | # ifdef HAVE_STDLIB_H
  1318. | # include <stdlib.h>
  1319. | # endif
  1320. | #endif
  1321. | #ifdef HAVE_STRING_H
  1322. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1323. | # include <memory.h>
  1324. | # endif
  1325. | # include <string.h>
  1326. | #endif
  1327. | #ifdef HAVE_STRINGS_H
  1328. | # include <strings.h>
  1329. | #endif
  1330. | #ifdef HAVE_INTTYPES_H
  1331. | # include <inttypes.h>
  1332. | #endif
  1333. | #ifdef HAVE_STDINT_H
  1334. | # include <stdint.h>
  1335. | #endif
  1336. | #ifdef HAVE_UNISTD_H
  1337. | # include <unistd.h>
  1338. | #endif
  1339. | int
  1340. | main ()
  1341. | {
  1342. | if (sizeof ((_Bool)))
  1343. | return 0;
  1344. | ;
  1345. | return 0;
  1346. | }
  1347. configure:9958: result: yes
  1348. configure:9975: checking for sys/wait.h that is POSIX.1 compatible
  1349. 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
  1350. configure:10001: $? = 0
  1351. configure:10008: result: yes
  1352. configure:10019: checking a.out.h usability
  1353. 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
  1354. conftest.c:69:10: fatal error: 'a.out.h' file not found
  1355. #include <a.out.h>
  1356. ^~~~~~~~~
  1357. 1 error generated.
  1358. configure:10019: $? = 1
  1359. configure: failed program was:
  1360. | /* confdefs.h */
  1361. | #define PACKAGE_NAME ""
  1362. | #define PACKAGE_TARNAME ""
  1363. | #define PACKAGE_VERSION ""
  1364. | #define PACKAGE_STRING ""
  1365. | #define PACKAGE_BUGREPORT ""
  1366. | #define PACKAGE_URL ""
  1367. | #define CANONICALIZATION_FOR_MATHN 1
  1368. | #define STDC_HEADERS 1
  1369. | #define HAVE_SYS_TYPES_H 1
  1370. | #define HAVE_SYS_STAT_H 1
  1371. | #define HAVE_STDLIB_H 1
  1372. | #define HAVE_STRING_H 1
  1373. | #define HAVE_MEMORY_H 1
  1374. | #define HAVE_STRINGS_H 1
  1375. | #define HAVE_INTTYPES_H 1
  1376. | #define HAVE_STDINT_H 1
  1377. | #define HAVE_UNISTD_H 1
  1378. | #define __EXTENSIONS__ 1
  1379. | #define _ALL_SOURCE 1
  1380. | #define _GNU_SOURCE 1
  1381. | #define _POSIX_PTHREAD_SEMANTICS 1
  1382. | #define _TANDEM_SOURCE 1
  1383. | #define HAVE_INFINITY 1
  1384. | #define HAVE_NAN 1
  1385. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1386. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1387. | #define BROKEN_CRYPT 1
  1388. | #define HAVE_CRT_EXTERNS_H 1
  1389. | #define HAVE_LIBDL 1
  1390. | #define HAVE_DIRENT_H 1
  1391. | #define HAVE__BOOL 1
  1392. | #define HAVE_STDBOOL_H 1
  1393. | #define HAVE_SYS_WAIT_H 1
  1394. | /* end confdefs.h. */
  1395. | #include <stdio.h>
  1396. | #ifdef HAVE_SYS_TYPES_H
  1397. | # include <sys/types.h>
  1398. | #endif
  1399. | #ifdef HAVE_SYS_STAT_H
  1400. | # include <sys/stat.h>
  1401. | #endif
  1402. | #ifdef STDC_HEADERS
  1403. | # include <stdlib.h>
  1404. | # include <stddef.h>
  1405. | #else
  1406. | # ifdef HAVE_STDLIB_H
  1407. | # include <stdlib.h>
  1408. | # endif
  1409. | #endif
  1410. | #ifdef HAVE_STRING_H
  1411. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1412. | # include <memory.h>
  1413. | # endif
  1414. | # include <string.h>
  1415. | #endif
  1416. | #ifdef HAVE_STRINGS_H
  1417. | # include <strings.h>
  1418. | #endif
  1419. | #ifdef HAVE_INTTYPES_H
  1420. | # include <inttypes.h>
  1421. | #endif
  1422. | #ifdef HAVE_STDINT_H
  1423. | # include <stdint.h>
  1424. | #endif
  1425. | #ifdef HAVE_UNISTD_H
  1426. | # include <unistd.h>
  1427. | #endif
  1428. | #include <a.out.h>
  1429. configure:10019: result: no
  1430. configure:10019: checking a.out.h presence
  1431. 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
  1432. conftest.c:36:10: fatal error: 'a.out.h' file not found
  1433. #include <a.out.h>
  1434. ^~~~~~~~~
  1435. 1 error generated.
  1436. configure:10019: $? = 1
  1437. configure: failed program was:
  1438. | /* confdefs.h */
  1439. | #define PACKAGE_NAME ""
  1440. | #define PACKAGE_TARNAME ""
  1441. | #define PACKAGE_VERSION ""
  1442. | #define PACKAGE_STRING ""
  1443. | #define PACKAGE_BUGREPORT ""
  1444. | #define PACKAGE_URL ""
  1445. | #define CANONICALIZATION_FOR_MATHN 1
  1446. | #define STDC_HEADERS 1
  1447. | #define HAVE_SYS_TYPES_H 1
  1448. | #define HAVE_SYS_STAT_H 1
  1449. | #define HAVE_STDLIB_H 1
  1450. | #define HAVE_STRING_H 1
  1451. | #define HAVE_MEMORY_H 1
  1452. | #define HAVE_STRINGS_H 1
  1453. | #define HAVE_INTTYPES_H 1
  1454. | #define HAVE_STDINT_H 1
  1455. | #define HAVE_UNISTD_H 1
  1456. | #define __EXTENSIONS__ 1
  1457. | #define _ALL_SOURCE 1
  1458. | #define _GNU_SOURCE 1
  1459. | #define _POSIX_PTHREAD_SEMANTICS 1
  1460. | #define _TANDEM_SOURCE 1
  1461. | #define HAVE_INFINITY 1
  1462. | #define HAVE_NAN 1
  1463. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1464. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1465. | #define BROKEN_CRYPT 1
  1466. | #define HAVE_CRT_EXTERNS_H 1
  1467. | #define HAVE_LIBDL 1
  1468. | #define HAVE_DIRENT_H 1
  1469. | #define HAVE__BOOL 1
  1470. | #define HAVE_STDBOOL_H 1
  1471. | #define HAVE_SYS_WAIT_H 1
  1472. | /* end confdefs.h. */
  1473. | #include <a.out.h>
  1474. configure:10019: result: no
  1475. configure:10019: checking for a.out.h
  1476. configure:10019: result: no
  1477. configure:10031: checking atomic.h usability
  1478. 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
  1479. conftest.c:69:10: fatal error: 'atomic.h' file not found
  1480. #include <atomic.h>
  1481. ^~~~~~~~~~
  1482. 1 error generated.
  1483. configure:10031: $? = 1
  1484. configure: failed program was:
  1485. | /* confdefs.h */
  1486. | #define PACKAGE_NAME ""
  1487. | #define PACKAGE_TARNAME ""
  1488. | #define PACKAGE_VERSION ""
  1489. | #define PACKAGE_STRING ""
  1490. | #define PACKAGE_BUGREPORT ""
  1491. | #define PACKAGE_URL ""
  1492. | #define CANONICALIZATION_FOR_MATHN 1
  1493. | #define STDC_HEADERS 1
  1494. | #define HAVE_SYS_TYPES_H 1
  1495. | #define HAVE_SYS_STAT_H 1
  1496. | #define HAVE_STDLIB_H 1
  1497. | #define HAVE_STRING_H 1
  1498. | #define HAVE_MEMORY_H 1
  1499. | #define HAVE_STRINGS_H 1
  1500. | #define HAVE_INTTYPES_H 1
  1501. | #define HAVE_STDINT_H 1
  1502. | #define HAVE_UNISTD_H 1
  1503. | #define __EXTENSIONS__ 1
  1504. | #define _ALL_SOURCE 1
  1505. | #define _GNU_SOURCE 1
  1506. | #define _POSIX_PTHREAD_SEMANTICS 1
  1507. | #define _TANDEM_SOURCE 1
  1508. | #define HAVE_INFINITY 1
  1509. | #define HAVE_NAN 1
  1510. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1511. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1512. | #define BROKEN_CRYPT 1
  1513. | #define HAVE_CRT_EXTERNS_H 1
  1514. | #define HAVE_LIBDL 1
  1515. | #define HAVE_DIRENT_H 1
  1516. | #define HAVE__BOOL 1
  1517. | #define HAVE_STDBOOL_H 1
  1518. | #define HAVE_SYS_WAIT_H 1
  1519. | /* end confdefs.h. */
  1520. | #include <stdio.h>
  1521. | #ifdef HAVE_SYS_TYPES_H
  1522. | # include <sys/types.h>
  1523. | #endif
  1524. | #ifdef HAVE_SYS_STAT_H
  1525. | # include <sys/stat.h>
  1526. | #endif
  1527. | #ifdef STDC_HEADERS
  1528. | # include <stdlib.h>
  1529. | # include <stddef.h>
  1530. | #else
  1531. | # ifdef HAVE_STDLIB_H
  1532. | # include <stdlib.h>
  1533. | # endif
  1534. | #endif
  1535. | #ifdef HAVE_STRING_H
  1536. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1537. | # include <memory.h>
  1538. | # endif
  1539. | # include <string.h>
  1540. | #endif
  1541. | #ifdef HAVE_STRINGS_H
  1542. | # include <strings.h>
  1543. | #endif
  1544. | #ifdef HAVE_INTTYPES_H
  1545. | # include <inttypes.h>
  1546. | #endif
  1547. | #ifdef HAVE_STDINT_H
  1548. | # include <stdint.h>
  1549. | #endif
  1550. | #ifdef HAVE_UNISTD_H
  1551. | # include <unistd.h>
  1552. | #endif
  1553. | #include <atomic.h>
  1554. configure:10031: result: no
  1555. configure:10031: checking atomic.h presence
  1556. 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
  1557. conftest.c:36:10: fatal error: 'atomic.h' file not found
  1558. #include <atomic.h>
  1559. ^~~~~~~~~~
  1560. 1 error generated.
  1561. configure:10031: $? = 1
  1562. configure: failed program was:
  1563. | /* confdefs.h */
  1564. | #define PACKAGE_NAME ""
  1565. | #define PACKAGE_TARNAME ""
  1566. | #define PACKAGE_VERSION ""
  1567. | #define PACKAGE_STRING ""
  1568. | #define PACKAGE_BUGREPORT ""
  1569. | #define PACKAGE_URL ""
  1570. | #define CANONICALIZATION_FOR_MATHN 1
  1571. | #define STDC_HEADERS 1
  1572. | #define HAVE_SYS_TYPES_H 1
  1573. | #define HAVE_SYS_STAT_H 1
  1574. | #define HAVE_STDLIB_H 1
  1575. | #define HAVE_STRING_H 1
  1576. | #define HAVE_MEMORY_H 1
  1577. | #define HAVE_STRINGS_H 1
  1578. | #define HAVE_INTTYPES_H 1
  1579. | #define HAVE_STDINT_H 1
  1580. | #define HAVE_UNISTD_H 1
  1581. | #define __EXTENSIONS__ 1
  1582. | #define _ALL_SOURCE 1
  1583. | #define _GNU_SOURCE 1
  1584. | #define _POSIX_PTHREAD_SEMANTICS 1
  1585. | #define _TANDEM_SOURCE 1
  1586. | #define HAVE_INFINITY 1
  1587. | #define HAVE_NAN 1
  1588. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1589. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1590. | #define BROKEN_CRYPT 1
  1591. | #define HAVE_CRT_EXTERNS_H 1
  1592. | #define HAVE_LIBDL 1
  1593. | #define HAVE_DIRENT_H 1
  1594. | #define HAVE__BOOL 1
  1595. | #define HAVE_STDBOOL_H 1
  1596. | #define HAVE_SYS_WAIT_H 1
  1597. | /* end confdefs.h. */
  1598. | #include <atomic.h>
  1599. configure:10031: result: no
  1600. configure:10031: checking for atomic.h
  1601. configure:10031: result: no
  1602. configure:10043: checking direct.h usability
  1603. 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
  1604. conftest.c:69:10: fatal error: 'direct.h' file not found
  1605. #include <direct.h>
  1606. ^~~~~~~~~~
  1607. 1 error generated.
  1608. configure:10043: $? = 1
  1609. configure: failed program was:
  1610. | /* confdefs.h */
  1611. | #define PACKAGE_NAME ""
  1612. | #define PACKAGE_TARNAME ""
  1613. | #define PACKAGE_VERSION ""
  1614. | #define PACKAGE_STRING ""
  1615. | #define PACKAGE_BUGREPORT ""
  1616. | #define PACKAGE_URL ""
  1617. | #define CANONICALIZATION_FOR_MATHN 1
  1618. | #define STDC_HEADERS 1
  1619. | #define HAVE_SYS_TYPES_H 1
  1620. | #define HAVE_SYS_STAT_H 1
  1621. | #define HAVE_STDLIB_H 1
  1622. | #define HAVE_STRING_H 1
  1623. | #define HAVE_MEMORY_H 1
  1624. | #define HAVE_STRINGS_H 1
  1625. | #define HAVE_INTTYPES_H 1
  1626. | #define HAVE_STDINT_H 1
  1627. | #define HAVE_UNISTD_H 1
  1628. | #define __EXTENSIONS__ 1
  1629. | #define _ALL_SOURCE 1
  1630. | #define _GNU_SOURCE 1
  1631. | #define _POSIX_PTHREAD_SEMANTICS 1
  1632. | #define _TANDEM_SOURCE 1
  1633. | #define HAVE_INFINITY 1
  1634. | #define HAVE_NAN 1
  1635. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1636. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1637. | #define BROKEN_CRYPT 1
  1638. | #define HAVE_CRT_EXTERNS_H 1
  1639. | #define HAVE_LIBDL 1
  1640. | #define HAVE_DIRENT_H 1
  1641. | #define HAVE__BOOL 1
  1642. | #define HAVE_STDBOOL_H 1
  1643. | #define HAVE_SYS_WAIT_H 1
  1644. | /* end confdefs.h. */
  1645. | #include <stdio.h>
  1646. | #ifdef HAVE_SYS_TYPES_H
  1647. | # include <sys/types.h>
  1648. | #endif
  1649. | #ifdef HAVE_SYS_STAT_H
  1650. | # include <sys/stat.h>
  1651. | #endif
  1652. | #ifdef STDC_HEADERS
  1653. | # include <stdlib.h>
  1654. | # include <stddef.h>
  1655. | #else
  1656. | # ifdef HAVE_STDLIB_H
  1657. | # include <stdlib.h>
  1658. | # endif
  1659. | #endif
  1660. | #ifdef HAVE_STRING_H
  1661. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1662. | # include <memory.h>
  1663. | # endif
  1664. | # include <string.h>
  1665. | #endif
  1666. | #ifdef HAVE_STRINGS_H
  1667. | # include <strings.h>
  1668. | #endif
  1669. | #ifdef HAVE_INTTYPES_H
  1670. | # include <inttypes.h>
  1671. | #endif
  1672. | #ifdef HAVE_STDINT_H
  1673. | # include <stdint.h>
  1674. | #endif
  1675. | #ifdef HAVE_UNISTD_H
  1676. | # include <unistd.h>
  1677. | #endif
  1678. | #include <direct.h>
  1679. configure:10043: result: no
  1680. configure:10043: checking direct.h presence
  1681. 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
  1682. conftest.c:36:10: fatal error: 'direct.h' file not found
  1683. #include <direct.h>
  1684. ^~~~~~~~~~
  1685. 1 error generated.
  1686. configure:10043: $? = 1
  1687. configure: failed program was:
  1688. | /* confdefs.h */
  1689. | #define PACKAGE_NAME ""
  1690. | #define PACKAGE_TARNAME ""
  1691. | #define PACKAGE_VERSION ""
  1692. | #define PACKAGE_STRING ""
  1693. | #define PACKAGE_BUGREPORT ""
  1694. | #define PACKAGE_URL ""
  1695. | #define CANONICALIZATION_FOR_MATHN 1
  1696. | #define STDC_HEADERS 1
  1697. | #define HAVE_SYS_TYPES_H 1
  1698. | #define HAVE_SYS_STAT_H 1
  1699. | #define HAVE_STDLIB_H 1
  1700. | #define HAVE_STRING_H 1
  1701. | #define HAVE_MEMORY_H 1
  1702. | #define HAVE_STRINGS_H 1
  1703. | #define HAVE_INTTYPES_H 1
  1704. | #define HAVE_STDINT_H 1
  1705. | #define HAVE_UNISTD_H 1
  1706. | #define __EXTENSIONS__ 1
  1707. | #define _ALL_SOURCE 1
  1708. | #define _GNU_SOURCE 1
  1709. | #define _POSIX_PTHREAD_SEMANTICS 1
  1710. | #define _TANDEM_SOURCE 1
  1711. | #define HAVE_INFINITY 1
  1712. | #define HAVE_NAN 1
  1713. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1714. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1715. | #define BROKEN_CRYPT 1
  1716. | #define HAVE_CRT_EXTERNS_H 1
  1717. | #define HAVE_LIBDL 1
  1718. | #define HAVE_DIRENT_H 1
  1719. | #define HAVE__BOOL 1
  1720. | #define HAVE_STDBOOL_H 1
  1721. | #define HAVE_SYS_WAIT_H 1
  1722. | /* end confdefs.h. */
  1723. | #include <direct.h>
  1724. configure:10043: result: no
  1725. configure:10043: checking for direct.h
  1726. configure:10043: result: no
  1727. configure:10055: checking grp.h usability
  1728. 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
  1729. configure:10055: $? = 0
  1730. configure:10055: result: yes
  1731. configure:10055: checking grp.h presence
  1732. 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
  1733. configure:10055: $? = 0
  1734. configure:10055: result: yes
  1735. configure:10055: checking for grp.h
  1736. configure:10055: result: yes
  1737. configure:10067: checking fcntl.h usability
  1738. 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
  1739. configure:10067: $? = 0
  1740. configure:10067: result: yes
  1741. configure:10067: checking fcntl.h presence
  1742. 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
  1743. configure:10067: $? = 0
  1744. configure:10067: result: yes
  1745. configure:10067: checking for fcntl.h
  1746. configure:10067: result: yes
  1747. configure:10079: checking float.h usability
  1748. 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
  1749. configure:10079: $? = 0
  1750. configure:10079: result: yes
  1751. configure:10079: checking float.h presence
  1752. 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
  1753. configure:10079: $? = 0
  1754. configure:10079: result: yes
  1755. configure:10079: checking for float.h
  1756. configure:10079: result: yes
  1757. configure:10091: checking ieeefp.h usability
  1758. 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
  1759. conftest.c:72:10: fatal error: 'ieeefp.h' file not found
  1760. #include <ieeefp.h>
  1761. ^~~~~~~~~~
  1762. 1 error generated.
  1763. configure:10091: $? = 1
  1764. configure: failed program was:
  1765. | /* confdefs.h */
  1766. | #define PACKAGE_NAME ""
  1767. | #define PACKAGE_TARNAME ""
  1768. | #define PACKAGE_VERSION ""
  1769. | #define PACKAGE_STRING ""
  1770. | #define PACKAGE_BUGREPORT ""
  1771. | #define PACKAGE_URL ""
  1772. | #define CANONICALIZATION_FOR_MATHN 1
  1773. | #define STDC_HEADERS 1
  1774. | #define HAVE_SYS_TYPES_H 1
  1775. | #define HAVE_SYS_STAT_H 1
  1776. | #define HAVE_STDLIB_H 1
  1777. | #define HAVE_STRING_H 1
  1778. | #define HAVE_MEMORY_H 1
  1779. | #define HAVE_STRINGS_H 1
  1780. | #define HAVE_INTTYPES_H 1
  1781. | #define HAVE_STDINT_H 1
  1782. | #define HAVE_UNISTD_H 1
  1783. | #define __EXTENSIONS__ 1
  1784. | #define _ALL_SOURCE 1
  1785. | #define _GNU_SOURCE 1
  1786. | #define _POSIX_PTHREAD_SEMANTICS 1
  1787. | #define _TANDEM_SOURCE 1
  1788. | #define HAVE_INFINITY 1
  1789. | #define HAVE_NAN 1
  1790. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1791. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1792. | #define BROKEN_CRYPT 1
  1793. | #define HAVE_CRT_EXTERNS_H 1
  1794. | #define HAVE_LIBDL 1
  1795. | #define HAVE_DIRENT_H 1
  1796. | #define HAVE__BOOL 1
  1797. | #define HAVE_STDBOOL_H 1
  1798. | #define HAVE_SYS_WAIT_H 1
  1799. | #define HAVE_GRP_H 1
  1800. | #define HAVE_FCNTL_H 1
  1801. | #define HAVE_FLOAT_H 1
  1802. | /* end confdefs.h. */
  1803. | #include <stdio.h>
  1804. | #ifdef HAVE_SYS_TYPES_H
  1805. | # include <sys/types.h>
  1806. | #endif
  1807. | #ifdef HAVE_SYS_STAT_H
  1808. | # include <sys/stat.h>
  1809. | #endif
  1810. | #ifdef STDC_HEADERS
  1811. | # include <stdlib.h>
  1812. | # include <stddef.h>
  1813. | #else
  1814. | # ifdef HAVE_STDLIB_H
  1815. | # include <stdlib.h>
  1816. | # endif
  1817. | #endif
  1818. | #ifdef HAVE_STRING_H
  1819. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1820. | # include <memory.h>
  1821. | # endif
  1822. | # include <string.h>
  1823. | #endif
  1824. | #ifdef HAVE_STRINGS_H
  1825. | # include <strings.h>
  1826. | #endif
  1827. | #ifdef HAVE_INTTYPES_H
  1828. | # include <inttypes.h>
  1829. | #endif
  1830. | #ifdef HAVE_STDINT_H
  1831. | # include <stdint.h>
  1832. | #endif
  1833. | #ifdef HAVE_UNISTD_H
  1834. | # include <unistd.h>
  1835. | #endif
  1836. | #include <ieeefp.h>
  1837. configure:10091: result: no
  1838. configure:10091: checking ieeefp.h presence
  1839. 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
  1840. conftest.c:39:10: fatal error: 'ieeefp.h' file not found
  1841. #include <ieeefp.h>
  1842. ^~~~~~~~~~
  1843. 1 error generated.
  1844. configure:10091: $? = 1
  1845. configure: failed program was:
  1846. | /* confdefs.h */
  1847. | #define PACKAGE_NAME ""
  1848. | #define PACKAGE_TARNAME ""
  1849. | #define PACKAGE_VERSION ""
  1850. | #define PACKAGE_STRING ""
  1851. | #define PACKAGE_BUGREPORT ""
  1852. | #define PACKAGE_URL ""
  1853. | #define CANONICALIZATION_FOR_MATHN 1
  1854. | #define STDC_HEADERS 1
  1855. | #define HAVE_SYS_TYPES_H 1
  1856. | #define HAVE_SYS_STAT_H 1
  1857. | #define HAVE_STDLIB_H 1
  1858. | #define HAVE_STRING_H 1
  1859. | #define HAVE_MEMORY_H 1
  1860. | #define HAVE_STRINGS_H 1
  1861. | #define HAVE_INTTYPES_H 1
  1862. | #define HAVE_STDINT_H 1
  1863. | #define HAVE_UNISTD_H 1
  1864. | #define __EXTENSIONS__ 1
  1865. | #define _ALL_SOURCE 1
  1866. | #define _GNU_SOURCE 1
  1867. | #define _POSIX_PTHREAD_SEMANTICS 1
  1868. | #define _TANDEM_SOURCE 1
  1869. | #define HAVE_INFINITY 1
  1870. | #define HAVE_NAN 1
  1871. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1872. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1873. | #define BROKEN_CRYPT 1
  1874. | #define HAVE_CRT_EXTERNS_H 1
  1875. | #define HAVE_LIBDL 1
  1876. | #define HAVE_DIRENT_H 1
  1877. | #define HAVE__BOOL 1
  1878. | #define HAVE_STDBOOL_H 1
  1879. | #define HAVE_SYS_WAIT_H 1
  1880. | #define HAVE_GRP_H 1
  1881. | #define HAVE_FCNTL_H 1
  1882. | #define HAVE_FLOAT_H 1
  1883. | /* end confdefs.h. */
  1884. | #include <ieeefp.h>
  1885. configure:10091: result: no
  1886. configure:10091: checking for ieeefp.h
  1887. configure:10091: result: no
  1888. configure:10103: checking intrinsics.h usability
  1889. 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
  1890. conftest.c:72:10: fatal error: 'intrinsics.h' file not found
  1891. #include <intrinsics.h>
  1892. ^~~~~~~~~~~~~~
  1893. 1 error generated.
  1894. configure:10103: $? = 1
  1895. configure: failed program was:
  1896. | /* confdefs.h */
  1897. | #define PACKAGE_NAME ""
  1898. | #define PACKAGE_TARNAME ""
  1899. | #define PACKAGE_VERSION ""
  1900. | #define PACKAGE_STRING ""
  1901. | #define PACKAGE_BUGREPORT ""
  1902. | #define PACKAGE_URL ""
  1903. | #define CANONICALIZATION_FOR_MATHN 1
  1904. | #define STDC_HEADERS 1
  1905. | #define HAVE_SYS_TYPES_H 1
  1906. | #define HAVE_SYS_STAT_H 1
  1907. | #define HAVE_STDLIB_H 1
  1908. | #define HAVE_STRING_H 1
  1909. | #define HAVE_MEMORY_H 1
  1910. | #define HAVE_STRINGS_H 1
  1911. | #define HAVE_INTTYPES_H 1
  1912. | #define HAVE_STDINT_H 1
  1913. | #define HAVE_UNISTD_H 1
  1914. | #define __EXTENSIONS__ 1
  1915. | #define _ALL_SOURCE 1
  1916. | #define _GNU_SOURCE 1
  1917. | #define _POSIX_PTHREAD_SEMANTICS 1
  1918. | #define _TANDEM_SOURCE 1
  1919. | #define HAVE_INFINITY 1
  1920. | #define HAVE_NAN 1
  1921. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1922. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1923. | #define BROKEN_CRYPT 1
  1924. | #define HAVE_CRT_EXTERNS_H 1
  1925. | #define HAVE_LIBDL 1
  1926. | #define HAVE_DIRENT_H 1
  1927. | #define HAVE__BOOL 1
  1928. | #define HAVE_STDBOOL_H 1
  1929. | #define HAVE_SYS_WAIT_H 1
  1930. | #define HAVE_GRP_H 1
  1931. | #define HAVE_FCNTL_H 1
  1932. | #define HAVE_FLOAT_H 1
  1933. | /* end confdefs.h. */
  1934. | #include <stdio.h>
  1935. | #ifdef HAVE_SYS_TYPES_H
  1936. | # include <sys/types.h>
  1937. | #endif
  1938. | #ifdef HAVE_SYS_STAT_H
  1939. | # include <sys/stat.h>
  1940. | #endif
  1941. | #ifdef STDC_HEADERS
  1942. | # include <stdlib.h>
  1943. | # include <stddef.h>
  1944. | #else
  1945. | # ifdef HAVE_STDLIB_H
  1946. | # include <stdlib.h>
  1947. | # endif
  1948. | #endif
  1949. | #ifdef HAVE_STRING_H
  1950. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1951. | # include <memory.h>
  1952. | # endif
  1953. | # include <string.h>
  1954. | #endif
  1955. | #ifdef HAVE_STRINGS_H
  1956. | # include <strings.h>
  1957. | #endif
  1958. | #ifdef HAVE_INTTYPES_H
  1959. | # include <inttypes.h>
  1960. | #endif
  1961. | #ifdef HAVE_STDINT_H
  1962. | # include <stdint.h>
  1963. | #endif
  1964. | #ifdef HAVE_UNISTD_H
  1965. | # include <unistd.h>
  1966. | #endif
  1967. | #include <intrinsics.h>
  1968. configure:10103: result: no
  1969. configure:10103: checking intrinsics.h presence
  1970. 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
  1971. conftest.c:39:10: fatal error: 'intrinsics.h' file not found
  1972. #include <intrinsics.h>
  1973. ^~~~~~~~~~~~~~
  1974. 1 error generated.
  1975. configure:10103: $? = 1
  1976. configure: failed program was:
  1977. | /* confdefs.h */
  1978. | #define PACKAGE_NAME ""
  1979. | #define PACKAGE_TARNAME ""
  1980. | #define PACKAGE_VERSION ""
  1981. | #define PACKAGE_STRING ""
  1982. | #define PACKAGE_BUGREPORT ""
  1983. | #define PACKAGE_URL ""
  1984. | #define CANONICALIZATION_FOR_MATHN 1
  1985. | #define STDC_HEADERS 1
  1986. | #define HAVE_SYS_TYPES_H 1
  1987. | #define HAVE_SYS_STAT_H 1
  1988. | #define HAVE_STDLIB_H 1
  1989. | #define HAVE_STRING_H 1
  1990. | #define HAVE_MEMORY_H 1
  1991. | #define HAVE_STRINGS_H 1
  1992. | #define HAVE_INTTYPES_H 1
  1993. | #define HAVE_STDINT_H 1
  1994. | #define HAVE_UNISTD_H 1
  1995. | #define __EXTENSIONS__ 1
  1996. | #define _ALL_SOURCE 1
  1997. | #define _GNU_SOURCE 1
  1998. | #define _POSIX_PTHREAD_SEMANTICS 1
  1999. | #define _TANDEM_SOURCE 1
  2000. | #define HAVE_INFINITY 1
  2001. | #define HAVE_NAN 1
  2002. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2003. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2004. | #define BROKEN_CRYPT 1
  2005. | #define HAVE_CRT_EXTERNS_H 1
  2006. | #define HAVE_LIBDL 1
  2007. | #define HAVE_DIRENT_H 1
  2008. | #define HAVE__BOOL 1
  2009. | #define HAVE_STDBOOL_H 1
  2010. | #define HAVE_SYS_WAIT_H 1
  2011. | #define HAVE_GRP_H 1
  2012. | #define HAVE_FCNTL_H 1
  2013. | #define HAVE_FLOAT_H 1
  2014. | /* end confdefs.h. */
  2015. | #include <intrinsics.h>
  2016. configure:10103: result: no
  2017. configure:10103: checking for intrinsics.h
  2018. configure:10103: result: no
  2019. configure:10115: checking langinfo.h usability
  2020. 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
  2021. configure:10115: $? = 0
  2022. configure:10115: result: yes
  2023. configure:10115: checking langinfo.h presence
  2024. 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
  2025. configure:10115: $? = 0
  2026. configure:10115: result: yes
  2027. configure:10115: checking for langinfo.h
  2028. configure:10115: result: yes
  2029. configure:10127: checking limits.h usability
  2030. 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
  2031. configure:10127: $? = 0
  2032. configure:10127: result: yes
  2033. configure:10127: checking limits.h presence
  2034. 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
  2035. configure:10127: $? = 0
  2036. configure:10127: result: yes
  2037. configure:10127: checking for limits.h
  2038. configure:10127: result: yes
  2039. configure:10139: checking locale.h usability
  2040. 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
  2041. configure:10139: $? = 0
  2042. configure:10139: result: yes
  2043. configure:10139: checking locale.h presence
  2044. 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
  2045. configure:10139: $? = 0
  2046. configure:10139: result: yes
  2047. configure:10139: checking for locale.h
  2048. configure:10139: result: yes
  2049. configure:10151: checking malloc.h usability
  2050. 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
  2051. conftest.c:75:10: fatal error: 'malloc.h' file not found
  2052. #include <malloc.h>
  2053. ^~~~~~~~~~
  2054. 1 error generated.
  2055. configure:10151: $? = 1
  2056. configure: failed program was:
  2057. | /* confdefs.h */
  2058. | #define PACKAGE_NAME ""
  2059. | #define PACKAGE_TARNAME ""
  2060. | #define PACKAGE_VERSION ""
  2061. | #define PACKAGE_STRING ""
  2062. | #define PACKAGE_BUGREPORT ""
  2063. | #define PACKAGE_URL ""
  2064. | #define CANONICALIZATION_FOR_MATHN 1
  2065. | #define STDC_HEADERS 1
  2066. | #define HAVE_SYS_TYPES_H 1
  2067. | #define HAVE_SYS_STAT_H 1
  2068. | #define HAVE_STDLIB_H 1
  2069. | #define HAVE_STRING_H 1
  2070. | #define HAVE_MEMORY_H 1
  2071. | #define HAVE_STRINGS_H 1
  2072. | #define HAVE_INTTYPES_H 1
  2073. | #define HAVE_STDINT_H 1
  2074. | #define HAVE_UNISTD_H 1
  2075. | #define __EXTENSIONS__ 1
  2076. | #define _ALL_SOURCE 1
  2077. | #define _GNU_SOURCE 1
  2078. | #define _POSIX_PTHREAD_SEMANTICS 1
  2079. | #define _TANDEM_SOURCE 1
  2080. | #define HAVE_INFINITY 1
  2081. | #define HAVE_NAN 1
  2082. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2083. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2084. | #define BROKEN_CRYPT 1
  2085. | #define HAVE_CRT_EXTERNS_H 1
  2086. | #define HAVE_LIBDL 1
  2087. | #define HAVE_DIRENT_H 1
  2088. | #define HAVE__BOOL 1
  2089. | #define HAVE_STDBOOL_H 1
  2090. | #define HAVE_SYS_WAIT_H 1
  2091. | #define HAVE_GRP_H 1
  2092. | #define HAVE_FCNTL_H 1
  2093. | #define HAVE_FLOAT_H 1
  2094. | #define HAVE_LANGINFO_H 1
  2095. | #define HAVE_LIMITS_H 1
  2096. | #define HAVE_LOCALE_H 1
  2097. | /* end confdefs.h. */
  2098. | #include <stdio.h>
  2099. | #ifdef HAVE_SYS_TYPES_H
  2100. | # include <sys/types.h>
  2101. | #endif
  2102. | #ifdef HAVE_SYS_STAT_H
  2103. | # include <sys/stat.h>
  2104. | #endif
  2105. | #ifdef STDC_HEADERS
  2106. | # include <stdlib.h>
  2107. | # include <stddef.h>
  2108. | #else
  2109. | # ifdef HAVE_STDLIB_H
  2110. | # include <stdlib.h>
  2111. | # endif
  2112. | #endif
  2113. | #ifdef HAVE_STRING_H
  2114. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2115. | # include <memory.h>
  2116. | # endif
  2117. | # include <string.h>
  2118. | #endif
  2119. | #ifdef HAVE_STRINGS_H
  2120. | # include <strings.h>
  2121. | #endif
  2122. | #ifdef HAVE_INTTYPES_H
  2123. | # include <inttypes.h>
  2124. | #endif
  2125. | #ifdef HAVE_STDINT_H
  2126. | # include <stdint.h>
  2127. | #endif
  2128. | #ifdef HAVE_UNISTD_H
  2129. | # include <unistd.h>
  2130. | #endif
  2131. | #include <malloc.h>
  2132. configure:10151: result: no
  2133. configure:10151: checking malloc.h presence
  2134. 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
  2135. conftest.c:42:10: fatal error: 'malloc.h' file not found
  2136. #include <malloc.h>
  2137. ^~~~~~~~~~
  2138. 1 error generated.
  2139. configure:10151: $? = 1
  2140. configure: failed program was:
  2141. | /* confdefs.h */
  2142. | #define PACKAGE_NAME ""
  2143. | #define PACKAGE_TARNAME ""
  2144. | #define PACKAGE_VERSION ""
  2145. | #define PACKAGE_STRING ""
  2146. | #define PACKAGE_BUGREPORT ""
  2147. | #define PACKAGE_URL ""
  2148. | #define CANONICALIZATION_FOR_MATHN 1
  2149. | #define STDC_HEADERS 1
  2150. | #define HAVE_SYS_TYPES_H 1
  2151. | #define HAVE_SYS_STAT_H 1
  2152. | #define HAVE_STDLIB_H 1
  2153. | #define HAVE_STRING_H 1
  2154. | #define HAVE_MEMORY_H 1
  2155. | #define HAVE_STRINGS_H 1
  2156. | #define HAVE_INTTYPES_H 1
  2157. | #define HAVE_STDINT_H 1
  2158. | #define HAVE_UNISTD_H 1
  2159. | #define __EXTENSIONS__ 1
  2160. | #define _ALL_SOURCE 1
  2161. | #define _GNU_SOURCE 1
  2162. | #define _POSIX_PTHREAD_SEMANTICS 1
  2163. | #define _TANDEM_SOURCE 1
  2164. | #define HAVE_INFINITY 1
  2165. | #define HAVE_NAN 1
  2166. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2167. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2168. | #define BROKEN_CRYPT 1
  2169. | #define HAVE_CRT_EXTERNS_H 1
  2170. | #define HAVE_LIBDL 1
  2171. | #define HAVE_DIRENT_H 1
  2172. | #define HAVE__BOOL 1
  2173. | #define HAVE_STDBOOL_H 1
  2174. | #define HAVE_SYS_WAIT_H 1
  2175. | #define HAVE_GRP_H 1
  2176. | #define HAVE_FCNTL_H 1
  2177. | #define HAVE_FLOAT_H 1
  2178. | #define HAVE_LANGINFO_H 1
  2179. | #define HAVE_LIMITS_H 1
  2180. | #define HAVE_LOCALE_H 1
  2181. | /* end confdefs.h. */
  2182. | #include <malloc.h>
  2183. configure:10151: result: no
  2184. configure:10151: checking for malloc.h
  2185. configure:10151: result: no
  2186. configure:10163: checking malloc/malloc.h usability
  2187. 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
  2188. configure:10163: $? = 0
  2189. configure:10163: result: yes
  2190. configure:10163: checking malloc/malloc.h presence
  2191. 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
  2192. configure:10163: $? = 0
  2193. configure:10163: result: yes
  2194. configure:10163: checking for malloc/malloc.h
  2195. configure:10163: result: yes
  2196. configure:10175: checking malloc_np.h usability
  2197. 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
  2198. conftest.c:76:10: fatal error: 'malloc_np.h' file not found
  2199. #include <malloc_np.h>
  2200. ^~~~~~~~~~~~~
  2201. 1 error generated.
  2202. configure:10175: $? = 1
  2203. configure: failed program was:
  2204. | /* confdefs.h */
  2205. | #define PACKAGE_NAME ""
  2206. | #define PACKAGE_TARNAME ""
  2207. | #define PACKAGE_VERSION ""
  2208. | #define PACKAGE_STRING ""
  2209. | #define PACKAGE_BUGREPORT ""
  2210. | #define PACKAGE_URL ""
  2211. | #define CANONICALIZATION_FOR_MATHN 1
  2212. | #define STDC_HEADERS 1
  2213. | #define HAVE_SYS_TYPES_H 1
  2214. | #define HAVE_SYS_STAT_H 1
  2215. | #define HAVE_STDLIB_H 1
  2216. | #define HAVE_STRING_H 1
  2217. | #define HAVE_MEMORY_H 1
  2218. | #define HAVE_STRINGS_H 1
  2219. | #define HAVE_INTTYPES_H 1
  2220. | #define HAVE_STDINT_H 1
  2221. | #define HAVE_UNISTD_H 1
  2222. | #define __EXTENSIONS__ 1
  2223. | #define _ALL_SOURCE 1
  2224. | #define _GNU_SOURCE 1
  2225. | #define _POSIX_PTHREAD_SEMANTICS 1
  2226. | #define _TANDEM_SOURCE 1
  2227. | #define HAVE_INFINITY 1
  2228. | #define HAVE_NAN 1
  2229. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2230. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2231. | #define BROKEN_CRYPT 1
  2232. | #define HAVE_CRT_EXTERNS_H 1
  2233. | #define HAVE_LIBDL 1
  2234. | #define HAVE_DIRENT_H 1
  2235. | #define HAVE__BOOL 1
  2236. | #define HAVE_STDBOOL_H 1
  2237. | #define HAVE_SYS_WAIT_H 1
  2238. | #define HAVE_GRP_H 1
  2239. | #define HAVE_FCNTL_H 1
  2240. | #define HAVE_FLOAT_H 1
  2241. | #define HAVE_LANGINFO_H 1
  2242. | #define HAVE_LIMITS_H 1
  2243. | #define HAVE_LOCALE_H 1
  2244. | #define HAVE_MALLOC_MALLOC_H 1
  2245. | /* end confdefs.h. */
  2246. | #include <stdio.h>
  2247. | #ifdef HAVE_SYS_TYPES_H
  2248. | # include <sys/types.h>
  2249. | #endif
  2250. | #ifdef HAVE_SYS_STAT_H
  2251. | # include <sys/stat.h>
  2252. | #endif
  2253. | #ifdef STDC_HEADERS
  2254. | # include <stdlib.h>
  2255. | # include <stddef.h>
  2256. | #else
  2257. | # ifdef HAVE_STDLIB_H
  2258. | # include <stdlib.h>
  2259. | # endif
  2260. | #endif
  2261. | #ifdef HAVE_STRING_H
  2262. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2263. | # include <memory.h>
  2264. | # endif
  2265. | # include <string.h>
  2266. | #endif
  2267. | #ifdef HAVE_STRINGS_H
  2268. | # include <strings.h>
  2269. | #endif
  2270. | #ifdef HAVE_INTTYPES_H
  2271. | # include <inttypes.h>
  2272. | #endif
  2273. | #ifdef HAVE_STDINT_H
  2274. | # include <stdint.h>
  2275. | #endif
  2276. | #ifdef HAVE_UNISTD_H
  2277. | # include <unistd.h>
  2278. | #endif
  2279. | #include <malloc_np.h>
  2280. configure:10175: result: no
  2281. configure:10175: checking malloc_np.h presence
  2282. 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
  2283. conftest.c:43:10: fatal error: 'malloc_np.h' file not found
  2284. #include <malloc_np.h>
  2285. ^~~~~~~~~~~~~
  2286. 1 error generated.
  2287. configure:10175: $? = 1
  2288. configure: failed program was:
  2289. | /* confdefs.h */
  2290. | #define PACKAGE_NAME ""
  2291. | #define PACKAGE_TARNAME ""
  2292. | #define PACKAGE_VERSION ""
  2293. | #define PACKAGE_STRING ""
  2294. | #define PACKAGE_BUGREPORT ""
  2295. | #define PACKAGE_URL ""
  2296. | #define CANONICALIZATION_FOR_MATHN 1
  2297. | #define STDC_HEADERS 1
  2298. | #define HAVE_SYS_TYPES_H 1
  2299. | #define HAVE_SYS_STAT_H 1
  2300. | #define HAVE_STDLIB_H 1
  2301. | #define HAVE_STRING_H 1
  2302. | #define HAVE_MEMORY_H 1
  2303. | #define HAVE_STRINGS_H 1
  2304. | #define HAVE_INTTYPES_H 1
  2305. | #define HAVE_STDINT_H 1
  2306. | #define HAVE_UNISTD_H 1
  2307. | #define __EXTENSIONS__ 1
  2308. | #define _ALL_SOURCE 1
  2309. | #define _GNU_SOURCE 1
  2310. | #define _POSIX_PTHREAD_SEMANTICS 1
  2311. | #define _TANDEM_SOURCE 1
  2312. | #define HAVE_INFINITY 1
  2313. | #define HAVE_NAN 1
  2314. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2315. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2316. | #define BROKEN_CRYPT 1
  2317. | #define HAVE_CRT_EXTERNS_H 1
  2318. | #define HAVE_LIBDL 1
  2319. | #define HAVE_DIRENT_H 1
  2320. | #define HAVE__BOOL 1
  2321. | #define HAVE_STDBOOL_H 1
  2322. | #define HAVE_SYS_WAIT_H 1
  2323. | #define HAVE_GRP_H 1
  2324. | #define HAVE_FCNTL_H 1
  2325. | #define HAVE_FLOAT_H 1
  2326. | #define HAVE_LANGINFO_H 1
  2327. | #define HAVE_LIMITS_H 1
  2328. | #define HAVE_LOCALE_H 1
  2329. | #define HAVE_MALLOC_MALLOC_H 1
  2330. | /* end confdefs.h. */
  2331. | #include <malloc_np.h>
  2332. configure:10175: result: no
  2333. configure:10175: checking for malloc_np.h
  2334. configure:10175: result: no
  2335. configure:10187: checking net/socket.h usability
  2336. 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
  2337. conftest.c:76:10: fatal error: 'net/socket.h' file not found
  2338. #include <net/socket.h>
  2339. ^~~~~~~~~~~~~~
  2340. 1 error generated.
  2341. configure:10187: $? = 1
  2342. configure: failed program was:
  2343. | /* confdefs.h */
  2344. | #define PACKAGE_NAME ""
  2345. | #define PACKAGE_TARNAME ""
  2346. | #define PACKAGE_VERSION ""
  2347. | #define PACKAGE_STRING ""
  2348. | #define PACKAGE_BUGREPORT ""
  2349. | #define PACKAGE_URL ""
  2350. | #define CANONICALIZATION_FOR_MATHN 1
  2351. | #define STDC_HEADERS 1
  2352. | #define HAVE_SYS_TYPES_H 1
  2353. | #define HAVE_SYS_STAT_H 1
  2354. | #define HAVE_STDLIB_H 1
  2355. | #define HAVE_STRING_H 1
  2356. | #define HAVE_MEMORY_H 1
  2357. | #define HAVE_STRINGS_H 1
  2358. | #define HAVE_INTTYPES_H 1
  2359. | #define HAVE_STDINT_H 1
  2360. | #define HAVE_UNISTD_H 1
  2361. | #define __EXTENSIONS__ 1
  2362. | #define _ALL_SOURCE 1
  2363. | #define _GNU_SOURCE 1
  2364. | #define _POSIX_PTHREAD_SEMANTICS 1
  2365. | #define _TANDEM_SOURCE 1
  2366. | #define HAVE_INFINITY 1
  2367. | #define HAVE_NAN 1
  2368. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2369. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2370. | #define BROKEN_CRYPT 1
  2371. | #define HAVE_CRT_EXTERNS_H 1
  2372. | #define HAVE_LIBDL 1
  2373. | #define HAVE_DIRENT_H 1
  2374. | #define HAVE__BOOL 1
  2375. | #define HAVE_STDBOOL_H 1
  2376. | #define HAVE_SYS_WAIT_H 1
  2377. | #define HAVE_GRP_H 1
  2378. | #define HAVE_FCNTL_H 1
  2379. | #define HAVE_FLOAT_H 1
  2380. | #define HAVE_LANGINFO_H 1
  2381. | #define HAVE_LIMITS_H 1
  2382. | #define HAVE_LOCALE_H 1
  2383. | #define HAVE_MALLOC_MALLOC_H 1
  2384. | /* end confdefs.h. */
  2385. | #include <stdio.h>
  2386. | #ifdef HAVE_SYS_TYPES_H
  2387. | # include <sys/types.h>
  2388. | #endif
  2389. | #ifdef HAVE_SYS_STAT_H
  2390. | # include <sys/stat.h>
  2391. | #endif
  2392. | #ifdef STDC_HEADERS
  2393. | # include <stdlib.h>
  2394. | # include <stddef.h>
  2395. | #else
  2396. | # ifdef HAVE_STDLIB_H
  2397. | # include <stdlib.h>
  2398. | # endif
  2399. | #endif
  2400. | #ifdef HAVE_STRING_H
  2401. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2402. | # include <memory.h>
  2403. | # endif
  2404. | # include <string.h>
  2405. | #endif
  2406. | #ifdef HAVE_STRINGS_H
  2407. | # include <strings.h>
  2408. | #endif
  2409. | #ifdef HAVE_INTTYPES_H
  2410. | # include <inttypes.h>
  2411. | #endif
  2412. | #ifdef HAVE_STDINT_H
  2413. | # include <stdint.h>
  2414. | #endif
  2415. | #ifdef HAVE_UNISTD_H
  2416. | # include <unistd.h>
  2417. | #endif
  2418. | #include <net/socket.h>
  2419. configure:10187: result: no
  2420. configure:10187: checking net/socket.h presence
  2421. 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
  2422. conftest.c:43:10: fatal error: 'net/socket.h' file not found
  2423. #include <net/socket.h>
  2424. ^~~~~~~~~~~~~~
  2425. 1 error generated.
  2426. configure:10187: $? = 1
  2427. configure: failed program was:
  2428. | /* confdefs.h */
  2429. | #define PACKAGE_NAME ""
  2430. | #define PACKAGE_TARNAME ""
  2431. | #define PACKAGE_VERSION ""
  2432. | #define PACKAGE_STRING ""
  2433. | #define PACKAGE_BUGREPORT ""
  2434. | #define PACKAGE_URL ""
  2435. | #define CANONICALIZATION_FOR_MATHN 1
  2436. | #define STDC_HEADERS 1
  2437. | #define HAVE_SYS_TYPES_H 1
  2438. | #define HAVE_SYS_STAT_H 1
  2439. | #define HAVE_STDLIB_H 1
  2440. | #define HAVE_STRING_H 1
  2441. | #define HAVE_MEMORY_H 1
  2442. | #define HAVE_STRINGS_H 1
  2443. | #define HAVE_INTTYPES_H 1
  2444. | #define HAVE_STDINT_H 1
  2445. | #define HAVE_UNISTD_H 1
  2446. | #define __EXTENSIONS__ 1
  2447. | #define _ALL_SOURCE 1
  2448. | #define _GNU_SOURCE 1
  2449. | #define _POSIX_PTHREAD_SEMANTICS 1
  2450. | #define _TANDEM_SOURCE 1
  2451. | #define HAVE_INFINITY 1
  2452. | #define HAVE_NAN 1
  2453. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2454. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2455. | #define BROKEN_CRYPT 1
  2456. | #define HAVE_CRT_EXTERNS_H 1
  2457. | #define HAVE_LIBDL 1
  2458. | #define HAVE_DIRENT_H 1
  2459. | #define HAVE__BOOL 1
  2460. | #define HAVE_STDBOOL_H 1
  2461. | #define HAVE_SYS_WAIT_H 1
  2462. | #define HAVE_GRP_H 1
  2463. | #define HAVE_FCNTL_H 1
  2464. | #define HAVE_FLOAT_H 1
  2465. | #define HAVE_LANGINFO_H 1
  2466. | #define HAVE_LIMITS_H 1
  2467. | #define HAVE_LOCALE_H 1
  2468. | #define HAVE_MALLOC_MALLOC_H 1
  2469. | /* end confdefs.h. */
  2470. | #include <net/socket.h>
  2471. configure:10187: result: no
  2472. configure:10187: checking for net/socket.h
  2473. configure:10187: result: no
  2474. configure:10199: checking process.h usability
  2475. 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
  2476. conftest.c:76:10: fatal error: 'process.h' file not found
  2477. #include <process.h>
  2478. ^~~~~~~~~~~
  2479. 1 error generated.
  2480. configure:10199: $? = 1
  2481. configure: failed program was:
  2482. | /* confdefs.h */
  2483. | #define PACKAGE_NAME ""
  2484. | #define PACKAGE_TARNAME ""
  2485. | #define PACKAGE_VERSION ""
  2486. | #define PACKAGE_STRING ""
  2487. | #define PACKAGE_BUGREPORT ""
  2488. | #define PACKAGE_URL ""
  2489. | #define CANONICALIZATION_FOR_MATHN 1
  2490. | #define STDC_HEADERS 1
  2491. | #define HAVE_SYS_TYPES_H 1
  2492. | #define HAVE_SYS_STAT_H 1
  2493. | #define HAVE_STDLIB_H 1
  2494. | #define HAVE_STRING_H 1
  2495. | #define HAVE_MEMORY_H 1
  2496. | #define HAVE_STRINGS_H 1
  2497. | #define HAVE_INTTYPES_H 1
  2498. | #define HAVE_STDINT_H 1
  2499. | #define HAVE_UNISTD_H 1
  2500. | #define __EXTENSIONS__ 1
  2501. | #define _ALL_SOURCE 1
  2502. | #define _GNU_SOURCE 1
  2503. | #define _POSIX_PTHREAD_SEMANTICS 1
  2504. | #define _TANDEM_SOURCE 1
  2505. | #define HAVE_INFINITY 1
  2506. | #define HAVE_NAN 1
  2507. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2508. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2509. | #define BROKEN_CRYPT 1
  2510. | #define HAVE_CRT_EXTERNS_H 1
  2511. | #define HAVE_LIBDL 1
  2512. | #define HAVE_DIRENT_H 1
  2513. | #define HAVE__BOOL 1
  2514. | #define HAVE_STDBOOL_H 1
  2515. | #define HAVE_SYS_WAIT_H 1
  2516. | #define HAVE_GRP_H 1
  2517. | #define HAVE_FCNTL_H 1
  2518. | #define HAVE_FLOAT_H 1
  2519. | #define HAVE_LANGINFO_H 1
  2520. | #define HAVE_LIMITS_H 1
  2521. | #define HAVE_LOCALE_H 1
  2522. | #define HAVE_MALLOC_MALLOC_H 1
  2523. | /* end confdefs.h. */
  2524. | #include <stdio.h>
  2525. | #ifdef HAVE_SYS_TYPES_H
  2526. | # include <sys/types.h>
  2527. | #endif
  2528. | #ifdef HAVE_SYS_STAT_H
  2529. | # include <sys/stat.h>
  2530. | #endif
  2531. | #ifdef STDC_HEADERS
  2532. | # include <stdlib.h>
  2533. | # include <stddef.h>
  2534. | #else
  2535. | # ifdef HAVE_STDLIB_H
  2536. | # include <stdlib.h>
  2537. | # endif
  2538. | #endif
  2539. | #ifdef HAVE_STRING_H
  2540. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2541. | # include <memory.h>
  2542. | # endif
  2543. | # include <string.h>
  2544. | #endif
  2545. | #ifdef HAVE_STRINGS_H
  2546. | # include <strings.h>
  2547. | #endif
  2548. | #ifdef HAVE_INTTYPES_H
  2549. | # include <inttypes.h>
  2550. | #endif
  2551. | #ifdef HAVE_STDINT_H
  2552. | # include <stdint.h>
  2553. | #endif
  2554. | #ifdef HAVE_UNISTD_H
  2555. | # include <unistd.h>
  2556. | #endif
  2557. | #include <process.h>
  2558. configure:10199: result: no
  2559. configure:10199: checking process.h presence
  2560. 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
  2561. conftest.c:43:10: fatal error: 'process.h' file not found
  2562. #include <process.h>
  2563. ^~~~~~~~~~~
  2564. 1 error generated.
  2565. configure:10199: $? = 1
  2566. configure: failed program was:
  2567. | /* confdefs.h */
  2568. | #define PACKAGE_NAME ""
  2569. | #define PACKAGE_TARNAME ""
  2570. | #define PACKAGE_VERSION ""
  2571. | #define PACKAGE_STRING ""
  2572. | #define PACKAGE_BUGREPORT ""
  2573. | #define PACKAGE_URL ""
  2574. | #define CANONICALIZATION_FOR_MATHN 1
  2575. | #define STDC_HEADERS 1
  2576. | #define HAVE_SYS_TYPES_H 1
  2577. | #define HAVE_SYS_STAT_H 1
  2578. | #define HAVE_STDLIB_H 1
  2579. | #define HAVE_STRING_H 1
  2580. | #define HAVE_MEMORY_H 1
  2581. | #define HAVE_STRINGS_H 1
  2582. | #define HAVE_INTTYPES_H 1
  2583. | #define HAVE_STDINT_H 1
  2584. | #define HAVE_UNISTD_H 1
  2585. | #define __EXTENSIONS__ 1
  2586. | #define _ALL_SOURCE 1
  2587. | #define _GNU_SOURCE 1
  2588. | #define _POSIX_PTHREAD_SEMANTICS 1
  2589. | #define _TANDEM_SOURCE 1
  2590. | #define HAVE_INFINITY 1
  2591. | #define HAVE_NAN 1
  2592. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2593. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2594. | #define BROKEN_CRYPT 1
  2595. | #define HAVE_CRT_EXTERNS_H 1
  2596. | #define HAVE_LIBDL 1
  2597. | #define HAVE_DIRENT_H 1
  2598. | #define HAVE__BOOL 1
  2599. | #define HAVE_STDBOOL_H 1
  2600. | #define HAVE_SYS_WAIT_H 1
  2601. | #define HAVE_GRP_H 1
  2602. | #define HAVE_FCNTL_H 1
  2603. | #define HAVE_FLOAT_H 1
  2604. | #define HAVE_LANGINFO_H 1
  2605. | #define HAVE_LIMITS_H 1
  2606. | #define HAVE_LOCALE_H 1
  2607. | #define HAVE_MALLOC_MALLOC_H 1
  2608. | /* end confdefs.h. */
  2609. | #include <process.h>
  2610. configure:10199: result: no
  2611. configure:10199: checking for process.h
  2612. configure:10199: result: no
  2613. configure:10211: checking pwd.h usability
  2614. 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
  2615. configure:10211: $? = 0
  2616. configure:10211: result: yes
  2617. configure:10211: checking pwd.h presence
  2618. 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
  2619. configure:10211: $? = 0
  2620. configure:10211: result: yes
  2621. configure:10211: checking for pwd.h
  2622. configure:10211: result: yes
  2623. configure:10223: checking setjmpex.h usability
  2624. 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
  2625. conftest.c:77:10: fatal error: 'setjmpex.h' file not found
  2626. #include <setjmpex.h>
  2627. ^~~~~~~~~~~~
  2628. 1 error generated.
  2629. configure:10223: $? = 1
  2630. configure: failed program was:
  2631. | /* confdefs.h */
  2632. | #define PACKAGE_NAME ""
  2633. | #define PACKAGE_TARNAME ""
  2634. | #define PACKAGE_VERSION ""
  2635. | #define PACKAGE_STRING ""
  2636. | #define PACKAGE_BUGREPORT ""
  2637. | #define PACKAGE_URL ""
  2638. | #define CANONICALIZATION_FOR_MATHN 1
  2639. | #define STDC_HEADERS 1
  2640. | #define HAVE_SYS_TYPES_H 1
  2641. | #define HAVE_SYS_STAT_H 1
  2642. | #define HAVE_STDLIB_H 1
  2643. | #define HAVE_STRING_H 1
  2644. | #define HAVE_MEMORY_H 1
  2645. | #define HAVE_STRINGS_H 1
  2646. | #define HAVE_INTTYPES_H 1
  2647. | #define HAVE_STDINT_H 1
  2648. | #define HAVE_UNISTD_H 1
  2649. | #define __EXTENSIONS__ 1
  2650. | #define _ALL_SOURCE 1
  2651. | #define _GNU_SOURCE 1
  2652. | #define _POSIX_PTHREAD_SEMANTICS 1
  2653. | #define _TANDEM_SOURCE 1
  2654. | #define HAVE_INFINITY 1
  2655. | #define HAVE_NAN 1
  2656. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2657. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2658. | #define BROKEN_CRYPT 1
  2659. | #define HAVE_CRT_EXTERNS_H 1
  2660. | #define HAVE_LIBDL 1
  2661. | #define HAVE_DIRENT_H 1
  2662. | #define HAVE__BOOL 1
  2663. | #define HAVE_STDBOOL_H 1
  2664. | #define HAVE_SYS_WAIT_H 1
  2665. | #define HAVE_GRP_H 1
  2666. | #define HAVE_FCNTL_H 1
  2667. | #define HAVE_FLOAT_H 1
  2668. | #define HAVE_LANGINFO_H 1
  2669. | #define HAVE_LIMITS_H 1
  2670. | #define HAVE_LOCALE_H 1
  2671. | #define HAVE_MALLOC_MALLOC_H 1
  2672. | #define HAVE_PWD_H 1
  2673. | /* end confdefs.h. */
  2674. | #include <stdio.h>
  2675. | #ifdef HAVE_SYS_TYPES_H
  2676. | # include <sys/types.h>
  2677. | #endif
  2678. | #ifdef HAVE_SYS_STAT_H
  2679. | # include <sys/stat.h>
  2680. | #endif
  2681. | #ifdef STDC_HEADERS
  2682. | # include <stdlib.h>
  2683. | # include <stddef.h>
  2684. | #else
  2685. | # ifdef HAVE_STDLIB_H
  2686. | # include <stdlib.h>
  2687. | # endif
  2688. | #endif
  2689. | #ifdef HAVE_STRING_H
  2690. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2691. | # include <memory.h>
  2692. | # endif
  2693. | # include <string.h>
  2694. | #endif
  2695. | #ifdef HAVE_STRINGS_H
  2696. | # include <strings.h>
  2697. | #endif
  2698. | #ifdef HAVE_INTTYPES_H
  2699. | # include <inttypes.h>
  2700. | #endif
  2701. | #ifdef HAVE_STDINT_H
  2702. | # include <stdint.h>
  2703. | #endif
  2704. | #ifdef HAVE_UNISTD_H
  2705. | # include <unistd.h>
  2706. | #endif
  2707. | #include <setjmpex.h>
  2708. configure:10223: result: no
  2709. configure:10223: checking setjmpex.h presence
  2710. 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
  2711. conftest.c:44:10: fatal error: 'setjmpex.h' file not found
  2712. #include <setjmpex.h>
  2713. ^~~~~~~~~~~~
  2714. 1 error generated.
  2715. configure:10223: $? = 1
  2716. configure: failed program was:
  2717. | /* confdefs.h */
  2718. | #define PACKAGE_NAME ""
  2719. | #define PACKAGE_TARNAME ""
  2720. | #define PACKAGE_VERSION ""
  2721. | #define PACKAGE_STRING ""
  2722. | #define PACKAGE_BUGREPORT ""
  2723. | #define PACKAGE_URL ""
  2724. | #define CANONICALIZATION_FOR_MATHN 1
  2725. | #define STDC_HEADERS 1
  2726. | #define HAVE_SYS_TYPES_H 1
  2727. | #define HAVE_SYS_STAT_H 1
  2728. | #define HAVE_STDLIB_H 1
  2729. | #define HAVE_STRING_H 1
  2730. | #define HAVE_MEMORY_H 1
  2731. | #define HAVE_STRINGS_H 1
  2732. | #define HAVE_INTTYPES_H 1
  2733. | #define HAVE_STDINT_H 1
  2734. | #define HAVE_UNISTD_H 1
  2735. | #define __EXTENSIONS__ 1
  2736. | #define _ALL_SOURCE 1
  2737. | #define _GNU_SOURCE 1
  2738. | #define _POSIX_PTHREAD_SEMANTICS 1
  2739. | #define _TANDEM_SOURCE 1
  2740. | #define HAVE_INFINITY 1
  2741. | #define HAVE_NAN 1
  2742. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2743. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2744. | #define BROKEN_CRYPT 1
  2745. | #define HAVE_CRT_EXTERNS_H 1
  2746. | #define HAVE_LIBDL 1
  2747. | #define HAVE_DIRENT_H 1
  2748. | #define HAVE__BOOL 1
  2749. | #define HAVE_STDBOOL_H 1
  2750. | #define HAVE_SYS_WAIT_H 1
  2751. | #define HAVE_GRP_H 1
  2752. | #define HAVE_FCNTL_H 1
  2753. | #define HAVE_FLOAT_H 1
  2754. | #define HAVE_LANGINFO_H 1
  2755. | #define HAVE_LIMITS_H 1
  2756. | #define HAVE_LOCALE_H 1
  2757. | #define HAVE_MALLOC_MALLOC_H 1
  2758. | #define HAVE_PWD_H 1
  2759. | /* end confdefs.h. */
  2760. | #include <setjmpex.h>
  2761. configure:10223: result: no
  2762. configure:10223: checking for setjmpex.h
  2763. configure:10223: result: no
  2764. configure:10235: checking sys/attr.h usability
  2765. 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
  2766. configure:10235: $? = 0
  2767. configure:10235: result: yes
  2768. configure:10235: checking sys/attr.h presence
  2769. 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
  2770. configure:10235: $? = 0
  2771. configure:10235: result: yes
  2772. configure:10235: checking for sys/attr.h
  2773. configure:10235: result: yes
  2774. configure:10247: checking sys/fcntl.h usability
  2775. 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
  2776. configure:10247: $? = 0
  2777. configure:10247: result: yes
  2778. configure:10247: checking sys/fcntl.h presence
  2779. 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
  2780. configure:10247: $? = 0
  2781. configure:10247: result: yes
  2782. configure:10247: checking for sys/fcntl.h
  2783. configure:10247: result: yes
  2784. configure:10259: checking sys/file.h usability
  2785. 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
  2786. configure:10259: $? = 0
  2787. configure:10259: result: yes
  2788. configure:10259: checking sys/file.h presence
  2789. 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
  2790. configure:10259: $? = 0
  2791. configure:10259: result: yes
  2792. configure:10259: checking for sys/file.h
  2793. configure:10259: result: yes
  2794. configure:10271: checking sys/id.h usability
  2795. 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
  2796. conftest.c:80:10: fatal error: 'sys/id.h' file not found
  2797. #include <sys/id.h>
  2798. ^~~~~~~~~~
  2799. 1 error generated.
  2800. configure:10271: $? = 1
  2801. configure: failed program was:
  2802. | /* confdefs.h */
  2803. | #define PACKAGE_NAME ""
  2804. | #define PACKAGE_TARNAME ""
  2805. | #define PACKAGE_VERSION ""
  2806. | #define PACKAGE_STRING ""
  2807. | #define PACKAGE_BUGREPORT ""
  2808. | #define PACKAGE_URL ""
  2809. | #define CANONICALIZATION_FOR_MATHN 1
  2810. | #define STDC_HEADERS 1
  2811. | #define HAVE_SYS_TYPES_H 1
  2812. | #define HAVE_SYS_STAT_H 1
  2813. | #define HAVE_STDLIB_H 1
  2814. | #define HAVE_STRING_H 1
  2815. | #define HAVE_MEMORY_H 1
  2816. | #define HAVE_STRINGS_H 1
  2817. | #define HAVE_INTTYPES_H 1
  2818. | #define HAVE_STDINT_H 1
  2819. | #define HAVE_UNISTD_H 1
  2820. | #define __EXTENSIONS__ 1
  2821. | #define _ALL_SOURCE 1
  2822. | #define _GNU_SOURCE 1
  2823. | #define _POSIX_PTHREAD_SEMANTICS 1
  2824. | #define _TANDEM_SOURCE 1
  2825. | #define HAVE_INFINITY 1
  2826. | #define HAVE_NAN 1
  2827. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2828. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2829. | #define BROKEN_CRYPT 1
  2830. | #define HAVE_CRT_EXTERNS_H 1
  2831. | #define HAVE_LIBDL 1
  2832. | #define HAVE_DIRENT_H 1
  2833. | #define HAVE__BOOL 1
  2834. | #define HAVE_STDBOOL_H 1
  2835. | #define HAVE_SYS_WAIT_H 1
  2836. | #define HAVE_GRP_H 1
  2837. | #define HAVE_FCNTL_H 1
  2838. | #define HAVE_FLOAT_H 1
  2839. | #define HAVE_LANGINFO_H 1
  2840. | #define HAVE_LIMITS_H 1
  2841. | #define HAVE_LOCALE_H 1
  2842. | #define HAVE_MALLOC_MALLOC_H 1
  2843. | #define HAVE_PWD_H 1
  2844. | #define HAVE_SYS_ATTR_H 1
  2845. | #define HAVE_SYS_FCNTL_H 1
  2846. | #define HAVE_SYS_FILE_H 1
  2847. | /* end confdefs.h. */
  2848. | #include <stdio.h>
  2849. | #ifdef HAVE_SYS_TYPES_H
  2850. | # include <sys/types.h>
  2851. | #endif
  2852. | #ifdef HAVE_SYS_STAT_H
  2853. | # include <sys/stat.h>
  2854. | #endif
  2855. | #ifdef STDC_HEADERS
  2856. | # include <stdlib.h>
  2857. | # include <stddef.h>
  2858. | #else
  2859. | # ifdef HAVE_STDLIB_H
  2860. | # include <stdlib.h>
  2861. | # endif
  2862. | #endif
  2863. | #ifdef HAVE_STRING_H
  2864. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2865. | # include <memory.h>
  2866. | # endif
  2867. | # include <string.h>
  2868. | #endif
  2869. | #ifdef HAVE_STRINGS_H
  2870. | # include <strings.h>
  2871. | #endif
  2872. | #ifdef HAVE_INTTYPES_H
  2873. | # include <inttypes.h>
  2874. | #endif
  2875. | #ifdef HAVE_STDINT_H
  2876. | # include <stdint.h>
  2877. | #endif
  2878. | #ifdef HAVE_UNISTD_H
  2879. | # include <unistd.h>
  2880. | #endif
  2881. | #include <sys/id.h>
  2882. configure:10271: result: no
  2883. configure:10271: checking sys/id.h presence
  2884. 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
  2885. conftest.c:47:10: fatal error: 'sys/id.h' file not found
  2886. #include <sys/id.h>
  2887. ^~~~~~~~~~
  2888. 1 error generated.
  2889. configure:10271: $? = 1
  2890. configure: failed program was:
  2891. | /* confdefs.h */
  2892. | #define PACKAGE_NAME ""
  2893. | #define PACKAGE_TARNAME ""
  2894. | #define PACKAGE_VERSION ""
  2895. | #define PACKAGE_STRING ""
  2896. | #define PACKAGE_BUGREPORT ""
  2897. | #define PACKAGE_URL ""
  2898. | #define CANONICALIZATION_FOR_MATHN 1
  2899. | #define STDC_HEADERS 1
  2900. | #define HAVE_SYS_TYPES_H 1
  2901. | #define HAVE_SYS_STAT_H 1
  2902. | #define HAVE_STDLIB_H 1
  2903. | #define HAVE_STRING_H 1
  2904. | #define HAVE_MEMORY_H 1
  2905. | #define HAVE_STRINGS_H 1
  2906. | #define HAVE_INTTYPES_H 1
  2907. | #define HAVE_STDINT_H 1
  2908. | #define HAVE_UNISTD_H 1
  2909. | #define __EXTENSIONS__ 1
  2910. | #define _ALL_SOURCE 1
  2911. | #define _GNU_SOURCE 1
  2912. | #define _POSIX_PTHREAD_SEMANTICS 1
  2913. | #define _TANDEM_SOURCE 1
  2914. | #define HAVE_INFINITY 1
  2915. | #define HAVE_NAN 1
  2916. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2917. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2918. | #define BROKEN_CRYPT 1
  2919. | #define HAVE_CRT_EXTERNS_H 1
  2920. | #define HAVE_LIBDL 1
  2921. | #define HAVE_DIRENT_H 1
  2922. | #define HAVE__BOOL 1
  2923. | #define HAVE_STDBOOL_H 1
  2924. | #define HAVE_SYS_WAIT_H 1
  2925. | #define HAVE_GRP_H 1
  2926. | #define HAVE_FCNTL_H 1
  2927. | #define HAVE_FLOAT_H 1
  2928. | #define HAVE_LANGINFO_H 1
  2929. | #define HAVE_LIMITS_H 1
  2930. | #define HAVE_LOCALE_H 1
  2931. | #define HAVE_MALLOC_MALLOC_H 1
  2932. | #define HAVE_PWD_H 1
  2933. | #define HAVE_SYS_ATTR_H 1
  2934. | #define HAVE_SYS_FCNTL_H 1
  2935. | #define HAVE_SYS_FILE_H 1
  2936. | /* end confdefs.h. */
  2937. | #include <sys/id.h>
  2938. configure:10271: result: no
  2939. configure:10271: checking for sys/id.h
  2940. configure:10271: result: no
  2941. configure:10283: checking sys/ioctl.h usability
  2942. 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
  2943. configure:10283: $? = 0
  2944. configure:10283: result: yes
  2945. configure:10283: checking sys/ioctl.h presence
  2946. 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
  2947. configure:10283: $? = 0
  2948. configure:10283: result: yes
  2949. configure:10283: checking for sys/ioctl.h
  2950. configure:10283: result: yes
  2951. configure:10295: checking sys/mkdev.h usability
  2952. 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
  2953. conftest.c:81:10: fatal error: 'sys/mkdev.h' file not found
  2954. #include <sys/mkdev.h>
  2955. ^~~~~~~~~~~~~
  2956. 1 error generated.
  2957. configure:10295: $? = 1
  2958. configure: failed program was:
  2959. | /* confdefs.h */
  2960. | #define PACKAGE_NAME ""
  2961. | #define PACKAGE_TARNAME ""
  2962. | #define PACKAGE_VERSION ""
  2963. | #define PACKAGE_STRING ""
  2964. | #define PACKAGE_BUGREPORT ""
  2965. | #define PACKAGE_URL ""
  2966. | #define CANONICALIZATION_FOR_MATHN 1
  2967. | #define STDC_HEADERS 1
  2968. | #define HAVE_SYS_TYPES_H 1
  2969. | #define HAVE_SYS_STAT_H 1
  2970. | #define HAVE_STDLIB_H 1
  2971. | #define HAVE_STRING_H 1
  2972. | #define HAVE_MEMORY_H 1
  2973. | #define HAVE_STRINGS_H 1
  2974. | #define HAVE_INTTYPES_H 1
  2975. | #define HAVE_STDINT_H 1
  2976. | #define HAVE_UNISTD_H 1
  2977. | #define __EXTENSIONS__ 1
  2978. | #define _ALL_SOURCE 1
  2979. | #define _GNU_SOURCE 1
  2980. | #define _POSIX_PTHREAD_SEMANTICS 1
  2981. | #define _TANDEM_SOURCE 1
  2982. | #define HAVE_INFINITY 1
  2983. | #define HAVE_NAN 1
  2984. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2985. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2986. | #define BROKEN_CRYPT 1
  2987. | #define HAVE_CRT_EXTERNS_H 1
  2988. | #define HAVE_LIBDL 1
  2989. | #define HAVE_DIRENT_H 1
  2990. | #define HAVE__BOOL 1
  2991. | #define HAVE_STDBOOL_H 1
  2992. | #define HAVE_SYS_WAIT_H 1
  2993. | #define HAVE_GRP_H 1
  2994. | #define HAVE_FCNTL_H 1
  2995. | #define HAVE_FLOAT_H 1
  2996. | #define HAVE_LANGINFO_H 1
  2997. | #define HAVE_LIMITS_H 1
  2998. | #define HAVE_LOCALE_H 1
  2999. | #define HAVE_MALLOC_MALLOC_H 1
  3000. | #define HAVE_PWD_H 1
  3001. | #define HAVE_SYS_ATTR_H 1
  3002. | #define HAVE_SYS_FCNTL_H 1
  3003. | #define HAVE_SYS_FILE_H 1
  3004. | #define HAVE_SYS_IOCTL_H 1
  3005. | /* end confdefs.h. */
  3006. | #include <stdio.h>
  3007. | #ifdef HAVE_SYS_TYPES_H
  3008. | # include <sys/types.h>
  3009. | #endif
  3010. | #ifdef HAVE_SYS_STAT_H
  3011. | # include <sys/stat.h>
  3012. | #endif
  3013. | #ifdef STDC_HEADERS
  3014. | # include <stdlib.h>
  3015. | # include <stddef.h>
  3016. | #else
  3017. | # ifdef HAVE_STDLIB_H
  3018. | # include <stdlib.h>
  3019. | # endif
  3020. | #endif
  3021. | #ifdef HAVE_STRING_H
  3022. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3023. | # include <memory.h>
  3024. | # endif
  3025. | # include <string.h>
  3026. | #endif
  3027. | #ifdef HAVE_STRINGS_H
  3028. | # include <strings.h>
  3029. | #endif
  3030. | #ifdef HAVE_INTTYPES_H
  3031. | # include <inttypes.h>
  3032. | #endif
  3033. | #ifdef HAVE_STDINT_H
  3034. | # include <stdint.h>
  3035. | #endif
  3036. | #ifdef HAVE_UNISTD_H
  3037. | # include <unistd.h>
  3038. | #endif
  3039. | #include <sys/mkdev.h>
  3040. configure:10295: result: no
  3041. configure:10295: checking sys/mkdev.h presence
  3042. 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
  3043. conftest.c:48:10: fatal error: 'sys/mkdev.h' file not found
  3044. #include <sys/mkdev.h>
  3045. ^~~~~~~~~~~~~
  3046. 1 error generated.
  3047. configure:10295: $? = 1
  3048. configure: failed program was:
  3049. | /* confdefs.h */
  3050. | #define PACKAGE_NAME ""
  3051. | #define PACKAGE_TARNAME ""
  3052. | #define PACKAGE_VERSION ""
  3053. | #define PACKAGE_STRING ""
  3054. | #define PACKAGE_BUGREPORT ""
  3055. | #define PACKAGE_URL ""
  3056. | #define CANONICALIZATION_FOR_MATHN 1
  3057. | #define STDC_HEADERS 1
  3058. | #define HAVE_SYS_TYPES_H 1
  3059. | #define HAVE_SYS_STAT_H 1
  3060. | #define HAVE_STDLIB_H 1
  3061. | #define HAVE_STRING_H 1
  3062. | #define HAVE_MEMORY_H 1
  3063. | #define HAVE_STRINGS_H 1
  3064. | #define HAVE_INTTYPES_H 1
  3065. | #define HAVE_STDINT_H 1
  3066. | #define HAVE_UNISTD_H 1
  3067. | #define __EXTENSIONS__ 1
  3068. | #define _ALL_SOURCE 1
  3069. | #define _GNU_SOURCE 1
  3070. | #define _POSIX_PTHREAD_SEMANTICS 1
  3071. | #define _TANDEM_SOURCE 1
  3072. | #define HAVE_INFINITY 1
  3073. | #define HAVE_NAN 1
  3074. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3075. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3076. | #define BROKEN_CRYPT 1
  3077. | #define HAVE_CRT_EXTERNS_H 1
  3078. | #define HAVE_LIBDL 1
  3079. | #define HAVE_DIRENT_H 1
  3080. | #define HAVE__BOOL 1
  3081. | #define HAVE_STDBOOL_H 1
  3082. | #define HAVE_SYS_WAIT_H 1
  3083. | #define HAVE_GRP_H 1
  3084. | #define HAVE_FCNTL_H 1
  3085. | #define HAVE_FLOAT_H 1
  3086. | #define HAVE_LANGINFO_H 1
  3087. | #define HAVE_LIMITS_H 1
  3088. | #define HAVE_LOCALE_H 1
  3089. | #define HAVE_MALLOC_MALLOC_H 1
  3090. | #define HAVE_PWD_H 1
  3091. | #define HAVE_SYS_ATTR_H 1
  3092. | #define HAVE_SYS_FCNTL_H 1
  3093. | #define HAVE_SYS_FILE_H 1
  3094. | #define HAVE_SYS_IOCTL_H 1
  3095. | /* end confdefs.h. */
  3096. | #include <sys/mkdev.h>
  3097. configure:10295: result: no
  3098. configure:10295: checking for sys/mkdev.h
  3099. configure:10295: result: no
  3100. configure:10307: checking sys/param.h usability
  3101. 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
  3102. configure:10307: $? = 0
  3103. configure:10307: result: yes
  3104. configure:10307: checking sys/param.h presence
  3105. 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
  3106. configure:10307: $? = 0
  3107. configure:10307: result: yes
  3108. configure:10307: checking for sys/param.h
  3109. configure:10307: result: yes
  3110. configure:10319: checking sys/prctl.h usability
  3111. 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
  3112. conftest.c:82:10: fatal error: 'sys/prctl.h' file not found
  3113. #include <sys/prctl.h>
  3114. ^~~~~~~~~~~~~
  3115. 1 error generated.
  3116. configure:10319: $? = 1
  3117. configure: failed program was:
  3118. | /* confdefs.h */
  3119. | #define PACKAGE_NAME ""
  3120. | #define PACKAGE_TARNAME ""
  3121. | #define PACKAGE_VERSION ""
  3122. | #define PACKAGE_STRING ""
  3123. | #define PACKAGE_BUGREPORT ""
  3124. | #define PACKAGE_URL ""
  3125. | #define CANONICALIZATION_FOR_MATHN 1
  3126. | #define STDC_HEADERS 1
  3127. | #define HAVE_SYS_TYPES_H 1
  3128. | #define HAVE_SYS_STAT_H 1
  3129. | #define HAVE_STDLIB_H 1
  3130. | #define HAVE_STRING_H 1
  3131. | #define HAVE_MEMORY_H 1
  3132. | #define HAVE_STRINGS_H 1
  3133. | #define HAVE_INTTYPES_H 1
  3134. | #define HAVE_STDINT_H 1
  3135. | #define HAVE_UNISTD_H 1
  3136. | #define __EXTENSIONS__ 1
  3137. | #define _ALL_SOURCE 1
  3138. | #define _GNU_SOURCE 1
  3139. | #define _POSIX_PTHREAD_SEMANTICS 1
  3140. | #define _TANDEM_SOURCE 1
  3141. | #define HAVE_INFINITY 1
  3142. | #define HAVE_NAN 1
  3143. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3144. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3145. | #define BROKEN_CRYPT 1
  3146. | #define HAVE_CRT_EXTERNS_H 1
  3147. | #define HAVE_LIBDL 1
  3148. | #define HAVE_DIRENT_H 1
  3149. | #define HAVE__BOOL 1
  3150. | #define HAVE_STDBOOL_H 1
  3151. | #define HAVE_SYS_WAIT_H 1
  3152. | #define HAVE_GRP_H 1
  3153. | #define HAVE_FCNTL_H 1
  3154. | #define HAVE_FLOAT_H 1
  3155. | #define HAVE_LANGINFO_H 1
  3156. | #define HAVE_LIMITS_H 1
  3157. | #define HAVE_LOCALE_H 1
  3158. | #define HAVE_MALLOC_MALLOC_H 1
  3159. | #define HAVE_PWD_H 1
  3160. | #define HAVE_SYS_ATTR_H 1
  3161. | #define HAVE_SYS_FCNTL_H 1
  3162. | #define HAVE_SYS_FILE_H 1
  3163. | #define HAVE_SYS_IOCTL_H 1
  3164. | #define HAVE_SYS_PARAM_H 1
  3165. | /* end confdefs.h. */
  3166. | #include <stdio.h>
  3167. | #ifdef HAVE_SYS_TYPES_H
  3168. | # include <sys/types.h>
  3169. | #endif
  3170. | #ifdef HAVE_SYS_STAT_H
  3171. | # include <sys/stat.h>
  3172. | #endif
  3173. | #ifdef STDC_HEADERS
  3174. | # include <stdlib.h>
  3175. | # include <stddef.h>
  3176. | #else
  3177. | # ifdef HAVE_STDLIB_H
  3178. | # include <stdlib.h>
  3179. | # endif
  3180. | #endif
  3181. | #ifdef HAVE_STRING_H
  3182. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3183. | # include <memory.h>
  3184. | # endif
  3185. | # include <string.h>
  3186. | #endif
  3187. | #ifdef HAVE_STRINGS_H
  3188. | # include <strings.h>
  3189. | #endif
  3190. | #ifdef HAVE_INTTYPES_H
  3191. | # include <inttypes.h>
  3192. | #endif
  3193. | #ifdef HAVE_STDINT_H
  3194. | # include <stdint.h>
  3195. | #endif
  3196. | #ifdef HAVE_UNISTD_H
  3197. | # include <unistd.h>
  3198. | #endif
  3199. | #include <sys/prctl.h>
  3200. configure:10319: result: no
  3201. configure:10319: checking sys/prctl.h presence
  3202. 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
  3203. conftest.c:49:10: fatal error: 'sys/prctl.h' file not found
  3204. #include <sys/prctl.h>
  3205. ^~~~~~~~~~~~~
  3206. 1 error generated.
  3207. configure:10319: $? = 1
  3208. configure: failed program was:
  3209. | /* confdefs.h */
  3210. | #define PACKAGE_NAME ""
  3211. | #define PACKAGE_TARNAME ""
  3212. | #define PACKAGE_VERSION ""
  3213. | #define PACKAGE_STRING ""
  3214. | #define PACKAGE_BUGREPORT ""
  3215. | #define PACKAGE_URL ""
  3216. | #define CANONICALIZATION_FOR_MATHN 1
  3217. | #define STDC_HEADERS 1
  3218. | #define HAVE_SYS_TYPES_H 1
  3219. | #define HAVE_SYS_STAT_H 1
  3220. | #define HAVE_STDLIB_H 1
  3221. | #define HAVE_STRING_H 1
  3222. | #define HAVE_MEMORY_H 1
  3223. | #define HAVE_STRINGS_H 1
  3224. | #define HAVE_INTTYPES_H 1
  3225. | #define HAVE_STDINT_H 1
  3226. | #define HAVE_UNISTD_H 1
  3227. | #define __EXTENSIONS__ 1
  3228. | #define _ALL_SOURCE 1
  3229. | #define _GNU_SOURCE 1
  3230. | #define _POSIX_PTHREAD_SEMANTICS 1
  3231. | #define _TANDEM_SOURCE 1
  3232. | #define HAVE_INFINITY 1
  3233. | #define HAVE_NAN 1
  3234. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3235. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3236. | #define BROKEN_CRYPT 1
  3237. | #define HAVE_CRT_EXTERNS_H 1
  3238. | #define HAVE_LIBDL 1
  3239. | #define HAVE_DIRENT_H 1
  3240. | #define HAVE__BOOL 1
  3241. | #define HAVE_STDBOOL_H 1
  3242. | #define HAVE_SYS_WAIT_H 1
  3243. | #define HAVE_GRP_H 1
  3244. | #define HAVE_FCNTL_H 1
  3245. | #define HAVE_FLOAT_H 1
  3246. | #define HAVE_LANGINFO_H 1
  3247. | #define HAVE_LIMITS_H 1
  3248. | #define HAVE_LOCALE_H 1
  3249. | #define HAVE_MALLOC_MALLOC_H 1
  3250. | #define HAVE_PWD_H 1
  3251. | #define HAVE_SYS_ATTR_H 1
  3252. | #define HAVE_SYS_FCNTL_H 1
  3253. | #define HAVE_SYS_FILE_H 1
  3254. | #define HAVE_SYS_IOCTL_H 1
  3255. | #define HAVE_SYS_PARAM_H 1
  3256. | /* end confdefs.h. */
  3257. | #include <sys/prctl.h>
  3258. configure:10319: result: no
  3259. configure:10319: checking for sys/prctl.h
  3260. configure:10319: result: no
  3261. configure:10331: checking sys/resource.h usability
  3262. 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
  3263. configure:10331: $? = 0
  3264. configure:10331: result: yes
  3265. configure:10331: checking sys/resource.h presence
  3266. 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
  3267. configure:10331: $? = 0
  3268. configure:10331: result: yes
  3269. configure:10331: checking for sys/resource.h
  3270. configure:10331: result: yes
  3271. configure:10343: checking sys/select.h usability
  3272. 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
  3273. configure:10343: $? = 0
  3274. configure:10343: result: yes
  3275. configure:10343: checking sys/select.h presence
  3276. 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
  3277. configure:10343: $? = 0
  3278. configure:10343: result: yes
  3279. configure:10343: checking for sys/select.h
  3280. configure:10343: result: yes
  3281. configure:10355: checking sys/sendfile.h usability
  3282. 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
  3283. conftest.c:84:10: fatal error: 'sys/sendfile.h' file not found
  3284. #include <sys/sendfile.h>
  3285. ^~~~~~~~~~~~~~~~
  3286. 1 error generated.
  3287. configure:10355: $? = 1
  3288. configure: failed program was:
  3289. | /* confdefs.h */
  3290. | #define PACKAGE_NAME ""
  3291. | #define PACKAGE_TARNAME ""
  3292. | #define PACKAGE_VERSION ""
  3293. | #define PACKAGE_STRING ""
  3294. | #define PACKAGE_BUGREPORT ""
  3295. | #define PACKAGE_URL ""
  3296. | #define CANONICALIZATION_FOR_MATHN 1
  3297. | #define STDC_HEADERS 1
  3298. | #define HAVE_SYS_TYPES_H 1
  3299. | #define HAVE_SYS_STAT_H 1
  3300. | #define HAVE_STDLIB_H 1
  3301. | #define HAVE_STRING_H 1
  3302. | #define HAVE_MEMORY_H 1
  3303. | #define HAVE_STRINGS_H 1
  3304. | #define HAVE_INTTYPES_H 1
  3305. | #define HAVE_STDINT_H 1
  3306. | #define HAVE_UNISTD_H 1
  3307. | #define __EXTENSIONS__ 1
  3308. | #define _ALL_SOURCE 1
  3309. | #define _GNU_SOURCE 1
  3310. | #define _POSIX_PTHREAD_SEMANTICS 1
  3311. | #define _TANDEM_SOURCE 1
  3312. | #define HAVE_INFINITY 1
  3313. | #define HAVE_NAN 1
  3314. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3315. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3316. | #define BROKEN_CRYPT 1
  3317. | #define HAVE_CRT_EXTERNS_H 1
  3318. | #define HAVE_LIBDL 1
  3319. | #define HAVE_DIRENT_H 1
  3320. | #define HAVE__BOOL 1
  3321. | #define HAVE_STDBOOL_H 1
  3322. | #define HAVE_SYS_WAIT_H 1
  3323. | #define HAVE_GRP_H 1
  3324. | #define HAVE_FCNTL_H 1
  3325. | #define HAVE_FLOAT_H 1
  3326. | #define HAVE_LANGINFO_H 1
  3327. | #define HAVE_LIMITS_H 1
  3328. | #define HAVE_LOCALE_H 1
  3329. | #define HAVE_MALLOC_MALLOC_H 1
  3330. | #define HAVE_PWD_H 1
  3331. | #define HAVE_SYS_ATTR_H 1
  3332. | #define HAVE_SYS_FCNTL_H 1
  3333. | #define HAVE_SYS_FILE_H 1
  3334. | #define HAVE_SYS_IOCTL_H 1
  3335. | #define HAVE_SYS_PARAM_H 1
  3336. | #define HAVE_SYS_RESOURCE_H 1
  3337. | #define HAVE_SYS_SELECT_H 1
  3338. | /* end confdefs.h. */
  3339. | #include <stdio.h>
  3340. | #ifdef HAVE_SYS_TYPES_H
  3341. | # include <sys/types.h>
  3342. | #endif
  3343. | #ifdef HAVE_SYS_STAT_H
  3344. | # include <sys/stat.h>
  3345. | #endif
  3346. | #ifdef STDC_HEADERS
  3347. | # include <stdlib.h>
  3348. | # include <stddef.h>
  3349. | #else
  3350. | # ifdef HAVE_STDLIB_H
  3351. | # include <stdlib.h>
  3352. | # endif
  3353. | #endif
  3354. | #ifdef HAVE_STRING_H
  3355. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3356. | # include <memory.h>
  3357. | # endif
  3358. | # include <string.h>
  3359. | #endif
  3360. | #ifdef HAVE_STRINGS_H
  3361. | # include <strings.h>
  3362. | #endif
  3363. | #ifdef HAVE_INTTYPES_H
  3364. | # include <inttypes.h>
  3365. | #endif
  3366. | #ifdef HAVE_STDINT_H
  3367. | # include <stdint.h>
  3368. | #endif
  3369. | #ifdef HAVE_UNISTD_H
  3370. | # include <unistd.h>
  3371. | #endif
  3372. | #include <sys/sendfile.h>
  3373. configure:10355: result: no
  3374. configure:10355: checking sys/sendfile.h presence
  3375. 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
  3376. conftest.c:51:10: fatal error: 'sys/sendfile.h' file not found
  3377. #include <sys/sendfile.h>
  3378. ^~~~~~~~~~~~~~~~
  3379. 1 error generated.
  3380. configure:10355: $? = 1
  3381. configure: failed program was:
  3382. | /* confdefs.h */
  3383. | #define PACKAGE_NAME ""
  3384. | #define PACKAGE_TARNAME ""
  3385. | #define PACKAGE_VERSION ""
  3386. | #define PACKAGE_STRING ""
  3387. | #define PACKAGE_BUGREPORT ""
  3388. | #define PACKAGE_URL ""
  3389. | #define CANONICALIZATION_FOR_MATHN 1
  3390. | #define STDC_HEADERS 1
  3391. | #define HAVE_SYS_TYPES_H 1
  3392. | #define HAVE_SYS_STAT_H 1
  3393. | #define HAVE_STDLIB_H 1
  3394. | #define HAVE_STRING_H 1
  3395. | #define HAVE_MEMORY_H 1
  3396. | #define HAVE_STRINGS_H 1
  3397. | #define HAVE_INTTYPES_H 1
  3398. | #define HAVE_STDINT_H 1
  3399. | #define HAVE_UNISTD_H 1
  3400. | #define __EXTENSIONS__ 1
  3401. | #define _ALL_SOURCE 1
  3402. | #define _GNU_SOURCE 1
  3403. | #define _POSIX_PTHREAD_SEMANTICS 1
  3404. | #define _TANDEM_SOURCE 1
  3405. | #define HAVE_INFINITY 1
  3406. | #define HAVE_NAN 1
  3407. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3408. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3409. | #define BROKEN_CRYPT 1
  3410. | #define HAVE_CRT_EXTERNS_H 1
  3411. | #define HAVE_LIBDL 1
  3412. | #define HAVE_DIRENT_H 1
  3413. | #define HAVE__BOOL 1
  3414. | #define HAVE_STDBOOL_H 1
  3415. | #define HAVE_SYS_WAIT_H 1
  3416. | #define HAVE_GRP_H 1
  3417. | #define HAVE_FCNTL_H 1
  3418. | #define HAVE_FLOAT_H 1
  3419. | #define HAVE_LANGINFO_H 1
  3420. | #define HAVE_LIMITS_H 1
  3421. | #define HAVE_LOCALE_H 1
  3422. | #define HAVE_MALLOC_MALLOC_H 1
  3423. | #define HAVE_PWD_H 1
  3424. | #define HAVE_SYS_ATTR_H 1
  3425. | #define HAVE_SYS_FCNTL_H 1
  3426. | #define HAVE_SYS_FILE_H 1
  3427. | #define HAVE_SYS_IOCTL_H 1
  3428. | #define HAVE_SYS_PARAM_H 1
  3429. | #define HAVE_SYS_RESOURCE_H 1
  3430. | #define HAVE_SYS_SELECT_H 1
  3431. | /* end confdefs.h. */
  3432. | #include <sys/sendfile.h>
  3433. configure:10355: result: no
  3434. configure:10355: checking for sys/sendfile.h
  3435. configure:10355: result: no
  3436. configure:10367: checking sys/socket.h usability
  3437. 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
  3438. configure:10367: $? = 0
  3439. configure:10367: result: yes
  3440. configure:10367: checking sys/socket.h presence
  3441. 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
  3442. configure:10367: $? = 0
  3443. configure:10367: result: yes
  3444. configure:10367: checking for sys/socket.h
  3445. configure:10367: result: yes
  3446. configure:10379: checking for sys/syscall.h
  3447. configure:10379: result: no
  3448. configure:10391: checking sys/sysmacros.h usability
  3449. 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
  3450. conftest.c:85:10: fatal error: 'sys/sysmacros.h' file not found
  3451. #include <sys/sysmacros.h>
  3452. ^~~~~~~~~~~~~~~~~
  3453. 1 error generated.
  3454. configure:10391: $? = 1
  3455. configure: failed program was:
  3456. | /* confdefs.h */
  3457. | #define PACKAGE_NAME ""
  3458. | #define PACKAGE_TARNAME ""
  3459. | #define PACKAGE_VERSION ""
  3460. | #define PACKAGE_STRING ""
  3461. | #define PACKAGE_BUGREPORT ""
  3462. | #define PACKAGE_URL ""
  3463. | #define CANONICALIZATION_FOR_MATHN 1
  3464. | #define STDC_HEADERS 1
  3465. | #define HAVE_SYS_TYPES_H 1
  3466. | #define HAVE_SYS_STAT_H 1
  3467. | #define HAVE_STDLIB_H 1
  3468. | #define HAVE_STRING_H 1
  3469. | #define HAVE_MEMORY_H 1
  3470. | #define HAVE_STRINGS_H 1
  3471. | #define HAVE_INTTYPES_H 1
  3472. | #define HAVE_STDINT_H 1
  3473. | #define HAVE_UNISTD_H 1
  3474. | #define __EXTENSIONS__ 1
  3475. | #define _ALL_SOURCE 1
  3476. | #define _GNU_SOURCE 1
  3477. | #define _POSIX_PTHREAD_SEMANTICS 1
  3478. | #define _TANDEM_SOURCE 1
  3479. | #define HAVE_INFINITY 1
  3480. | #define HAVE_NAN 1
  3481. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3482. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3483. | #define BROKEN_CRYPT 1
  3484. | #define HAVE_CRT_EXTERNS_H 1
  3485. | #define HAVE_LIBDL 1
  3486. | #define HAVE_DIRENT_H 1
  3487. | #define HAVE__BOOL 1
  3488. | #define HAVE_STDBOOL_H 1
  3489. | #define HAVE_SYS_WAIT_H 1
  3490. | #define HAVE_GRP_H 1
  3491. | #define HAVE_FCNTL_H 1
  3492. | #define HAVE_FLOAT_H 1
  3493. | #define HAVE_LANGINFO_H 1
  3494. | #define HAVE_LIMITS_H 1
  3495. | #define HAVE_LOCALE_H 1
  3496. | #define HAVE_MALLOC_MALLOC_H 1
  3497. | #define HAVE_PWD_H 1
  3498. | #define HAVE_SYS_ATTR_H 1
  3499. | #define HAVE_SYS_FCNTL_H 1
  3500. | #define HAVE_SYS_FILE_H 1
  3501. | #define HAVE_SYS_IOCTL_H 1
  3502. | #define HAVE_SYS_PARAM_H 1
  3503. | #define HAVE_SYS_RESOURCE_H 1
  3504. | #define HAVE_SYS_SELECT_H 1
  3505. | #define HAVE_SYS_SOCKET_H 1
  3506. | /* end confdefs.h. */
  3507. | #include <stdio.h>
  3508. | #ifdef HAVE_SYS_TYPES_H
  3509. | # include <sys/types.h>
  3510. | #endif
  3511. | #ifdef HAVE_SYS_STAT_H
  3512. | # include <sys/stat.h>
  3513. | #endif
  3514. | #ifdef STDC_HEADERS
  3515. | # include <stdlib.h>
  3516. | # include <stddef.h>
  3517. | #else
  3518. | # ifdef HAVE_STDLIB_H
  3519. | # include <stdlib.h>
  3520. | # endif
  3521. | #endif
  3522. | #ifdef HAVE_STRING_H
  3523. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3524. | # include <memory.h>
  3525. | # endif
  3526. | # include <string.h>
  3527. | #endif
  3528. | #ifdef HAVE_STRINGS_H
  3529. | # include <strings.h>
  3530. | #endif
  3531. | #ifdef HAVE_INTTYPES_H
  3532. | # include <inttypes.h>
  3533. | #endif
  3534. | #ifdef HAVE_STDINT_H
  3535. | # include <stdint.h>
  3536. | #endif
  3537. | #ifdef HAVE_UNISTD_H
  3538. | # include <unistd.h>
  3539. | #endif
  3540. | #include <sys/sysmacros.h>
  3541. configure:10391: result: no
  3542. configure:10391: checking sys/sysmacros.h presence
  3543. 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
  3544. conftest.c:52:10: fatal error: 'sys/sysmacros.h' file not found
  3545. #include <sys/sysmacros.h>
  3546. ^~~~~~~~~~~~~~~~~
  3547. 1 error generated.
  3548. configure:10391: $? = 1
  3549. configure: failed program was:
  3550. | /* confdefs.h */
  3551. | #define PACKAGE_NAME ""
  3552. | #define PACKAGE_TARNAME ""
  3553. | #define PACKAGE_VERSION ""
  3554. | #define PACKAGE_STRING ""
  3555. | #define PACKAGE_BUGREPORT ""
  3556. | #define PACKAGE_URL ""
  3557. | #define CANONICALIZATION_FOR_MATHN 1
  3558. | #define STDC_HEADERS 1
  3559. | #define HAVE_SYS_TYPES_H 1
  3560. | #define HAVE_SYS_STAT_H 1
  3561. | #define HAVE_STDLIB_H 1
  3562. | #define HAVE_STRING_H 1
  3563. | #define HAVE_MEMORY_H 1
  3564. | #define HAVE_STRINGS_H 1
  3565. | #define HAVE_INTTYPES_H 1
  3566. | #define HAVE_STDINT_H 1
  3567. | #define HAVE_UNISTD_H 1
  3568. | #define __EXTENSIONS__ 1
  3569. | #define _ALL_SOURCE 1
  3570. | #define _GNU_SOURCE 1
  3571. | #define _POSIX_PTHREAD_SEMANTICS 1
  3572. | #define _TANDEM_SOURCE 1
  3573. | #define HAVE_INFINITY 1
  3574. | #define HAVE_NAN 1
  3575. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3576. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3577. | #define BROKEN_CRYPT 1
  3578. | #define HAVE_CRT_EXTERNS_H 1
  3579. | #define HAVE_LIBDL 1
  3580. | #define HAVE_DIRENT_H 1
  3581. | #define HAVE__BOOL 1
  3582. | #define HAVE_STDBOOL_H 1
  3583. | #define HAVE_SYS_WAIT_H 1
  3584. | #define HAVE_GRP_H 1
  3585. | #define HAVE_FCNTL_H 1
  3586. | #define HAVE_FLOAT_H 1
  3587. | #define HAVE_LANGINFO_H 1
  3588. | #define HAVE_LIMITS_H 1
  3589. | #define HAVE_LOCALE_H 1
  3590. | #define HAVE_MALLOC_MALLOC_H 1
  3591. | #define HAVE_PWD_H 1
  3592. | #define HAVE_SYS_ATTR_H 1
  3593. | #define HAVE_SYS_FCNTL_H 1
  3594. | #define HAVE_SYS_FILE_H 1
  3595. | #define HAVE_SYS_IOCTL_H 1
  3596. | #define HAVE_SYS_PARAM_H 1
  3597. | #define HAVE_SYS_RESOURCE_H 1
  3598. | #define HAVE_SYS_SELECT_H 1
  3599. | #define HAVE_SYS_SOCKET_H 1
  3600. | /* end confdefs.h. */
  3601. | #include <sys/sysmacros.h>
  3602. configure:10391: result: no
  3603. configure:10391: checking for sys/sysmacros.h
  3604. configure:10391: result: no
  3605. configure:10403: checking sys/time.h usability
  3606. 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
  3607. configure:10403: $? = 0
  3608. configure:10403: result: yes
  3609. configure:10403: checking sys/time.h presence
  3610. 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
  3611. configure:10403: $? = 0
  3612. configure:10403: result: yes
  3613. configure:10403: checking for sys/time.h
  3614. configure:10403: result: yes
  3615. configure:10415: checking sys/times.h usability
  3616. 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
  3617. configure:10415: $? = 0
  3618. configure:10415: result: yes
  3619. configure:10415: checking sys/times.h presence
  3620. 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
  3621. configure:10415: $? = 0
  3622. configure:10415: result: yes
  3623. configure:10415: checking for sys/times.h
  3624. configure:10415: result: yes
  3625. configure:10427: checking sys/uio.h usability
  3626. 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
  3627. configure:10427: $? = 0
  3628. configure:10427: result: yes
  3629. configure:10427: checking sys/uio.h presence
  3630. 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
  3631. configure:10427: $? = 0
  3632. configure:10427: result: yes
  3633. configure:10427: checking for sys/uio.h
  3634. configure:10427: result: yes
  3635. configure:10439: checking sys/utime.h usability
  3636. 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
  3637. conftest.c:88:10: fatal error: 'sys/utime.h' file not found
  3638. #include <sys/utime.h>
  3639. ^~~~~~~~~~~~~
  3640. 1 error generated.
  3641. configure:10439: $? = 1
  3642. configure: failed program was:
  3643. | /* confdefs.h */
  3644. | #define PACKAGE_NAME ""
  3645. | #define PACKAGE_TARNAME ""
  3646. | #define PACKAGE_VERSION ""
  3647. | #define PACKAGE_STRING ""
  3648. | #define PACKAGE_BUGREPORT ""
  3649. | #define PACKAGE_URL ""
  3650. | #define CANONICALIZATION_FOR_MATHN 1
  3651. | #define STDC_HEADERS 1
  3652. | #define HAVE_SYS_TYPES_H 1
  3653. | #define HAVE_SYS_STAT_H 1
  3654. | #define HAVE_STDLIB_H 1
  3655. | #define HAVE_STRING_H 1
  3656. | #define HAVE_MEMORY_H 1
  3657. | #define HAVE_STRINGS_H 1
  3658. | #define HAVE_INTTYPES_H 1
  3659. | #define HAVE_STDINT_H 1
  3660. | #define HAVE_UNISTD_H 1
  3661. | #define __EXTENSIONS__ 1
  3662. | #define _ALL_SOURCE 1
  3663. | #define _GNU_SOURCE 1
  3664. | #define _POSIX_PTHREAD_SEMANTICS 1
  3665. | #define _TANDEM_SOURCE 1
  3666. | #define HAVE_INFINITY 1
  3667. | #define HAVE_NAN 1
  3668. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3669. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3670. | #define BROKEN_CRYPT 1
  3671. | #define HAVE_CRT_EXTERNS_H 1
  3672. | #define HAVE_LIBDL 1
  3673. | #define HAVE_DIRENT_H 1
  3674. | #define HAVE__BOOL 1
  3675. | #define HAVE_STDBOOL_H 1
  3676. | #define HAVE_SYS_WAIT_H 1
  3677. | #define HAVE_GRP_H 1
  3678. | #define HAVE_FCNTL_H 1
  3679. | #define HAVE_FLOAT_H 1
  3680. | #define HAVE_LANGINFO_H 1
  3681. | #define HAVE_LIMITS_H 1
  3682. | #define HAVE_LOCALE_H 1
  3683. | #define HAVE_MALLOC_MALLOC_H 1
  3684. | #define HAVE_PWD_H 1
  3685. | #define HAVE_SYS_ATTR_H 1
  3686. | #define HAVE_SYS_FCNTL_H 1
  3687. | #define HAVE_SYS_FILE_H 1
  3688. | #define HAVE_SYS_IOCTL_H 1
  3689. | #define HAVE_SYS_PARAM_H 1
  3690. | #define HAVE_SYS_RESOURCE_H 1
  3691. | #define HAVE_SYS_SELECT_H 1
  3692. | #define HAVE_SYS_SOCKET_H 1
  3693. | #define HAVE_SYS_TIME_H 1
  3694. | #define HAVE_SYS_TIMES_H 1
  3695. | #define HAVE_SYS_UIO_H 1
  3696. | /* end confdefs.h. */
  3697. | #include <stdio.h>
  3698. | #ifdef HAVE_SYS_TYPES_H
  3699. | # include <sys/types.h>
  3700. | #endif
  3701. | #ifdef HAVE_SYS_STAT_H
  3702. | # include <sys/stat.h>
  3703. | #endif
  3704. | #ifdef STDC_HEADERS
  3705. | # include <stdlib.h>
  3706. | # include <stddef.h>
  3707. | #else
  3708. | # ifdef HAVE_STDLIB_H
  3709. | # include <stdlib.h>
  3710. | # endif
  3711. | #endif
  3712. | #ifdef HAVE_STRING_H
  3713. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3714. | # include <memory.h>
  3715. | # endif
  3716. | # include <string.h>
  3717. | #endif
  3718. | #ifdef HAVE_STRINGS_H
  3719. | # include <strings.h>
  3720. | #endif
  3721. | #ifdef HAVE_INTTYPES_H
  3722. | # include <inttypes.h>
  3723. | #endif
  3724. | #ifdef HAVE_STDINT_H
  3725. | # include <stdint.h>
  3726. | #endif
  3727. | #ifdef HAVE_UNISTD_H
  3728. | # include <unistd.h>
  3729. | #endif
  3730. | #include <sys/utime.h>
  3731. configure:10439: result: no
  3732. configure:10439: checking sys/utime.h presence
  3733. 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
  3734. conftest.c:55:10: fatal error: 'sys/utime.h' file not found
  3735. #include <sys/utime.h>
  3736. ^~~~~~~~~~~~~
  3737. 1 error generated.
  3738. configure:10439: $? = 1
  3739. configure: failed program was:
  3740. | /* confdefs.h */
  3741. | #define PACKAGE_NAME ""
  3742. | #define PACKAGE_TARNAME ""
  3743. | #define PACKAGE_VERSION ""
  3744. | #define PACKAGE_STRING ""
  3745. | #define PACKAGE_BUGREPORT ""
  3746. | #define PACKAGE_URL ""
  3747. | #define CANONICALIZATION_FOR_MATHN 1
  3748. | #define STDC_HEADERS 1
  3749. | #define HAVE_SYS_TYPES_H 1
  3750. | #define HAVE_SYS_STAT_H 1
  3751. | #define HAVE_STDLIB_H 1
  3752. | #define HAVE_STRING_H 1
  3753. | #define HAVE_MEMORY_H 1
  3754. | #define HAVE_STRINGS_H 1
  3755. | #define HAVE_INTTYPES_H 1
  3756. | #define HAVE_STDINT_H 1
  3757. | #define HAVE_UNISTD_H 1
  3758. | #define __EXTENSIONS__ 1
  3759. | #define _ALL_SOURCE 1
  3760. | #define _GNU_SOURCE 1
  3761. | #define _POSIX_PTHREAD_SEMANTICS 1
  3762. | #define _TANDEM_SOURCE 1
  3763. | #define HAVE_INFINITY 1
  3764. | #define HAVE_NAN 1
  3765. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3766. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3767. | #define BROKEN_CRYPT 1
  3768. | #define HAVE_CRT_EXTERNS_H 1
  3769. | #define HAVE_LIBDL 1
  3770. | #define HAVE_DIRENT_H 1
  3771. | #define HAVE__BOOL 1
  3772. | #define HAVE_STDBOOL_H 1
  3773. | #define HAVE_SYS_WAIT_H 1
  3774. | #define HAVE_GRP_H 1
  3775. | #define HAVE_FCNTL_H 1
  3776. | #define HAVE_FLOAT_H 1
  3777. | #define HAVE_LANGINFO_H 1
  3778. | #define HAVE_LIMITS_H 1
  3779. | #define HAVE_LOCALE_H 1
  3780. | #define HAVE_MALLOC_MALLOC_H 1
  3781. | #define HAVE_PWD_H 1
  3782. | #define HAVE_SYS_ATTR_H 1
  3783. | #define HAVE_SYS_FCNTL_H 1
  3784. | #define HAVE_SYS_FILE_H 1
  3785. | #define HAVE_SYS_IOCTL_H 1
  3786. | #define HAVE_SYS_PARAM_H 1
  3787. | #define HAVE_SYS_RESOURCE_H 1
  3788. | #define HAVE_SYS_SELECT_H 1
  3789. | #define HAVE_SYS_SOCKET_H 1
  3790. | #define HAVE_SYS_TIME_H 1
  3791. | #define HAVE_SYS_TIMES_H 1
  3792. | #define HAVE_SYS_UIO_H 1
  3793. | /* end confdefs.h. */
  3794. | #include <sys/utime.h>
  3795. configure:10439: result: no
  3796. configure:10439: checking for sys/utime.h
  3797. configure:10439: result: no
  3798. configure:10451: checking for syscall.h
  3799. configure:10451: result: no
  3800. configure:10463: checking time.h usability
  3801. 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
  3802. configure:10463: $? = 0
  3803. configure:10463: result: yes
  3804. configure:10463: checking time.h presence
  3805. 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
  3806. configure:10463: $? = 0
  3807. configure:10463: result: yes
  3808. configure:10463: checking for time.h
  3809. configure:10463: result: yes
  3810. configure:10475: checking ucontext.h usability
  3811. 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
  3812. configure:10475: $? = 0
  3813. configure:10475: result: yes
  3814. configure:10475: checking ucontext.h presence
  3815. 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
  3816. configure:10475: $? = 0
  3817. configure:10475: result: yes
  3818. configure:10475: checking for ucontext.h
  3819. configure:10475: result: yes
  3820. configure:10487: checking utime.h usability
  3821. 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
  3822. configure:10487: $? = 0
  3823. configure:10487: result: yes
  3824. configure:10487: checking utime.h presence
  3825. 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
  3826. configure:10487: $? = 0
  3827. configure:10487: result: yes
  3828. configure:10487: checking for utime.h
  3829. configure:10487: result: yes
  3830. configure:10509: checking gmp.h usability
  3831. 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
  3832. configure:10509: $? = 0
  3833. configure:10509: result: yes
  3834. configure:10509: checking gmp.h presence
  3835. 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
  3836. configure:10509: $? = 0
  3837. configure:10509: result: yes
  3838. configure:10509: checking for gmp.h
  3839. configure:10509: result: yes
  3840. configure:10520: checking for library containing __gmpz_init
  3841. 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
  3842. Undefined symbols for architecture x86_64:
  3843. "___gmpz_init", referenced from:
  3844. _main in conftest-7eb254.o
  3845. ld: symbol(s) not found for architecture x86_64
  3846. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  3847. configure:10551: $? = 1
  3848. configure: failed program was:
  3849. | /* confdefs.h */
  3850. | #define PACKAGE_NAME ""
  3851. | #define PACKAGE_TARNAME ""
  3852. | #define PACKAGE_VERSION ""
  3853. | #define PACKAGE_STRING ""
  3854. | #define PACKAGE_BUGREPORT ""
  3855. | #define PACKAGE_URL ""
  3856. | #define CANONICALIZATION_FOR_MATHN 1
  3857. | #define STDC_HEADERS 1
  3858. | #define HAVE_SYS_TYPES_H 1
  3859. | #define HAVE_SYS_STAT_H 1
  3860. | #define HAVE_STDLIB_H 1
  3861. | #define HAVE_STRING_H 1
  3862. | #define HAVE_MEMORY_H 1
  3863. | #define HAVE_STRINGS_H 1
  3864. | #define HAVE_INTTYPES_H 1
  3865. | #define HAVE_STDINT_H 1
  3866. | #define HAVE_UNISTD_H 1
  3867. | #define __EXTENSIONS__ 1
  3868. | #define _ALL_SOURCE 1
  3869. | #define _GNU_SOURCE 1
  3870. | #define _POSIX_PTHREAD_SEMANTICS 1
  3871. | #define _TANDEM_SOURCE 1
  3872. | #define HAVE_INFINITY 1
  3873. | #define HAVE_NAN 1
  3874. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3875. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3876. | #define BROKEN_CRYPT 1
  3877. | #define HAVE_CRT_EXTERNS_H 1
  3878. | #define HAVE_LIBDL 1
  3879. | #define HAVE_DIRENT_H 1
  3880. | #define HAVE__BOOL 1
  3881. | #define HAVE_STDBOOL_H 1
  3882. | #define HAVE_SYS_WAIT_H 1
  3883. | #define HAVE_GRP_H 1
  3884. | #define HAVE_FCNTL_H 1
  3885. | #define HAVE_FLOAT_H 1
  3886. | #define HAVE_LANGINFO_H 1
  3887. | #define HAVE_LIMITS_H 1
  3888. | #define HAVE_LOCALE_H 1
  3889. | #define HAVE_MALLOC_MALLOC_H 1
  3890. | #define HAVE_PWD_H 1
  3891. | #define HAVE_SYS_ATTR_H 1
  3892. | #define HAVE_SYS_FCNTL_H 1
  3893. | #define HAVE_SYS_FILE_H 1
  3894. | #define HAVE_SYS_IOCTL_H 1
  3895. | #define HAVE_SYS_PARAM_H 1
  3896. | #define HAVE_SYS_RESOURCE_H 1
  3897. | #define HAVE_SYS_SELECT_H 1
  3898. | #define HAVE_SYS_SOCKET_H 1
  3899. | #define HAVE_SYS_TIME_H 1
  3900. | #define HAVE_SYS_TIMES_H 1
  3901. | #define HAVE_SYS_UIO_H 1
  3902. | #define HAVE_TIME_H 1
  3903. | #define HAVE_UCONTEXT_H 1
  3904. | #define HAVE_UTIME_H 1
  3905. | #define HAVE_GMP_H 1
  3906. | /* end confdefs.h. */
  3907. |
  3908. | /* Override any GCC internal prototype to avoid an error.
  3909. | Use char because int might match the return type of a GCC
  3910. | builtin and then its argument prototype would still apply. */
  3911. | #ifdef __cplusplus
  3912. | extern "C"
  3913. | #endif
  3914. | char __gmpz_init ();
  3915. | int
  3916. | main ()
  3917. | {
  3918. | return __gmpz_init ();
  3919. | ;
  3920. | return 0;
  3921. | }
  3922. 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
  3923. configure:10551: $? = 0
  3924. configure:10568: result: -lgmp
  3925. configure:10723: checking for special C compiler options needed for large files
  3926. configure:10768: result: no
  3927. configure:10774: checking for _FILE_OFFSET_BITS value needed for large files
  3928. 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
  3929. configure:10799: $? = 0
  3930. configure:10831: result: no
  3931. configure:10975: checking whether byte ordering is bigendian
  3932. 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
  3933. configure:10990: $? = 0
  3934. 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
  3935. configure:11035: $? = 0
  3936. 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
  3937. conftest.c:67:4: error: use of undeclared identifier 'not'
  3938. not big endian
  3939. ^
  3940. 1 error generated.
  3941. configure:11053: $? = 1
  3942. configure: failed program was:
  3943. | /* confdefs.h */
  3944. | #define PACKAGE_NAME ""
  3945. | #define PACKAGE_TARNAME ""
  3946. | #define PACKAGE_VERSION ""
  3947. | #define PACKAGE_STRING ""
  3948. | #define PACKAGE_BUGREPORT ""
  3949. | #define PACKAGE_URL ""
  3950. | #define CANONICALIZATION_FOR_MATHN 1
  3951. | #define STDC_HEADERS 1
  3952. | #define HAVE_SYS_TYPES_H 1
  3953. | #define HAVE_SYS_STAT_H 1
  3954. | #define HAVE_STDLIB_H 1
  3955. | #define HAVE_STRING_H 1
  3956. | #define HAVE_MEMORY_H 1
  3957. | #define HAVE_STRINGS_H 1
  3958. | #define HAVE_INTTYPES_H 1
  3959. | #define HAVE_STDINT_H 1
  3960. | #define HAVE_UNISTD_H 1
  3961. | #define __EXTENSIONS__ 1
  3962. | #define _ALL_SOURCE 1
  3963. | #define _GNU_SOURCE 1
  3964. | #define _POSIX_PTHREAD_SEMANTICS 1
  3965. | #define _TANDEM_SOURCE 1
  3966. | #define HAVE_INFINITY 1
  3967. | #define HAVE_NAN 1
  3968. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3969. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3970. | #define BROKEN_CRYPT 1
  3971. | #define HAVE_CRT_EXTERNS_H 1
  3972. | #define HAVE_LIBDL 1
  3973. | #define HAVE_DIRENT_H 1
  3974. | #define HAVE__BOOL 1
  3975. | #define HAVE_STDBOOL_H 1
  3976. | #define HAVE_SYS_WAIT_H 1
  3977. | #define HAVE_GRP_H 1
  3978. | #define HAVE_FCNTL_H 1
  3979. | #define HAVE_FLOAT_H 1
  3980. | #define HAVE_LANGINFO_H 1
  3981. | #define HAVE_LIMITS_H 1
  3982. | #define HAVE_LOCALE_H 1
  3983. | #define HAVE_MALLOC_MALLOC_H 1
  3984. | #define HAVE_PWD_H 1
  3985. | #define HAVE_SYS_ATTR_H 1
  3986. | #define HAVE_SYS_FCNTL_H 1
  3987. | #define HAVE_SYS_FILE_H 1
  3988. | #define HAVE_SYS_IOCTL_H 1
  3989. | #define HAVE_SYS_PARAM_H 1
  3990. | #define HAVE_SYS_RESOURCE_H 1
  3991. | #define HAVE_SYS_SELECT_H 1
  3992. | #define HAVE_SYS_SOCKET_H 1
  3993. | #define HAVE_SYS_TIME_H 1
  3994. | #define HAVE_SYS_TIMES_H 1
  3995. | #define HAVE_SYS_UIO_H 1
  3996. | #define HAVE_TIME_H 1
  3997. | #define HAVE_UCONTEXT_H 1
  3998. | #define HAVE_UTIME_H 1
  3999. | #define HAVE_GMP_H 1
  4000. | #define HAVE_LIBGMP 1
  4001. | /* end confdefs.h. */
  4002. | #include <sys/types.h>
  4003. | #include <sys/param.h>
  4004. |
  4005. | int
  4006. | main ()
  4007. | {
  4008. | #if BYTE_ORDER != BIG_ENDIAN
  4009. | not big endian
  4010. | #endif
  4011. |
  4012. | ;
  4013. | return 0;
  4014. | }
  4015. configure:11181: result: no
  4016. configure:11199: checking for an ANSI C-conforming const
  4017. 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
  4018. configure:11265: $? = 0
  4019. configure:11272: result: yes
  4020. configure:11280: checking whether char is unsigned
  4021. 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
  4022. configure:11299: $? = 0
  4023. configure:11306: result: no
  4024. configure:11313: checking for inline
  4025. 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
  4026. configure:11329: $? = 0
  4027. configure:11337: result: inline
  4028. configure:11355: checking for working volatile
  4029. 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
  4030. configure:11374: $? = 0
  4031. configure:11381: result: yes
  4032. configure:11390: checking for typeof syntax and keyword spelling
  4033. 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
  4034. configure:11421: $? = 0
  4035. configure:11428: result: typeof
  4036. configure:11451: checking for long long
  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. configure:11451: $? = 0
  4039. 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
  4040. conftest.c:97:24: error: expected expression
  4041. if (sizeof ((long long)))
  4042. ^
  4043. 1 error generated.
  4044. configure:11451: $? = 1
  4045. configure: failed program was:
  4046. | /* confdefs.h */
  4047. | #define PACKAGE_NAME ""
  4048. | #define PACKAGE_TARNAME ""
  4049. | #define PACKAGE_VERSION ""
  4050. | #define PACKAGE_STRING ""
  4051. | #define PACKAGE_BUGREPORT ""
  4052. | #define PACKAGE_URL ""
  4053. | #define CANONICALIZATION_FOR_MATHN 1
  4054. | #define STDC_HEADERS 1
  4055. | #define HAVE_SYS_TYPES_H 1
  4056. | #define HAVE_SYS_STAT_H 1
  4057. | #define HAVE_STDLIB_H 1
  4058. | #define HAVE_STRING_H 1
  4059. | #define HAVE_MEMORY_H 1
  4060. | #define HAVE_STRINGS_H 1
  4061. | #define HAVE_INTTYPES_H 1
  4062. | #define HAVE_STDINT_H 1
  4063. | #define HAVE_UNISTD_H 1
  4064. | #define __EXTENSIONS__ 1
  4065. | #define _ALL_SOURCE 1
  4066. | #define _GNU_SOURCE 1
  4067. | #define _POSIX_PTHREAD_SEMANTICS 1
  4068. | #define _TANDEM_SOURCE 1
  4069. | #define HAVE_INFINITY 1
  4070. | #define HAVE_NAN 1
  4071. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4072. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4073. | #define BROKEN_CRYPT 1
  4074. | #define HAVE_CRT_EXTERNS_H 1
  4075. | #define HAVE_LIBDL 1
  4076. | #define HAVE_DIRENT_H 1
  4077. | #define HAVE__BOOL 1
  4078. | #define HAVE_STDBOOL_H 1
  4079. | #define HAVE_SYS_WAIT_H 1
  4080. | #define HAVE_GRP_H 1
  4081. | #define HAVE_FCNTL_H 1
  4082. | #define HAVE_FLOAT_H 1
  4083. | #define HAVE_LANGINFO_H 1
  4084. | #define HAVE_LIMITS_H 1
  4085. | #define HAVE_LOCALE_H 1
  4086. | #define HAVE_MALLOC_MALLOC_H 1
  4087. | #define HAVE_PWD_H 1
  4088. | #define HAVE_SYS_ATTR_H 1
  4089. | #define HAVE_SYS_FCNTL_H 1
  4090. | #define HAVE_SYS_FILE_H 1
  4091. | #define HAVE_SYS_IOCTL_H 1
  4092. | #define HAVE_SYS_PARAM_H 1
  4093. | #define HAVE_SYS_RESOURCE_H 1
  4094. | #define HAVE_SYS_SELECT_H 1
  4095. | #define HAVE_SYS_SOCKET_H 1
  4096. | #define HAVE_SYS_TIME_H 1
  4097. | #define HAVE_SYS_TIMES_H 1
  4098. | #define HAVE_SYS_UIO_H 1
  4099. | #define HAVE_TIME_H 1
  4100. | #define HAVE_UCONTEXT_H 1
  4101. | #define HAVE_UTIME_H 1
  4102. | #define HAVE_GMP_H 1
  4103. | #define HAVE_LIBGMP 1
  4104. | #define HAVE_TYPEOF 1
  4105. | /* end confdefs.h. */
  4106. | #include <stdio.h>
  4107. | #ifdef HAVE_SYS_TYPES_H
  4108. | # include <sys/types.h>
  4109. | #endif
  4110. | #ifdef HAVE_SYS_STAT_H
  4111. | # include <sys/stat.h>
  4112. | #endif
  4113. | #ifdef STDC_HEADERS
  4114. | # include <stdlib.h>
  4115. | # include <stddef.h>
  4116. | #else
  4117. | # ifdef HAVE_STDLIB_H
  4118. | # include <stdlib.h>
  4119. | # endif
  4120. | #endif
  4121. | #ifdef HAVE_STRING_H
  4122. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4123. | # include <memory.h>
  4124. | # endif
  4125. | # include <string.h>
  4126. | #endif
  4127. | #ifdef HAVE_STRINGS_H
  4128. | # include <strings.h>
  4129. | #endif
  4130. | #ifdef HAVE_INTTYPES_H
  4131. | # include <inttypes.h>
  4132. | #endif
  4133. | #ifdef HAVE_STDINT_H
  4134. | # include <stdint.h>
  4135. | #endif
  4136. | #ifdef HAVE_UNISTD_H
  4137. | # include <unistd.h>
  4138. | #endif
  4139. | int
  4140. | main ()
  4141. | {
  4142. | if (sizeof ((long long)))
  4143. | return 0;
  4144. | ;
  4145. | return 0;
  4146. | }
  4147. configure:11451: result: yes
  4148. configure:11460: checking for off_t
  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. configure:11460: $? = 0
  4151. 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
  4152. conftest.c:98:20: error: expected expression
  4153. if (sizeof ((off_t)))
  4154. ^
  4155. 1 error generated.
  4156. configure:11460: $? = 1
  4157. configure: failed program was:
  4158. | /* confdefs.h */
  4159. | #define PACKAGE_NAME ""
  4160. | #define PACKAGE_TARNAME ""
  4161. | #define PACKAGE_VERSION ""
  4162. | #define PACKAGE_STRING ""
  4163. | #define PACKAGE_BUGREPORT ""
  4164. | #define PACKAGE_URL ""
  4165. | #define CANONICALIZATION_FOR_MATHN 1
  4166. | #define STDC_HEADERS 1
  4167. | #define HAVE_SYS_TYPES_H 1
  4168. | #define HAVE_SYS_STAT_H 1
  4169. | #define HAVE_STDLIB_H 1
  4170. | #define HAVE_STRING_H 1
  4171. | #define HAVE_MEMORY_H 1
  4172. | #define HAVE_STRINGS_H 1
  4173. | #define HAVE_INTTYPES_H 1
  4174. | #define HAVE_STDINT_H 1
  4175. | #define HAVE_UNISTD_H 1
  4176. | #define __EXTENSIONS__ 1
  4177. | #define _ALL_SOURCE 1
  4178. | #define _GNU_SOURCE 1
  4179. | #define _POSIX_PTHREAD_SEMANTICS 1
  4180. | #define _TANDEM_SOURCE 1
  4181. | #define HAVE_INFINITY 1
  4182. | #define HAVE_NAN 1
  4183. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4184. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4185. | #define BROKEN_CRYPT 1
  4186. | #define HAVE_CRT_EXTERNS_H 1
  4187. | #define HAVE_LIBDL 1
  4188. | #define HAVE_DIRENT_H 1
  4189. | #define HAVE__BOOL 1
  4190. | #define HAVE_STDBOOL_H 1
  4191. | #define HAVE_SYS_WAIT_H 1
  4192. | #define HAVE_GRP_H 1
  4193. | #define HAVE_FCNTL_H 1
  4194. | #define HAVE_FLOAT_H 1
  4195. | #define HAVE_LANGINFO_H 1
  4196. | #define HAVE_LIMITS_H 1
  4197. | #define HAVE_LOCALE_H 1
  4198. | #define HAVE_MALLOC_MALLOC_H 1
  4199. | #define HAVE_PWD_H 1
  4200. | #define HAVE_SYS_ATTR_H 1
  4201. | #define HAVE_SYS_FCNTL_H 1
  4202. | #define HAVE_SYS_FILE_H 1
  4203. | #define HAVE_SYS_IOCTL_H 1
  4204. | #define HAVE_SYS_PARAM_H 1
  4205. | #define HAVE_SYS_RESOURCE_H 1
  4206. | #define HAVE_SYS_SELECT_H 1
  4207. | #define HAVE_SYS_SOCKET_H 1
  4208. | #define HAVE_SYS_TIME_H 1
  4209. | #define HAVE_SYS_TIMES_H 1
  4210. | #define HAVE_SYS_UIO_H 1
  4211. | #define HAVE_TIME_H 1
  4212. | #define HAVE_UCONTEXT_H 1
  4213. | #define HAVE_UTIME_H 1
  4214. | #define HAVE_GMP_H 1
  4215. | #define HAVE_LIBGMP 1
  4216. | #define HAVE_TYPEOF 1
  4217. | #define HAVE_LONG_LONG 1
  4218. | /* end confdefs.h. */
  4219. | #include <stdio.h>
  4220. | #ifdef HAVE_SYS_TYPES_H
  4221. | # include <sys/types.h>
  4222. | #endif
  4223. | #ifdef HAVE_SYS_STAT_H
  4224. | # include <sys/stat.h>
  4225. | #endif
  4226. | #ifdef STDC_HEADERS
  4227. | # include <stdlib.h>
  4228. | # include <stddef.h>
  4229. | #else
  4230. | # ifdef HAVE_STDLIB_H
  4231. | # include <stdlib.h>
  4232. | # endif
  4233. | #endif
  4234. | #ifdef HAVE_STRING_H
  4235. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4236. | # include <memory.h>
  4237. | # endif
  4238. | # include <string.h>
  4239. | #endif
  4240. | #ifdef HAVE_STRINGS_H
  4241. | # include <strings.h>
  4242. | #endif
  4243. | #ifdef HAVE_INTTYPES_H
  4244. | # include <inttypes.h>
  4245. | #endif
  4246. | #ifdef HAVE_STDINT_H
  4247. | # include <stdint.h>
  4248. | #endif
  4249. | #ifdef HAVE_UNISTD_H
  4250. | # include <unistd.h>
  4251. | #endif
  4252. | int
  4253. | main ()
  4254. | {
  4255. | if (sizeof ((off_t)))
  4256. | return 0;
  4257. | ;
  4258. | return 0;
  4259. | }
  4260. configure:11460: result: yes
  4261. configure:11471: checking char bit
  4262. 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
  4263. configure:11477: $? = 0
  4264. configure:11477: ./conftest
  4265. configure:11477: $? = 0
  4266. configure:11486: result: 8
  4267. configure:11652: checking size of int
  4268. 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
  4269. configure:11657: $? = 0
  4270. configure:11657: ./conftest
  4271. configure:11657: $? = 0
  4272. configure:11671: result: 4
  4273. configure:11768: checking size of short
  4274. 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
  4275. configure:11773: $? = 0
  4276. configure:11773: ./conftest
  4277. configure:11773: $? = 0
  4278. configure:11787: result: 2
  4279. configure:11977: checking size of long
  4280. 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
  4281. configure:11982: $? = 0
  4282. configure:11982: ./conftest
  4283. configure:11982: $? = 0
  4284. configure:11996: result: 8
  4285. configure:12093: checking size of long long
  4286. 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
  4287. configure:12098: $? = 0
  4288. configure:12098: ./conftest
  4289. configure:12098: $? = 0
  4290. configure:12112: result: 8
  4291. configure:12302: checking size of __int64
  4292. 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
  4293. conftest.c:100:57: error: use of undeclared identifier '__int64'
  4294. static long int longval () { return (long int) (sizeof (__int64)); }
  4295. ^
  4296. conftest.c:101:67: error: use of undeclared identifier '__int64'
  4297. static unsigned long int ulongval () { return (long int) (sizeof (__int64)); }
  4298. ^
  4299. conftest.c:111:28: error: use of undeclared identifier '__int64'
  4300. if (((long int) (sizeof (__int64))) < 0)
  4301. ^
  4302. conftest.c:114:37: error: use of undeclared identifier '__int64'
  4303. if (i != ((long int) (sizeof (__int64))))
  4304. ^
  4305. conftest.c:121:37: error: use of undeclared identifier '__int64'
  4306. if (i != ((long int) (sizeof (__int64))))
  4307. ^
  4308. 5 errors generated.
  4309. configure:12307: $? = 1
  4310. configure: program exited with status 1
  4311. configure: failed program was:
  4312. | /* confdefs.h */
  4313. | #define PACKAGE_NAME ""
  4314. | #define PACKAGE_TARNAME ""
  4315. | #define PACKAGE_VERSION ""
  4316. | #define PACKAGE_STRING ""
  4317. | #define PACKAGE_BUGREPORT ""
  4318. | #define PACKAGE_URL ""
  4319. | #define CANONICALIZATION_FOR_MATHN 1
  4320. | #define STDC_HEADERS 1
  4321. | #define HAVE_SYS_TYPES_H 1
  4322. | #define HAVE_SYS_STAT_H 1
  4323. | #define HAVE_STDLIB_H 1
  4324. | #define HAVE_STRING_H 1
  4325. | #define HAVE_MEMORY_H 1
  4326. | #define HAVE_STRINGS_H 1
  4327. | #define HAVE_INTTYPES_H 1
  4328. | #define HAVE_STDINT_H 1
  4329. | #define HAVE_UNISTD_H 1
  4330. | #define __EXTENSIONS__ 1
  4331. | #define _ALL_SOURCE 1
  4332. | #define _GNU_SOURCE 1
  4333. | #define _POSIX_PTHREAD_SEMANTICS 1
  4334. | #define _TANDEM_SOURCE 1
  4335. | #define HAVE_INFINITY 1
  4336. | #define HAVE_NAN 1
  4337. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4338. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4339. | #define BROKEN_CRYPT 1
  4340. | #define HAVE_CRT_EXTERNS_H 1
  4341. | #define HAVE_LIBDL 1
  4342. | #define HAVE_DIRENT_H 1
  4343. | #define HAVE__BOOL 1
  4344. | #define HAVE_STDBOOL_H 1
  4345. | #define HAVE_SYS_WAIT_H 1
  4346. | #define HAVE_GRP_H 1
  4347. | #define HAVE_FCNTL_H 1
  4348. | #define HAVE_FLOAT_H 1
  4349. | #define HAVE_LANGINFO_H 1
  4350. | #define HAVE_LIMITS_H 1
  4351. | #define HAVE_LOCALE_H 1
  4352. | #define HAVE_MALLOC_MALLOC_H 1
  4353. | #define HAVE_PWD_H 1
  4354. | #define HAVE_SYS_ATTR_H 1
  4355. | #define HAVE_SYS_FCNTL_H 1
  4356. | #define HAVE_SYS_FILE_H 1
  4357. | #define HAVE_SYS_IOCTL_H 1
  4358. | #define HAVE_SYS_PARAM_H 1
  4359. | #define HAVE_SYS_RESOURCE_H 1
  4360. | #define HAVE_SYS_SELECT_H 1
  4361. | #define HAVE_SYS_SOCKET_H 1
  4362. | #define HAVE_SYS_TIME_H 1
  4363. | #define HAVE_SYS_TIMES_H 1
  4364. | #define HAVE_SYS_UIO_H 1
  4365. | #define HAVE_TIME_H 1
  4366. | #define HAVE_UCONTEXT_H 1
  4367. | #define HAVE_UTIME_H 1
  4368. | #define HAVE_GMP_H 1
  4369. | #define HAVE_LIBGMP 1
  4370. | #define HAVE_TYPEOF 1
  4371. | #define HAVE_LONG_LONG 1
  4372. | #define HAVE_OFF_T 1
  4373. | #define SIZEOF_INT 4
  4374. | #define SIZEOF_SHORT 2
  4375. | #define SIZEOF_LONG 8
  4376. | #define SIZEOF_LONG_LONG 8
  4377. | /* end confdefs.h. */
  4378. | #include <stdio.h>
  4379. | #ifdef HAVE_SYS_TYPES_H
  4380. | # include <sys/types.h>
  4381. | #endif
  4382. | #ifdef HAVE_SYS_STAT_H
  4383. | # include <sys/stat.h>
  4384. | #endif
  4385. | #ifdef STDC_HEADERS
  4386. | # include <stdlib.h>
  4387. | # include <stddef.h>
  4388. | #else
  4389. | # ifdef HAVE_STDLIB_H
  4390. | # include <stdlib.h>
  4391. | # endif
  4392. | #endif
  4393. | #ifdef HAVE_STRING_H
  4394. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4395. | # include <memory.h>
  4396. | # endif
  4397. | # include <string.h>
  4398. | #endif
  4399. | #ifdef HAVE_STRINGS_H
  4400. | # include <strings.h>
  4401. | #endif
  4402. | #ifdef HAVE_INTTYPES_H
  4403. | # include <inttypes.h>
  4404. | #endif
  4405. | #ifdef HAVE_STDINT_H
  4406. | # include <stdint.h>
  4407. | #endif
  4408. | #ifdef HAVE_UNISTD_H
  4409. | # include <unistd.h>
  4410. | #endif
  4411. | static long int longval () { return (long int) (sizeof (__int64)); }
  4412. | static unsigned long int ulongval () { return (long int) (sizeof (__int64)); }
  4413. | #include <stdio.h>
  4414. | #include <stdlib.h>
  4415. | int
  4416. | main ()
  4417. | {
  4418. |
  4419. | FILE *f = fopen ("conftest.val", "w");
  4420. | if (! f)
  4421. | return 1;
  4422. | if (((long int) (sizeof (__int64))) < 0)
  4423. | {
  4424. | long int i = longval ();
  4425. | if (i != ((long int) (sizeof (__int64))))
  4426. | return 1;
  4427. | fprintf (f, "%ld", i);
  4428. | }
  4429. | else
  4430. | {
  4431. | unsigned long int i = ulongval ();
  4432. | if (i != ((long int) (sizeof (__int64))))
  4433. | return 1;
  4434. | fprintf (f, "%lu", i);
  4435. | }
  4436. | /* Do not output a trailing newline, as this causes \r\n confusion
  4437. | on some platforms. */
  4438. | return ferror (f) || fclose (f) != 0;
  4439. |
  4440. | ;
  4441. | return 0;
  4442. | }
  4443. configure:12321: result: 0
  4444. configure:12511: checking size of __int128
  4445. 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
  4446. configure:12516: $? = 0
  4447. configure:12516: ./conftest
  4448. configure:12516: $? = 0
  4449. configure:12530: result: 16
  4450. configure:12627: checking size of off_t
  4451. 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
  4452. configure:12632: $? = 0
  4453. configure:12632: ./conftest
  4454. configure:12632: $? = 0
  4455. configure:12646: result: 8
  4456. configure:12836: checking size of void*
  4457. 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
  4458. configure:12841: $? = 0
  4459. configure:12841: ./conftest
  4460. configure:12841: $? = 0
  4461. configure:12855: result: 8
  4462. configure:12952: checking size of float
  4463. 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
  4464. configure:12957: $? = 0
  4465. configure:12957: ./conftest
  4466. configure:12957: $? = 0
  4467. configure:12971: result: 4
  4468. configure:13068: checking size of double
  4469. 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
  4470. configure:13073: $? = 0
  4471. configure:13073: ./conftest
  4472. configure:13073: $? = 0
  4473. configure:13087: result: 8
  4474. configure:13202: checking size of time_t
  4475. 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
  4476. configure:13207: $? = 0
  4477. configure:13207: ./conftest
  4478. configure:13207: $? = 0
  4479. configure:13222: result: 8
  4480. configure:13321: checking size of clock_t
  4481. 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
  4482. configure:13326: $? = 0
  4483. configure:13326: ./conftest
  4484. configure:13326: $? = 0
  4485. configure:13341: result: 8
  4486. configure:13354: checking packed struct attribute
  4487. 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
  4488. conftest.c:76:4: error: expected identifier
  4489. PACKED_STRUCT(struct { int a; });
  4490. ^
  4491. conftest.c:75:46: note: expanded from macro 'PACKED_STRUCT'
  4492. #define PACKED_STRUCT(x) __pragma(pack(push, 1)) x __pragma(pack(pop))
  4493. ^
  4494. conftest.c:76:4: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  4495. conftest.c:75:35: note: expanded from macro 'PACKED_STRUCT'
  4496. #define PACKED_STRUCT(x) __pragma(pack(push, 1)) x __pragma(pack(pop))
  4497. ^
  4498. conftest.c:76:4: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  4499. conftest.c:75:26: note: expanded from macro 'PACKED_STRUCT'
  4500. #define PACKED_STRUCT(x) __pragma(pack(push, 1)) x __pragma(pack(pop))
  4501. ^
  4502. conftest.c:76:18: error: expected ';' after top level declarator
  4503. PACKED_STRUCT(struct { int a; });
  4504. ^
  4505. conftest.c:76:4: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  4506. PACKED_STRUCT(struct { int a; });
  4507. ^
  4508. conftest.c:75:61: note: expanded from macro 'PACKED_STRUCT'
  4509. #define PACKED_STRUCT(x) __pragma(pack(push, 1)) x __pragma(pack(pop))
  4510. ^
  4511. conftest.c:76:4: error: a parameter list without types is only allowed in a function definition
  4512. conftest.c:75:66: note: expanded from macro 'PACKED_STRUCT'
  4513. #define PACKED_STRUCT(x) __pragma(pack(push, 1)) x __pragma(pack(pop))
  4514. ^
  4515. 3 warnings and 3 errors generated.
  4516. configure:13376: $? = 1
  4517. configure: failed program was:
  4518. | /* confdefs.h */
  4519. | #define PACKAGE_NAME ""
  4520. | #define PACKAGE_TARNAME ""
  4521. | #define PACKAGE_VERSION ""
  4522. | #define PACKAGE_STRING ""
  4523. | #define PACKAGE_BUGREPORT ""
  4524. | #define PACKAGE_URL ""
  4525. | #define CANONICALIZATION_FOR_MATHN 1
  4526. | #define STDC_HEADERS 1
  4527. | #define HAVE_SYS_TYPES_H 1
  4528. | #define HAVE_SYS_STAT_H 1
  4529. | #define HAVE_STDLIB_H 1
  4530. | #define HAVE_STRING_H 1
  4531. | #define HAVE_MEMORY_H 1
  4532. | #define HAVE_STRINGS_H 1
  4533. | #define HAVE_INTTYPES_H 1
  4534. | #define HAVE_STDINT_H 1
  4535. | #define HAVE_UNISTD_H 1
  4536. | #define __EXTENSIONS__ 1
  4537. | #define _ALL_SOURCE 1
  4538. | #define _GNU_SOURCE 1
  4539. | #define _POSIX_PTHREAD_SEMANTICS 1
  4540. | #define _TANDEM_SOURCE 1
  4541. | #define HAVE_INFINITY 1
  4542. | #define HAVE_NAN 1
  4543. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4544. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4545. | #define BROKEN_CRYPT 1
  4546. | #define HAVE_CRT_EXTERNS_H 1
  4547. | #define HAVE_LIBDL 1
  4548. | #define HAVE_DIRENT_H 1
  4549. | #define HAVE__BOOL 1
  4550. | #define HAVE_STDBOOL_H 1
  4551. | #define HAVE_SYS_WAIT_H 1
  4552. | #define HAVE_GRP_H 1
  4553. | #define HAVE_FCNTL_H 1
  4554. | #define HAVE_FLOAT_H 1
  4555. | #define HAVE_LANGINFO_H 1
  4556. | #define HAVE_LIMITS_H 1
  4557. | #define HAVE_LOCALE_H 1
  4558. | #define HAVE_MALLOC_MALLOC_H 1
  4559. | #define HAVE_PWD_H 1
  4560. | #define HAVE_SYS_ATTR_H 1
  4561. | #define HAVE_SYS_FCNTL_H 1
  4562. | #define HAVE_SYS_FILE_H 1
  4563. | #define HAVE_SYS_IOCTL_H 1
  4564. | #define HAVE_SYS_PARAM_H 1
  4565. | #define HAVE_SYS_RESOURCE_H 1
  4566. | #define HAVE_SYS_SELECT_H 1
  4567. | #define HAVE_SYS_SOCKET_H 1
  4568. | #define HAVE_SYS_TIME_H 1
  4569. | #define HAVE_SYS_TIMES_H 1
  4570. | #define HAVE_SYS_UIO_H 1
  4571. | #define HAVE_TIME_H 1
  4572. | #define HAVE_UCONTEXT_H 1
  4573. | #define HAVE_UTIME_H 1
  4574. | #define HAVE_GMP_H 1
  4575. | #define HAVE_LIBGMP 1
  4576. | #define HAVE_TYPEOF 1
  4577. | #define HAVE_LONG_LONG 1
  4578. | #define HAVE_OFF_T 1
  4579. | #define SIZEOF_INT 4
  4580. | #define SIZEOF_SHORT 2
  4581. | #define SIZEOF_LONG 8
  4582. | #define SIZEOF_LONG_LONG 8
  4583. | #define SIZEOF___INT64 0
  4584. | #define SIZEOF___INT128 16
  4585. | #define SIZEOF_OFF_T 8
  4586. | #define SIZEOF_VOIDP 8
  4587. | #define SIZEOF_FLOAT 4
  4588. | #define SIZEOF_DOUBLE 8
  4589. | #define SIZEOF_TIME_T 8
  4590. | #define SIZEOF_CLOCK_T 8
  4591. | /* end confdefs.h. */
  4592. | #define PACKED_STRUCT(x) __pragma(pack(push, 1)) x __pragma(pack(pop))
  4593. | PACKED_STRUCT(struct { int a; });
  4594. | int
  4595. | main ()
  4596. | {
  4597. |
  4598. | ;
  4599. | return 0;
  4600. | }
  4601. 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
  4602. conftest.c:76:18: warning: declaration does not declare anything [-Wmissing-declarations]
  4603. PACKED_STRUCT(struct { int a; });
  4604. ^
  4605. 1 warning generated.
  4606. configure:13376: $? = 0
  4607. configure:13382: result: x __attribute__((packed))
  4608. configure:13391: checking whether -Wno-address-of-packed-member is accepted as CFLAGS
  4609. 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
  4610. configure:13418: $? = 0
  4611. configure:13421: result: yes
  4612. configure:13457: checking for printf prefix for long long
  4613. 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
  4614. configure:13508: $? = 0
  4615. configure:13525: result: ll
  4616. configure:13625: checking for pid_t
  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. configure:13625: $? = 0
  4619. 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
  4620. conftest.c:114:20: error: expected expression
  4621. if (sizeof ((pid_t)))
  4622. ^
  4623. 1 error generated.
  4624. configure:13625: $? = 1
  4625. configure: failed program was:
  4626. | /* confdefs.h */
  4627. | #define PACKAGE_NAME ""
  4628. | #define PACKAGE_TARNAME ""
  4629. | #define PACKAGE_VERSION ""
  4630. | #define PACKAGE_STRING ""
  4631. | #define PACKAGE_BUGREPORT ""
  4632. | #define PACKAGE_URL ""
  4633. | #define CANONICALIZATION_FOR_MATHN 1
  4634. | #define STDC_HEADERS 1
  4635. | #define HAVE_SYS_TYPES_H 1
  4636. | #define HAVE_SYS_STAT_H 1
  4637. | #define HAVE_STDLIB_H 1
  4638. | #define HAVE_STRING_H 1
  4639. | #define HAVE_MEMORY_H 1
  4640. | #define HAVE_STRINGS_H 1
  4641. | #define HAVE_INTTYPES_H 1
  4642. | #define HAVE_STDINT_H 1
  4643. | #define HAVE_UNISTD_H 1
  4644. | #define __EXTENSIONS__ 1
  4645. | #define _ALL_SOURCE 1
  4646. | #define _GNU_SOURCE 1
  4647. | #define _POSIX_PTHREAD_SEMANTICS 1
  4648. | #define _TANDEM_SOURCE 1
  4649. | #define HAVE_INFINITY 1
  4650. | #define HAVE_NAN 1
  4651. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4652. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4653. | #define BROKEN_CRYPT 1
  4654. | #define HAVE_CRT_EXTERNS_H 1
  4655. | #define HAVE_LIBDL 1
  4656. | #define HAVE_DIRENT_H 1
  4657. | #define HAVE__BOOL 1
  4658. | #define HAVE_STDBOOL_H 1
  4659. | #define HAVE_SYS_WAIT_H 1
  4660. | #define HAVE_GRP_H 1
  4661. | #define HAVE_FCNTL_H 1
  4662. | #define HAVE_FLOAT_H 1
  4663. | #define HAVE_LANGINFO_H 1
  4664. | #define HAVE_LIMITS_H 1
  4665. | #define HAVE_LOCALE_H 1
  4666. | #define HAVE_MALLOC_MALLOC_H 1
  4667. | #define HAVE_PWD_H 1
  4668. | #define HAVE_SYS_ATTR_H 1
  4669. | #define HAVE_SYS_FCNTL_H 1
  4670. | #define HAVE_SYS_FILE_H 1
  4671. | #define HAVE_SYS_IOCTL_H 1
  4672. | #define HAVE_SYS_PARAM_H 1
  4673. | #define HAVE_SYS_RESOURCE_H 1
  4674. | #define HAVE_SYS_SELECT_H 1
  4675. | #define HAVE_SYS_SOCKET_H 1
  4676. | #define HAVE_SYS_TIME_H 1
  4677. | #define HAVE_SYS_TIMES_H 1
  4678. | #define HAVE_SYS_UIO_H 1
  4679. | #define HAVE_TIME_H 1
  4680. | #define HAVE_UCONTEXT_H 1
  4681. | #define HAVE_UTIME_H 1
  4682. | #define HAVE_GMP_H 1
  4683. | #define HAVE_LIBGMP 1
  4684. | #define HAVE_TYPEOF 1
  4685. | #define HAVE_LONG_LONG 1
  4686. | #define HAVE_OFF_T 1
  4687. | #define SIZEOF_INT 4
  4688. | #define SIZEOF_SHORT 2
  4689. | #define SIZEOF_LONG 8
  4690. | #define SIZEOF_LONG_LONG 8
  4691. | #define SIZEOF___INT64 0
  4692. | #define SIZEOF___INT128 16
  4693. | #define SIZEOF_OFF_T 8
  4694. | #define SIZEOF_VOIDP 8
  4695. | #define SIZEOF_FLOAT 4
  4696. | #define SIZEOF_DOUBLE 8
  4697. | #define SIZEOF_TIME_T 8
  4698. | #define SIZEOF_CLOCK_T 8
  4699. | #define PACKED_STRUCT(x) x __attribute__((packed))
  4700. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  4701. | #define PRI_LL_PREFIX "ll"
  4702. | /* end confdefs.h. */
  4703. | #include <stdio.h>
  4704. | #ifdef HAVE_SYS_TYPES_H
  4705. | # include <sys/types.h>
  4706. | #endif
  4707. | #ifdef HAVE_SYS_STAT_H
  4708. | # include <sys/stat.h>
  4709. | #endif
  4710. | #ifdef STDC_HEADERS
  4711. | # include <stdlib.h>
  4712. | # include <stddef.h>
  4713. | #else
  4714. | # ifdef HAVE_STDLIB_H
  4715. | # include <stdlib.h>
  4716. | # endif
  4717. | #endif
  4718. | #ifdef HAVE_STRING_H
  4719. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4720. | # include <memory.h>
  4721. | # endif
  4722. | # include <string.h>
  4723. | #endif
  4724. | #ifdef HAVE_STRINGS_H
  4725. | # include <strings.h>
  4726. | #endif
  4727. | #ifdef HAVE_INTTYPES_H
  4728. | # include <inttypes.h>
  4729. | #endif
  4730. | #ifdef HAVE_STDINT_H
  4731. | # include <stdint.h>
  4732. | #endif
  4733. | #ifdef HAVE_UNISTD_H
  4734. | # include <unistd.h>
  4735. | #endif
  4736. | int
  4737. | main ()
  4738. | {
  4739. | if (sizeof ((pid_t)))
  4740. | return 0;
  4741. | ;
  4742. | return 0;
  4743. | }
  4744. configure:13625: result: yes
  4745. configure:13632: checking for convertible type of pid_t
  4746. 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
  4747. conftest.c:114:24: error: 'test_array' declared as an array with a negative size
  4748. static int test_array [1 - 2 * !((pid_t)-1 > 0)];
  4749. ^~~~~~~~~~~~~~~~~~~~~~~~
  4750. 1 error generated.
  4751. configure:13660: $? = 1
  4752. configure: failed program was:
  4753. | /* confdefs.h */
  4754. | #define PACKAGE_NAME ""
  4755. | #define PACKAGE_TARNAME ""
  4756. | #define PACKAGE_VERSION ""
  4757. | #define PACKAGE_STRING ""
  4758. | #define PACKAGE_BUGREPORT ""
  4759. | #define PACKAGE_URL ""
  4760. | #define CANONICALIZATION_FOR_MATHN 1
  4761. | #define STDC_HEADERS 1
  4762. | #define HAVE_SYS_TYPES_H 1
  4763. | #define HAVE_SYS_STAT_H 1
  4764. | #define HAVE_STDLIB_H 1
  4765. | #define HAVE_STRING_H 1
  4766. | #define HAVE_MEMORY_H 1
  4767. | #define HAVE_STRINGS_H 1
  4768. | #define HAVE_INTTYPES_H 1
  4769. | #define HAVE_STDINT_H 1
  4770. | #define HAVE_UNISTD_H 1
  4771. | #define __EXTENSIONS__ 1
  4772. | #define _ALL_SOURCE 1
  4773. | #define _GNU_SOURCE 1
  4774. | #define _POSIX_PTHREAD_SEMANTICS 1
  4775. | #define _TANDEM_SOURCE 1
  4776. | #define HAVE_INFINITY 1
  4777. | #define HAVE_NAN 1
  4778. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4779. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4780. | #define BROKEN_CRYPT 1
  4781. | #define HAVE_CRT_EXTERNS_H 1
  4782. | #define HAVE_LIBDL 1
  4783. | #define HAVE_DIRENT_H 1
  4784. | #define HAVE__BOOL 1
  4785. | #define HAVE_STDBOOL_H 1
  4786. | #define HAVE_SYS_WAIT_H 1
  4787. | #define HAVE_GRP_H 1
  4788. | #define HAVE_FCNTL_H 1
  4789. | #define HAVE_FLOAT_H 1
  4790. | #define HAVE_LANGINFO_H 1
  4791. | #define HAVE_LIMITS_H 1
  4792. | #define HAVE_LOCALE_H 1
  4793. | #define HAVE_MALLOC_MALLOC_H 1
  4794. | #define HAVE_PWD_H 1
  4795. | #define HAVE_SYS_ATTR_H 1
  4796. | #define HAVE_SYS_FCNTL_H 1
  4797. | #define HAVE_SYS_FILE_H 1
  4798. | #define HAVE_SYS_IOCTL_H 1
  4799. | #define HAVE_SYS_PARAM_H 1
  4800. | #define HAVE_SYS_RESOURCE_H 1
  4801. | #define HAVE_SYS_SELECT_H 1
  4802. | #define HAVE_SYS_SOCKET_H 1
  4803. | #define HAVE_SYS_TIME_H 1
  4804. | #define HAVE_SYS_TIMES_H 1
  4805. | #define HAVE_SYS_UIO_H 1
  4806. | #define HAVE_TIME_H 1
  4807. | #define HAVE_UCONTEXT_H 1
  4808. | #define HAVE_UTIME_H 1
  4809. | #define HAVE_GMP_H 1
  4810. | #define HAVE_LIBGMP 1
  4811. | #define HAVE_TYPEOF 1
  4812. | #define HAVE_LONG_LONG 1
  4813. | #define HAVE_OFF_T 1
  4814. | #define SIZEOF_INT 4
  4815. | #define SIZEOF_SHORT 2
  4816. | #define SIZEOF_LONG 8
  4817. | #define SIZEOF_LONG_LONG 8
  4818. | #define SIZEOF___INT64 0
  4819. | #define SIZEOF___INT128 16
  4820. | #define SIZEOF_OFF_T 8
  4821. | #define SIZEOF_VOIDP 8
  4822. | #define SIZEOF_FLOAT 4
  4823. | #define SIZEOF_DOUBLE 8
  4824. | #define SIZEOF_TIME_T 8
  4825. | #define SIZEOF_CLOCK_T 8
  4826. | #define PACKED_STRUCT(x) x __attribute__((packed))
  4827. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  4828. | #define PRI_LL_PREFIX "ll"
  4829. | /* end confdefs.h. */
  4830. | #include <stdio.h>
  4831. | #ifdef HAVE_SYS_TYPES_H
  4832. | # include <sys/types.h>
  4833. | #endif
  4834. | #ifdef HAVE_SYS_STAT_H
  4835. | # include <sys/stat.h>
  4836. | #endif
  4837. | #ifdef STDC_HEADERS
  4838. | # include <stdlib.h>
  4839. | # include <stddef.h>
  4840. | #else
  4841. | # ifdef HAVE_STDLIB_H
  4842. | # include <stdlib.h>
  4843. | # endif
  4844. | #endif
  4845. | #ifdef HAVE_STRING_H
  4846. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4847. | # include <memory.h>
  4848. | # endif
  4849. | # include <string.h>
  4850. | #endif
  4851. | #ifdef HAVE_STRINGS_H
  4852. | # include <strings.h>
  4853. | #endif
  4854. | #ifdef HAVE_INTTYPES_H
  4855. | # include <inttypes.h>
  4856. | #endif
  4857. | #ifdef HAVE_STDINT_H
  4858. | # include <stdint.h>
  4859. | #endif
  4860. | #ifdef HAVE_UNISTD_H
  4861. | # include <unistd.h>
  4862. | #endif
  4863. | int
  4864. | main ()
  4865. | {
  4866. | static int test_array [1 - 2 * !((pid_t)-1 > 0)];
  4867. | test_array [0] = 0;
  4868. | return test_array [0];
  4869. |
  4870. | ;
  4871. | return 0;
  4872. | }
  4873. 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
  4874. 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')
  4875. extern rbcv_conftest_replace_type rbcv_conftest_var;
  4876. ^
  4877. conftest.c:113:37: note: previous declaration is here
  4878. extern rbcv_conftest_target_type rbcv_conftest_var;
  4879. ^
  4880. conftest.c:116:38: error: conflicting types for 'rbcv_conftest_func'
  4881. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  4882. ^
  4883. conftest.c:115:37: note: previous declaration is here
  4884. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  4885. ^
  4886. conftest.c:121:24: error: 'test_array' declared as an array with a negative size
  4887. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  4888. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4889. 3 errors generated.
  4890. configure:13690: $? = 1
  4891. configure: failed program was:
  4892. | /* confdefs.h */
  4893. | #define PACKAGE_NAME ""
  4894. | #define PACKAGE_TARNAME ""
  4895. | #define PACKAGE_VERSION ""
  4896. | #define PACKAGE_STRING ""
  4897. | #define PACKAGE_BUGREPORT ""
  4898. | #define PACKAGE_URL ""
  4899. | #define CANONICALIZATION_FOR_MATHN 1
  4900. | #define STDC_HEADERS 1
  4901. | #define HAVE_SYS_TYPES_H 1
  4902. | #define HAVE_SYS_STAT_H 1
  4903. | #define HAVE_STDLIB_H 1
  4904. | #define HAVE_STRING_H 1
  4905. | #define HAVE_MEMORY_H 1
  4906. | #define HAVE_STRINGS_H 1
  4907. | #define HAVE_INTTYPES_H 1
  4908. | #define HAVE_STDINT_H 1
  4909. | #define HAVE_UNISTD_H 1
  4910. | #define __EXTENSIONS__ 1
  4911. | #define _ALL_SOURCE 1
  4912. | #define _GNU_SOURCE 1
  4913. | #define _POSIX_PTHREAD_SEMANTICS 1
  4914. | #define _TANDEM_SOURCE 1
  4915. | #define HAVE_INFINITY 1
  4916. | #define HAVE_NAN 1
  4917. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4918. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4919. | #define BROKEN_CRYPT 1
  4920. | #define HAVE_CRT_EXTERNS_H 1
  4921. | #define HAVE_LIBDL 1
  4922. | #define HAVE_DIRENT_H 1
  4923. | #define HAVE__BOOL 1
  4924. | #define HAVE_STDBOOL_H 1
  4925. | #define HAVE_SYS_WAIT_H 1
  4926. | #define HAVE_GRP_H 1
  4927. | #define HAVE_FCNTL_H 1
  4928. | #define HAVE_FLOAT_H 1
  4929. | #define HAVE_LANGINFO_H 1
  4930. | #define HAVE_LIMITS_H 1
  4931. | #define HAVE_LOCALE_H 1
  4932. | #define HAVE_MALLOC_MALLOC_H 1
  4933. | #define HAVE_PWD_H 1
  4934. | #define HAVE_SYS_ATTR_H 1
  4935. | #define HAVE_SYS_FCNTL_H 1
  4936. | #define HAVE_SYS_FILE_H 1
  4937. | #define HAVE_SYS_IOCTL_H 1
  4938. | #define HAVE_SYS_PARAM_H 1
  4939. | #define HAVE_SYS_RESOURCE_H 1
  4940. | #define HAVE_SYS_SELECT_H 1
  4941. | #define HAVE_SYS_SOCKET_H 1
  4942. | #define HAVE_SYS_TIME_H 1
  4943. | #define HAVE_SYS_TIMES_H 1
  4944. | #define HAVE_SYS_UIO_H 1
  4945. | #define HAVE_TIME_H 1
  4946. | #define HAVE_UCONTEXT_H 1
  4947. | #define HAVE_UTIME_H 1
  4948. | #define HAVE_GMP_H 1
  4949. | #define HAVE_LIBGMP 1
  4950. | #define HAVE_TYPEOF 1
  4951. | #define HAVE_LONG_LONG 1
  4952. | #define HAVE_OFF_T 1
  4953. | #define SIZEOF_INT 4
  4954. | #define SIZEOF_SHORT 2
  4955. | #define SIZEOF_LONG 8
  4956. | #define SIZEOF_LONG_LONG 8
  4957. | #define SIZEOF___INT64 0
  4958. | #define SIZEOF___INT128 16
  4959. | #define SIZEOF_OFF_T 8
  4960. | #define SIZEOF_VOIDP 8
  4961. | #define SIZEOF_FLOAT 4
  4962. | #define SIZEOF_DOUBLE 8
  4963. | #define SIZEOF_TIME_T 8
  4964. | #define SIZEOF_CLOCK_T 8
  4965. | #define PACKED_STRUCT(x) x __attribute__((packed))
  4966. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  4967. | #define PRI_LL_PREFIX "ll"
  4968. | /* end confdefs.h. */
  4969. | #include <stdio.h>
  4970. | #ifdef HAVE_SYS_TYPES_H
  4971. | # include <sys/types.h>
  4972. | #endif
  4973. | #ifdef HAVE_SYS_STAT_H
  4974. | # include <sys/stat.h>
  4975. | #endif
  4976. | #ifdef STDC_HEADERS
  4977. | # include <stdlib.h>
  4978. | # include <stddef.h>
  4979. | #else
  4980. | # ifdef HAVE_STDLIB_H
  4981. | # include <stdlib.h>
  4982. | # endif
  4983. | #endif
  4984. | #ifdef HAVE_STRING_H
  4985. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4986. | # include <memory.h>
  4987. | # endif
  4988. | # include <string.h>
  4989. | #endif
  4990. | #ifdef HAVE_STRINGS_H
  4991. | # include <strings.h>
  4992. | #endif
  4993. | #ifdef HAVE_INTTYPES_H
  4994. | # include <inttypes.h>
  4995. | #endif
  4996. | #ifdef HAVE_STDINT_H
  4997. | # include <stdint.h>
  4998. | #endif
  4999. | #ifdef HAVE_UNISTD_H
  5000. | # include <unistd.h>
  5001. | #endif
  5002. | typedef pid_t rbcv_conftest_target_type;
  5003. | typedef long long rbcv_conftest_replace_type;
  5004. | extern rbcv_conftest_target_type rbcv_conftest_var;
  5005. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  5006. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5007. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5008. |
  5009. | int
  5010. | main ()
  5011. | {
  5012. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5013. | test_array [0] = 0;
  5014. | return test_array [0];
  5015. |
  5016. | ;
  5017. | return 0;
  5018. | }
  5019. 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
  5020. 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')
  5021. extern rbcv_conftest_replace_type rbcv_conftest_var;
  5022. ^
  5023. conftest.c:113:37: note: previous declaration is here
  5024. extern rbcv_conftest_target_type rbcv_conftest_var;
  5025. ^
  5026. conftest.c:116:38: error: conflicting types for 'rbcv_conftest_func'
  5027. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5028. ^
  5029. conftest.c:115:37: note: previous declaration is here
  5030. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5031. ^
  5032. conftest.c:121:24: error: 'test_array' declared as an array with a negative size
  5033. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5034. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5035. 3 errors generated.
  5036. configure:13690: $? = 1
  5037. configure: failed program was:
  5038. | /* confdefs.h */
  5039. | #define PACKAGE_NAME ""
  5040. | #define PACKAGE_TARNAME ""
  5041. | #define PACKAGE_VERSION ""
  5042. | #define PACKAGE_STRING ""
  5043. | #define PACKAGE_BUGREPORT ""
  5044. | #define PACKAGE_URL ""
  5045. | #define CANONICALIZATION_FOR_MATHN 1
  5046. | #define STDC_HEADERS 1
  5047. | #define HAVE_SYS_TYPES_H 1
  5048. | #define HAVE_SYS_STAT_H 1
  5049. | #define HAVE_STDLIB_H 1
  5050. | #define HAVE_STRING_H 1
  5051. | #define HAVE_MEMORY_H 1
  5052. | #define HAVE_STRINGS_H 1
  5053. | #define HAVE_INTTYPES_H 1
  5054. | #define HAVE_STDINT_H 1
  5055. | #define HAVE_UNISTD_H 1
  5056. | #define __EXTENSIONS__ 1
  5057. | #define _ALL_SOURCE 1
  5058. | #define _GNU_SOURCE 1
  5059. | #define _POSIX_PTHREAD_SEMANTICS 1
  5060. | #define _TANDEM_SOURCE 1
  5061. | #define HAVE_INFINITY 1
  5062. | #define HAVE_NAN 1
  5063. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  5064. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  5065. | #define BROKEN_CRYPT 1
  5066. | #define HAVE_CRT_EXTERNS_H 1
  5067. | #define HAVE_LIBDL 1
  5068. | #define HAVE_DIRENT_H 1
  5069. | #define HAVE__BOOL 1
  5070. | #define HAVE_STDBOOL_H 1
  5071. | #define HAVE_SYS_WAIT_H 1
  5072. | #define HAVE_GRP_H 1
  5073. | #define HAVE_FCNTL_H 1
  5074. | #define HAVE_FLOAT_H 1
  5075. | #define HAVE_LANGINFO_H 1
  5076. | #define HAVE_LIMITS_H 1
  5077. | #define HAVE_LOCALE_H 1
  5078. | #define HAVE_MALLOC_MALLOC_H 1
  5079. | #define HAVE_PWD_H 1
  5080. | #define HAVE_SYS_ATTR_H 1
  5081. | #define HAVE_SYS_FCNTL_H 1
  5082. | #define HAVE_SYS_FILE_H 1
  5083. | #define HAVE_SYS_IOCTL_H 1
  5084. | #define HAVE_SYS_PARAM_H 1
  5085. | #define HAVE_SYS_RESOURCE_H 1
  5086. | #define HAVE_SYS_SELECT_H 1
  5087. | #define HAVE_SYS_SOCKET_H 1
  5088. | #define HAVE_SYS_TIME_H 1
  5089. | #define HAVE_SYS_TIMES_H 1
  5090. | #define HAVE_SYS_UIO_H 1
  5091. | #define HAVE_TIME_H 1
  5092. | #define HAVE_UCONTEXT_H 1
  5093. | #define HAVE_UTIME_H 1
  5094. | #define HAVE_GMP_H 1
  5095. | #define HAVE_LIBGMP 1
  5096. | #define HAVE_TYPEOF 1
  5097. | #define HAVE_LONG_LONG 1
  5098. | #define HAVE_OFF_T 1
  5099. | #define SIZEOF_INT 4
  5100. | #define SIZEOF_SHORT 2
  5101. | #define SIZEOF_LONG 8
  5102. | #define SIZEOF_LONG_LONG 8
  5103. | #define SIZEOF___INT64 0
  5104. | #define SIZEOF___INT128 16
  5105. | #define SIZEOF_OFF_T 8
  5106. | #define SIZEOF_VOIDP 8
  5107. | #define SIZEOF_FLOAT 4
  5108. | #define SIZEOF_DOUBLE 8
  5109. | #define SIZEOF_TIME_T 8
  5110. | #define SIZEOF_CLOCK_T 8
  5111. | #define PACKED_STRUCT(x) x __attribute__((packed))
  5112. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  5113. | #define PRI_LL_PREFIX "ll"
  5114. | /* end confdefs.h. */
  5115. | #include <stdio.h>
  5116. | #ifdef HAVE_SYS_TYPES_H
  5117. | # include <sys/types.h>
  5118. | #endif
  5119. | #ifdef HAVE_SYS_STAT_H
  5120. | # include <sys/stat.h>
  5121. | #endif
  5122. | #ifdef STDC_HEADERS
  5123. | # include <stdlib.h>
  5124. | # include <stddef.h>
  5125. | #else
  5126. | # ifdef HAVE_STDLIB_H
  5127. | # include <stdlib.h>
  5128. | # endif
  5129. | #endif
  5130. | #ifdef HAVE_STRING_H
  5131. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5132. | # include <memory.h>
  5133. | # endif
  5134. | # include <string.h>
  5135. | #endif
  5136. | #ifdef HAVE_STRINGS_H
  5137. | # include <strings.h>
  5138. | #endif
  5139. | #ifdef HAVE_INTTYPES_H
  5140. | # include <inttypes.h>
  5141. | #endif
  5142. | #ifdef HAVE_STDINT_H
  5143. | # include <stdint.h>
  5144. | #endif
  5145. | #ifdef HAVE_UNISTD_H
  5146. | # include <unistd.h>
  5147. | #endif
  5148. | typedef pid_t rbcv_conftest_target_type;
  5149. | typedef long rbcv_conftest_replace_type;
  5150. | extern rbcv_conftest_target_type rbcv_conftest_var;
  5151. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  5152. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5153. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5154. |
  5155. | int
  5156. | main ()
  5157. | {
  5158. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5159. | test_array [0] = 0;
  5160. | return test_array [0];
  5161. |
  5162. | ;
  5163. | return 0;
  5164. | }
  5165. 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
  5166. configure:13690: $? = 0
  5167. configure:13710: result: INT
  5168. configure:13761: checking for uid_t
  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. configure:13761: $? = 0
  5171. 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
  5172. conftest.c:119:20: error: expected expression
  5173. if (sizeof ((uid_t)))
  5174. ^
  5175. 1 error generated.
  5176. configure:13761: $? = 1
  5177. configure: failed program was:
  5178. | /* confdefs.h */
  5179. | #define PACKAGE_NAME ""
  5180. | #define PACKAGE_TARNAME ""
  5181. | #define PACKAGE_VERSION ""
  5182. | #define PACKAGE_STRING ""
  5183. | #define PACKAGE_BUGREPORT ""
  5184. | #define PACKAGE_URL ""
  5185. | #define CANONICALIZATION_FOR_MATHN 1
  5186. | #define STDC_HEADERS 1
  5187. | #define HAVE_SYS_TYPES_H 1
  5188. | #define HAVE_SYS_STAT_H 1
  5189. | #define HAVE_STDLIB_H 1
  5190. | #define HAVE_STRING_H 1
  5191. | #define HAVE_MEMORY_H 1
  5192. | #define HAVE_STRINGS_H 1
  5193. | #define HAVE_INTTYPES_H 1
  5194. | #define HAVE_STDINT_H 1
  5195. | #define HAVE_UNISTD_H 1
  5196. | #define __EXTENSIONS__ 1
  5197. | #define _ALL_SOURCE 1
  5198. | #define _GNU_SOURCE 1
  5199. | #define _POSIX_PTHREAD_SEMANTICS 1
  5200. | #define _TANDEM_SOURCE 1
  5201. | #define HAVE_INFINITY 1
  5202. | #define HAVE_NAN 1
  5203. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  5204. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  5205. | #define BROKEN_CRYPT 1
  5206. | #define HAVE_CRT_EXTERNS_H 1
  5207. | #define HAVE_LIBDL 1
  5208. | #define HAVE_DIRENT_H 1
  5209. | #define HAVE__BOOL 1
  5210. | #define HAVE_STDBOOL_H 1
  5211. | #define HAVE_SYS_WAIT_H 1
  5212. | #define HAVE_GRP_H 1
  5213. | #define HAVE_FCNTL_H 1
  5214. | #define HAVE_FLOAT_H 1
  5215. | #define HAVE_LANGINFO_H 1
  5216. | #define HAVE_LIMITS_H 1
  5217. | #define HAVE_LOCALE_H 1
  5218. | #define HAVE_MALLOC_MALLOC_H 1
  5219. | #define HAVE_PWD_H 1
  5220. | #define HAVE_SYS_ATTR_H 1
  5221. | #define HAVE_SYS_FCNTL_H 1
  5222. | #define HAVE_SYS_FILE_H 1
  5223. | #define HAVE_SYS_IOCTL_H 1
  5224. | #define HAVE_SYS_PARAM_H 1
  5225. | #define HAVE_SYS_RESOURCE_H 1
  5226. | #define HAVE_SYS_SELECT_H 1
  5227. | #define HAVE_SYS_SOCKET_H 1
  5228. | #define HAVE_SYS_TIME_H 1
  5229. | #define HAVE_SYS_TIMES_H 1
  5230. | #define HAVE_SYS_UIO_H 1
  5231. | #define HAVE_TIME_H 1
  5232. | #define HAVE_UCONTEXT_H 1
  5233. | #define HAVE_UTIME_H 1
  5234. | #define HAVE_GMP_H 1
  5235. | #define HAVE_LIBGMP 1
  5236. | #define HAVE_TYPEOF 1
  5237. | #define HAVE_LONG_LONG 1
  5238. | #define HAVE_OFF_T 1
  5239. | #define SIZEOF_INT 4
  5240. | #define SIZEOF_SHORT 2
  5241. | #define SIZEOF_LONG 8
  5242. | #define SIZEOF_LONG_LONG 8
  5243. | #define SIZEOF___INT64 0
  5244. | #define SIZEOF___INT128 16
  5245. | #define SIZEOF_OFF_T 8
  5246. | #define SIZEOF_VOIDP 8
  5247. | #define SIZEOF_FLOAT 4
  5248. | #define SIZEOF_DOUBLE 8
  5249. | #define SIZEOF_TIME_T 8
  5250. | #define SIZEOF_CLOCK_T 8
  5251. | #define PACKED_STRUCT(x) x __attribute__((packed))
  5252. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  5253. | #define PRI_LL_PREFIX "ll"
  5254. | #define rb_pid_t pid_t
  5255. | #define SIGNEDNESS_OF_PID_T -1
  5256. | #define PIDT2NUM(v) INT2NUM(v)
  5257. | #define NUM2PIDT(v) NUM2INT(v)
  5258. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  5259. | /* end confdefs.h. */
  5260. | #include <stdio.h>
  5261. | #ifdef HAVE_SYS_TYPES_H
  5262. | # include <sys/types.h>
  5263. | #endif
  5264. | #ifdef HAVE_SYS_STAT_H
  5265. | # include <sys/stat.h>
  5266. | #endif
  5267. | #ifdef STDC_HEADERS
  5268. | # include <stdlib.h>
  5269. | # include <stddef.h>
  5270. | #else
  5271. | # ifdef HAVE_STDLIB_H
  5272. | # include <stdlib.h>
  5273. | # endif
  5274. | #endif
  5275. | #ifdef HAVE_STRING_H
  5276. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5277. | # include <memory.h>
  5278. | # endif
  5279. | # include <string.h>
  5280. | #endif
  5281. | #ifdef HAVE_STRINGS_H
  5282. | # include <strings.h>
  5283. | #endif
  5284. | #ifdef HAVE_INTTYPES_H
  5285. | # include <inttypes.h>
  5286. | #endif
  5287. | #ifdef HAVE_STDINT_H
  5288. | # include <stdint.h>
  5289. | #endif
  5290. | #ifdef HAVE_UNISTD_H
  5291. | # include <unistd.h>
  5292. | #endif
  5293. | int
  5294. | main ()
  5295. | {
  5296. | if (sizeof ((uid_t)))
  5297. | return 0;
  5298. | ;
  5299. | return 0;
  5300. | }
  5301. configure:13761: result: yes
  5302. configure:13768: checking for convertible type of uid_t
  5303. 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
  5304. configure:13796: $? = 0
  5305. 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
  5306. 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')
  5307. extern rbcv_conftest_replace_type rbcv_conftest_var;
  5308. ^
  5309. conftest.c:118:37: note: previous declaration is here
  5310. extern rbcv_conftest_target_type rbcv_conftest_var;
  5311. ^
  5312. conftest.c:121:38: error: conflicting types for 'rbcv_conftest_func'
  5313. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5314. ^
  5315. conftest.c:120:37: note: previous declaration is here
  5316. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5317. ^
  5318. conftest.c:126:24: error: 'test_array' declared as an array with a negative size
  5319. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5320. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5321. 3 errors generated.
  5322. configure:13826: $? = 1
  5323. configure: failed program was:
  5324. | /* confdefs.h */
  5325. | #define PACKAGE_NAME ""
  5326. | #define PACKAGE_TARNAME ""
  5327. | #define PACKAGE_VERSION ""
  5328. | #define PACKAGE_STRING ""
  5329. | #define PACKAGE_BUGREPORT ""
  5330. | #define PACKAGE_URL ""
  5331. | #define CANONICALIZATION_FOR_MATHN 1
  5332. | #define STDC_HEADERS 1
  5333. | #define HAVE_SYS_TYPES_H 1
  5334. | #define HAVE_SYS_STAT_H 1
  5335. | #define HAVE_STDLIB_H 1
  5336. | #define HAVE_STRING_H 1
  5337. | #define HAVE_MEMORY_H 1
  5338. | #define HAVE_STRINGS_H 1
  5339. | #define HAVE_INTTYPES_H 1
  5340. | #define HAVE_STDINT_H 1
  5341. | #define HAVE_UNISTD_H 1
  5342. | #define __EXTENSIONS__ 1
  5343. | #define _ALL_SOURCE 1
  5344. | #define _GNU_SOURCE 1
  5345. | #define _POSIX_PTHREAD_SEMANTICS 1
  5346. | #define _TANDEM_SOURCE 1
  5347. | #define HAVE_INFINITY 1
  5348. | #define HAVE_NAN 1
  5349. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  5350. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  5351. | #define BROKEN_CRYPT 1
  5352. | #define HAVE_CRT_EXTERNS_H 1
  5353. | #define HAVE_LIBDL 1
  5354. | #define HAVE_DIRENT_H 1
  5355. | #define HAVE__BOOL 1
  5356. | #define HAVE_STDBOOL_H 1
  5357. | #define HAVE_SYS_WAIT_H 1
  5358. | #define HAVE_GRP_H 1
  5359. | #define HAVE_FCNTL_H 1
  5360. | #define HAVE_FLOAT_H 1
  5361. | #define HAVE_LANGINFO_H 1
  5362. | #define HAVE_LIMITS_H 1
  5363. | #define HAVE_LOCALE_H 1
  5364. | #define HAVE_MALLOC_MALLOC_H 1
  5365. | #define HAVE_PWD_H 1
  5366. | #define HAVE_SYS_ATTR_H 1
  5367. | #define HAVE_SYS_FCNTL_H 1
  5368. | #define HAVE_SYS_FILE_H 1
  5369. | #define HAVE_SYS_IOCTL_H 1
  5370. | #define HAVE_SYS_PARAM_H 1
  5371. | #define HAVE_SYS_RESOURCE_H 1
  5372. | #define HAVE_SYS_SELECT_H 1
  5373. | #define HAVE_SYS_SOCKET_H 1
  5374. | #define HAVE_SYS_TIME_H 1
  5375. | #define HAVE_SYS_TIMES_H 1
  5376. | #define HAVE_SYS_UIO_H 1
  5377. | #define HAVE_TIME_H 1
  5378. | #define HAVE_UCONTEXT_H 1
  5379. | #define HAVE_UTIME_H 1
  5380. | #define HAVE_GMP_H 1
  5381. | #define HAVE_LIBGMP 1
  5382. | #define HAVE_TYPEOF 1
  5383. | #define HAVE_LONG_LONG 1
  5384. | #define HAVE_OFF_T 1
  5385. | #define SIZEOF_INT 4
  5386. | #define SIZEOF_SHORT 2
  5387. | #define SIZEOF_LONG 8
  5388. | #define SIZEOF_LONG_LONG 8
  5389. | #define SIZEOF___INT64 0
  5390. | #define SIZEOF___INT128 16
  5391. | #define SIZEOF_OFF_T 8
  5392. | #define SIZEOF_VOIDP 8
  5393. | #define SIZEOF_FLOAT 4
  5394. | #define SIZEOF_DOUBLE 8
  5395. | #define SIZEOF_TIME_T 8
  5396. | #define SIZEOF_CLOCK_T 8
  5397. | #define PACKED_STRUCT(x) x __attribute__((packed))
  5398. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  5399. | #define PRI_LL_PREFIX "ll"
  5400. | #define rb_pid_t pid_t
  5401. | #define SIGNEDNESS_OF_PID_T -1
  5402. | #define PIDT2NUM(v) INT2NUM(v)
  5403. | #define NUM2PIDT(v) NUM2INT(v)
  5404. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  5405. | /* end confdefs.h. */
  5406. | #include <stdio.h>
  5407. | #ifdef HAVE_SYS_TYPES_H
  5408. | # include <sys/types.h>
  5409. | #endif
  5410. | #ifdef HAVE_SYS_STAT_H
  5411. | # include <sys/stat.h>
  5412. | #endif
  5413. | #ifdef STDC_HEADERS
  5414. | # include <stdlib.h>
  5415. | # include <stddef.h>
  5416. | #else
  5417. | # ifdef HAVE_STDLIB_H
  5418. | # include <stdlib.h>
  5419. | # endif
  5420. | #endif
  5421. | #ifdef HAVE_STRING_H
  5422. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5423. | # include <memory.h>
  5424. | # endif
  5425. | # include <string.h>
  5426. | #endif
  5427. | #ifdef HAVE_STRINGS_H
  5428. | # include <strings.h>
  5429. | #endif
  5430. | #ifdef HAVE_INTTYPES_H
  5431. | # include <inttypes.h>
  5432. | #endif
  5433. | #ifdef HAVE_STDINT_H
  5434. | # include <stdint.h>
  5435. | #endif
  5436. | #ifdef HAVE_UNISTD_H
  5437. | # include <unistd.h>
  5438. | #endif
  5439. | typedef uid_t rbcv_conftest_target_type;
  5440. | typedef unsigned long long rbcv_conftest_replace_type;
  5441. | extern rbcv_conftest_target_type rbcv_conftest_var;
  5442. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  5443. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5444. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5445. |
  5446. | int
  5447. | main ()
  5448. | {
  5449. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5450. | test_array [0] = 0;
  5451. | return test_array [0];
  5452. |
  5453. | ;
  5454. | return 0;
  5455. | }
  5456. 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
  5457. 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')
  5458. extern rbcv_conftest_replace_type rbcv_conftest_var;
  5459. ^
  5460. conftest.c:118:37: note: previous declaration is here
  5461. extern rbcv_conftest_target_type rbcv_conftest_var;
  5462. ^
  5463. conftest.c:121:38: error: conflicting types for 'rbcv_conftest_func'
  5464. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5465. ^
  5466. conftest.c:120:37: note: previous declaration is here
  5467. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5468. ^
  5469. conftest.c:126:24: error: 'test_array' declared as an array with a negative size
  5470. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5471. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5472. 3 errors generated.
  5473. configure:13826: $? = 1
  5474. configure: failed program was:
  5475. | /* confdefs.h */
  5476. | #define PACKAGE_NAME ""
  5477. | #define PACKAGE_TARNAME ""
  5478. | #define PACKAGE_VERSION ""
  5479. | #define PACKAGE_STRING ""
  5480. | #define PACKAGE_BUGREPORT ""
  5481. | #define PACKAGE_URL ""
  5482. | #define CANONICALIZATION_FOR_MATHN 1
  5483. | #define STDC_HEADERS 1
  5484. | #define HAVE_SYS_TYPES_H 1
  5485. | #define HAVE_SYS_STAT_H 1
  5486. | #define HAVE_STDLIB_H 1
  5487. | #define HAVE_STRING_H 1
  5488. | #define HAVE_MEMORY_H 1
  5489. | #define HAVE_STRINGS_H 1
  5490. | #define HAVE_INTTYPES_H 1
  5491. | #define HAVE_STDINT_H 1
  5492. | #define HAVE_UNISTD_H 1
  5493. | #define __EXTENSIONS__ 1
  5494. | #define _ALL_SOURCE 1
  5495. | #define _GNU_SOURCE 1
  5496. | #define _POSIX_PTHREAD_SEMANTICS 1
  5497. | #define _TANDEM_SOURCE 1
  5498. | #define HAVE_INFINITY 1
  5499. | #define HAVE_NAN 1
  5500. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  5501. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  5502. | #define BROKEN_CRYPT 1
  5503. | #define HAVE_CRT_EXTERNS_H 1
  5504. | #define HAVE_LIBDL 1
  5505. | #define HAVE_DIRENT_H 1
  5506. | #define HAVE__BOOL 1
  5507. | #define HAVE_STDBOOL_H 1
  5508. | #define HAVE_SYS_WAIT_H 1
  5509. | #define HAVE_GRP_H 1
  5510. | #define HAVE_FCNTL_H 1
  5511. | #define HAVE_FLOAT_H 1
  5512. | #define HAVE_LANGINFO_H 1
  5513. | #define HAVE_LIMITS_H 1
  5514. | #define HAVE_LOCALE_H 1
  5515. | #define HAVE_MALLOC_MALLOC_H 1
  5516. | #define HAVE_PWD_H 1
  5517. | #define HAVE_SYS_ATTR_H 1
  5518. | #define HAVE_SYS_FCNTL_H 1
  5519. | #define HAVE_SYS_FILE_H 1
  5520. | #define HAVE_SYS_IOCTL_H 1
  5521. | #define HAVE_SYS_PARAM_H 1
  5522. | #define HAVE_SYS_RESOURCE_H 1
  5523. | #define HAVE_SYS_SELECT_H 1
  5524. | #define HAVE_SYS_SOCKET_H 1
  5525. | #define HAVE_SYS_TIME_H 1
  5526. | #define HAVE_SYS_TIMES_H 1
  5527. | #define HAVE_SYS_UIO_H 1
  5528. | #define HAVE_TIME_H 1
  5529. | #define HAVE_UCONTEXT_H 1
  5530. | #define HAVE_UTIME_H 1
  5531. | #define HAVE_GMP_H 1
  5532. | #define HAVE_LIBGMP 1
  5533. | #define HAVE_TYPEOF 1
  5534. | #define HAVE_LONG_LONG 1
  5535. | #define HAVE_OFF_T 1
  5536. | #define SIZEOF_INT 4
  5537. | #define SIZEOF_SHORT 2
  5538. | #define SIZEOF_LONG 8
  5539. | #define SIZEOF_LONG_LONG 8
  5540. | #define SIZEOF___INT64 0
  5541. | #define SIZEOF___INT128 16
  5542. | #define SIZEOF_OFF_T 8
  5543. | #define SIZEOF_VOIDP 8
  5544. | #define SIZEOF_FLOAT 4
  5545. | #define SIZEOF_DOUBLE 8
  5546. | #define SIZEOF_TIME_T 8
  5547. | #define SIZEOF_CLOCK_T 8
  5548. | #define PACKED_STRUCT(x) x __attribute__((packed))
  5549. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  5550. | #define PRI_LL_PREFIX "ll"
  5551. | #define rb_pid_t pid_t
  5552. | #define SIGNEDNESS_OF_PID_T -1
  5553. | #define PIDT2NUM(v) INT2NUM(v)
  5554. | #define NUM2PIDT(v) NUM2INT(v)
  5555. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  5556. | /* end confdefs.h. */
  5557. | #include <stdio.h>
  5558. | #ifdef HAVE_SYS_TYPES_H
  5559. | # include <sys/types.h>
  5560. | #endif
  5561. | #ifdef HAVE_SYS_STAT_H
  5562. | # include <sys/stat.h>
  5563. | #endif
  5564. | #ifdef STDC_HEADERS
  5565. | # include <stdlib.h>
  5566. | # include <stddef.h>
  5567. | #else
  5568. | # ifdef HAVE_STDLIB_H
  5569. | # include <stdlib.h>
  5570. | # endif
  5571. | #endif
  5572. | #ifdef HAVE_STRING_H
  5573. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5574. | # include <memory.h>
  5575. | # endif
  5576. | # include <string.h>
  5577. | #endif
  5578. | #ifdef HAVE_STRINGS_H
  5579. | # include <strings.h>
  5580. | #endif
  5581. | #ifdef HAVE_INTTYPES_H
  5582. | # include <inttypes.h>
  5583. | #endif
  5584. | #ifdef HAVE_STDINT_H
  5585. | # include <stdint.h>
  5586. | #endif
  5587. | #ifdef HAVE_UNISTD_H
  5588. | # include <unistd.h>
  5589. | #endif
  5590. | typedef uid_t rbcv_conftest_target_type;
  5591. | typedef unsigned long rbcv_conftest_replace_type;
  5592. | extern rbcv_conftest_target_type rbcv_conftest_var;
  5593. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  5594. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5595. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5596. |
  5597. | int
  5598. | main ()
  5599. | {
  5600. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5601. | test_array [0] = 0;
  5602. | return test_array [0];
  5603. |
  5604. | ;
  5605. | return 0;
  5606. | }
  5607. 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
  5608. configure:13826: $? = 0
  5609. configure:13846: result: UINT
  5610. configure:13897: checking for gid_t
  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. configure:13897: $? = 0
  5613. 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
  5614. conftest.c:124:20: error: expected expression
  5615. if (sizeof ((gid_t)))
  5616. ^
  5617. 1 error generated.
  5618. configure:13897: $? = 1
  5619. configure: failed program was:
  5620. | /* confdefs.h */
  5621. | #define PACKAGE_NAME ""
  5622. | #define PACKAGE_TARNAME ""
  5623. | #define PACKAGE_VERSION ""
  5624. | #define PACKAGE_STRING ""
  5625. | #define PACKAGE_BUGREPORT ""
  5626. | #define PACKAGE_URL ""
  5627. | #define CANONICALIZATION_FOR_MATHN 1
  5628. | #define STDC_HEADERS 1
  5629. | #define HAVE_SYS_TYPES_H 1
  5630. | #define HAVE_SYS_STAT_H 1
  5631. | #define HAVE_STDLIB_H 1
  5632. | #define HAVE_STRING_H 1
  5633. | #define HAVE_MEMORY_H 1
  5634. | #define HAVE_STRINGS_H 1
  5635. | #define HAVE_INTTYPES_H 1
  5636. | #define HAVE_STDINT_H 1
  5637. | #define HAVE_UNISTD_H 1
  5638. | #define __EXTENSIONS__ 1
  5639. | #define _ALL_SOURCE 1
  5640. | #define _GNU_SOURCE 1
  5641. | #define _POSIX_PTHREAD_SEMANTICS 1
  5642. | #define _TANDEM_SOURCE 1
  5643. | #define HAVE_INFINITY 1
  5644. | #define HAVE_NAN 1
  5645. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  5646. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  5647. | #define BROKEN_CRYPT 1
  5648. | #define HAVE_CRT_EXTERNS_H 1
  5649. | #define HAVE_LIBDL 1
  5650. | #define HAVE_DIRENT_H 1
  5651. | #define HAVE__BOOL 1
  5652. | #define HAVE_STDBOOL_H 1
  5653. | #define HAVE_SYS_WAIT_H 1
  5654. | #define HAVE_GRP_H 1
  5655. | #define HAVE_FCNTL_H 1
  5656. | #define HAVE_FLOAT_H 1
  5657. | #define HAVE_LANGINFO_H 1
  5658. | #define HAVE_LIMITS_H 1
  5659. | #define HAVE_LOCALE_H 1
  5660. | #define HAVE_MALLOC_MALLOC_H 1
  5661. | #define HAVE_PWD_H 1
  5662. | #define HAVE_SYS_ATTR_H 1
  5663. | #define HAVE_SYS_FCNTL_H 1
  5664. | #define HAVE_SYS_FILE_H 1
  5665. | #define HAVE_SYS_IOCTL_H 1
  5666. | #define HAVE_SYS_PARAM_H 1
  5667. | #define HAVE_SYS_RESOURCE_H 1
  5668. | #define HAVE_SYS_SELECT_H 1
  5669. | #define HAVE_SYS_SOCKET_H 1
  5670. | #define HAVE_SYS_TIME_H 1
  5671. | #define HAVE_SYS_TIMES_H 1
  5672. | #define HAVE_SYS_UIO_H 1
  5673. | #define HAVE_TIME_H 1
  5674. | #define HAVE_UCONTEXT_H 1
  5675. | #define HAVE_UTIME_H 1
  5676. | #define HAVE_GMP_H 1
  5677. | #define HAVE_LIBGMP 1
  5678. | #define HAVE_TYPEOF 1
  5679. | #define HAVE_LONG_LONG 1
  5680. | #define HAVE_OFF_T 1
  5681. | #define SIZEOF_INT 4
  5682. | #define SIZEOF_SHORT 2
  5683. | #define SIZEOF_LONG 8
  5684. | #define SIZEOF_LONG_LONG 8
  5685. | #define SIZEOF___INT64 0
  5686. | #define SIZEOF___INT128 16
  5687. | #define SIZEOF_OFF_T 8
  5688. | #define SIZEOF_VOIDP 8
  5689. | #define SIZEOF_FLOAT 4
  5690. | #define SIZEOF_DOUBLE 8
  5691. | #define SIZEOF_TIME_T 8
  5692. | #define SIZEOF_CLOCK_T 8
  5693. | #define PACKED_STRUCT(x) x __attribute__((packed))
  5694. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  5695. | #define PRI_LL_PREFIX "ll"
  5696. | #define rb_pid_t pid_t
  5697. | #define SIGNEDNESS_OF_PID_T -1
  5698. | #define PIDT2NUM(v) INT2NUM(v)
  5699. | #define NUM2PIDT(v) NUM2INT(v)
  5700. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  5701. | #define rb_uid_t uid_t
  5702. | #define SIGNEDNESS_OF_UID_T +1
  5703. | #define UIDT2NUM(v) UINT2NUM(v)
  5704. | #define NUM2UIDT(v) NUM2UINT(v)
  5705. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  5706. | /* end confdefs.h. */
  5707. | #include <stdio.h>
  5708. | #ifdef HAVE_SYS_TYPES_H
  5709. | # include <sys/types.h>
  5710. | #endif
  5711. | #ifdef HAVE_SYS_STAT_H
  5712. | # include <sys/stat.h>
  5713. | #endif
  5714. | #ifdef STDC_HEADERS
  5715. | # include <stdlib.h>
  5716. | # include <stddef.h>
  5717. | #else
  5718. | # ifdef HAVE_STDLIB_H
  5719. | # include <stdlib.h>
  5720. | # endif
  5721. | #endif
  5722. | #ifdef HAVE_STRING_H
  5723. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5724. | # include <memory.h>
  5725. | # endif
  5726. | # include <string.h>
  5727. | #endif
  5728. | #ifdef HAVE_STRINGS_H
  5729. | # include <strings.h>
  5730. | #endif
  5731. | #ifdef HAVE_INTTYPES_H
  5732. | # include <inttypes.h>
  5733. | #endif
  5734. | #ifdef HAVE_STDINT_H
  5735. | # include <stdint.h>
  5736. | #endif
  5737. | #ifdef HAVE_UNISTD_H
  5738. | # include <unistd.h>
  5739. | #endif
  5740. | int
  5741. | main ()
  5742. | {
  5743. | if (sizeof ((gid_t)))
  5744. | return 0;
  5745. | ;
  5746. | return 0;
  5747. | }
  5748. configure:13897: result: yes
  5749. configure:13904: checking for convertible type of gid_t
  5750. 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
  5751. configure:13932: $? = 0
  5752. 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
  5753. 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')
  5754. extern rbcv_conftest_replace_type rbcv_conftest_var;
  5755. ^
  5756. conftest.c:123:37: note: previous declaration is here
  5757. extern rbcv_conftest_target_type rbcv_conftest_var;
  5758. ^
  5759. conftest.c:126:38: error: conflicting types for 'rbcv_conftest_func'
  5760. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5761. ^
  5762. conftest.c:125:37: note: previous declaration is here
  5763. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5764. ^
  5765. conftest.c:131:24: error: 'test_array' declared as an array with a negative size
  5766. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5767. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5768. 3 errors generated.
  5769. configure:13962: $? = 1
  5770. configure: failed program was:
  5771. | /* confdefs.h */
  5772. | #define PACKAGE_NAME ""
  5773. | #define PACKAGE_TARNAME ""
  5774. | #define PACKAGE_VERSION ""
  5775. | #define PACKAGE_STRING ""
  5776. | #define PACKAGE_BUGREPORT ""
  5777. | #define PACKAGE_URL ""
  5778. | #define CANONICALIZATION_FOR_MATHN 1
  5779. | #define STDC_HEADERS 1
  5780. | #define HAVE_SYS_TYPES_H 1
  5781. | #define HAVE_SYS_STAT_H 1
  5782. | #define HAVE_STDLIB_H 1
  5783. | #define HAVE_STRING_H 1
  5784. | #define HAVE_MEMORY_H 1
  5785. | #define HAVE_STRINGS_H 1
  5786. | #define HAVE_INTTYPES_H 1
  5787. | #define HAVE_STDINT_H 1
  5788. | #define HAVE_UNISTD_H 1
  5789. | #define __EXTENSIONS__ 1
  5790. | #define _ALL_SOURCE 1
  5791. | #define _GNU_SOURCE 1
  5792. | #define _POSIX_PTHREAD_SEMANTICS 1
  5793. | #define _TANDEM_SOURCE 1
  5794. | #define HAVE_INFINITY 1
  5795. | #define HAVE_NAN 1
  5796. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  5797. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  5798. | #define BROKEN_CRYPT 1
  5799. | #define HAVE_CRT_EXTERNS_H 1
  5800. | #define HAVE_LIBDL 1
  5801. | #define HAVE_DIRENT_H 1
  5802. | #define HAVE__BOOL 1
  5803. | #define HAVE_STDBOOL_H 1
  5804. | #define HAVE_SYS_WAIT_H 1
  5805. | #define HAVE_GRP_H 1
  5806. | #define HAVE_FCNTL_H 1
  5807. | #define HAVE_FLOAT_H 1
  5808. | #define HAVE_LANGINFO_H 1
  5809. | #define HAVE_LIMITS_H 1
  5810. | #define HAVE_LOCALE_H 1
  5811. | #define HAVE_MALLOC_MALLOC_H 1
  5812. | #define HAVE_PWD_H 1
  5813. | #define HAVE_SYS_ATTR_H 1
  5814. | #define HAVE_SYS_FCNTL_H 1
  5815. | #define HAVE_SYS_FILE_H 1
  5816. | #define HAVE_SYS_IOCTL_H 1
  5817. | #define HAVE_SYS_PARAM_H 1
  5818. | #define HAVE_SYS_RESOURCE_H 1
  5819. | #define HAVE_SYS_SELECT_H 1
  5820. | #define HAVE_SYS_SOCKET_H 1
  5821. | #define HAVE_SYS_TIME_H 1
  5822. | #define HAVE_SYS_TIMES_H 1
  5823. | #define HAVE_SYS_UIO_H 1
  5824. | #define HAVE_TIME_H 1
  5825. | #define HAVE_UCONTEXT_H 1
  5826. | #define HAVE_UTIME_H 1
  5827. | #define HAVE_GMP_H 1
  5828. | #define HAVE_LIBGMP 1
  5829. | #define HAVE_TYPEOF 1
  5830. | #define HAVE_LONG_LONG 1
  5831. | #define HAVE_OFF_T 1
  5832. | #define SIZEOF_INT 4
  5833. | #define SIZEOF_SHORT 2
  5834. | #define SIZEOF_LONG 8
  5835. | #define SIZEOF_LONG_LONG 8
  5836. | #define SIZEOF___INT64 0
  5837. | #define SIZEOF___INT128 16
  5838. | #define SIZEOF_OFF_T 8
  5839. | #define SIZEOF_VOIDP 8
  5840. | #define SIZEOF_FLOAT 4
  5841. | #define SIZEOF_DOUBLE 8
  5842. | #define SIZEOF_TIME_T 8
  5843. | #define SIZEOF_CLOCK_T 8
  5844. | #define PACKED_STRUCT(x) x __attribute__((packed))
  5845. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  5846. | #define PRI_LL_PREFIX "ll"
  5847. | #define rb_pid_t pid_t
  5848. | #define SIGNEDNESS_OF_PID_T -1
  5849. | #define PIDT2NUM(v) INT2NUM(v)
  5850. | #define NUM2PIDT(v) NUM2INT(v)
  5851. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  5852. | #define rb_uid_t uid_t
  5853. | #define SIGNEDNESS_OF_UID_T +1
  5854. | #define UIDT2NUM(v) UINT2NUM(v)
  5855. | #define NUM2UIDT(v) NUM2UINT(v)
  5856. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  5857. | /* end confdefs.h. */
  5858. | #include <stdio.h>
  5859. | #ifdef HAVE_SYS_TYPES_H
  5860. | # include <sys/types.h>
  5861. | #endif
  5862. | #ifdef HAVE_SYS_STAT_H
  5863. | # include <sys/stat.h>
  5864. | #endif
  5865. | #ifdef STDC_HEADERS
  5866. | # include <stdlib.h>
  5867. | # include <stddef.h>
  5868. | #else
  5869. | # ifdef HAVE_STDLIB_H
  5870. | # include <stdlib.h>
  5871. | # endif
  5872. | #endif
  5873. | #ifdef HAVE_STRING_H
  5874. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5875. | # include <memory.h>
  5876. | # endif
  5877. | # include <string.h>
  5878. | #endif
  5879. | #ifdef HAVE_STRINGS_H
  5880. | # include <strings.h>
  5881. | #endif
  5882. | #ifdef HAVE_INTTYPES_H
  5883. | # include <inttypes.h>
  5884. | #endif
  5885. | #ifdef HAVE_STDINT_H
  5886. | # include <stdint.h>
  5887. | #endif
  5888. | #ifdef HAVE_UNISTD_H
  5889. | # include <unistd.h>
  5890. | #endif
  5891. | typedef gid_t rbcv_conftest_target_type;
  5892. | typedef unsigned long long rbcv_conftest_replace_type;
  5893. | extern rbcv_conftest_target_type rbcv_conftest_var;
  5894. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  5895. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5896. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5897. |
  5898. | int
  5899. | main ()
  5900. | {
  5901. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5902. | test_array [0] = 0;
  5903. | return test_array [0];
  5904. |
  5905. | ;
  5906. | return 0;
  5907. | }
  5908. 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
  5909. 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')
  5910. extern rbcv_conftest_replace_type rbcv_conftest_var;
  5911. ^
  5912. conftest.c:123:37: note: previous declaration is here
  5913. extern rbcv_conftest_target_type rbcv_conftest_var;
  5914. ^
  5915. conftest.c:126:38: error: conflicting types for 'rbcv_conftest_func'
  5916. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5917. ^
  5918. conftest.c:125:37: note: previous declaration is here
  5919. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5920. ^
  5921. conftest.c:131:24: error: 'test_array' declared as an array with a negative size
  5922. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5923. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5924. 3 errors generated.
  5925. configure:13962: $? = 1
  5926. configure: failed program was:
  5927. | /* confdefs.h */
  5928. | #define PACKAGE_NAME ""
  5929. | #define PACKAGE_TARNAME ""
  5930. | #define PACKAGE_VERSION ""
  5931. | #define PACKAGE_STRING ""
  5932. | #define PACKAGE_BUGREPORT ""
  5933. | #define PACKAGE_URL ""
  5934. | #define CANONICALIZATION_FOR_MATHN 1
  5935. | #define STDC_HEADERS 1
  5936. | #define HAVE_SYS_TYPES_H 1
  5937. | #define HAVE_SYS_STAT_H 1
  5938. | #define HAVE_STDLIB_H 1
  5939. | #define HAVE_STRING_H 1
  5940. | #define HAVE_MEMORY_H 1
  5941. | #define HAVE_STRINGS_H 1
  5942. | #define HAVE_INTTYPES_H 1
  5943. | #define HAVE_STDINT_H 1
  5944. | #define HAVE_UNISTD_H 1
  5945. | #define __EXTENSIONS__ 1
  5946. | #define _ALL_SOURCE 1
  5947. | #define _GNU_SOURCE 1
  5948. | #define _POSIX_PTHREAD_SEMANTICS 1
  5949. | #define _TANDEM_SOURCE 1
  5950. | #define HAVE_INFINITY 1
  5951. | #define HAVE_NAN 1
  5952. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  5953. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  5954. | #define BROKEN_CRYPT 1
  5955. | #define HAVE_CRT_EXTERNS_H 1
  5956. | #define HAVE_LIBDL 1
  5957. | #define HAVE_DIRENT_H 1
  5958. | #define HAVE__BOOL 1
  5959. | #define HAVE_STDBOOL_H 1
  5960. | #define HAVE_SYS_WAIT_H 1
  5961. | #define HAVE_GRP_H 1
  5962. | #define HAVE_FCNTL_H 1
  5963. | #define HAVE_FLOAT_H 1
  5964. | #define HAVE_LANGINFO_H 1
  5965. | #define HAVE_LIMITS_H 1
  5966. | #define HAVE_LOCALE_H 1
  5967. | #define HAVE_MALLOC_MALLOC_H 1
  5968. | #define HAVE_PWD_H 1
  5969. | #define HAVE_SYS_ATTR_H 1
  5970. | #define HAVE_SYS_FCNTL_H 1
  5971. | #define HAVE_SYS_FILE_H 1
  5972. | #define HAVE_SYS_IOCTL_H 1
  5973. | #define HAVE_SYS_PARAM_H 1
  5974. | #define HAVE_SYS_RESOURCE_H 1
  5975. | #define HAVE_SYS_SELECT_H 1
  5976. | #define HAVE_SYS_SOCKET_H 1
  5977. | #define HAVE_SYS_TIME_H 1
  5978. | #define HAVE_SYS_TIMES_H 1
  5979. | #define HAVE_SYS_UIO_H 1
  5980. | #define HAVE_TIME_H 1
  5981. | #define HAVE_UCONTEXT_H 1
  5982. | #define HAVE_UTIME_H 1
  5983. | #define HAVE_GMP_H 1
  5984. | #define HAVE_LIBGMP 1
  5985. | #define HAVE_TYPEOF 1
  5986. | #define HAVE_LONG_LONG 1
  5987. | #define HAVE_OFF_T 1
  5988. | #define SIZEOF_INT 4
  5989. | #define SIZEOF_SHORT 2
  5990. | #define SIZEOF_LONG 8
  5991. | #define SIZEOF_LONG_LONG 8
  5992. | #define SIZEOF___INT64 0
  5993. | #define SIZEOF___INT128 16
  5994. | #define SIZEOF_OFF_T 8
  5995. | #define SIZEOF_VOIDP 8
  5996. | #define SIZEOF_FLOAT 4
  5997. | #define SIZEOF_DOUBLE 8
  5998. | #define SIZEOF_TIME_T 8
  5999. | #define SIZEOF_CLOCK_T 8
  6000. | #define PACKED_STRUCT(x) x __attribute__((packed))
  6001. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  6002. | #define PRI_LL_PREFIX "ll"
  6003. | #define rb_pid_t pid_t
  6004. | #define SIGNEDNESS_OF_PID_T -1
  6005. | #define PIDT2NUM(v) INT2NUM(v)
  6006. | #define NUM2PIDT(v) NUM2INT(v)
  6007. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6008. | #define rb_uid_t uid_t
  6009. | #define SIGNEDNESS_OF_UID_T +1
  6010. | #define UIDT2NUM(v) UINT2NUM(v)
  6011. | #define NUM2UIDT(v) NUM2UINT(v)
  6012. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6013. | /* end confdefs.h. */
  6014. | #include <stdio.h>
  6015. | #ifdef HAVE_SYS_TYPES_H
  6016. | # include <sys/types.h>
  6017. | #endif
  6018. | #ifdef HAVE_SYS_STAT_H
  6019. | # include <sys/stat.h>
  6020. | #endif
  6021. | #ifdef STDC_HEADERS
  6022. | # include <stdlib.h>
  6023. | # include <stddef.h>
  6024. | #else
  6025. | # ifdef HAVE_STDLIB_H
  6026. | # include <stdlib.h>
  6027. | # endif
  6028. | #endif
  6029. | #ifdef HAVE_STRING_H
  6030. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6031. | # include <memory.h>
  6032. | # endif
  6033. | # include <string.h>
  6034. | #endif
  6035. | #ifdef HAVE_STRINGS_H
  6036. | # include <strings.h>
  6037. | #endif
  6038. | #ifdef HAVE_INTTYPES_H
  6039. | # include <inttypes.h>
  6040. | #endif
  6041. | #ifdef HAVE_STDINT_H
  6042. | # include <stdint.h>
  6043. | #endif
  6044. | #ifdef HAVE_UNISTD_H
  6045. | # include <unistd.h>
  6046. | #endif
  6047. | typedef gid_t rbcv_conftest_target_type;
  6048. | typedef unsigned long rbcv_conftest_replace_type;
  6049. | extern rbcv_conftest_target_type rbcv_conftest_var;
  6050. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  6051. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  6052. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  6053. |
  6054. | int
  6055. | main ()
  6056. | {
  6057. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  6058. | test_array [0] = 0;
  6059. | return test_array [0];
  6060. |
  6061. | ;
  6062. | return 0;
  6063. | }
  6064. 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
  6065. configure:13962: $? = 0
  6066. configure:13982: result: UINT
  6067. configure:14033: checking for time_t
  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. configure:14033: $? = 0
  6070. 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
  6071. conftest.c:98:21: error: expected expression
  6072. if (sizeof ((time_t)))
  6073. ^
  6074. 1 error generated.
  6075. configure:14033: $? = 1
  6076. configure: failed program was:
  6077. | /* confdefs.h */
  6078. | #define PACKAGE_NAME ""
  6079. | #define PACKAGE_TARNAME ""
  6080. | #define PACKAGE_VERSION ""
  6081. | #define PACKAGE_STRING ""
  6082. | #define PACKAGE_BUGREPORT ""
  6083. | #define PACKAGE_URL ""
  6084. | #define CANONICALIZATION_FOR_MATHN 1
  6085. | #define STDC_HEADERS 1
  6086. | #define HAVE_SYS_TYPES_H 1
  6087. | #define HAVE_SYS_STAT_H 1
  6088. | #define HAVE_STDLIB_H 1
  6089. | #define HAVE_STRING_H 1
  6090. | #define HAVE_MEMORY_H 1
  6091. | #define HAVE_STRINGS_H 1
  6092. | #define HAVE_INTTYPES_H 1
  6093. | #define HAVE_STDINT_H 1
  6094. | #define HAVE_UNISTD_H 1
  6095. | #define __EXTENSIONS__ 1
  6096. | #define _ALL_SOURCE 1
  6097. | #define _GNU_SOURCE 1
  6098. | #define _POSIX_PTHREAD_SEMANTICS 1
  6099. | #define _TANDEM_SOURCE 1
  6100. | #define HAVE_INFINITY 1
  6101. | #define HAVE_NAN 1
  6102. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  6103. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  6104. | #define BROKEN_CRYPT 1
  6105. | #define HAVE_CRT_EXTERNS_H 1
  6106. | #define HAVE_LIBDL 1
  6107. | #define HAVE_DIRENT_H 1
  6108. | #define HAVE__BOOL 1
  6109. | #define HAVE_STDBOOL_H 1
  6110. | #define HAVE_SYS_WAIT_H 1
  6111. | #define HAVE_GRP_H 1
  6112. | #define HAVE_FCNTL_H 1
  6113. | #define HAVE_FLOAT_H 1
  6114. | #define HAVE_LANGINFO_H 1
  6115. | #define HAVE_LIMITS_H 1
  6116. | #define HAVE_LOCALE_H 1
  6117. | #define HAVE_MALLOC_MALLOC_H 1
  6118. | #define HAVE_PWD_H 1
  6119. | #define HAVE_SYS_ATTR_H 1
  6120. | #define HAVE_SYS_FCNTL_H 1
  6121. | #define HAVE_SYS_FILE_H 1
  6122. | #define HAVE_SYS_IOCTL_H 1
  6123. | #define HAVE_SYS_PARAM_H 1
  6124. | #define HAVE_SYS_RESOURCE_H 1
  6125. | #define HAVE_SYS_SELECT_H 1
  6126. | #define HAVE_SYS_SOCKET_H 1
  6127. | #define HAVE_SYS_TIME_H 1
  6128. | #define HAVE_SYS_TIMES_H 1
  6129. | #define HAVE_SYS_UIO_H 1
  6130. | #define HAVE_TIME_H 1
  6131. | #define HAVE_UCONTEXT_H 1
  6132. | #define HAVE_UTIME_H 1
  6133. | #define HAVE_GMP_H 1
  6134. | #define HAVE_LIBGMP 1
  6135. | #define HAVE_TYPEOF 1
  6136. | #define HAVE_LONG_LONG 1
  6137. | #define HAVE_OFF_T 1
  6138. | #define SIZEOF_INT 4
  6139. | #define SIZEOF_SHORT 2
  6140. | #define SIZEOF_LONG 8
  6141. | #define SIZEOF_LONG_LONG 8
  6142. | #define SIZEOF___INT64 0
  6143. | #define SIZEOF___INT128 16
  6144. | #define SIZEOF_OFF_T 8
  6145. | #define SIZEOF_VOIDP 8
  6146. | #define SIZEOF_FLOAT 4
  6147. | #define SIZEOF_DOUBLE 8
  6148. | #define SIZEOF_TIME_T 8
  6149. | #define SIZEOF_CLOCK_T 8
  6150. | #define PACKED_STRUCT(x) x __attribute__((packed))
  6151. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  6152. | #define PRI_LL_PREFIX "ll"
  6153. | #define rb_pid_t pid_t
  6154. | #define SIGNEDNESS_OF_PID_T -1
  6155. | #define PIDT2NUM(v) INT2NUM(v)
  6156. | #define NUM2PIDT(v) NUM2INT(v)
  6157. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6158. | #define rb_uid_t uid_t
  6159. | #define SIGNEDNESS_OF_UID_T +1
  6160. | #define UIDT2NUM(v) UINT2NUM(v)
  6161. | #define NUM2UIDT(v) NUM2UINT(v)
  6162. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6163. | #define rb_gid_t gid_t
  6164. | #define SIGNEDNESS_OF_GID_T +1
  6165. | #define GIDT2NUM(v) UINT2NUM(v)
  6166. | #define NUM2GIDT(v) NUM2UINT(v)
  6167. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  6168. | /* end confdefs.h. */
  6169. | #include <time.h>
  6170. |
  6171. | int
  6172. | main ()
  6173. | {
  6174. | if (sizeof ((time_t)))
  6175. | return 0;
  6176. | ;
  6177. | return 0;
  6178. | }
  6179. configure:14033: result: yes
  6180. configure:14041: checking for convertible type of time_t
  6181. 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
  6182. conftest.c:98:24: error: 'test_array' declared as an array with a negative size
  6183. static int test_array [1 - 2 * !((time_t)-1 > 0)];
  6184. ^~~~~~~~~~~~~~~~~~~~~~~~~
  6185. 1 error generated.
  6186. configure:14070: $? = 1
  6187. configure: failed program was:
  6188. | /* confdefs.h */
  6189. | #define PACKAGE_NAME ""
  6190. | #define PACKAGE_TARNAME ""
  6191. | #define PACKAGE_VERSION ""
  6192. | #define PACKAGE_STRING ""
  6193. | #define PACKAGE_BUGREPORT ""
  6194. | #define PACKAGE_URL ""
  6195. | #define CANONICALIZATION_FOR_MATHN 1
  6196. | #define STDC_HEADERS 1
  6197. | #define HAVE_SYS_TYPES_H 1
  6198. | #define HAVE_SYS_STAT_H 1
  6199. | #define HAVE_STDLIB_H 1
  6200. | #define HAVE_STRING_H 1
  6201. | #define HAVE_MEMORY_H 1
  6202. | #define HAVE_STRINGS_H 1
  6203. | #define HAVE_INTTYPES_H 1
  6204. | #define HAVE_STDINT_H 1
  6205. | #define HAVE_UNISTD_H 1
  6206. | #define __EXTENSIONS__ 1
  6207. | #define _ALL_SOURCE 1
  6208. | #define _GNU_SOURCE 1
  6209. | #define _POSIX_PTHREAD_SEMANTICS 1
  6210. | #define _TANDEM_SOURCE 1
  6211. | #define HAVE_INFINITY 1
  6212. | #define HAVE_NAN 1
  6213. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  6214. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  6215. | #define BROKEN_CRYPT 1
  6216. | #define HAVE_CRT_EXTERNS_H 1
  6217. | #define HAVE_LIBDL 1
  6218. | #define HAVE_DIRENT_H 1
  6219. | #define HAVE__BOOL 1
  6220. | #define HAVE_STDBOOL_H 1
  6221. | #define HAVE_SYS_WAIT_H 1
  6222. | #define HAVE_GRP_H 1
  6223. | #define HAVE_FCNTL_H 1
  6224. | #define HAVE_FLOAT_H 1
  6225. | #define HAVE_LANGINFO_H 1
  6226. | #define HAVE_LIMITS_H 1
  6227. | #define HAVE_LOCALE_H 1
  6228. | #define HAVE_MALLOC_MALLOC_H 1
  6229. | #define HAVE_PWD_H 1
  6230. | #define HAVE_SYS_ATTR_H 1
  6231. | #define HAVE_SYS_FCNTL_H 1
  6232. | #define HAVE_SYS_FILE_H 1
  6233. | #define HAVE_SYS_IOCTL_H 1
  6234. | #define HAVE_SYS_PARAM_H 1
  6235. | #define HAVE_SYS_RESOURCE_H 1
  6236. | #define HAVE_SYS_SELECT_H 1
  6237. | #define HAVE_SYS_SOCKET_H 1
  6238. | #define HAVE_SYS_TIME_H 1
  6239. | #define HAVE_SYS_TIMES_H 1
  6240. | #define HAVE_SYS_UIO_H 1
  6241. | #define HAVE_TIME_H 1
  6242. | #define HAVE_UCONTEXT_H 1
  6243. | #define HAVE_UTIME_H 1
  6244. | #define HAVE_GMP_H 1
  6245. | #define HAVE_LIBGMP 1
  6246. | #define HAVE_TYPEOF 1
  6247. | #define HAVE_LONG_LONG 1
  6248. | #define HAVE_OFF_T 1
  6249. | #define SIZEOF_INT 4
  6250. | #define SIZEOF_SHORT 2
  6251. | #define SIZEOF_LONG 8
  6252. | #define SIZEOF_LONG_LONG 8
  6253. | #define SIZEOF___INT64 0
  6254. | #define SIZEOF___INT128 16
  6255. | #define SIZEOF_OFF_T 8
  6256. | #define SIZEOF_VOIDP 8
  6257. | #define SIZEOF_FLOAT 4
  6258. | #define SIZEOF_DOUBLE 8
  6259. | #define SIZEOF_TIME_T 8
  6260. | #define SIZEOF_CLOCK_T 8
  6261. | #define PACKED_STRUCT(x) x __attribute__((packed))
  6262. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  6263. | #define PRI_LL_PREFIX "ll"
  6264. | #define rb_pid_t pid_t
  6265. | #define SIGNEDNESS_OF_PID_T -1
  6266. | #define PIDT2NUM(v) INT2NUM(v)
  6267. | #define NUM2PIDT(v) NUM2INT(v)
  6268. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6269. | #define rb_uid_t uid_t
  6270. | #define SIGNEDNESS_OF_UID_T +1
  6271. | #define UIDT2NUM(v) UINT2NUM(v)
  6272. | #define NUM2UIDT(v) NUM2UINT(v)
  6273. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6274. | #define rb_gid_t gid_t
  6275. | #define SIGNEDNESS_OF_GID_T +1
  6276. | #define GIDT2NUM(v) UINT2NUM(v)
  6277. | #define NUM2GIDT(v) NUM2UINT(v)
  6278. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  6279. | /* end confdefs.h. */
  6280. | #include <time.h>
  6281. |
  6282. | int
  6283. | main ()
  6284. | {
  6285. | static int test_array [1 - 2 * !((time_t)-1 > 0)];
  6286. | test_array [0] = 0;
  6287. | return test_array [0];
  6288. |
  6289. | ;
  6290. | return 0;
  6291. | }
  6292. 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
  6293. 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')
  6294. extern rbcv_conftest_replace_type rbcv_conftest_var;
  6295. ^
  6296. conftest.c:97:37: note: previous declaration is here
  6297. extern rbcv_conftest_target_type rbcv_conftest_var;
  6298. ^
  6299. conftest.c:100:38: error: conflicting types for 'rbcv_conftest_func'
  6300. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  6301. ^
  6302. conftest.c:99:37: note: previous declaration is here
  6303. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  6304. ^
  6305. 2 errors generated.
  6306. configure:14101: $? = 1
  6307. configure: failed program was:
  6308. | /* confdefs.h */
  6309. | #define PACKAGE_NAME ""
  6310. | #define PACKAGE_TARNAME ""
  6311. | #define PACKAGE_VERSION ""
  6312. | #define PACKAGE_STRING ""
  6313. | #define PACKAGE_BUGREPORT ""
  6314. | #define PACKAGE_URL ""
  6315. | #define CANONICALIZATION_FOR_MATHN 1
  6316. | #define STDC_HEADERS 1
  6317. | #define HAVE_SYS_TYPES_H 1
  6318. | #define HAVE_SYS_STAT_H 1
  6319. | #define HAVE_STDLIB_H 1
  6320. | #define HAVE_STRING_H 1
  6321. | #define HAVE_MEMORY_H 1
  6322. | #define HAVE_STRINGS_H 1
  6323. | #define HAVE_INTTYPES_H 1
  6324. | #define HAVE_STDINT_H 1
  6325. | #define HAVE_UNISTD_H 1
  6326. | #define __EXTENSIONS__ 1
  6327. | #define _ALL_SOURCE 1
  6328. | #define _GNU_SOURCE 1
  6329. | #define _POSIX_PTHREAD_SEMANTICS 1
  6330. | #define _TANDEM_SOURCE 1
  6331. | #define HAVE_INFINITY 1
  6332. | #define HAVE_NAN 1
  6333. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  6334. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  6335. | #define BROKEN_CRYPT 1
  6336. | #define HAVE_CRT_EXTERNS_H 1
  6337. | #define HAVE_LIBDL 1
  6338. | #define HAVE_DIRENT_H 1
  6339. | #define HAVE__BOOL 1
  6340. | #define HAVE_STDBOOL_H 1
  6341. | #define HAVE_SYS_WAIT_H 1
  6342. | #define HAVE_GRP_H 1
  6343. | #define HAVE_FCNTL_H 1
  6344. | #define HAVE_FLOAT_H 1
  6345. | #define HAVE_LANGINFO_H 1
  6346. | #define HAVE_LIMITS_H 1
  6347. | #define HAVE_LOCALE_H 1
  6348. | #define HAVE_MALLOC_MALLOC_H 1
  6349. | #define HAVE_PWD_H 1
  6350. | #define HAVE_SYS_ATTR_H 1
  6351. | #define HAVE_SYS_FCNTL_H 1
  6352. | #define HAVE_SYS_FILE_H 1
  6353. | #define HAVE_SYS_IOCTL_H 1
  6354. | #define HAVE_SYS_PARAM_H 1
  6355. | #define HAVE_SYS_RESOURCE_H 1
  6356. | #define HAVE_SYS_SELECT_H 1
  6357. | #define HAVE_SYS_SOCKET_H 1
  6358. | #define HAVE_SYS_TIME_H 1
  6359. | #define HAVE_SYS_TIMES_H 1
  6360. | #define HAVE_SYS_UIO_H 1
  6361. | #define HAVE_TIME_H 1
  6362. | #define HAVE_UCONTEXT_H 1
  6363. | #define HAVE_UTIME_H 1
  6364. | #define HAVE_GMP_H 1
  6365. | #define HAVE_LIBGMP 1
  6366. | #define HAVE_TYPEOF 1
  6367. | #define HAVE_LONG_LONG 1
  6368. | #define HAVE_OFF_T 1
  6369. | #define SIZEOF_INT 4
  6370. | #define SIZEOF_SHORT 2
  6371. | #define SIZEOF_LONG 8
  6372. | #define SIZEOF_LONG_LONG 8
  6373. | #define SIZEOF___INT64 0
  6374. | #define SIZEOF___INT128 16
  6375. | #define SIZEOF_OFF_T 8
  6376. | #define SIZEOF_VOIDP 8
  6377. | #define SIZEOF_FLOAT 4
  6378. | #define SIZEOF_DOUBLE 8
  6379. | #define SIZEOF_TIME_T 8
  6380. | #define SIZEOF_CLOCK_T 8
  6381. | #define PACKED_STRUCT(x) x __attribute__((packed))
  6382. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  6383. | #define PRI_LL_PREFIX "ll"
  6384. | #define rb_pid_t pid_t
  6385. | #define SIGNEDNESS_OF_PID_T -1
  6386. | #define PIDT2NUM(v) INT2NUM(v)
  6387. | #define NUM2PIDT(v) NUM2INT(v)
  6388. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6389. | #define rb_uid_t uid_t
  6390. | #define SIGNEDNESS_OF_UID_T +1
  6391. | #define UIDT2NUM(v) UINT2NUM(v)
  6392. | #define NUM2UIDT(v) NUM2UINT(v)
  6393. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6394. | #define rb_gid_t gid_t
  6395. | #define SIGNEDNESS_OF_GID_T +1
  6396. | #define GIDT2NUM(v) UINT2NUM(v)
  6397. | #define NUM2GIDT(v) NUM2UINT(v)
  6398. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  6399. | /* end confdefs.h. */
  6400. | #include <time.h>
  6401. |
  6402. | typedef time_t rbcv_conftest_target_type;
  6403. | typedef long long rbcv_conftest_replace_type;
  6404. | extern rbcv_conftest_target_type rbcv_conftest_var;
  6405. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  6406. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  6407. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  6408. |
  6409. | int
  6410. | main ()
  6411. | {
  6412. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  6413. | test_array [0] = 0;
  6414. | return test_array [0];
  6415. |
  6416. | ;
  6417. | return 0;
  6418. | }
  6419. 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
  6420. configure:14101: $? = 0
  6421. configure:14121: result: LONG
  6422. configure:14172: checking for dev_t
  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. configure:14172: $? = 0
  6425. 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
  6426. conftest.c:134:20: error: expected expression
  6427. if (sizeof ((dev_t)))
  6428. ^
  6429. 1 error generated.
  6430. configure:14172: $? = 1
  6431. configure: failed program was:
  6432. | /* confdefs.h */
  6433. | #define PACKAGE_NAME ""
  6434. | #define PACKAGE_TARNAME ""
  6435. | #define PACKAGE_VERSION ""
  6436. | #define PACKAGE_STRING ""
  6437. | #define PACKAGE_BUGREPORT ""
  6438. | #define PACKAGE_URL ""
  6439. | #define CANONICALIZATION_FOR_MATHN 1
  6440. | #define STDC_HEADERS 1
  6441. | #define HAVE_SYS_TYPES_H 1
  6442. | #define HAVE_SYS_STAT_H 1
  6443. | #define HAVE_STDLIB_H 1
  6444. | #define HAVE_STRING_H 1
  6445. | #define HAVE_MEMORY_H 1
  6446. | #define HAVE_STRINGS_H 1
  6447. | #define HAVE_INTTYPES_H 1
  6448. | #define HAVE_STDINT_H 1
  6449. | #define HAVE_UNISTD_H 1
  6450. | #define __EXTENSIONS__ 1
  6451. | #define _ALL_SOURCE 1
  6452. | #define _GNU_SOURCE 1
  6453. | #define _POSIX_PTHREAD_SEMANTICS 1
  6454. | #define _TANDEM_SOURCE 1
  6455. | #define HAVE_INFINITY 1
  6456. | #define HAVE_NAN 1
  6457. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  6458. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  6459. | #define BROKEN_CRYPT 1
  6460. | #define HAVE_CRT_EXTERNS_H 1
  6461. | #define HAVE_LIBDL 1
  6462. | #define HAVE_DIRENT_H 1
  6463. | #define HAVE__BOOL 1
  6464. | #define HAVE_STDBOOL_H 1
  6465. | #define HAVE_SYS_WAIT_H 1
  6466. | #define HAVE_GRP_H 1
  6467. | #define HAVE_FCNTL_H 1
  6468. | #define HAVE_FLOAT_H 1
  6469. | #define HAVE_LANGINFO_H 1
  6470. | #define HAVE_LIMITS_H 1
  6471. | #define HAVE_LOCALE_H 1
  6472. | #define HAVE_MALLOC_MALLOC_H 1
  6473. | #define HAVE_PWD_H 1
  6474. | #define HAVE_SYS_ATTR_H 1
  6475. | #define HAVE_SYS_FCNTL_H 1
  6476. | #define HAVE_SYS_FILE_H 1
  6477. | #define HAVE_SYS_IOCTL_H 1
  6478. | #define HAVE_SYS_PARAM_H 1
  6479. | #define HAVE_SYS_RESOURCE_H 1
  6480. | #define HAVE_SYS_SELECT_H 1
  6481. | #define HAVE_SYS_SOCKET_H 1
  6482. | #define HAVE_SYS_TIME_H 1
  6483. | #define HAVE_SYS_TIMES_H 1
  6484. | #define HAVE_SYS_UIO_H 1
  6485. | #define HAVE_TIME_H 1
  6486. | #define HAVE_UCONTEXT_H 1
  6487. | #define HAVE_UTIME_H 1
  6488. | #define HAVE_GMP_H 1
  6489. | #define HAVE_LIBGMP 1
  6490. | #define HAVE_TYPEOF 1
  6491. | #define HAVE_LONG_LONG 1
  6492. | #define HAVE_OFF_T 1
  6493. | #define SIZEOF_INT 4
  6494. | #define SIZEOF_SHORT 2
  6495. | #define SIZEOF_LONG 8
  6496. | #define SIZEOF_LONG_LONG 8
  6497. | #define SIZEOF___INT64 0
  6498. | #define SIZEOF___INT128 16
  6499. | #define SIZEOF_OFF_T 8
  6500. | #define SIZEOF_VOIDP 8
  6501. | #define SIZEOF_FLOAT 4
  6502. | #define SIZEOF_DOUBLE 8
  6503. | #define SIZEOF_TIME_T 8
  6504. | #define SIZEOF_CLOCK_T 8
  6505. | #define PACKED_STRUCT(x) x __attribute__((packed))
  6506. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  6507. | #define PRI_LL_PREFIX "ll"
  6508. | #define rb_pid_t pid_t
  6509. | #define SIGNEDNESS_OF_PID_T -1
  6510. | #define PIDT2NUM(v) INT2NUM(v)
  6511. | #define NUM2PIDT(v) NUM2INT(v)
  6512. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6513. | #define rb_uid_t uid_t
  6514. | #define SIGNEDNESS_OF_UID_T +1
  6515. | #define UIDT2NUM(v) UINT2NUM(v)
  6516. | #define NUM2UIDT(v) NUM2UINT(v)
  6517. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6518. | #define rb_gid_t gid_t
  6519. | #define SIGNEDNESS_OF_GID_T +1
  6520. | #define GIDT2NUM(v) UINT2NUM(v)
  6521. | #define NUM2GIDT(v) NUM2UINT(v)
  6522. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  6523. | #define rb_time_t time_t
  6524. | #define SIGNEDNESS_OF_TIME_T -1
  6525. | #define TIMET2NUM(v) LONG2NUM(v)
  6526. | #define NUM2TIMET(v) NUM2LONG(v)
  6527. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  6528. | /* end confdefs.h. */
  6529. | #include <stdio.h>
  6530. | #ifdef HAVE_SYS_TYPES_H
  6531. | # include <sys/types.h>
  6532. | #endif
  6533. | #ifdef HAVE_SYS_STAT_H
  6534. | # include <sys/stat.h>
  6535. | #endif
  6536. | #ifdef STDC_HEADERS
  6537. | # include <stdlib.h>
  6538. | # include <stddef.h>
  6539. | #else
  6540. | # ifdef HAVE_STDLIB_H
  6541. | # include <stdlib.h>
  6542. | # endif
  6543. | #endif
  6544. | #ifdef HAVE_STRING_H
  6545. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6546. | # include <memory.h>
  6547. | # endif
  6548. | # include <string.h>
  6549. | #endif
  6550. | #ifdef HAVE_STRINGS_H
  6551. | # include <strings.h>
  6552. | #endif
  6553. | #ifdef HAVE_INTTYPES_H
  6554. | # include <inttypes.h>
  6555. | #endif
  6556. | #ifdef HAVE_STDINT_H
  6557. | # include <stdint.h>
  6558. | #endif
  6559. | #ifdef HAVE_UNISTD_H
  6560. | # include <unistd.h>
  6561. | #endif
  6562. | int
  6563. | main ()
  6564. | {
  6565. | if (sizeof ((dev_t)))
  6566. | return 0;
  6567. | ;
  6568. | return 0;
  6569. | }
  6570. configure:14172: result: yes
  6571. configure:14179: checking for convertible type of dev_t
  6572. 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
  6573. conftest.c:134:24: error: 'test_array' declared as an array with a negative size
  6574. static int test_array [1 - 2 * !((dev_t)-1 > 0)];
  6575. ^~~~~~~~~~~~~~~~~~~~~~~~
  6576. 1 error generated.
  6577. configure:14207: $? = 1
  6578. configure: failed program was:
  6579. | /* confdefs.h */
  6580. | #define PACKAGE_NAME ""
  6581. | #define PACKAGE_TARNAME ""
  6582. | #define PACKAGE_VERSION ""
  6583. | #define PACKAGE_STRING ""
  6584. | #define PACKAGE_BUGREPORT ""
  6585. | #define PACKAGE_URL ""
  6586. | #define CANONICALIZATION_FOR_MATHN 1
  6587. | #define STDC_HEADERS 1
  6588. | #define HAVE_SYS_TYPES_H 1
  6589. | #define HAVE_SYS_STAT_H 1
  6590. | #define HAVE_STDLIB_H 1
  6591. | #define HAVE_STRING_H 1
  6592. | #define HAVE_MEMORY_H 1
  6593. | #define HAVE_STRINGS_H 1
  6594. | #define HAVE_INTTYPES_H 1
  6595. | #define HAVE_STDINT_H 1
  6596. | #define HAVE_UNISTD_H 1
  6597. | #define __EXTENSIONS__ 1
  6598. | #define _ALL_SOURCE 1
  6599. | #define _GNU_SOURCE 1
  6600. | #define _POSIX_PTHREAD_SEMANTICS 1
  6601. | #define _TANDEM_SOURCE 1
  6602. | #define HAVE_INFINITY 1
  6603. | #define HAVE_NAN 1
  6604. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  6605. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  6606. | #define BROKEN_CRYPT 1
  6607. | #define HAVE_CRT_EXTERNS_H 1
  6608. | #define HAVE_LIBDL 1
  6609. | #define HAVE_DIRENT_H 1
  6610. | #define HAVE__BOOL 1
  6611. | #define HAVE_STDBOOL_H 1
  6612. | #define HAVE_SYS_WAIT_H 1
  6613. | #define HAVE_GRP_H 1
  6614. | #define HAVE_FCNTL_H 1
  6615. | #define HAVE_FLOAT_H 1
  6616. | #define HAVE_LANGINFO_H 1
  6617. | #define HAVE_LIMITS_H 1
  6618. | #define HAVE_LOCALE_H 1
  6619. | #define HAVE_MALLOC_MALLOC_H 1
  6620. | #define HAVE_PWD_H 1
  6621. | #define HAVE_SYS_ATTR_H 1
  6622. | #define HAVE_SYS_FCNTL_H 1
  6623. | #define HAVE_SYS_FILE_H 1
  6624. | #define HAVE_SYS_IOCTL_H 1
  6625. | #define HAVE_SYS_PARAM_H 1
  6626. | #define HAVE_SYS_RESOURCE_H 1
  6627. | #define HAVE_SYS_SELECT_H 1
  6628. | #define HAVE_SYS_SOCKET_H 1
  6629. | #define HAVE_SYS_TIME_H 1
  6630. | #define HAVE_SYS_TIMES_H 1
  6631. | #define HAVE_SYS_UIO_H 1
  6632. | #define HAVE_TIME_H 1
  6633. | #define HAVE_UCONTEXT_H 1
  6634. | #define HAVE_UTIME_H 1
  6635. | #define HAVE_GMP_H 1
  6636. | #define HAVE_LIBGMP 1
  6637. | #define HAVE_TYPEOF 1
  6638. | #define HAVE_LONG_LONG 1
  6639. | #define HAVE_OFF_T 1
  6640. | #define SIZEOF_INT 4
  6641. | #define SIZEOF_SHORT 2
  6642. | #define SIZEOF_LONG 8
  6643. | #define SIZEOF_LONG_LONG 8
  6644. | #define SIZEOF___INT64 0
  6645. | #define SIZEOF___INT128 16
  6646. | #define SIZEOF_OFF_T 8
  6647. | #define SIZEOF_VOIDP 8
  6648. | #define SIZEOF_FLOAT 4
  6649. | #define SIZEOF_DOUBLE 8
  6650. | #define SIZEOF_TIME_T 8
  6651. | #define SIZEOF_CLOCK_T 8
  6652. | #define PACKED_STRUCT(x) x __attribute__((packed))
  6653. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  6654. | #define PRI_LL_PREFIX "ll"
  6655. | #define rb_pid_t pid_t
  6656. | #define SIGNEDNESS_OF_PID_T -1
  6657. | #define PIDT2NUM(v) INT2NUM(v)
  6658. | #define NUM2PIDT(v) NUM2INT(v)
  6659. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6660. | #define rb_uid_t uid_t
  6661. | #define SIGNEDNESS_OF_UID_T +1
  6662. | #define UIDT2NUM(v) UINT2NUM(v)
  6663. | #define NUM2UIDT(v) NUM2UINT(v)
  6664. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6665. | #define rb_gid_t gid_t
  6666. | #define SIGNEDNESS_OF_GID_T +1
  6667. | #define GIDT2NUM(v) UINT2NUM(v)
  6668. | #define NUM2GIDT(v) NUM2UINT(v)
  6669. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  6670. | #define rb_time_t time_t
  6671. | #define SIGNEDNESS_OF_TIME_T -1
  6672. | #define TIMET2NUM(v) LONG2NUM(v)
  6673. | #define NUM2TIMET(v) NUM2LONG(v)
  6674. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  6675. | /* end confdefs.h. */
  6676. | #include <stdio.h>
  6677. | #ifdef HAVE_SYS_TYPES_H
  6678. | # include <sys/types.h>
  6679. | #endif
  6680. | #ifdef HAVE_SYS_STAT_H
  6681. | # include <sys/stat.h>
  6682. | #endif
  6683. | #ifdef STDC_HEADERS
  6684. | # include <stdlib.h>
  6685. | # include <stddef.h>
  6686. | #else
  6687. | # ifdef HAVE_STDLIB_H
  6688. | # include <stdlib.h>
  6689. | # endif
  6690. | #endif
  6691. | #ifdef HAVE_STRING_H
  6692. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6693. | # include <memory.h>
  6694. | # endif
  6695. | # include <string.h>
  6696. | #endif
  6697. | #ifdef HAVE_STRINGS_H
  6698. | # include <strings.h>
  6699. | #endif
  6700. | #ifdef HAVE_INTTYPES_H
  6701. | # include <inttypes.h>
  6702. | #endif
  6703. | #ifdef HAVE_STDINT_H
  6704. | # include <stdint.h>
  6705. | #endif
  6706. | #ifdef HAVE_UNISTD_H
  6707. | # include <unistd.h>
  6708. | #endif
  6709. | int
  6710. | main ()
  6711. | {
  6712. | static int test_array [1 - 2 * !((dev_t)-1 > 0)];
  6713. | test_array [0] = 0;
  6714. | return test_array [0];
  6715. |
  6716. | ;
  6717. | return 0;
  6718. | }
  6719. 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
  6720. 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')
  6721. extern rbcv_conftest_replace_type rbcv_conftest_var;
  6722. ^
  6723. conftest.c:133:37: note: previous declaration is here
  6724. extern rbcv_conftest_target_type rbcv_conftest_var;
  6725. ^
  6726. conftest.c:136:38: error: conflicting types for 'rbcv_conftest_func'
  6727. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  6728. ^
  6729. conftest.c:135:37: note: previous declaration is here
  6730. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  6731. ^
  6732. conftest.c:141:24: error: 'test_array' declared as an array with a negative size
  6733. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  6734. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6735. 3 errors generated.
  6736. configure:14237: $? = 1
  6737. configure: failed program was:
  6738. | /* confdefs.h */
  6739. | #define PACKAGE_NAME ""
  6740. | #define PACKAGE_TARNAME ""
  6741. | #define PACKAGE_VERSION ""
  6742. | #define PACKAGE_STRING ""
  6743. | #define PACKAGE_BUGREPORT ""
  6744. | #define PACKAGE_URL ""
  6745. | #define CANONICALIZATION_FOR_MATHN 1
  6746. | #define STDC_HEADERS 1
  6747. | #define HAVE_SYS_TYPES_H 1
  6748. | #define HAVE_SYS_STAT_H 1
  6749. | #define HAVE_STDLIB_H 1
  6750. | #define HAVE_STRING_H 1
  6751. | #define HAVE_MEMORY_H 1
  6752. | #define HAVE_STRINGS_H 1
  6753. | #define HAVE_INTTYPES_H 1
  6754. | #define HAVE_STDINT_H 1
  6755. | #define HAVE_UNISTD_H 1
  6756. | #define __EXTENSIONS__ 1
  6757. | #define _ALL_SOURCE 1
  6758. | #define _GNU_SOURCE 1
  6759. | #define _POSIX_PTHREAD_SEMANTICS 1
  6760. | #define _TANDEM_SOURCE 1
  6761. | #define HAVE_INFINITY 1
  6762. | #define HAVE_NAN 1
  6763. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  6764. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  6765. | #define BROKEN_CRYPT 1
  6766. | #define HAVE_CRT_EXTERNS_H 1
  6767. | #define HAVE_LIBDL 1
  6768. | #define HAVE_DIRENT_H 1
  6769. | #define HAVE__BOOL 1
  6770. | #define HAVE_STDBOOL_H 1
  6771. | #define HAVE_SYS_WAIT_H 1
  6772. | #define HAVE_GRP_H 1
  6773. | #define HAVE_FCNTL_H 1
  6774. | #define HAVE_FLOAT_H 1
  6775. | #define HAVE_LANGINFO_H 1
  6776. | #define HAVE_LIMITS_H 1
  6777. | #define HAVE_LOCALE_H 1
  6778. | #define HAVE_MALLOC_MALLOC_H 1
  6779. | #define HAVE_PWD_H 1
  6780. | #define HAVE_SYS_ATTR_H 1
  6781. | #define HAVE_SYS_FCNTL_H 1
  6782. | #define HAVE_SYS_FILE_H 1
  6783. | #define HAVE_SYS_IOCTL_H 1
  6784. | #define HAVE_SYS_PARAM_H 1
  6785. | #define HAVE_SYS_RESOURCE_H 1
  6786. | #define HAVE_SYS_SELECT_H 1
  6787. | #define HAVE_SYS_SOCKET_H 1
  6788. | #define HAVE_SYS_TIME_H 1
  6789. | #define HAVE_SYS_TIMES_H 1
  6790. | #define HAVE_SYS_UIO_H 1
  6791. | #define HAVE_TIME_H 1
  6792. | #define HAVE_UCONTEXT_H 1
  6793. | #define HAVE_UTIME_H 1
  6794. | #define HAVE_GMP_H 1
  6795. | #define HAVE_LIBGMP 1
  6796. | #define HAVE_TYPEOF 1
  6797. | #define HAVE_LONG_LONG 1
  6798. | #define HAVE_OFF_T 1
  6799. | #define SIZEOF_INT 4
  6800. | #define SIZEOF_SHORT 2
  6801. | #define SIZEOF_LONG 8
  6802. | #define SIZEOF_LONG_LONG 8
  6803. | #define SIZEOF___INT64 0
  6804. | #define SIZEOF___INT128 16
  6805. | #define SIZEOF_OFF_T 8
  6806. | #define SIZEOF_VOIDP 8
  6807. | #define SIZEOF_FLOAT 4
  6808. | #define SIZEOF_DOUBLE 8
  6809. | #define SIZEOF_TIME_T 8
  6810. | #define SIZEOF_CLOCK_T 8
  6811. | #define PACKED_STRUCT(x) x __attribute__((packed))
  6812. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  6813. | #define PRI_LL_PREFIX "ll"
  6814. | #define rb_pid_t pid_t
  6815. | #define SIGNEDNESS_OF_PID_T -1
  6816. | #define PIDT2NUM(v) INT2NUM(v)
  6817. | #define NUM2PIDT(v) NUM2INT(v)
  6818. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6819. | #define rb_uid_t uid_t
  6820. | #define SIGNEDNESS_OF_UID_T +1
  6821. | #define UIDT2NUM(v) UINT2NUM(v)
  6822. | #define NUM2UIDT(v) NUM2UINT(v)
  6823. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6824. | #define rb_gid_t gid_t
  6825. | #define SIGNEDNESS_OF_GID_T +1
  6826. | #define GIDT2NUM(v) UINT2NUM(v)
  6827. | #define NUM2GIDT(v) NUM2UINT(v)
  6828. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  6829. | #define rb_time_t time_t
  6830. | #define SIGNEDNESS_OF_TIME_T -1
  6831. | #define TIMET2NUM(v) LONG2NUM(v)
  6832. | #define NUM2TIMET(v) NUM2LONG(v)
  6833. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  6834. | /* end confdefs.h. */
  6835. | #include <stdio.h>
  6836. | #ifdef HAVE_SYS_TYPES_H
  6837. | # include <sys/types.h>
  6838. | #endif
  6839. | #ifdef HAVE_SYS_STAT_H
  6840. | # include <sys/stat.h>
  6841. | #endif
  6842. | #ifdef STDC_HEADERS
  6843. | # include <stdlib.h>
  6844. | # include <stddef.h>
  6845. | #else
  6846. | # ifdef HAVE_STDLIB_H
  6847. | # include <stdlib.h>
  6848. | # endif
  6849. | #endif
  6850. | #ifdef HAVE_STRING_H
  6851. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6852. | # include <memory.h>
  6853. | # endif
  6854. | # include <string.h>
  6855. | #endif
  6856. | #ifdef HAVE_STRINGS_H
  6857. | # include <strings.h>
  6858. | #endif
  6859. | #ifdef HAVE_INTTYPES_H
  6860. | # include <inttypes.h>
  6861. | #endif
  6862. | #ifdef HAVE_STDINT_H
  6863. | # include <stdint.h>
  6864. | #endif
  6865. | #ifdef HAVE_UNISTD_H
  6866. | # include <unistd.h>
  6867. | #endif
  6868. | typedef dev_t rbcv_conftest_target_type;
  6869. | typedef long long rbcv_conftest_replace_type;
  6870. | extern rbcv_conftest_target_type rbcv_conftest_var;
  6871. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  6872. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  6873. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  6874. |
  6875. | int
  6876. | main ()
  6877. | {
  6878. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  6879. | test_array [0] = 0;
  6880. | return test_array [0];
  6881. |
  6882. | ;
  6883. | return 0;
  6884. | }
  6885. 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
  6886. 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')
  6887. extern rbcv_conftest_replace_type rbcv_conftest_var;
  6888. ^
  6889. conftest.c:133:37: note: previous declaration is here
  6890. extern rbcv_conftest_target_type rbcv_conftest_var;
  6891. ^
  6892. conftest.c:136:38: error: conflicting types for 'rbcv_conftest_func'
  6893. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  6894. ^
  6895. conftest.c:135:37: note: previous declaration is here
  6896. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  6897. ^
  6898. conftest.c:141:24: error: 'test_array' declared as an array with a negative size
  6899. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  6900. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6901. 3 errors generated.
  6902. configure:14237: $? = 1
  6903. configure: failed program was:
  6904. | /* confdefs.h */
  6905. | #define PACKAGE_NAME ""
  6906. | #define PACKAGE_TARNAME ""
  6907. | #define PACKAGE_VERSION ""
  6908. | #define PACKAGE_STRING ""
  6909. | #define PACKAGE_BUGREPORT ""
  6910. | #define PACKAGE_URL ""
  6911. | #define CANONICALIZATION_FOR_MATHN 1
  6912. | #define STDC_HEADERS 1
  6913. | #define HAVE_SYS_TYPES_H 1
  6914. | #define HAVE_SYS_STAT_H 1
  6915. | #define HAVE_STDLIB_H 1
  6916. | #define HAVE_STRING_H 1
  6917. | #define HAVE_MEMORY_H 1
  6918. | #define HAVE_STRINGS_H 1
  6919. | #define HAVE_INTTYPES_H 1
  6920. | #define HAVE_STDINT_H 1
  6921. | #define HAVE_UNISTD_H 1
  6922. | #define __EXTENSIONS__ 1
  6923. | #define _ALL_SOURCE 1
  6924. | #define _GNU_SOURCE 1
  6925. | #define _POSIX_PTHREAD_SEMANTICS 1
  6926. | #define _TANDEM_SOURCE 1
  6927. | #define HAVE_INFINITY 1
  6928. | #define HAVE_NAN 1
  6929. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  6930. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  6931. | #define BROKEN_CRYPT 1
  6932. | #define HAVE_CRT_EXTERNS_H 1
  6933. | #define HAVE_LIBDL 1
  6934. | #define HAVE_DIRENT_H 1
  6935. | #define HAVE__BOOL 1
  6936. | #define HAVE_STDBOOL_H 1
  6937. | #define HAVE_SYS_WAIT_H 1
  6938. | #define HAVE_GRP_H 1
  6939. | #define HAVE_FCNTL_H 1
  6940. | #define HAVE_FLOAT_H 1
  6941. | #define HAVE_LANGINFO_H 1
  6942. | #define HAVE_LIMITS_H 1
  6943. | #define HAVE_LOCALE_H 1
  6944. | #define HAVE_MALLOC_MALLOC_H 1
  6945. | #define HAVE_PWD_H 1
  6946. | #define HAVE_SYS_ATTR_H 1
  6947. | #define HAVE_SYS_FCNTL_H 1
  6948. | #define HAVE_SYS_FILE_H 1
  6949. | #define HAVE_SYS_IOCTL_H 1
  6950. | #define HAVE_SYS_PARAM_H 1
  6951. | #define HAVE_SYS_RESOURCE_H 1
  6952. | #define HAVE_SYS_SELECT_H 1
  6953. | #define HAVE_SYS_SOCKET_H 1
  6954. | #define HAVE_SYS_TIME_H 1
  6955. | #define HAVE_SYS_TIMES_H 1
  6956. | #define HAVE_SYS_UIO_H 1
  6957. | #define HAVE_TIME_H 1
  6958. | #define HAVE_UCONTEXT_H 1
  6959. | #define HAVE_UTIME_H 1
  6960. | #define HAVE_GMP_H 1
  6961. | #define HAVE_LIBGMP 1
  6962. | #define HAVE_TYPEOF 1
  6963. | #define HAVE_LONG_LONG 1
  6964. | #define HAVE_OFF_T 1
  6965. | #define SIZEOF_INT 4
  6966. | #define SIZEOF_SHORT 2
  6967. | #define SIZEOF_LONG 8
  6968. | #define SIZEOF_LONG_LONG 8
  6969. | #define SIZEOF___INT64 0
  6970. | #define SIZEOF___INT128 16
  6971. | #define SIZEOF_OFF_T 8
  6972. | #define SIZEOF_VOIDP 8
  6973. | #define SIZEOF_FLOAT 4
  6974. | #define SIZEOF_DOUBLE 8
  6975. | #define SIZEOF_TIME_T 8
  6976. | #define SIZEOF_CLOCK_T 8
  6977. | #define PACKED_STRUCT(x) x __attribute__((packed))
  6978. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  6979. | #define PRI_LL_PREFIX "ll"
  6980. | #define rb_pid_t pid_t
  6981. | #define SIGNEDNESS_OF_PID_T -1
  6982. | #define PIDT2NUM(v) INT2NUM(v)
  6983. | #define NUM2PIDT(v) NUM2INT(v)
  6984. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6985. | #define rb_uid_t uid_t
  6986. | #define SIGNEDNESS_OF_UID_T +1
  6987. | #define UIDT2NUM(v) UINT2NUM(v)
  6988. | #define NUM2UIDT(v) NUM2UINT(v)
  6989. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6990. | #define rb_gid_t gid_t
  6991. | #define SIGNEDNESS_OF_GID_T +1
  6992. | #define GIDT2NUM(v) UINT2NUM(v)
  6993. | #define NUM2GIDT(v) NUM2UINT(v)
  6994. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  6995. | #define rb_time_t time_t
  6996. | #define SIGNEDNESS_OF_TIME_T -1
  6997. | #define TIMET2NUM(v) LONG2NUM(v)
  6998. | #define NUM2TIMET(v) NUM2LONG(v)
  6999. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  7000. | /* end confdefs.h. */
  7001. | #include <stdio.h>
  7002. | #ifdef HAVE_SYS_TYPES_H
  7003. | # include <sys/types.h>
  7004. | #endif
  7005. | #ifdef HAVE_SYS_STAT_H
  7006. | # include <sys/stat.h>
  7007. | #endif
  7008. | #ifdef STDC_HEADERS
  7009. | # include <stdlib.h>
  7010. | # include <stddef.h>
  7011. | #else
  7012. | # ifdef HAVE_STDLIB_H
  7013. | # include <stdlib.h>
  7014. | # endif
  7015. | #endif
  7016. | #ifdef HAVE_STRING_H
  7017. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  7018. | # include <memory.h>
  7019. | # endif
  7020. | # include <string.h>
  7021. | #endif
  7022. | #ifdef HAVE_STRINGS_H
  7023. | # include <strings.h>
  7024. | #endif
  7025. | #ifdef HAVE_INTTYPES_H
  7026. | # include <inttypes.h>
  7027. | #endif
  7028. | #ifdef HAVE_STDINT_H
  7029. | # include <stdint.h>
  7030. | #endif
  7031. | #ifdef HAVE_UNISTD_H
  7032. | # include <unistd.h>
  7033. | #endif
  7034. | typedef dev_t rbcv_conftest_target_type;
  7035. | typedef long rbcv_conftest_replace_type;
  7036. | extern rbcv_conftest_target_type rbcv_conftest_var;
  7037. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  7038. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7039. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7040. |
  7041. | int
  7042. | main ()
  7043. | {
  7044. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7045. | test_array [0] = 0;
  7046. | return test_array [0];
  7047. |
  7048. | ;
  7049. | return 0;
  7050. | }
  7051. 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
  7052. configure:14237: $? = 0
  7053. configure:14257: result: INT
  7054. configure:14308: checking for mode_t
  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. configure:14308: $? = 0
  7057. 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
  7058. conftest.c:108:21: error: expected expression
  7059. if (sizeof ((mode_t)))
  7060. ^
  7061. 1 error generated.
  7062. configure:14308: $? = 1
  7063. configure: failed program was:
  7064. | /* confdefs.h */
  7065. | #define PACKAGE_NAME ""
  7066. | #define PACKAGE_TARNAME ""
  7067. | #define PACKAGE_VERSION ""
  7068. | #define PACKAGE_STRING ""
  7069. | #define PACKAGE_BUGREPORT ""
  7070. | #define PACKAGE_URL ""
  7071. | #define CANONICALIZATION_FOR_MATHN 1
  7072. | #define STDC_HEADERS 1
  7073. | #define HAVE_SYS_TYPES_H 1
  7074. | #define HAVE_SYS_STAT_H 1
  7075. | #define HAVE_STDLIB_H 1
  7076. | #define HAVE_STRING_H 1
  7077. | #define HAVE_MEMORY_H 1
  7078. | #define HAVE_STRINGS_H 1
  7079. | #define HAVE_INTTYPES_H 1
  7080. | #define HAVE_STDINT_H 1
  7081. | #define HAVE_UNISTD_H 1
  7082. | #define __EXTENSIONS__ 1
  7083. | #define _ALL_SOURCE 1
  7084. | #define _GNU_SOURCE 1
  7085. | #define _POSIX_PTHREAD_SEMANTICS 1
  7086. | #define _TANDEM_SOURCE 1
  7087. | #define HAVE_INFINITY 1
  7088. | #define HAVE_NAN 1
  7089. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  7090. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  7091. | #define BROKEN_CRYPT 1
  7092. | #define HAVE_CRT_EXTERNS_H 1
  7093. | #define HAVE_LIBDL 1
  7094. | #define HAVE_DIRENT_H 1
  7095. | #define HAVE__BOOL 1
  7096. | #define HAVE_STDBOOL_H 1
  7097. | #define HAVE_SYS_WAIT_H 1
  7098. | #define HAVE_GRP_H 1
  7099. | #define HAVE_FCNTL_H 1
  7100. | #define HAVE_FLOAT_H 1
  7101. | #define HAVE_LANGINFO_H 1
  7102. | #define HAVE_LIMITS_H 1
  7103. | #define HAVE_LOCALE_H 1
  7104. | #define HAVE_MALLOC_MALLOC_H 1
  7105. | #define HAVE_PWD_H 1
  7106. | #define HAVE_SYS_ATTR_H 1
  7107. | #define HAVE_SYS_FCNTL_H 1
  7108. | #define HAVE_SYS_FILE_H 1
  7109. | #define HAVE_SYS_IOCTL_H 1
  7110. | #define HAVE_SYS_PARAM_H 1
  7111. | #define HAVE_SYS_RESOURCE_H 1
  7112. | #define HAVE_SYS_SELECT_H 1
  7113. | #define HAVE_SYS_SOCKET_H 1
  7114. | #define HAVE_SYS_TIME_H 1
  7115. | #define HAVE_SYS_TIMES_H 1
  7116. | #define HAVE_SYS_UIO_H 1
  7117. | #define HAVE_TIME_H 1
  7118. | #define HAVE_UCONTEXT_H 1
  7119. | #define HAVE_UTIME_H 1
  7120. | #define HAVE_GMP_H 1
  7121. | #define HAVE_LIBGMP 1
  7122. | #define HAVE_TYPEOF 1
  7123. | #define HAVE_LONG_LONG 1
  7124. | #define HAVE_OFF_T 1
  7125. | #define SIZEOF_INT 4
  7126. | #define SIZEOF_SHORT 2
  7127. | #define SIZEOF_LONG 8
  7128. | #define SIZEOF_LONG_LONG 8
  7129. | #define SIZEOF___INT64 0
  7130. | #define SIZEOF___INT128 16
  7131. | #define SIZEOF_OFF_T 8
  7132. | #define SIZEOF_VOIDP 8
  7133. | #define SIZEOF_FLOAT 4
  7134. | #define SIZEOF_DOUBLE 8
  7135. | #define SIZEOF_TIME_T 8
  7136. | #define SIZEOF_CLOCK_T 8
  7137. | #define PACKED_STRUCT(x) x __attribute__((packed))
  7138. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  7139. | #define PRI_LL_PREFIX "ll"
  7140. | #define rb_pid_t pid_t
  7141. | #define SIGNEDNESS_OF_PID_T -1
  7142. | #define PIDT2NUM(v) INT2NUM(v)
  7143. | #define NUM2PIDT(v) NUM2INT(v)
  7144. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  7145. | #define rb_uid_t uid_t
  7146. | #define SIGNEDNESS_OF_UID_T +1
  7147. | #define UIDT2NUM(v) UINT2NUM(v)
  7148. | #define NUM2UIDT(v) NUM2UINT(v)
  7149. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  7150. | #define rb_gid_t gid_t
  7151. | #define SIGNEDNESS_OF_GID_T +1
  7152. | #define GIDT2NUM(v) UINT2NUM(v)
  7153. | #define NUM2GIDT(v) NUM2UINT(v)
  7154. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  7155. | #define rb_time_t time_t
  7156. | #define SIGNEDNESS_OF_TIME_T -1
  7157. | #define TIMET2NUM(v) LONG2NUM(v)
  7158. | #define NUM2TIMET(v) NUM2LONG(v)
  7159. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  7160. | #define rb_dev_t dev_t
  7161. | #define SIGNEDNESS_OF_DEV_T -1
  7162. | #define DEVT2NUM(v) INT2NUM(v)
  7163. | #define NUM2DEVT(v) NUM2INT(v)
  7164. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  7165. | /* end confdefs.h. */
  7166. | #include <sys/stat.h>
  7167. |
  7168. | int
  7169. | main ()
  7170. | {
  7171. | if (sizeof ((mode_t)))
  7172. | return 0;
  7173. | ;
  7174. | return 0;
  7175. | }
  7176. configure:14308: result: yes
  7177. configure:14316: checking for convertible type of mode_t
  7178. 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
  7179. configure:14345: $? = 0
  7180. 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
  7181. 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')
  7182. extern rbcv_conftest_replace_type rbcv_conftest_var;
  7183. ^
  7184. conftest.c:107:37: note: previous declaration is here
  7185. extern rbcv_conftest_target_type rbcv_conftest_var;
  7186. ^
  7187. conftest.c:110:38: error: conflicting types for 'rbcv_conftest_func'
  7188. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7189. ^
  7190. conftest.c:109:37: note: previous declaration is here
  7191. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7192. ^
  7193. conftest.c:115:24: error: 'test_array' declared as an array with a negative size
  7194. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7195. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7196. 3 errors generated.
  7197. configure:14376: $? = 1
  7198. configure: failed program was:
  7199. | /* confdefs.h */
  7200. | #define PACKAGE_NAME ""
  7201. | #define PACKAGE_TARNAME ""
  7202. | #define PACKAGE_VERSION ""
  7203. | #define PACKAGE_STRING ""
  7204. | #define PACKAGE_BUGREPORT ""
  7205. | #define PACKAGE_URL ""
  7206. | #define CANONICALIZATION_FOR_MATHN 1
  7207. | #define STDC_HEADERS 1
  7208. | #define HAVE_SYS_TYPES_H 1
  7209. | #define HAVE_SYS_STAT_H 1
  7210. | #define HAVE_STDLIB_H 1
  7211. | #define HAVE_STRING_H 1
  7212. | #define HAVE_MEMORY_H 1
  7213. | #define HAVE_STRINGS_H 1
  7214. | #define HAVE_INTTYPES_H 1
  7215. | #define HAVE_STDINT_H 1
  7216. | #define HAVE_UNISTD_H 1
  7217. | #define __EXTENSIONS__ 1
  7218. | #define _ALL_SOURCE 1
  7219. | #define _GNU_SOURCE 1
  7220. | #define _POSIX_PTHREAD_SEMANTICS 1
  7221. | #define _TANDEM_SOURCE 1
  7222. | #define HAVE_INFINITY 1
  7223. | #define HAVE_NAN 1
  7224. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  7225. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  7226. | #define BROKEN_CRYPT 1
  7227. | #define HAVE_CRT_EXTERNS_H 1
  7228. | #define HAVE_LIBDL 1
  7229. | #define HAVE_DIRENT_H 1
  7230. | #define HAVE__BOOL 1
  7231. | #define HAVE_STDBOOL_H 1
  7232. | #define HAVE_SYS_WAIT_H 1
  7233. | #define HAVE_GRP_H 1
  7234. | #define HAVE_FCNTL_H 1
  7235. | #define HAVE_FLOAT_H 1
  7236. | #define HAVE_LANGINFO_H 1
  7237. | #define HAVE_LIMITS_H 1
  7238. | #define HAVE_LOCALE_H 1
  7239. | #define HAVE_MALLOC_MALLOC_H 1
  7240. | #define HAVE_PWD_H 1
  7241. | #define HAVE_SYS_ATTR_H 1
  7242. | #define HAVE_SYS_FCNTL_H 1
  7243. | #define HAVE_SYS_FILE_H 1
  7244. | #define HAVE_SYS_IOCTL_H 1
  7245. | #define HAVE_SYS_PARAM_H 1
  7246. | #define HAVE_SYS_RESOURCE_H 1
  7247. | #define HAVE_SYS_SELECT_H 1
  7248. | #define HAVE_SYS_SOCKET_H 1
  7249. | #define HAVE_SYS_TIME_H 1
  7250. | #define HAVE_SYS_TIMES_H 1
  7251. | #define HAVE_SYS_UIO_H 1
  7252. | #define HAVE_TIME_H 1
  7253. | #define HAVE_UCONTEXT_H 1
  7254. | #define HAVE_UTIME_H 1
  7255. | #define HAVE_GMP_H 1
  7256. | #define HAVE_LIBGMP 1
  7257. | #define HAVE_TYPEOF 1
  7258. | #define HAVE_LONG_LONG 1
  7259. | #define HAVE_OFF_T 1
  7260. | #define SIZEOF_INT 4
  7261. | #define SIZEOF_SHORT 2
  7262. | #define SIZEOF_LONG 8
  7263. | #define SIZEOF_LONG_LONG 8
  7264. | #define SIZEOF___INT64 0
  7265. | #define SIZEOF___INT128 16
  7266. | #define SIZEOF_OFF_T 8
  7267. | #define SIZEOF_VOIDP 8
  7268. | #define SIZEOF_FLOAT 4
  7269. | #define SIZEOF_DOUBLE 8
  7270. | #define SIZEOF_TIME_T 8
  7271. | #define SIZEOF_CLOCK_T 8
  7272. | #define PACKED_STRUCT(x) x __attribute__((packed))
  7273. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  7274. | #define PRI_LL_PREFIX "ll"
  7275. | #define rb_pid_t pid_t
  7276. | #define SIGNEDNESS_OF_PID_T -1
  7277. | #define PIDT2NUM(v) INT2NUM(v)
  7278. | #define NUM2PIDT(v) NUM2INT(v)
  7279. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  7280. | #define rb_uid_t uid_t
  7281. | #define SIGNEDNESS_OF_UID_T +1
  7282. | #define UIDT2NUM(v) UINT2NUM(v)
  7283. | #define NUM2UIDT(v) NUM2UINT(v)
  7284. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  7285. | #define rb_gid_t gid_t
  7286. | #define SIGNEDNESS_OF_GID_T +1
  7287. | #define GIDT2NUM(v) UINT2NUM(v)
  7288. | #define NUM2GIDT(v) NUM2UINT(v)
  7289. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  7290. | #define rb_time_t time_t
  7291. | #define SIGNEDNESS_OF_TIME_T -1
  7292. | #define TIMET2NUM(v) LONG2NUM(v)
  7293. | #define NUM2TIMET(v) NUM2LONG(v)
  7294. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  7295. | #define rb_dev_t dev_t
  7296. | #define SIGNEDNESS_OF_DEV_T -1
  7297. | #define DEVT2NUM(v) INT2NUM(v)
  7298. | #define NUM2DEVT(v) NUM2INT(v)
  7299. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  7300. | /* end confdefs.h. */
  7301. | #include <sys/stat.h>
  7302. |
  7303. | typedef mode_t rbcv_conftest_target_type;
  7304. | typedef unsigned long long rbcv_conftest_replace_type;
  7305. | extern rbcv_conftest_target_type rbcv_conftest_var;
  7306. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  7307. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7308. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7309. |
  7310. | int
  7311. | main ()
  7312. | {
  7313. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7314. | test_array [0] = 0;
  7315. | return test_array [0];
  7316. |
  7317. | ;
  7318. | return 0;
  7319. | }
  7320. 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
  7321. 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')
  7322. extern rbcv_conftest_replace_type rbcv_conftest_var;
  7323. ^
  7324. conftest.c:107:37: note: previous declaration is here
  7325. extern rbcv_conftest_target_type rbcv_conftest_var;
  7326. ^
  7327. conftest.c:110:38: error: conflicting types for 'rbcv_conftest_func'
  7328. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7329. ^
  7330. conftest.c:109:37: note: previous declaration is here
  7331. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7332. ^
  7333. conftest.c:115:24: error: 'test_array' declared as an array with a negative size
  7334. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7335. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7336. 3 errors generated.
  7337. configure:14376: $? = 1
  7338. configure: failed program was:
  7339. | /* confdefs.h */
  7340. | #define PACKAGE_NAME ""
  7341. | #define PACKAGE_TARNAME ""
  7342. | #define PACKAGE_VERSION ""
  7343. | #define PACKAGE_STRING ""
  7344. | #define PACKAGE_BUGREPORT ""
  7345. | #define PACKAGE_URL ""
  7346. | #define CANONICALIZATION_FOR_MATHN 1
  7347. | #define STDC_HEADERS 1
  7348. | #define HAVE_SYS_TYPES_H 1
  7349. | #define HAVE_SYS_STAT_H 1
  7350. | #define HAVE_STDLIB_H 1
  7351. | #define HAVE_STRING_H 1
  7352. | #define HAVE_MEMORY_H 1
  7353. | #define HAVE_STRINGS_H 1
  7354. | #define HAVE_INTTYPES_H 1
  7355. | #define HAVE_STDINT_H 1
  7356. | #define HAVE_UNISTD_H 1
  7357. | #define __EXTENSIONS__ 1
  7358. | #define _ALL_SOURCE 1
  7359. | #define _GNU_SOURCE 1
  7360. | #define _POSIX_PTHREAD_SEMANTICS 1
  7361. | #define _TANDEM_SOURCE 1
  7362. | #define HAVE_INFINITY 1
  7363. | #define HAVE_NAN 1
  7364. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  7365. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  7366. | #define BROKEN_CRYPT 1
  7367. | #define HAVE_CRT_EXTERNS_H 1
  7368. | #define HAVE_LIBDL 1
  7369. | #define HAVE_DIRENT_H 1
  7370. | #define HAVE__BOOL 1
  7371. | #define HAVE_STDBOOL_H 1
  7372. | #define HAVE_SYS_WAIT_H 1
  7373. | #define HAVE_GRP_H 1
  7374. | #define HAVE_FCNTL_H 1
  7375. | #define HAVE_FLOAT_H 1
  7376. | #define HAVE_LANGINFO_H 1
  7377. | #define HAVE_LIMITS_H 1
  7378. | #define HAVE_LOCALE_H 1
  7379. | #define HAVE_MALLOC_MALLOC_H 1
  7380. | #define HAVE_PWD_H 1
  7381. | #define HAVE_SYS_ATTR_H 1
  7382. | #define HAVE_SYS_FCNTL_H 1
  7383. | #define HAVE_SYS_FILE_H 1
  7384. | #define HAVE_SYS_IOCTL_H 1
  7385. | #define HAVE_SYS_PARAM_H 1
  7386. | #define HAVE_SYS_RESOURCE_H 1
  7387. | #define HAVE_SYS_SELECT_H 1
  7388. | #define HAVE_SYS_SOCKET_H 1
  7389. | #define HAVE_SYS_TIME_H 1
  7390. | #define HAVE_SYS_TIMES_H 1
  7391. | #define HAVE_SYS_UIO_H 1
  7392. | #define HAVE_TIME_H 1
  7393. | #define HAVE_UCONTEXT_H 1
  7394. | #define HAVE_UTIME_H 1
  7395. | #define HAVE_GMP_H 1
  7396. | #define HAVE_LIBGMP 1
  7397. | #define HAVE_TYPEOF 1
  7398. | #define HAVE_LONG_LONG 1
  7399. | #define HAVE_OFF_T 1
  7400. | #define SIZEOF_INT 4
  7401. | #define SIZEOF_SHORT 2
  7402. | #define SIZEOF_LONG 8
  7403. | #define SIZEOF_LONG_LONG 8
  7404. | #define SIZEOF___INT64 0
  7405. | #define SIZEOF___INT128 16
  7406. | #define SIZEOF_OFF_T 8
  7407. | #define SIZEOF_VOIDP 8
  7408. | #define SIZEOF_FLOAT 4
  7409. | #define SIZEOF_DOUBLE 8
  7410. | #define SIZEOF_TIME_T 8
  7411. | #define SIZEOF_CLOCK_T 8
  7412. | #define PACKED_STRUCT(x) x __attribute__((packed))
  7413. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  7414. | #define PRI_LL_PREFIX "ll"
  7415. | #define rb_pid_t pid_t
  7416. | #define SIGNEDNESS_OF_PID_T -1
  7417. | #define PIDT2NUM(v) INT2NUM(v)
  7418. | #define NUM2PIDT(v) NUM2INT(v)
  7419. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  7420. | #define rb_uid_t uid_t
  7421. | #define SIGNEDNESS_OF_UID_T +1
  7422. | #define UIDT2NUM(v) UINT2NUM(v)
  7423. | #define NUM2UIDT(v) NUM2UINT(v)
  7424. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  7425. | #define rb_gid_t gid_t
  7426. | #define SIGNEDNESS_OF_GID_T +1
  7427. | #define GIDT2NUM(v) UINT2NUM(v)
  7428. | #define NUM2GIDT(v) NUM2UINT(v)
  7429. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  7430. | #define rb_time_t time_t
  7431. | #define SIGNEDNESS_OF_TIME_T -1
  7432. | #define TIMET2NUM(v) LONG2NUM(v)
  7433. | #define NUM2TIMET(v) NUM2LONG(v)
  7434. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  7435. | #define rb_dev_t dev_t
  7436. | #define SIGNEDNESS_OF_DEV_T -1
  7437. | #define DEVT2NUM(v) INT2NUM(v)
  7438. | #define NUM2DEVT(v) NUM2INT(v)
  7439. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  7440. | /* end confdefs.h. */
  7441. | #include <sys/stat.h>
  7442. |
  7443. | typedef mode_t rbcv_conftest_target_type;
  7444. | typedef unsigned long rbcv_conftest_replace_type;
  7445. | extern rbcv_conftest_target_type rbcv_conftest_var;
  7446. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  7447. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7448. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7449. |
  7450. | int
  7451. | main ()
  7452. | {
  7453. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7454. | test_array [0] = 0;
  7455. | return test_array [0];
  7456. |
  7457. | ;
  7458. | return 0;
  7459. | }
  7460. 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
  7461. 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')
  7462. extern rbcv_conftest_replace_type rbcv_conftest_var;
  7463. ^
  7464. conftest.c:107:37: note: previous declaration is here
  7465. extern rbcv_conftest_target_type rbcv_conftest_var;
  7466. ^
  7467. conftest.c:110:38: error: conflicting types for 'rbcv_conftest_func'
  7468. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7469. ^
  7470. conftest.c:109:37: note: previous declaration is here
  7471. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7472. ^
  7473. conftest.c:115:24: error: 'test_array' declared as an array with a negative size
  7474. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7475. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7476. 3 errors generated.
  7477. configure:14376: $? = 1
  7478. configure: failed program was:
  7479. | /* confdefs.h */
  7480. | #define PACKAGE_NAME ""
  7481. | #define PACKAGE_TARNAME ""
  7482. | #define PACKAGE_VERSION ""
  7483. | #define PACKAGE_STRING ""
  7484. | #define PACKAGE_BUGREPORT ""
  7485. | #define PACKAGE_URL ""
  7486. | #define CANONICALIZATION_FOR_MATHN 1
  7487. | #define STDC_HEADERS 1
  7488. | #define HAVE_SYS_TYPES_H 1
  7489. | #define HAVE_SYS_STAT_H 1
  7490. | #define HAVE_STDLIB_H 1
  7491. | #define HAVE_STRING_H 1
  7492. | #define HAVE_MEMORY_H 1
  7493. | #define HAVE_STRINGS_H 1
  7494. | #define HAVE_INTTYPES_H 1
  7495. | #define HAVE_STDINT_H 1
  7496. | #define HAVE_UNISTD_H 1
  7497. | #define __EXTENSIONS__ 1
  7498. | #define _ALL_SOURCE 1
  7499. | #define _GNU_SOURCE 1
  7500. | #define _POSIX_PTHREAD_SEMANTICS 1
  7501. | #define _TANDEM_SOURCE 1
  7502. | #define HAVE_INFINITY 1
  7503. | #define HAVE_NAN 1
  7504. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  7505. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  7506. | #define BROKEN_CRYPT 1
  7507. | #define HAVE_CRT_EXTERNS_H 1
  7508. | #define HAVE_LIBDL 1
  7509. | #define HAVE_DIRENT_H 1
  7510. | #define HAVE__BOOL 1
  7511. | #define HAVE_STDBOOL_H 1
  7512. | #define HAVE_SYS_WAIT_H 1
  7513. | #define HAVE_GRP_H 1
  7514. | #define HAVE_FCNTL_H 1
  7515. | #define HAVE_FLOAT_H 1
  7516. | #define HAVE_LANGINFO_H 1
  7517. | #define HAVE_LIMITS_H 1
  7518. | #define HAVE_LOCALE_H 1
  7519. | #define HAVE_MALLOC_MALLOC_H 1
  7520. | #define HAVE_PWD_H 1
  7521. | #define HAVE_SYS_ATTR_H 1
  7522. | #define HAVE_SYS_FCNTL_H 1
  7523. | #define HAVE_SYS_FILE_H 1
  7524. | #define HAVE_SYS_IOCTL_H 1
  7525. | #define HAVE_SYS_PARAM_H 1
  7526. | #define HAVE_SYS_RESOURCE_H 1
  7527. | #define HAVE_SYS_SELECT_H 1
  7528. | #define HAVE_SYS_SOCKET_H 1
  7529. | #define HAVE_SYS_TIME_H 1
  7530. | #define HAVE_SYS_TIMES_H 1
  7531. | #define HAVE_SYS_UIO_H 1
  7532. | #define HAVE_TIME_H 1
  7533. | #define HAVE_UCONTEXT_H 1
  7534. | #define HAVE_UTIME_H 1
  7535. | #define HAVE_GMP_H 1
  7536. | #define HAVE_LIBGMP 1
  7537. | #define HAVE_TYPEOF 1
  7538. | #define HAVE_LONG_LONG 1
  7539. | #define HAVE_OFF_T 1
  7540. | #define SIZEOF_INT 4
  7541. | #define SIZEOF_SHORT 2
  7542. | #define SIZEOF_LONG 8
  7543. | #define SIZEOF_LONG_LONG 8
  7544. | #define SIZEOF___INT64 0
  7545. | #define SIZEOF___INT128 16
  7546. | #define SIZEOF_OFF_T 8
  7547. | #define SIZEOF_VOIDP 8
  7548. | #define SIZEOF_FLOAT 4
  7549. | #define SIZEOF_DOUBLE 8
  7550. | #define SIZEOF_TIME_T 8
  7551. | #define SIZEOF_CLOCK_T 8
  7552. | #define PACKED_STRUCT(x) x __attribute__((packed))
  7553. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  7554. | #define PRI_LL_PREFIX "ll"
  7555. | #define rb_pid_t pid_t
  7556. | #define SIGNEDNESS_OF_PID_T -1
  7557. | #define PIDT2NUM(v) INT2NUM(v)
  7558. | #define NUM2PIDT(v) NUM2INT(v)
  7559. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  7560. | #define rb_uid_t uid_t
  7561. | #define SIGNEDNESS_OF_UID_T +1
  7562. | #define UIDT2NUM(v) UINT2NUM(v)
  7563. | #define NUM2UIDT(v) NUM2UINT(v)
  7564. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  7565. | #define rb_gid_t gid_t
  7566. | #define SIGNEDNESS_OF_GID_T +1
  7567. | #define GIDT2NUM(v) UINT2NUM(v)
  7568. | #define NUM2GIDT(v) NUM2UINT(v)
  7569. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  7570. | #define rb_time_t time_t
  7571. | #define SIGNEDNESS_OF_TIME_T -1
  7572. | #define TIMET2NUM(v) LONG2NUM(v)
  7573. | #define NUM2TIMET(v) NUM2LONG(v)
  7574. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  7575. | #define rb_dev_t dev_t
  7576. | #define SIGNEDNESS_OF_DEV_T -1
  7577. | #define DEVT2NUM(v) INT2NUM(v)
  7578. | #define NUM2DEVT(v) NUM2INT(v)
  7579. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  7580. | /* end confdefs.h. */
  7581. | #include <sys/stat.h>
  7582. |
  7583. | typedef mode_t rbcv_conftest_target_type;
  7584. | typedef unsigned int rbcv_conftest_replace_type;
  7585. | extern rbcv_conftest_target_type rbcv_conftest_var;
  7586. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  7587. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7588. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7589. |
  7590. | int
  7591. | main ()
  7592. | {
  7593. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7594. | test_array [0] = 0;
  7595. | return test_array [0];
  7596. |
  7597. | ;
  7598. | return 0;
  7599. | }
  7600. 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
  7601. configure:14376: $? = 0
  7602. configure:14396: result: UINT
  7603. configure:14447: checking for rlim_t
  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. configure:14447: $? = 0
  7606. 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
  7607. conftest.c:121:21: error: expected expression
  7608. if (sizeof ((rlim_t)))
  7609. ^
  7610. 1 error generated.
  7611. configure:14447: $? = 1
  7612. configure: failed program was:
  7613. | /* confdefs.h */
  7614. | #define PACKAGE_NAME ""
  7615. | #define PACKAGE_TARNAME ""
  7616. | #define PACKAGE_VERSION ""
  7617. | #define PACKAGE_STRING ""
  7618. | #define PACKAGE_BUGREPORT ""
  7619. | #define PACKAGE_URL ""
  7620. | #define CANONICALIZATION_FOR_MATHN 1
  7621. | #define STDC_HEADERS 1
  7622. | #define HAVE_SYS_TYPES_H 1
  7623. | #define HAVE_SYS_STAT_H 1
  7624. | #define HAVE_STDLIB_H 1
  7625. | #define HAVE_STRING_H 1
  7626. | #define HAVE_MEMORY_H 1
  7627. | #define HAVE_STRINGS_H 1
  7628. | #define HAVE_INTTYPES_H 1
  7629. | #define HAVE_STDINT_H 1
  7630. | #define HAVE_UNISTD_H 1
  7631. | #define __EXTENSIONS__ 1
  7632. | #define _ALL_SOURCE 1
  7633. | #define _GNU_SOURCE 1
  7634. | #define _POSIX_PTHREAD_SEMANTICS 1
  7635. | #define _TANDEM_SOURCE 1
  7636. | #define HAVE_INFINITY 1
  7637. | #define HAVE_NAN 1
  7638. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  7639. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  7640. | #define BROKEN_CRYPT 1
  7641. | #define HAVE_CRT_EXTERNS_H 1
  7642. | #define HAVE_LIBDL 1
  7643. | #define HAVE_DIRENT_H 1
  7644. | #define HAVE__BOOL 1
  7645. | #define HAVE_STDBOOL_H 1
  7646. | #define HAVE_SYS_WAIT_H 1
  7647. | #define HAVE_GRP_H 1
  7648. | #define HAVE_FCNTL_H 1
  7649. | #define HAVE_FLOAT_H 1
  7650. | #define HAVE_LANGINFO_H 1
  7651. | #define HAVE_LIMITS_H 1
  7652. | #define HAVE_LOCALE_H 1
  7653. | #define HAVE_MALLOC_MALLOC_H 1
  7654. | #define HAVE_PWD_H 1
  7655. | #define HAVE_SYS_ATTR_H 1
  7656. | #define HAVE_SYS_FCNTL_H 1
  7657. | #define HAVE_SYS_FILE_H 1
  7658. | #define HAVE_SYS_IOCTL_H 1
  7659. | #define HAVE_SYS_PARAM_H 1
  7660. | #define HAVE_SYS_RESOURCE_H 1
  7661. | #define HAVE_SYS_SELECT_H 1
  7662. | #define HAVE_SYS_SOCKET_H 1
  7663. | #define HAVE_SYS_TIME_H 1
  7664. | #define HAVE_SYS_TIMES_H 1
  7665. | #define HAVE_SYS_UIO_H 1
  7666. | #define HAVE_TIME_H 1
  7667. | #define HAVE_UCONTEXT_H 1
  7668. | #define HAVE_UTIME_H 1
  7669. | #define HAVE_GMP_H 1
  7670. | #define HAVE_LIBGMP 1
  7671. | #define HAVE_TYPEOF 1
  7672. | #define HAVE_LONG_LONG 1
  7673. | #define HAVE_OFF_T 1
  7674. | #define SIZEOF_INT 4
  7675. | #define SIZEOF_SHORT 2
  7676. | #define SIZEOF_LONG 8
  7677. | #define SIZEOF_LONG_LONG 8
  7678. | #define SIZEOF___INT64 0
  7679. | #define SIZEOF___INT128 16
  7680. | #define SIZEOF_OFF_T 8
  7681. | #define SIZEOF_VOIDP 8
  7682. | #define SIZEOF_FLOAT 4
  7683. | #define SIZEOF_DOUBLE 8
  7684. | #define SIZEOF_TIME_T 8
  7685. | #define SIZEOF_CLOCK_T 8
  7686. | #define PACKED_STRUCT(x) x __attribute__((packed))
  7687. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  7688. | #define PRI_LL_PREFIX "ll"
  7689. | #define rb_pid_t pid_t
  7690. | #define SIGNEDNESS_OF_PID_T -1
  7691. | #define PIDT2NUM(v) INT2NUM(v)
  7692. | #define NUM2PIDT(v) NUM2INT(v)
  7693. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  7694. | #define rb_uid_t uid_t
  7695. | #define SIGNEDNESS_OF_UID_T +1
  7696. | #define UIDT2NUM(v) UINT2NUM(v)
  7697. | #define NUM2UIDT(v) NUM2UINT(v)
  7698. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  7699. | #define rb_gid_t gid_t
  7700. | #define SIGNEDNESS_OF_GID_T +1
  7701. | #define GIDT2NUM(v) UINT2NUM(v)
  7702. | #define NUM2GIDT(v) NUM2UINT(v)
  7703. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  7704. | #define rb_time_t time_t
  7705. | #define SIGNEDNESS_OF_TIME_T -1
  7706. | #define TIMET2NUM(v) LONG2NUM(v)
  7707. | #define NUM2TIMET(v) NUM2LONG(v)
  7708. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  7709. | #define rb_dev_t dev_t
  7710. | #define SIGNEDNESS_OF_DEV_T -1
  7711. | #define DEVT2NUM(v) INT2NUM(v)
  7712. | #define NUM2DEVT(v) NUM2INT(v)
  7713. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  7714. | #define rb_mode_t mode_t
  7715. | #define SIGNEDNESS_OF_MODE_T +1
  7716. | #define MODET2NUM(v) UINT2NUM(v)
  7717. | #define NUM2MODET(v) NUM2UINT(v)
  7718. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  7719. | /* end confdefs.h. */
  7720. |
  7721. | #ifdef HAVE_SYS_TYPES_H
  7722. | #include <sys/types.h>
  7723. | #endif
  7724. | #ifdef HAVE_SYS_TYPES_H
  7725. | #include <sys/time.h>
  7726. | #endif
  7727. | #include <sys/resource.h>
  7728. |
  7729. |
  7730. | int
  7731. | main ()
  7732. | {
  7733. | if (sizeof ((rlim_t)))
  7734. | return 0;
  7735. | ;
  7736. | return 0;
  7737. | }
  7738. configure:14447: result: yes
  7739. configure:14463: checking for convertible type of rlim_t
  7740. 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
  7741. configure:14500: $? = 0
  7742. 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
  7743. configure:14539: $? = 0
  7744. configure:14559: result: ULL
  7745. configure:14610: checking for off_t
  7746. configure:14610: result: yes
  7747. configure:14617: checking for convertible type of off_t
  7748. 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
  7749. conftest.c:149:24: error: 'test_array' declared as an array with a negative size
  7750. static int test_array [1 - 2 * !((off_t)-1 > 0)];
  7751. ^~~~~~~~~~~~~~~~~~~~~~~~
  7752. 1 error generated.
  7753. configure:14645: $? = 1
  7754. configure: failed program was:
  7755. | /* confdefs.h */
  7756. | #define PACKAGE_NAME ""
  7757. | #define PACKAGE_TARNAME ""
  7758. | #define PACKAGE_VERSION ""
  7759. | #define PACKAGE_STRING ""
  7760. | #define PACKAGE_BUGREPORT ""
  7761. | #define PACKAGE_URL ""
  7762. | #define CANONICALIZATION_FOR_MATHN 1
  7763. | #define STDC_HEADERS 1
  7764. | #define HAVE_SYS_TYPES_H 1
  7765. | #define HAVE_SYS_STAT_H 1
  7766. | #define HAVE_STDLIB_H 1
  7767. | #define HAVE_STRING_H 1
  7768. | #define HAVE_MEMORY_H 1
  7769. | #define HAVE_STRINGS_H 1
  7770. | #define HAVE_INTTYPES_H 1
  7771. | #define HAVE_STDINT_H 1
  7772. | #define HAVE_UNISTD_H 1
  7773. | #define __EXTENSIONS__ 1
  7774. | #define _ALL_SOURCE 1
  7775. | #define _GNU_SOURCE 1
  7776. | #define _POSIX_PTHREAD_SEMANTICS 1
  7777. | #define _TANDEM_SOURCE 1
  7778. | #define HAVE_INFINITY 1
  7779. | #define HAVE_NAN 1
  7780. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  7781. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  7782. | #define BROKEN_CRYPT 1
  7783. | #define HAVE_CRT_EXTERNS_H 1
  7784. | #define HAVE_LIBDL 1
  7785. | #define HAVE_DIRENT_H 1
  7786. | #define HAVE__BOOL 1
  7787. | #define HAVE_STDBOOL_H 1
  7788. | #define HAVE_SYS_WAIT_H 1
  7789. | #define HAVE_GRP_H 1
  7790. | #define HAVE_FCNTL_H 1
  7791. | #define HAVE_FLOAT_H 1
  7792. | #define HAVE_LANGINFO_H 1
  7793. | #define HAVE_LIMITS_H 1
  7794. | #define HAVE_LOCALE_H 1
  7795. | #define HAVE_MALLOC_MALLOC_H 1
  7796. | #define HAVE_PWD_H 1
  7797. | #define HAVE_SYS_ATTR_H 1
  7798. | #define HAVE_SYS_FCNTL_H 1
  7799. | #define HAVE_SYS_FILE_H 1
  7800. | #define HAVE_SYS_IOCTL_H 1
  7801. | #define HAVE_SYS_PARAM_H 1
  7802. | #define HAVE_SYS_RESOURCE_H 1
  7803. | #define HAVE_SYS_SELECT_H 1
  7804. | #define HAVE_SYS_SOCKET_H 1
  7805. | #define HAVE_SYS_TIME_H 1
  7806. | #define HAVE_SYS_TIMES_H 1
  7807. | #define HAVE_SYS_UIO_H 1
  7808. | #define HAVE_TIME_H 1
  7809. | #define HAVE_UCONTEXT_H 1
  7810. | #define HAVE_UTIME_H 1
  7811. | #define HAVE_GMP_H 1
  7812. | #define HAVE_LIBGMP 1
  7813. | #define HAVE_TYPEOF 1
  7814. | #define HAVE_LONG_LONG 1
  7815. | #define HAVE_OFF_T 1
  7816. | #define SIZEOF_INT 4
  7817. | #define SIZEOF_SHORT 2
  7818. | #define SIZEOF_LONG 8
  7819. | #define SIZEOF_LONG_LONG 8
  7820. | #define SIZEOF___INT64 0
  7821. | #define SIZEOF___INT128 16
  7822. | #define SIZEOF_OFF_T 8
  7823. | #define SIZEOF_VOIDP 8
  7824. | #define SIZEOF_FLOAT 4
  7825. | #define SIZEOF_DOUBLE 8
  7826. | #define SIZEOF_TIME_T 8
  7827. | #define SIZEOF_CLOCK_T 8
  7828. | #define PACKED_STRUCT(x) x __attribute__((packed))
  7829. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  7830. | #define PRI_LL_PREFIX "ll"
  7831. | #define rb_pid_t pid_t
  7832. | #define SIGNEDNESS_OF_PID_T -1
  7833. | #define PIDT2NUM(v) INT2NUM(v)
  7834. | #define NUM2PIDT(v) NUM2INT(v)
  7835. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  7836. | #define rb_uid_t uid_t
  7837. | #define SIGNEDNESS_OF_UID_T +1
  7838. | #define UIDT2NUM(v) UINT2NUM(v)
  7839. | #define NUM2UIDT(v) NUM2UINT(v)
  7840. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  7841. | #define rb_gid_t gid_t
  7842. | #define SIGNEDNESS_OF_GID_T +1
  7843. | #define GIDT2NUM(v) UINT2NUM(v)
  7844. | #define NUM2GIDT(v) NUM2UINT(v)
  7845. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  7846. | #define rb_time_t time_t
  7847. | #define SIGNEDNESS_OF_TIME_T -1
  7848. | #define TIMET2NUM(v) LONG2NUM(v)
  7849. | #define NUM2TIMET(v) NUM2LONG(v)
  7850. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  7851. | #define rb_dev_t dev_t
  7852. | #define SIGNEDNESS_OF_DEV_T -1
  7853. | #define DEVT2NUM(v) INT2NUM(v)
  7854. | #define NUM2DEVT(v) NUM2INT(v)
  7855. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  7856. | #define rb_mode_t mode_t
  7857. | #define SIGNEDNESS_OF_MODE_T +1
  7858. | #define MODET2NUM(v) UINT2NUM(v)
  7859. | #define NUM2MODET(v) NUM2UINT(v)
  7860. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  7861. | #define rb_rlim_t rlim_t
  7862. | #define SIGNEDNESS_OF_RLIM_T +1
  7863. | #define RLIM2NUM(v) ULL2NUM(v)
  7864. | #define NUM2RLIM(v) NUM2ULL(v)
  7865. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  7866. | /* end confdefs.h. */
  7867. | #include <stdio.h>
  7868. | #ifdef HAVE_SYS_TYPES_H
  7869. | # include <sys/types.h>
  7870. | #endif
  7871. | #ifdef HAVE_SYS_STAT_H
  7872. | # include <sys/stat.h>
  7873. | #endif
  7874. | #ifdef STDC_HEADERS
  7875. | # include <stdlib.h>
  7876. | # include <stddef.h>
  7877. | #else
  7878. | # ifdef HAVE_STDLIB_H
  7879. | # include <stdlib.h>
  7880. | # endif
  7881. | #endif
  7882. | #ifdef HAVE_STRING_H
  7883. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  7884. | # include <memory.h>
  7885. | # endif
  7886. | # include <string.h>
  7887. | #endif
  7888. | #ifdef HAVE_STRINGS_H
  7889. | # include <strings.h>
  7890. | #endif
  7891. | #ifdef HAVE_INTTYPES_H
  7892. | # include <inttypes.h>
  7893. | #endif
  7894. | #ifdef HAVE_STDINT_H
  7895. | # include <stdint.h>
  7896. | #endif
  7897. | #ifdef HAVE_UNISTD_H
  7898. | # include <unistd.h>
  7899. | #endif
  7900. | int
  7901. | main ()
  7902. | {
  7903. | static int test_array [1 - 2 * !((off_t)-1 > 0)];
  7904. | test_array [0] = 0;
  7905. | return test_array [0];
  7906. |
  7907. | ;
  7908. | return 0;
  7909. | }
  7910. 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
  7911. configure:14675: $? = 0
  7912. configure:14695: result: LL
  7913. configure:14746: checking for clockid_t
  7914. 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
  7915. conftest.c:154:13: error: use of undeclared identifier 'clockid_t'
  7916. if (sizeof (clockid_t))
  7917. ^
  7918. 1 error generated.
  7919. configure:14746: $? = 1
  7920. configure: failed program was:
  7921. | /* confdefs.h */
  7922. | #define PACKAGE_NAME ""
  7923. | #define PACKAGE_TARNAME ""
  7924. | #define PACKAGE_VERSION ""
  7925. | #define PACKAGE_STRING ""
  7926. | #define PACKAGE_BUGREPORT ""
  7927. | #define PACKAGE_URL ""
  7928. | #define CANONICALIZATION_FOR_MATHN 1
  7929. | #define STDC_HEADERS 1
  7930. | #define HAVE_SYS_TYPES_H 1
  7931. | #define HAVE_SYS_STAT_H 1
  7932. | #define HAVE_STDLIB_H 1
  7933. | #define HAVE_STRING_H 1
  7934. | #define HAVE_MEMORY_H 1
  7935. | #define HAVE_STRINGS_H 1
  7936. | #define HAVE_INTTYPES_H 1
  7937. | #define HAVE_STDINT_H 1
  7938. | #define HAVE_UNISTD_H 1
  7939. | #define __EXTENSIONS__ 1
  7940. | #define _ALL_SOURCE 1
  7941. | #define _GNU_SOURCE 1
  7942. | #define _POSIX_PTHREAD_SEMANTICS 1
  7943. | #define _TANDEM_SOURCE 1
  7944. | #define HAVE_INFINITY 1
  7945. | #define HAVE_NAN 1
  7946. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  7947. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  7948. | #define BROKEN_CRYPT 1
  7949. | #define HAVE_CRT_EXTERNS_H 1
  7950. | #define HAVE_LIBDL 1
  7951. | #define HAVE_DIRENT_H 1
  7952. | #define HAVE__BOOL 1
  7953. | #define HAVE_STDBOOL_H 1
  7954. | #define HAVE_SYS_WAIT_H 1
  7955. | #define HAVE_GRP_H 1
  7956. | #define HAVE_FCNTL_H 1
  7957. | #define HAVE_FLOAT_H 1
  7958. | #define HAVE_LANGINFO_H 1
  7959. | #define HAVE_LIMITS_H 1
  7960. | #define HAVE_LOCALE_H 1
  7961. | #define HAVE_MALLOC_MALLOC_H 1
  7962. | #define HAVE_PWD_H 1
  7963. | #define HAVE_SYS_ATTR_H 1
  7964. | #define HAVE_SYS_FCNTL_H 1
  7965. | #define HAVE_SYS_FILE_H 1
  7966. | #define HAVE_SYS_IOCTL_H 1
  7967. | #define HAVE_SYS_PARAM_H 1
  7968. | #define HAVE_SYS_RESOURCE_H 1
  7969. | #define HAVE_SYS_SELECT_H 1
  7970. | #define HAVE_SYS_SOCKET_H 1
  7971. | #define HAVE_SYS_TIME_H 1
  7972. | #define HAVE_SYS_TIMES_H 1
  7973. | #define HAVE_SYS_UIO_H 1
  7974. | #define HAVE_TIME_H 1
  7975. | #define HAVE_UCONTEXT_H 1
  7976. | #define HAVE_UTIME_H 1
  7977. | #define HAVE_GMP_H 1
  7978. | #define HAVE_LIBGMP 1
  7979. | #define HAVE_TYPEOF 1
  7980. | #define HAVE_LONG_LONG 1
  7981. | #define HAVE_OFF_T 1
  7982. | #define SIZEOF_INT 4
  7983. | #define SIZEOF_SHORT 2
  7984. | #define SIZEOF_LONG 8
  7985. | #define SIZEOF_LONG_LONG 8
  7986. | #define SIZEOF___INT64 0
  7987. | #define SIZEOF___INT128 16
  7988. | #define SIZEOF_OFF_T 8
  7989. | #define SIZEOF_VOIDP 8
  7990. | #define SIZEOF_FLOAT 4
  7991. | #define SIZEOF_DOUBLE 8
  7992. | #define SIZEOF_TIME_T 8
  7993. | #define SIZEOF_CLOCK_T 8
  7994. | #define PACKED_STRUCT(x) x __attribute__((packed))
  7995. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  7996. | #define PRI_LL_PREFIX "ll"
  7997. | #define rb_pid_t pid_t
  7998. | #define SIGNEDNESS_OF_PID_T -1
  7999. | #define PIDT2NUM(v) INT2NUM(v)
  8000. | #define NUM2PIDT(v) NUM2INT(v)
  8001. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  8002. | #define rb_uid_t uid_t
  8003. | #define SIGNEDNESS_OF_UID_T +1
  8004. | #define UIDT2NUM(v) UINT2NUM(v)
  8005. | #define NUM2UIDT(v) NUM2UINT(v)
  8006. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  8007. | #define rb_gid_t gid_t
  8008. | #define SIGNEDNESS_OF_GID_T +1
  8009. | #define GIDT2NUM(v) UINT2NUM(v)
  8010. | #define NUM2GIDT(v) NUM2UINT(v)
  8011. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  8012. | #define rb_time_t time_t
  8013. | #define SIGNEDNESS_OF_TIME_T -1
  8014. | #define TIMET2NUM(v) LONG2NUM(v)
  8015. | #define NUM2TIMET(v) NUM2LONG(v)
  8016. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  8017. | #define rb_dev_t dev_t
  8018. | #define SIGNEDNESS_OF_DEV_T -1
  8019. | #define DEVT2NUM(v) INT2NUM(v)
  8020. | #define NUM2DEVT(v) NUM2INT(v)
  8021. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  8022. | #define rb_mode_t mode_t
  8023. | #define SIGNEDNESS_OF_MODE_T +1
  8024. | #define MODET2NUM(v) UINT2NUM(v)
  8025. | #define NUM2MODET(v) NUM2UINT(v)
  8026. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  8027. | #define rb_rlim_t rlim_t
  8028. | #define SIGNEDNESS_OF_RLIM_T +1
  8029. | #define RLIM2NUM(v) ULL2NUM(v)
  8030. | #define NUM2RLIM(v) NUM2ULL(v)
  8031. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  8032. | #define rb_off_t off_t
  8033. | #define SIGNEDNESS_OF_OFF_T -1
  8034. | #define OFFT2NUM(v) LL2NUM(v)
  8035. | #define NUM2OFFT(v) NUM2LL(v)
  8036. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  8037. | /* end confdefs.h. */
  8038. | #include <stdio.h>
  8039. | #ifdef HAVE_SYS_TYPES_H
  8040. | # include <sys/types.h>
  8041. | #endif
  8042. | #ifdef HAVE_SYS_STAT_H
  8043. | # include <sys/stat.h>
  8044. | #endif
  8045. | #ifdef STDC_HEADERS
  8046. | # include <stdlib.h>
  8047. | # include <stddef.h>
  8048. | #else
  8049. | # ifdef HAVE_STDLIB_H
  8050. | # include <stdlib.h>
  8051. | # endif
  8052. | #endif
  8053. | #ifdef HAVE_STRING_H
  8054. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  8055. | # include <memory.h>
  8056. | # endif
  8057. | # include <string.h>
  8058. | #endif
  8059. | #ifdef HAVE_STRINGS_H
  8060. | # include <strings.h>
  8061. | #endif
  8062. | #ifdef HAVE_INTTYPES_H
  8063. | # include <inttypes.h>
  8064. | #endif
  8065. | #ifdef HAVE_STDINT_H
  8066. | # include <stdint.h>
  8067. | #endif
  8068. | #ifdef HAVE_UNISTD_H
  8069. | # include <unistd.h>
  8070. | #endif
  8071. | int
  8072. | main ()
  8073. | {
  8074. | if (sizeof (clockid_t))
  8075. | return 0;
  8076. | ;
  8077. | return 0;
  8078. | }
  8079. configure:14746: result: no
  8080. configure:14753: checking for convertible type of clockid_t
  8081. 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
  8082. conftest.c:154:35: error: expected expression
  8083. static int test_array [1 - 2 * !(()-1 > 0)];
  8084. ^
  8085. 1 error generated.
  8086. configure:14781: $? = 1
  8087. configure: failed program was:
  8088. | /* confdefs.h */
  8089. | #define PACKAGE_NAME ""
  8090. | #define PACKAGE_TARNAME ""
  8091. | #define PACKAGE_VERSION ""
  8092. | #define PACKAGE_STRING ""
  8093. | #define PACKAGE_BUGREPORT ""
  8094. | #define PACKAGE_URL ""
  8095. | #define CANONICALIZATION_FOR_MATHN 1
  8096. | #define STDC_HEADERS 1
  8097. | #define HAVE_SYS_TYPES_H 1
  8098. | #define HAVE_SYS_STAT_H 1
  8099. | #define HAVE_STDLIB_H 1
  8100. | #define HAVE_STRING_H 1
  8101. | #define HAVE_MEMORY_H 1
  8102. | #define HAVE_STRINGS_H 1
  8103. | #define HAVE_INTTYPES_H 1
  8104. | #define HAVE_STDINT_H 1
  8105. | #define HAVE_UNISTD_H 1
  8106. | #define __EXTENSIONS__ 1
  8107. | #define _ALL_SOURCE 1
  8108. | #define _GNU_SOURCE 1
  8109. | #define _POSIX_PTHREAD_SEMANTICS 1
  8110. | #define _TANDEM_SOURCE 1
  8111. | #define HAVE_INFINITY 1
  8112. | #define HAVE_NAN 1
  8113. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  8114. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  8115. | #define BROKEN_CRYPT 1
  8116. | #define HAVE_CRT_EXTERNS_H 1
  8117. | #define HAVE_LIBDL 1
  8118. | #define HAVE_DIRENT_H 1
  8119. | #define HAVE__BOOL 1
  8120. | #define HAVE_STDBOOL_H 1
  8121. | #define HAVE_SYS_WAIT_H 1
  8122. | #define HAVE_GRP_H 1
  8123. | #define HAVE_FCNTL_H 1
  8124. | #define HAVE_FLOAT_H 1
  8125. | #define HAVE_LANGINFO_H 1
  8126. | #define HAVE_LIMITS_H 1
  8127. | #define HAVE_LOCALE_H 1
  8128. | #define HAVE_MALLOC_MALLOC_H 1
  8129. | #define HAVE_PWD_H 1
  8130. | #define HAVE_SYS_ATTR_H 1
  8131. | #define HAVE_SYS_FCNTL_H 1
  8132. | #define HAVE_SYS_FILE_H 1
  8133. | #define HAVE_SYS_IOCTL_H 1
  8134. | #define HAVE_SYS_PARAM_H 1
  8135. | #define HAVE_SYS_RESOURCE_H 1
  8136. | #define HAVE_SYS_SELECT_H 1
  8137. | #define HAVE_SYS_SOCKET_H 1
  8138. | #define HAVE_SYS_TIME_H 1
  8139. | #define HAVE_SYS_TIMES_H 1
  8140. | #define HAVE_SYS_UIO_H 1
  8141. | #define HAVE_TIME_H 1
  8142. | #define HAVE_UCONTEXT_H 1
  8143. | #define HAVE_UTIME_H 1
  8144. | #define HAVE_GMP_H 1
  8145. | #define HAVE_LIBGMP 1
  8146. | #define HAVE_TYPEOF 1
  8147. | #define HAVE_LONG_LONG 1
  8148. | #define HAVE_OFF_T 1
  8149. | #define SIZEOF_INT 4
  8150. | #define SIZEOF_SHORT 2
  8151. | #define SIZEOF_LONG 8
  8152. | #define SIZEOF_LONG_LONG 8
  8153. | #define SIZEOF___INT64 0
  8154. | #define SIZEOF___INT128 16
  8155. | #define SIZEOF_OFF_T 8
  8156. | #define SIZEOF_VOIDP 8
  8157. | #define SIZEOF_FLOAT 4
  8158. | #define SIZEOF_DOUBLE 8
  8159. | #define SIZEOF_TIME_T 8
  8160. | #define SIZEOF_CLOCK_T 8
  8161. | #define PACKED_STRUCT(x) x __attribute__((packed))
  8162. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  8163. | #define PRI_LL_PREFIX "ll"
  8164. | #define rb_pid_t pid_t
  8165. | #define SIGNEDNESS_OF_PID_T -1
  8166. | #define PIDT2NUM(v) INT2NUM(v)
  8167. | #define NUM2PIDT(v) NUM2INT(v)
  8168. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  8169. | #define rb_uid_t uid_t
  8170. | #define SIGNEDNESS_OF_UID_T +1
  8171. | #define UIDT2NUM(v) UINT2NUM(v)
  8172. | #define NUM2UIDT(v) NUM2UINT(v)
  8173. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  8174. | #define rb_gid_t gid_t
  8175. | #define SIGNEDNESS_OF_GID_T +1
  8176. | #define GIDT2NUM(v) UINT2NUM(v)
  8177. | #define NUM2GIDT(v) NUM2UINT(v)
  8178. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  8179. | #define rb_time_t time_t
  8180. | #define SIGNEDNESS_OF_TIME_T -1
  8181. | #define TIMET2NUM(v) LONG2NUM(v)
  8182. | #define NUM2TIMET(v) NUM2LONG(v)
  8183. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  8184. | #define rb_dev_t dev_t
  8185. | #define SIGNEDNESS_OF_DEV_T -1
  8186. | #define DEVT2NUM(v) INT2NUM(v)
  8187. | #define NUM2DEVT(v) NUM2INT(v)
  8188. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  8189. | #define rb_mode_t mode_t
  8190. | #define SIGNEDNESS_OF_MODE_T +1
  8191. | #define MODET2NUM(v) UINT2NUM(v)
  8192. | #define NUM2MODET(v) NUM2UINT(v)
  8193. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  8194. | #define rb_rlim_t rlim_t
  8195. | #define SIGNEDNESS_OF_RLIM_T +1
  8196. | #define RLIM2NUM(v) ULL2NUM(v)
  8197. | #define NUM2RLIM(v) NUM2ULL(v)
  8198. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  8199. | #define rb_off_t off_t
  8200. | #define SIGNEDNESS_OF_OFF_T -1
  8201. | #define OFFT2NUM(v) LL2NUM(v)
  8202. | #define NUM2OFFT(v) NUM2LL(v)
  8203. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  8204. | /* end confdefs.h. */
  8205. | #include <stdio.h>
  8206. | #ifdef HAVE_SYS_TYPES_H
  8207. | # include <sys/types.h>
  8208. | #endif
  8209. | #ifdef HAVE_SYS_STAT_H
  8210. | # include <sys/stat.h>
  8211. | #endif
  8212. | #ifdef STDC_HEADERS
  8213. | # include <stdlib.h>
  8214. | # include <stddef.h>
  8215. | #else
  8216. | # ifdef HAVE_STDLIB_H
  8217. | # include <stdlib.h>
  8218. | # endif
  8219. | #endif
  8220. | #ifdef HAVE_STRING_H
  8221. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  8222. | # include <memory.h>
  8223. | # endif
  8224. | # include <string.h>
  8225. | #endif
  8226. | #ifdef HAVE_STRINGS_H
  8227. | # include <strings.h>
  8228. | #endif
  8229. | #ifdef HAVE_INTTYPES_H
  8230. | # include <inttypes.h>
  8231. | #endif
  8232. | #ifdef HAVE_STDINT_H
  8233. | # include <stdint.h>
  8234. | #endif
  8235. | #ifdef HAVE_UNISTD_H
  8236. | # include <unistd.h>
  8237. | #endif
  8238. | int
  8239. | main ()
  8240. | {
  8241. | static int test_array [1 - 2 * !(()-1 > 0)];
  8242. | test_array [0] = 0;
  8243. | return test_array [0];
  8244. |
  8245. | ;
  8246. | return 0;
  8247. | }
  8248. 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
  8249. conftest.c:151:13: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  8250. typedef rbcv_conftest_target_type;
  8251. ~~~~~~~ ^
  8252. 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')
  8253. extern rbcv_conftest_replace_type rbcv_conftest_var;
  8254. ^
  8255. conftest.c:153:37: note: previous declaration is here
  8256. extern rbcv_conftest_target_type rbcv_conftest_var;
  8257. ^
  8258. conftest.c:156:38: error: conflicting types for 'rbcv_conftest_func'
  8259. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  8260. ^
  8261. conftest.c:155:37: note: previous declaration is here
  8262. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  8263. ^
  8264. conftest.c:161:24: error: 'test_array' declared as an array with a negative size
  8265. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  8266. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  8267. 1 warning and 3 errors generated.
  8268. configure:14811: $? = 1
  8269. configure: failed program was:
  8270. | /* confdefs.h */
  8271. | #define PACKAGE_NAME ""
  8272. | #define PACKAGE_TARNAME ""
  8273. | #define PACKAGE_VERSION ""
  8274. | #define PACKAGE_STRING ""
  8275. | #define PACKAGE_BUGREPORT ""
  8276. | #define PACKAGE_URL ""
  8277. | #define CANONICALIZATION_FOR_MATHN 1
  8278. | #define STDC_HEADERS 1
  8279. | #define HAVE_SYS_TYPES_H 1
  8280. | #define HAVE_SYS_STAT_H 1
  8281. | #define HAVE_STDLIB_H 1
  8282. | #define HAVE_STRING_H 1
  8283. | #define HAVE_MEMORY_H 1
  8284. | #define HAVE_STRINGS_H 1
  8285. | #define HAVE_INTTYPES_H 1
  8286. | #define HAVE_STDINT_H 1
  8287. | #define HAVE_UNISTD_H 1
  8288. | #define __EXTENSIONS__ 1
  8289. | #define _ALL_SOURCE 1
  8290. | #define _GNU_SOURCE 1
  8291. | #define _POSIX_PTHREAD_SEMANTICS 1
  8292. | #define _TANDEM_SOURCE 1
  8293. | #define HAVE_INFINITY 1
  8294. | #define HAVE_NAN 1
  8295. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  8296. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  8297. | #define BROKEN_CRYPT 1
  8298. | #define HAVE_CRT_EXTERNS_H 1
  8299. | #define HAVE_LIBDL 1
  8300. | #define HAVE_DIRENT_H 1
  8301. | #define HAVE__BOOL 1
  8302. | #define HAVE_STDBOOL_H 1
  8303. | #define HAVE_SYS_WAIT_H 1
  8304. | #define HAVE_GRP_H 1
  8305. | #define HAVE_FCNTL_H 1
  8306. | #define HAVE_FLOAT_H 1
  8307. | #define HAVE_LANGINFO_H 1
  8308. | #define HAVE_LIMITS_H 1
  8309. | #define HAVE_LOCALE_H 1
  8310. | #define HAVE_MALLOC_MALLOC_H 1
  8311. | #define HAVE_PWD_H 1
  8312. | #define HAVE_SYS_ATTR_H 1
  8313. | #define HAVE_SYS_FCNTL_H 1
  8314. | #define HAVE_SYS_FILE_H 1
  8315. | #define HAVE_SYS_IOCTL_H 1
  8316. | #define HAVE_SYS_PARAM_H 1
  8317. | #define HAVE_SYS_RESOURCE_H 1
  8318. | #define HAVE_SYS_SELECT_H 1
  8319. | #define HAVE_SYS_SOCKET_H 1
  8320. | #define HAVE_SYS_TIME_H 1
  8321. | #define HAVE_SYS_TIMES_H 1
  8322. | #define HAVE_SYS_UIO_H 1
  8323. | #define HAVE_TIME_H 1
  8324. | #define HAVE_UCONTEXT_H 1
  8325. | #define HAVE_UTIME_H 1
  8326. | #define HAVE_GMP_H 1
  8327. | #define HAVE_LIBGMP 1
  8328. | #define HAVE_TYPEOF 1
  8329. | #define HAVE_LONG_LONG 1
  8330. | #define HAVE_OFF_T 1
  8331. | #define SIZEOF_INT 4
  8332. | #define SIZEOF_SHORT 2
  8333. | #define SIZEOF_LONG 8
  8334. | #define SIZEOF_LONG_LONG 8
  8335. | #define SIZEOF___INT64 0
  8336. | #define SIZEOF___INT128 16
  8337. | #define SIZEOF_OFF_T 8
  8338. | #define SIZEOF_VOIDP 8
  8339. | #define SIZEOF_FLOAT 4
  8340. | #define SIZEOF_DOUBLE 8
  8341. | #define SIZEOF_TIME_T 8
  8342. | #define SIZEOF_CLOCK_T 8
  8343. | #define PACKED_STRUCT(x) x __attribute__((packed))
  8344. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  8345. | #define PRI_LL_PREFIX "ll"
  8346. | #define rb_pid_t pid_t
  8347. | #define SIGNEDNESS_OF_PID_T -1
  8348. | #define PIDT2NUM(v) INT2NUM(v)
  8349. | #define NUM2PIDT(v) NUM2INT(v)
  8350. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  8351. | #define rb_uid_t uid_t
  8352. | #define SIGNEDNESS_OF_UID_T +1
  8353. | #define UIDT2NUM(v) UINT2NUM(v)
  8354. | #define NUM2UIDT(v) NUM2UINT(v)
  8355. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  8356. | #define rb_gid_t gid_t
  8357. | #define SIGNEDNESS_OF_GID_T +1
  8358. | #define GIDT2NUM(v) UINT2NUM(v)
  8359. | #define NUM2GIDT(v) NUM2UINT(v)
  8360. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  8361. | #define rb_time_t time_t
  8362. | #define SIGNEDNESS_OF_TIME_T -1
  8363. | #define TIMET2NUM(v) LONG2NUM(v)
  8364. | #define NUM2TIMET(v) NUM2LONG(v)
  8365. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  8366. | #define rb_dev_t dev_t
  8367. | #define SIGNEDNESS_OF_DEV_T -1
  8368. | #define DEVT2NUM(v) INT2NUM(v)
  8369. | #define NUM2DEVT(v) NUM2INT(v)
  8370. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  8371. | #define rb_mode_t mode_t
  8372. | #define SIGNEDNESS_OF_MODE_T +1
  8373. | #define MODET2NUM(v) UINT2NUM(v)
  8374. | #define NUM2MODET(v) NUM2UINT(v)
  8375. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  8376. | #define rb_rlim_t rlim_t
  8377. | #define SIGNEDNESS_OF_RLIM_T +1
  8378. | #define RLIM2NUM(v) ULL2NUM(v)
  8379. | #define NUM2RLIM(v) NUM2ULL(v)
  8380. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  8381. | #define rb_off_t off_t
  8382. | #define SIGNEDNESS_OF_OFF_T -1
  8383. | #define OFFT2NUM(v) LL2NUM(v)
  8384. | #define NUM2OFFT(v) NUM2LL(v)
  8385. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  8386. | /* end confdefs.h. */
  8387. | #include <stdio.h>
  8388. | #ifdef HAVE_SYS_TYPES_H
  8389. | # include <sys/types.h>
  8390. | #endif
  8391. | #ifdef HAVE_SYS_STAT_H
  8392. | # include <sys/stat.h>
  8393. | #endif
  8394. | #ifdef STDC_HEADERS
  8395. | # include <stdlib.h>
  8396. | # include <stddef.h>
  8397. | #else
  8398. | # ifdef HAVE_STDLIB_H
  8399. | # include <stdlib.h>
  8400. | # endif
  8401. | #endif
  8402. | #ifdef HAVE_STRING_H
  8403. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  8404. | # include <memory.h>
  8405. | # endif
  8406. | # include <string.h>
  8407. | #endif
  8408. | #ifdef HAVE_STRINGS_H
  8409. | # include <strings.h>
  8410. | #endif
  8411. | #ifdef HAVE_INTTYPES_H
  8412. | # include <inttypes.h>
  8413. | #endif
  8414. | #ifdef HAVE_STDINT_H
  8415. | # include <stdint.h>
  8416. | #endif
  8417. | #ifdef HAVE_UNISTD_H
  8418. | # include <unistd.h>
  8419. | #endif
  8420. | typedef rbcv_conftest_target_type;
  8421. | typedef long long rbcv_conftest_replace_type;
  8422. | extern rbcv_conftest_target_type rbcv_conftest_var;
  8423. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  8424. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  8425. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  8426. |
  8427. | int
  8428. | main ()
  8429. | {
  8430. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  8431. | test_array [0] = 0;
  8432. | return test_array [0];
  8433. |
  8434. | ;
  8435. | return 0;
  8436. | }
  8437. 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
  8438. conftest.c:151:13: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  8439. typedef rbcv_conftest_target_type;
  8440. ~~~~~~~ ^
  8441. 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')
  8442. extern rbcv_conftest_replace_type rbcv_conftest_var;
  8443. ^
  8444. conftest.c:153:37: note: previous declaration is here
  8445. extern rbcv_conftest_target_type rbcv_conftest_var;
  8446. ^
  8447. conftest.c:156:38: error: conflicting types for 'rbcv_conftest_func'
  8448. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  8449. ^
  8450. conftest.c:155:37: note: previous declaration is here
  8451. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  8452. ^
  8453. conftest.c:161:24: error: 'test_array' declared as an array with a negative size
  8454. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  8455. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  8456. 1 warning and 3 errors generated.
  8457. configure:14811: $? = 1
  8458. configure: failed program was:
  8459. | /* confdefs.h */
  8460. | #define PACKAGE_NAME ""
  8461. | #define PACKAGE_TARNAME ""
  8462. | #define PACKAGE_VERSION ""
  8463. | #define PACKAGE_STRING ""
  8464. | #define PACKAGE_BUGREPORT ""
  8465. | #define PACKAGE_URL ""
  8466. | #define CANONICALIZATION_FOR_MATHN 1
  8467. | #define STDC_HEADERS 1
  8468. | #define HAVE_SYS_TYPES_H 1
  8469. | #define HAVE_SYS_STAT_H 1
  8470. | #define HAVE_STDLIB_H 1
  8471. | #define HAVE_STRING_H 1
  8472. | #define HAVE_MEMORY_H 1
  8473. | #define HAVE_STRINGS_H 1
  8474. | #define HAVE_INTTYPES_H 1
  8475. | #define HAVE_STDINT_H 1
  8476. | #define HAVE_UNISTD_H 1
  8477. | #define __EXTENSIONS__ 1
  8478. | #define _ALL_SOURCE 1
  8479. | #define _GNU_SOURCE 1
  8480. | #define _POSIX_PTHREAD_SEMANTICS 1
  8481. | #define _TANDEM_SOURCE 1
  8482. | #define HAVE_INFINITY 1
  8483. | #define HAVE_NAN 1
  8484. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  8485. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  8486. | #define BROKEN_CRYPT 1
  8487. | #define HAVE_CRT_EXTERNS_H 1
  8488. | #define HAVE_LIBDL 1
  8489. | #define HAVE_DIRENT_H 1
  8490. | #define HAVE__BOOL 1
  8491. | #define HAVE_STDBOOL_H 1
  8492. | #define HAVE_SYS_WAIT_H 1
  8493. | #define HAVE_GRP_H 1
  8494. | #define HAVE_FCNTL_H 1
  8495. | #define HAVE_FLOAT_H 1
  8496. | #define HAVE_LANGINFO_H 1
  8497. | #define HAVE_LIMITS_H 1
  8498. | #define HAVE_LOCALE_H 1
  8499. | #define HAVE_MALLOC_MALLOC_H 1
  8500. | #define HAVE_PWD_H 1
  8501. | #define HAVE_SYS_ATTR_H 1
  8502. | #define HAVE_SYS_FCNTL_H 1
  8503. | #define HAVE_SYS_FILE_H 1
  8504. | #define HAVE_SYS_IOCTL_H 1
  8505. | #define HAVE_SYS_PARAM_H 1
  8506. | #define HAVE_SYS_RESOURCE_H 1
  8507. | #define HAVE_SYS_SELECT_H 1
  8508. | #define HAVE_SYS_SOCKET_H 1
  8509. | #define HAVE_SYS_TIME_H 1
  8510. | #define HAVE_SYS_TIMES_H 1
  8511. | #define HAVE_SYS_UIO_H 1
  8512. | #define HAVE_TIME_H 1
  8513. | #define HAVE_UCONTEXT_H 1
  8514. | #define HAVE_UTIME_H 1
  8515. | #define HAVE_GMP_H 1
  8516. | #define HAVE_LIBGMP 1
  8517. | #define HAVE_TYPEOF 1
  8518. | #define HAVE_LONG_LONG 1
  8519. | #define HAVE_OFF_T 1
  8520. | #define SIZEOF_INT 4
  8521. | #define SIZEOF_SHORT 2
  8522. | #define SIZEOF_LONG 8
  8523. | #define SIZEOF_LONG_LONG 8
  8524. | #define SIZEOF___INT64 0
  8525. | #define SIZEOF___INT128 16
  8526. | #define SIZEOF_OFF_T 8
  8527. | #define SIZEOF_VOIDP 8
  8528. | #define SIZEOF_FLOAT 4
  8529. | #define SIZEOF_DOUBLE 8
  8530. | #define SIZEOF_TIME_T 8
  8531. | #define SIZEOF_CLOCK_T 8
  8532. | #define PACKED_STRUCT(x) x __attribute__((packed))
  8533. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  8534. | #define PRI_LL_PREFIX "ll"
  8535. | #define rb_pid_t pid_t
  8536. | #define SIGNEDNESS_OF_PID_T -1
  8537. | #define PIDT2NUM(v) INT2NUM(v)
  8538. | #define NUM2PIDT(v) NUM2INT(v)
  8539. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  8540. | #define rb_uid_t uid_t
  8541. | #define SIGNEDNESS_OF_UID_T +1
  8542. | #define UIDT2NUM(v) UINT2NUM(v)
  8543. | #define NUM2UIDT(v) NUM2UINT(v)
  8544. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  8545. | #define rb_gid_t gid_t
  8546. | #define SIGNEDNESS_OF_GID_T +1
  8547. | #define GIDT2NUM(v) UINT2NUM(v)
  8548. | #define NUM2GIDT(v) NUM2UINT(v)
  8549. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  8550. | #define rb_time_t time_t
  8551. | #define SIGNEDNESS_OF_TIME_T -1
  8552. | #define TIMET2NUM(v) LONG2NUM(v)
  8553. | #define NUM2TIMET(v) NUM2LONG(v)
  8554. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  8555. | #define rb_dev_t dev_t
  8556. | #define SIGNEDNESS_OF_DEV_T -1
  8557. | #define DEVT2NUM(v) INT2NUM(v)
  8558. | #define NUM2DEVT(v) NUM2INT(v)
  8559. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  8560. | #define rb_mode_t mode_t
  8561. | #define SIGNEDNESS_OF_MODE_T +1
  8562. | #define MODET2NUM(v) UINT2NUM(v)
  8563. | #define NUM2MODET(v) NUM2UINT(v)
  8564. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  8565. | #define rb_rlim_t rlim_t
  8566. | #define SIGNEDNESS_OF_RLIM_T +1
  8567. | #define RLIM2NUM(v) ULL2NUM(v)
  8568. | #define NUM2RLIM(v) NUM2ULL(v)
  8569. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  8570. | #define rb_off_t off_t
  8571. | #define SIGNEDNESS_OF_OFF_T -1
  8572. | #define OFFT2NUM(v) LL2NUM(v)
  8573. | #define NUM2OFFT(v) NUM2LL(v)
  8574. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  8575. | /* end confdefs.h. */
  8576. | #include <stdio.h>
  8577. | #ifdef HAVE_SYS_TYPES_H
  8578. | # include <sys/types.h>
  8579. | #endif
  8580. | #ifdef HAVE_SYS_STAT_H
  8581. | # include <sys/stat.h>
  8582. | #endif
  8583. | #ifdef STDC_HEADERS
  8584. | # include <stdlib.h>
  8585. | # include <stddef.h>
  8586. | #else
  8587. | # ifdef HAVE_STDLIB_H
  8588. | # include <stdlib.h>
  8589. | # endif
  8590. | #endif
  8591. | #ifdef HAVE_STRING_H
  8592. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  8593. | # include <memory.h>
  8594. | # endif
  8595. | # include <string.h>
  8596. | #endif
  8597. | #ifdef HAVE_STRINGS_H
  8598. | # include <strings.h>
  8599. | #endif
  8600. | #ifdef HAVE_INTTYPES_H
  8601. | # include <inttypes.h>
  8602. | #endif
  8603. | #ifdef HAVE_STDINT_H
  8604. | # include <stdint.h>
  8605. | #endif
  8606. | #ifdef HAVE_UNISTD_H
  8607. | # include <unistd.h>
  8608. | #endif
  8609. | typedef rbcv_conftest_target_type;
  8610. | typedef long rbcv_conftest_replace_type;
  8611. | extern rbcv_conftest_target_type rbcv_conftest_var;
  8612. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  8613. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  8614. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  8615. |
  8616. | int
  8617. | main ()
  8618. | {
  8619. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  8620. | test_array [0] = 0;
  8621. | return test_array [0];
  8622. |
  8623. | ;
  8624. | return 0;
  8625. | }
  8626. 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
  8627. conftest.c:151:13: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  8628. typedef rbcv_conftest_target_type;
  8629. ~~~~~~~ ^
  8630. 1 warning generated.
  8631. configure:14811: $? = 0
  8632. configure:14831: result: INT
  8633. configure:14883: checking for prototypes
  8634. 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
  8635. configure:14899: $? = 0
  8636. configure:14906: result: yes
  8637. configure:14915: checking token paste string
  8638. 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
  8639. configure:14931: $? = 0
  8640. configure:14938: result: ansi
  8641. configure:14952: checking stringization
  8642. 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
  8643. configure:14981: $? = 0
  8644. configure:14990: result: #expr
  8645. configure:15005: checking string literal concatenation
  8646. 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
  8647. configure:15029: $? = 0
  8648. configure:15037: result: yes
  8649. configure:15046: checking for variable length prototypes and stdarg.h
  8650. 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
  8651. configure:15072: $? = 0
  8652. configure:15079: result: yes
  8653. configure:15088: checking for variable length macro
  8654. 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
  8655. configure:15107: $? = 0
  8656. configure:15114: result: yes
  8657. configure:15131: checking for CONSTFUNC function attribute
  8658. 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
  8659. configure:15173: $? = 0
  8660. configure:15191: result: __attribute__ ((__const__)) x
  8661. configure:15204: checking for PUREFUNC function attribute
  8662. 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
  8663. configure:15246: $? = 0
  8664. configure:15264: result: __attribute__ ((__pure__)) x
  8665. configure:15277: checking for NORETURN function attribute
  8666. 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
  8667. configure:15319: $? = 0
  8668. configure:15337: result: __attribute__ ((__noreturn__)) x
  8669. configure:15350: checking for DEPRECATED function attribute
  8670. 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
  8671. configure:15392: $? = 0
  8672. configure:15410: result: __attribute__ ((__deprecated__)) x
  8673. configure:15423: checking for DEPRECATED_BY function attribute
  8674. 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
  8675. configure:15465: $? = 0
  8676. configure:15483: result: __attribute__ ((__deprecated__("by "#n))) x
  8677. configure:15496: checking for DEPRECATED_TYPE type attribute
  8678. 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
  8679. conftest.c:140:5: warning: attribute '__deprecated__' is ignored, place it after "struct" to apply attribute to type declaration [-Wignored-attributes]
  8680. DEPRECATED_TYPE(mesg,x);
  8681. ^
  8682. conftest.c:134:49: note: expanded from macro 'DEPRECATED_TYPE'
  8683. #define DEPRECATED_TYPE(mesg,x) __attribute__ ((__deprecated__ mesg)) x
  8684. ^
  8685. 1 warning generated.
  8686. configure:15539: $? = 0
  8687. configure: failed program was:
  8688. | /* confdefs.h */
  8689. | #define PACKAGE_NAME ""
  8690. | #define PACKAGE_TARNAME ""
  8691. | #define PACKAGE_VERSION ""
  8692. | #define PACKAGE_STRING ""
  8693. | #define PACKAGE_BUGREPORT ""
  8694. | #define PACKAGE_URL ""
  8695. | #define CANONICALIZATION_FOR_MATHN 1
  8696. | #define STDC_HEADERS 1
  8697. | #define HAVE_SYS_TYPES_H 1
  8698. | #define HAVE_SYS_STAT_H 1
  8699. | #define HAVE_STDLIB_H 1
  8700. | #define HAVE_STRING_H 1
  8701. | #define HAVE_MEMORY_H 1
  8702. | #define HAVE_STRINGS_H 1
  8703. | #define HAVE_INTTYPES_H 1
  8704. | #define HAVE_STDINT_H 1
  8705. | #define HAVE_UNISTD_H 1
  8706. | #define __EXTENSIONS__ 1
  8707. | #define _ALL_SOURCE 1
  8708. | #define _GNU_SOURCE 1
  8709. | #define _POSIX_PTHREAD_SEMANTICS 1
  8710. | #define _TANDEM_SOURCE 1
  8711. | #define HAVE_INFINITY 1
  8712. | #define HAVE_NAN 1
  8713. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  8714. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  8715. | #define BROKEN_CRYPT 1
  8716. | #define HAVE_CRT_EXTERNS_H 1
  8717. | #define HAVE_LIBDL 1
  8718. | #define HAVE_DIRENT_H 1
  8719. | #define HAVE__BOOL 1
  8720. | #define HAVE_STDBOOL_H 1
  8721. | #define HAVE_SYS_WAIT_H 1
  8722. | #define HAVE_GRP_H 1
  8723. | #define HAVE_FCNTL_H 1
  8724. | #define HAVE_FLOAT_H 1
  8725. | #define HAVE_LANGINFO_H 1
  8726. | #define HAVE_LIMITS_H 1
  8727. | #define HAVE_LOCALE_H 1
  8728. | #define HAVE_MALLOC_MALLOC_H 1
  8729. | #define HAVE_PWD_H 1
  8730. | #define HAVE_SYS_ATTR_H 1
  8731. | #define HAVE_SYS_FCNTL_H 1
  8732. | #define HAVE_SYS_FILE_H 1
  8733. | #define HAVE_SYS_IOCTL_H 1
  8734. | #define HAVE_SYS_PARAM_H 1
  8735. | #define HAVE_SYS_RESOURCE_H 1
  8736. | #define HAVE_SYS_SELECT_H 1
  8737. | #define HAVE_SYS_SOCKET_H 1
  8738. | #define HAVE_SYS_TIME_H 1
  8739. | #define HAVE_SYS_TIMES_H 1
  8740. | #define HAVE_SYS_UIO_H 1
  8741. | #define HAVE_TIME_H 1
  8742. | #define HAVE_UCONTEXT_H 1
  8743. | #define HAVE_UTIME_H 1
  8744. | #define HAVE_GMP_H 1
  8745. | #define HAVE_LIBGMP 1
  8746. | #define HAVE_TYPEOF 1
  8747. | #define HAVE_LONG_LONG 1
  8748. | #define HAVE_OFF_T 1
  8749. | #define SIZEOF_INT 4
  8750. | #define SIZEOF_SHORT 2
  8751. | #define SIZEOF_LONG 8
  8752. | #define SIZEOF_LONG_LONG 8
  8753. | #define SIZEOF___INT64 0
  8754. | #define SIZEOF___INT128 16
  8755. | #define SIZEOF_OFF_T 8
  8756. | #define SIZEOF_VOIDP 8
  8757. | #define SIZEOF_FLOAT 4
  8758. | #define SIZEOF_DOUBLE 8
  8759. | #define SIZEOF_TIME_T 8
  8760. | #define SIZEOF_CLOCK_T 8
  8761. | #define PACKED_STRUCT(x) x __attribute__((packed))
  8762. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  8763. | #define PRI_LL_PREFIX "ll"
  8764. | #define rb_pid_t pid_t
  8765. | #define SIGNEDNESS_OF_PID_T -1
  8766. | #define PIDT2NUM(v) INT2NUM(v)
  8767. | #define NUM2PIDT(v) NUM2INT(v)
  8768. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  8769. | #define rb_uid_t uid_t
  8770. | #define SIGNEDNESS_OF_UID_T +1
  8771. | #define UIDT2NUM(v) UINT2NUM(v)
  8772. | #define NUM2UIDT(v) NUM2UINT(v)
  8773. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  8774. | #define rb_gid_t gid_t
  8775. | #define SIGNEDNESS_OF_GID_T +1
  8776. | #define GIDT2NUM(v) UINT2NUM(v)
  8777. | #define NUM2GIDT(v) NUM2UINT(v)
  8778. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  8779. | #define rb_time_t time_t
  8780. | #define SIGNEDNESS_OF_TIME_T -1
  8781. | #define TIMET2NUM(v) LONG2NUM(v)
  8782. | #define NUM2TIMET(v) NUM2LONG(v)
  8783. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  8784. | #define rb_dev_t dev_t
  8785. | #define SIGNEDNESS_OF_DEV_T -1
  8786. | #define DEVT2NUM(v) INT2NUM(v)
  8787. | #define NUM2DEVT(v) NUM2INT(v)
  8788. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  8789. | #define rb_mode_t mode_t
  8790. | #define SIGNEDNESS_OF_MODE_T +1
  8791. | #define MODET2NUM(v) UINT2NUM(v)
  8792. | #define NUM2MODET(v) NUM2UINT(v)
  8793. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  8794. | #define rb_rlim_t rlim_t
  8795. | #define SIGNEDNESS_OF_RLIM_T +1
  8796. | #define RLIM2NUM(v) ULL2NUM(v)
  8797. | #define NUM2RLIM(v) NUM2ULL(v)
  8798. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  8799. | #define rb_off_t off_t
  8800. | #define SIGNEDNESS_OF_OFF_T -1
  8801. | #define OFFT2NUM(v) LL2NUM(v)
  8802. | #define NUM2OFFT(v) NUM2LL(v)
  8803. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  8804. | #define rb_clockid_t int
  8805. | #define SIGNEDNESS_OF_CLOCKID_T -1
  8806. | #define CLOCKID2NUM(v) INT2NUM(v)
  8807. | #define NUM2CLOCKID(v) NUM2INT(v)
  8808. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  8809. | #define HAVE_PROTOTYPES 1
  8810. | #define TOKEN_PASTE(x,y) x##y
  8811. | #define STRINGIZE(expr) STRINGIZE0(expr)
  8812. | #define HAVE_STDARG_PROTOTYPES 1
  8813. | #define HAVE_VA_ARGS_MACRO 1
  8814. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  8815. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  8816. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  8817. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  8818. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  8819. | /* end confdefs.h. */
  8820. |
  8821. | #define DEPRECATED_TYPE(mesg,x) __attribute__ ((__deprecated__ mesg)) x
  8822. |
  8823. |
  8824. | #define x struct conftest_attribute_check {int i;}
  8825. |
  8826. | #define mesg ("")
  8827. | DEPRECATED_TYPE(mesg,x);
  8828. | int
  8829. | main ()
  8830. | {
  8831. |
  8832. | ;
  8833. | return 0;
  8834. | }
  8835. 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
  8836. configure:15539: $? = 0
  8837. configure:15557: result: x __attribute__ ((__deprecated__ mesg))
  8838. configure:15570: checking for NOINLINE function attribute
  8839. 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
  8840. configure:15612: $? = 0
  8841. configure:15630: result: __attribute__ ((__noinline__)) x
  8842. configure:15643: checking for ALWAYS_INLINE function attribute
  8843. 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
  8844. configure:15685: $? = 0
  8845. configure:15703: result: __attribute__ ((__always_inline__)) x
  8846. configure:15716: checking for WARN_UNUSED_RESULT function attribute
  8847. 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
  8848. configure:15758: $? = 0
  8849. configure:15776: result: __attribute__ ((__warn_unused_result__)) x
  8850. configure:15789: checking for MAYBE_UNUSED function attribute
  8851. 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
  8852. configure:15831: $? = 0
  8853. configure:15849: result: __attribute__ ((__unused__)) x
  8854. configure:15862: checking for ERRORFUNC function attribute
  8855. 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
  8856. conftest.c:144:5: warning: unknown attribute '__error__' ignored [-Wunknown-attributes]
  8857. ERRORFUNC(mesg,x);
  8858. ^
  8859. conftest.c:139:43: note: expanded from macro 'ERRORFUNC'
  8860. #define ERRORFUNC(mesg,x) __attribute__ ((__error__ mesg)) x
  8861. ^
  8862. 1 warning generated.
  8863. configure:15904: $? = 0
  8864. configure: failed program was:
  8865. | /* confdefs.h */
  8866. | #define PACKAGE_NAME ""
  8867. | #define PACKAGE_TARNAME ""
  8868. | #define PACKAGE_VERSION ""
  8869. | #define PACKAGE_STRING ""
  8870. | #define PACKAGE_BUGREPORT ""
  8871. | #define PACKAGE_URL ""
  8872. | #define CANONICALIZATION_FOR_MATHN 1
  8873. | #define STDC_HEADERS 1
  8874. | #define HAVE_SYS_TYPES_H 1
  8875. | #define HAVE_SYS_STAT_H 1
  8876. | #define HAVE_STDLIB_H 1
  8877. | #define HAVE_STRING_H 1
  8878. | #define HAVE_MEMORY_H 1
  8879. | #define HAVE_STRINGS_H 1
  8880. | #define HAVE_INTTYPES_H 1
  8881. | #define HAVE_STDINT_H 1
  8882. | #define HAVE_UNISTD_H 1
  8883. | #define __EXTENSIONS__ 1
  8884. | #define _ALL_SOURCE 1
  8885. | #define _GNU_SOURCE 1
  8886. | #define _POSIX_PTHREAD_SEMANTICS 1
  8887. | #define _TANDEM_SOURCE 1
  8888. | #define HAVE_INFINITY 1
  8889. | #define HAVE_NAN 1
  8890. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  8891. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  8892. | #define BROKEN_CRYPT 1
  8893. | #define HAVE_CRT_EXTERNS_H 1
  8894. | #define HAVE_LIBDL 1
  8895. | #define HAVE_DIRENT_H 1
  8896. | #define HAVE__BOOL 1
  8897. | #define HAVE_STDBOOL_H 1
  8898. | #define HAVE_SYS_WAIT_H 1
  8899. | #define HAVE_GRP_H 1
  8900. | #define HAVE_FCNTL_H 1
  8901. | #define HAVE_FLOAT_H 1
  8902. | #define HAVE_LANGINFO_H 1
  8903. | #define HAVE_LIMITS_H 1
  8904. | #define HAVE_LOCALE_H 1
  8905. | #define HAVE_MALLOC_MALLOC_H 1
  8906. | #define HAVE_PWD_H 1
  8907. | #define HAVE_SYS_ATTR_H 1
  8908. | #define HAVE_SYS_FCNTL_H 1
  8909. | #define HAVE_SYS_FILE_H 1
  8910. | #define HAVE_SYS_IOCTL_H 1
  8911. | #define HAVE_SYS_PARAM_H 1
  8912. | #define HAVE_SYS_RESOURCE_H 1
  8913. | #define HAVE_SYS_SELECT_H 1
  8914. | #define HAVE_SYS_SOCKET_H 1
  8915. | #define HAVE_SYS_TIME_H 1
  8916. | #define HAVE_SYS_TIMES_H 1
  8917. | #define HAVE_SYS_UIO_H 1
  8918. | #define HAVE_TIME_H 1
  8919. | #define HAVE_UCONTEXT_H 1
  8920. | #define HAVE_UTIME_H 1
  8921. | #define HAVE_GMP_H 1
  8922. | #define HAVE_LIBGMP 1
  8923. | #define HAVE_TYPEOF 1
  8924. | #define HAVE_LONG_LONG 1
  8925. | #define HAVE_OFF_T 1
  8926. | #define SIZEOF_INT 4
  8927. | #define SIZEOF_SHORT 2
  8928. | #define SIZEOF_LONG 8
  8929. | #define SIZEOF_LONG_LONG 8
  8930. | #define SIZEOF___INT64 0
  8931. | #define SIZEOF___INT128 16
  8932. | #define SIZEOF_OFF_T 8
  8933. | #define SIZEOF_VOIDP 8
  8934. | #define SIZEOF_FLOAT 4
  8935. | #define SIZEOF_DOUBLE 8
  8936. | #define SIZEOF_TIME_T 8
  8937. | #define SIZEOF_CLOCK_T 8
  8938. | #define PACKED_STRUCT(x) x __attribute__((packed))
  8939. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  8940. | #define PRI_LL_PREFIX "ll"
  8941. | #define rb_pid_t pid_t
  8942. | #define SIGNEDNESS_OF_PID_T -1
  8943. | #define PIDT2NUM(v) INT2NUM(v)
  8944. | #define NUM2PIDT(v) NUM2INT(v)
  8945. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  8946. | #define rb_uid_t uid_t
  8947. | #define SIGNEDNESS_OF_UID_T +1
  8948. | #define UIDT2NUM(v) UINT2NUM(v)
  8949. | #define NUM2UIDT(v) NUM2UINT(v)
  8950. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  8951. | #define rb_gid_t gid_t
  8952. | #define SIGNEDNESS_OF_GID_T +1
  8953. | #define GIDT2NUM(v) UINT2NUM(v)
  8954. | #define NUM2GIDT(v) NUM2UINT(v)
  8955. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  8956. | #define rb_time_t time_t
  8957. | #define SIGNEDNESS_OF_TIME_T -1
  8958. | #define TIMET2NUM(v) LONG2NUM(v)
  8959. | #define NUM2TIMET(v) NUM2LONG(v)
  8960. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  8961. | #define rb_dev_t dev_t
  8962. | #define SIGNEDNESS_OF_DEV_T -1
  8963. | #define DEVT2NUM(v) INT2NUM(v)
  8964. | #define NUM2DEVT(v) NUM2INT(v)
  8965. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  8966. | #define rb_mode_t mode_t
  8967. | #define SIGNEDNESS_OF_MODE_T +1
  8968. | #define MODET2NUM(v) UINT2NUM(v)
  8969. | #define NUM2MODET(v) NUM2UINT(v)
  8970. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  8971. | #define rb_rlim_t rlim_t
  8972. | #define SIGNEDNESS_OF_RLIM_T +1
  8973. | #define RLIM2NUM(v) ULL2NUM(v)
  8974. | #define NUM2RLIM(v) NUM2ULL(v)
  8975. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  8976. | #define rb_off_t off_t
  8977. | #define SIGNEDNESS_OF_OFF_T -1
  8978. | #define OFFT2NUM(v) LL2NUM(v)
  8979. | #define NUM2OFFT(v) NUM2LL(v)
  8980. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  8981. | #define rb_clockid_t int
  8982. | #define SIGNEDNESS_OF_CLOCKID_T -1
  8983. | #define CLOCKID2NUM(v) INT2NUM(v)
  8984. | #define NUM2CLOCKID(v) NUM2INT(v)
  8985. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  8986. | #define HAVE_PROTOTYPES 1
  8987. | #define TOKEN_PASTE(x,y) x##y
  8988. | #define STRINGIZE(expr) STRINGIZE0(expr)
  8989. | #define HAVE_STDARG_PROTOTYPES 1
  8990. | #define HAVE_VA_ARGS_MACRO 1
  8991. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  8992. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  8993. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  8994. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  8995. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  8996. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  8997. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  8998. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  8999. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  9000. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  9001. | /* end confdefs.h. */
  9002. |
  9003. | #define ERRORFUNC(mesg,x) __attribute__ ((__error__ mesg)) x
  9004. |
  9005. | #define x int conftest_attribute_check(void)
  9006. |
  9007. | #define mesg ("")
  9008. | ERRORFUNC(mesg,x);
  9009. | int
  9010. | main ()
  9011. | {
  9012. |
  9013. | ;
  9014. | return 0;
  9015. | }
  9016. 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
  9017. conftest.c:144:5: warning: unknown attribute '__error__' ignored [-Wunknown-attributes]
  9018. ERRORFUNC(mesg,x);
  9019. ^
  9020. conftest.c:139:45: note: expanded from macro 'ERRORFUNC'
  9021. #define ERRORFUNC(mesg,x) x __attribute__ ((__error__ mesg))
  9022. ^
  9023. 1 warning generated.
  9024. configure:15904: $? = 0
  9025. configure: failed program was:
  9026. | /* confdefs.h */
  9027. | #define PACKAGE_NAME ""
  9028. | #define PACKAGE_TARNAME ""
  9029. | #define PACKAGE_VERSION ""
  9030. | #define PACKAGE_STRING ""
  9031. | #define PACKAGE_BUGREPORT ""
  9032. | #define PACKAGE_URL ""
  9033. | #define CANONICALIZATION_FOR_MATHN 1
  9034. | #define STDC_HEADERS 1
  9035. | #define HAVE_SYS_TYPES_H 1
  9036. | #define HAVE_SYS_STAT_H 1
  9037. | #define HAVE_STDLIB_H 1
  9038. | #define HAVE_STRING_H 1
  9039. | #define HAVE_MEMORY_H 1
  9040. | #define HAVE_STRINGS_H 1
  9041. | #define HAVE_INTTYPES_H 1
  9042. | #define HAVE_STDINT_H 1
  9043. | #define HAVE_UNISTD_H 1
  9044. | #define __EXTENSIONS__ 1
  9045. | #define _ALL_SOURCE 1
  9046. | #define _GNU_SOURCE 1
  9047. | #define _POSIX_PTHREAD_SEMANTICS 1
  9048. | #define _TANDEM_SOURCE 1
  9049. | #define HAVE_INFINITY 1
  9050. | #define HAVE_NAN 1
  9051. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  9052. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  9053. | #define BROKEN_CRYPT 1
  9054. | #define HAVE_CRT_EXTERNS_H 1
  9055. | #define HAVE_LIBDL 1
  9056. | #define HAVE_DIRENT_H 1
  9057. | #define HAVE__BOOL 1
  9058. | #define HAVE_STDBOOL_H 1
  9059. | #define HAVE_SYS_WAIT_H 1
  9060. | #define HAVE_GRP_H 1
  9061. | #define HAVE_FCNTL_H 1
  9062. | #define HAVE_FLOAT_H 1
  9063. | #define HAVE_LANGINFO_H 1
  9064. | #define HAVE_LIMITS_H 1
  9065. | #define HAVE_LOCALE_H 1
  9066. | #define HAVE_MALLOC_MALLOC_H 1
  9067. | #define HAVE_PWD_H 1
  9068. | #define HAVE_SYS_ATTR_H 1
  9069. | #define HAVE_SYS_FCNTL_H 1
  9070. | #define HAVE_SYS_FILE_H 1
  9071. | #define HAVE_SYS_IOCTL_H 1
  9072. | #define HAVE_SYS_PARAM_H 1
  9073. | #define HAVE_SYS_RESOURCE_H 1
  9074. | #define HAVE_SYS_SELECT_H 1
  9075. | #define HAVE_SYS_SOCKET_H 1
  9076. | #define HAVE_SYS_TIME_H 1
  9077. | #define HAVE_SYS_TIMES_H 1
  9078. | #define HAVE_SYS_UIO_H 1
  9079. | #define HAVE_TIME_H 1
  9080. | #define HAVE_UCONTEXT_H 1
  9081. | #define HAVE_UTIME_H 1
  9082. | #define HAVE_GMP_H 1
  9083. | #define HAVE_LIBGMP 1
  9084. | #define HAVE_TYPEOF 1
  9085. | #define HAVE_LONG_LONG 1
  9086. | #define HAVE_OFF_T 1
  9087. | #define SIZEOF_INT 4
  9088. | #define SIZEOF_SHORT 2
  9089. | #define SIZEOF_LONG 8
  9090. | #define SIZEOF_LONG_LONG 8
  9091. | #define SIZEOF___INT64 0
  9092. | #define SIZEOF___INT128 16
  9093. | #define SIZEOF_OFF_T 8
  9094. | #define SIZEOF_VOIDP 8
  9095. | #define SIZEOF_FLOAT 4
  9096. | #define SIZEOF_DOUBLE 8
  9097. | #define SIZEOF_TIME_T 8
  9098. | #define SIZEOF_CLOCK_T 8
  9099. | #define PACKED_STRUCT(x) x __attribute__((packed))
  9100. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  9101. | #define PRI_LL_PREFIX "ll"
  9102. | #define rb_pid_t pid_t
  9103. | #define SIGNEDNESS_OF_PID_T -1
  9104. | #define PIDT2NUM(v) INT2NUM(v)
  9105. | #define NUM2PIDT(v) NUM2INT(v)
  9106. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  9107. | #define rb_uid_t uid_t
  9108. | #define SIGNEDNESS_OF_UID_T +1
  9109. | #define UIDT2NUM(v) UINT2NUM(v)
  9110. | #define NUM2UIDT(v) NUM2UINT(v)
  9111. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  9112. | #define rb_gid_t gid_t
  9113. | #define SIGNEDNESS_OF_GID_T +1
  9114. | #define GIDT2NUM(v) UINT2NUM(v)
  9115. | #define NUM2GIDT(v) NUM2UINT(v)
  9116. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  9117. | #define rb_time_t time_t
  9118. | #define SIGNEDNESS_OF_TIME_T -1
  9119. | #define TIMET2NUM(v) LONG2NUM(v)
  9120. | #define NUM2TIMET(v) NUM2LONG(v)
  9121. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  9122. | #define rb_dev_t dev_t
  9123. | #define SIGNEDNESS_OF_DEV_T -1
  9124. | #define DEVT2NUM(v) INT2NUM(v)
  9125. | #define NUM2DEVT(v) NUM2INT(v)
  9126. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  9127. | #define rb_mode_t mode_t
  9128. | #define SIGNEDNESS_OF_MODE_T +1
  9129. | #define MODET2NUM(v) UINT2NUM(v)
  9130. | #define NUM2MODET(v) NUM2UINT(v)
  9131. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  9132. | #define rb_rlim_t rlim_t
  9133. | #define SIGNEDNESS_OF_RLIM_T +1
  9134. | #define RLIM2NUM(v) ULL2NUM(v)
  9135. | #define NUM2RLIM(v) NUM2ULL(v)
  9136. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  9137. | #define rb_off_t off_t
  9138. | #define SIGNEDNESS_OF_OFF_T -1
  9139. | #define OFFT2NUM(v) LL2NUM(v)
  9140. | #define NUM2OFFT(v) NUM2LL(v)
  9141. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  9142. | #define rb_clockid_t int
  9143. | #define SIGNEDNESS_OF_CLOCKID_T -1
  9144. | #define CLOCKID2NUM(v) INT2NUM(v)
  9145. | #define NUM2CLOCKID(v) NUM2INT(v)
  9146. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  9147. | #define HAVE_PROTOTYPES 1
  9148. | #define TOKEN_PASTE(x,y) x##y
  9149. | #define STRINGIZE(expr) STRINGIZE0(expr)
  9150. | #define HAVE_STDARG_PROTOTYPES 1
  9151. | #define HAVE_VA_ARGS_MACRO 1
  9152. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  9153. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  9154. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  9155. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  9156. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  9157. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  9158. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  9159. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  9160. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  9161. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  9162. | /* end confdefs.h. */
  9163. |
  9164. | #define ERRORFUNC(mesg,x) x __attribute__ ((__error__ mesg))
  9165. |
  9166. | #define x int conftest_attribute_check(void)
  9167. |
  9168. | #define mesg ("")
  9169. | ERRORFUNC(mesg,x);
  9170. | int
  9171. | main ()
  9172. | {
  9173. |
  9174. | ;
  9175. | return 0;
  9176. | }
  9177. 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
  9178. conftest.c:144:15: error: expected parameter declarator
  9179. ERRORFUNC(mesg,x);
  9180. ^
  9181. conftest.c:143:15: note: expanded from macro 'mesg'
  9182. #define mesg ("")
  9183. ^
  9184. conftest.c:144:15: error: expected ')'
  9185. conftest.c:143:15: note: expanded from macro 'mesg'
  9186. #define mesg ("")
  9187. ^
  9188. conftest.c:144:15: note: to match this '('
  9189. conftest.c:143:14: note: expanded from macro 'mesg'
  9190. #define mesg ("")
  9191. ^
  9192. conftest.c:144:5: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  9193. ERRORFUNC(mesg,x);
  9194. ^
  9195. conftest.c:139:38: note: expanded from macro 'ERRORFUNC'
  9196. #define ERRORFUNC(mesg,x) __declspec(__error__ mesg) x
  9197. ^
  9198. conftest.c:144:5: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  9199. conftest.c:139:27: note: expanded from macro 'ERRORFUNC'
  9200. #define ERRORFUNC(mesg,x) __declspec(__error__ mesg) x
  9201. ^
  9202. conftest.c:144:20: error: expected ';' after top level declarator
  9203. ERRORFUNC(mesg,x);
  9204. ^
  9205. conftest.c:141:11: note: expanded from macro 'x'
  9206. #define x int conftest_attribute_check(void)
  9207. ^
  9208. 2 warnings and 3 errors generated.
  9209. configure:15904: $? = 1
  9210. configure: failed program was:
  9211. | /* confdefs.h */
  9212. | #define PACKAGE_NAME ""
  9213. | #define PACKAGE_TARNAME ""
  9214. | #define PACKAGE_VERSION ""
  9215. | #define PACKAGE_STRING ""
  9216. | #define PACKAGE_BUGREPORT ""
  9217. | #define PACKAGE_URL ""
  9218. | #define CANONICALIZATION_FOR_MATHN 1
  9219. | #define STDC_HEADERS 1
  9220. | #define HAVE_SYS_TYPES_H 1
  9221. | #define HAVE_SYS_STAT_H 1
  9222. | #define HAVE_STDLIB_H 1
  9223. | #define HAVE_STRING_H 1
  9224. | #define HAVE_MEMORY_H 1
  9225. | #define HAVE_STRINGS_H 1
  9226. | #define HAVE_INTTYPES_H 1
  9227. | #define HAVE_STDINT_H 1
  9228. | #define HAVE_UNISTD_H 1
  9229. | #define __EXTENSIONS__ 1
  9230. | #define _ALL_SOURCE 1
  9231. | #define _GNU_SOURCE 1
  9232. | #define _POSIX_PTHREAD_SEMANTICS 1
  9233. | #define _TANDEM_SOURCE 1
  9234. | #define HAVE_INFINITY 1
  9235. | #define HAVE_NAN 1
  9236. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  9237. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  9238. | #define BROKEN_CRYPT 1
  9239. | #define HAVE_CRT_EXTERNS_H 1
  9240. | #define HAVE_LIBDL 1
  9241. | #define HAVE_DIRENT_H 1
  9242. | #define HAVE__BOOL 1
  9243. | #define HAVE_STDBOOL_H 1
  9244. | #define HAVE_SYS_WAIT_H 1
  9245. | #define HAVE_GRP_H 1
  9246. | #define HAVE_FCNTL_H 1
  9247. | #define HAVE_FLOAT_H 1
  9248. | #define HAVE_LANGINFO_H 1
  9249. | #define HAVE_LIMITS_H 1
  9250. | #define HAVE_LOCALE_H 1
  9251. | #define HAVE_MALLOC_MALLOC_H 1
  9252. | #define HAVE_PWD_H 1
  9253. | #define HAVE_SYS_ATTR_H 1
  9254. | #define HAVE_SYS_FCNTL_H 1
  9255. | #define HAVE_SYS_FILE_H 1
  9256. | #define HAVE_SYS_IOCTL_H 1
  9257. | #define HAVE_SYS_PARAM_H 1
  9258. | #define HAVE_SYS_RESOURCE_H 1
  9259. | #define HAVE_SYS_SELECT_H 1
  9260. | #define HAVE_SYS_SOCKET_H 1
  9261. | #define HAVE_SYS_TIME_H 1
  9262. | #define HAVE_SYS_TIMES_H 1
  9263. | #define HAVE_SYS_UIO_H 1
  9264. | #define HAVE_TIME_H 1
  9265. | #define HAVE_UCONTEXT_H 1
  9266. | #define HAVE_UTIME_H 1
  9267. | #define HAVE_GMP_H 1
  9268. | #define HAVE_LIBGMP 1
  9269. | #define HAVE_TYPEOF 1
  9270. | #define HAVE_LONG_LONG 1
  9271. | #define HAVE_OFF_T 1
  9272. | #define SIZEOF_INT 4
  9273. | #define SIZEOF_SHORT 2
  9274. | #define SIZEOF_LONG 8
  9275. | #define SIZEOF_LONG_LONG 8
  9276. | #define SIZEOF___INT64 0
  9277. | #define SIZEOF___INT128 16
  9278. | #define SIZEOF_OFF_T 8
  9279. | #define SIZEOF_VOIDP 8
  9280. | #define SIZEOF_FLOAT 4
  9281. | #define SIZEOF_DOUBLE 8
  9282. | #define SIZEOF_TIME_T 8
  9283. | #define SIZEOF_CLOCK_T 8
  9284. | #define PACKED_STRUCT(x) x __attribute__((packed))
  9285. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  9286. | #define PRI_LL_PREFIX "ll"
  9287. | #define rb_pid_t pid_t
  9288. | #define SIGNEDNESS_OF_PID_T -1
  9289. | #define PIDT2NUM(v) INT2NUM(v)
  9290. | #define NUM2PIDT(v) NUM2INT(v)
  9291. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  9292. | #define rb_uid_t uid_t
  9293. | #define SIGNEDNESS_OF_UID_T +1
  9294. | #define UIDT2NUM(v) UINT2NUM(v)
  9295. | #define NUM2UIDT(v) NUM2UINT(v)
  9296. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  9297. | #define rb_gid_t gid_t
  9298. | #define SIGNEDNESS_OF_GID_T +1
  9299. | #define GIDT2NUM(v) UINT2NUM(v)
  9300. | #define NUM2GIDT(v) NUM2UINT(v)
  9301. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  9302. | #define rb_time_t time_t
  9303. | #define SIGNEDNESS_OF_TIME_T -1
  9304. | #define TIMET2NUM(v) LONG2NUM(v)
  9305. | #define NUM2TIMET(v) NUM2LONG(v)
  9306. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  9307. | #define rb_dev_t dev_t
  9308. | #define SIGNEDNESS_OF_DEV_T -1
  9309. | #define DEVT2NUM(v) INT2NUM(v)
  9310. | #define NUM2DEVT(v) NUM2INT(v)
  9311. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  9312. | #define rb_mode_t mode_t
  9313. | #define SIGNEDNESS_OF_MODE_T +1
  9314. | #define MODET2NUM(v) UINT2NUM(v)
  9315. | #define NUM2MODET(v) NUM2UINT(v)
  9316. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  9317. | #define rb_rlim_t rlim_t
  9318. | #define SIGNEDNESS_OF_RLIM_T +1
  9319. | #define RLIM2NUM(v) ULL2NUM(v)
  9320. | #define NUM2RLIM(v) NUM2ULL(v)
  9321. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  9322. | #define rb_off_t off_t
  9323. | #define SIGNEDNESS_OF_OFF_T -1
  9324. | #define OFFT2NUM(v) LL2NUM(v)
  9325. | #define NUM2OFFT(v) NUM2LL(v)
  9326. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  9327. | #define rb_clockid_t int
  9328. | #define SIGNEDNESS_OF_CLOCKID_T -1
  9329. | #define CLOCKID2NUM(v) INT2NUM(v)
  9330. | #define NUM2CLOCKID(v) NUM2INT(v)
  9331. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  9332. | #define HAVE_PROTOTYPES 1
  9333. | #define TOKEN_PASTE(x,y) x##y
  9334. | #define STRINGIZE(expr) STRINGIZE0(expr)
  9335. | #define HAVE_STDARG_PROTOTYPES 1
  9336. | #define HAVE_VA_ARGS_MACRO 1
  9337. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  9338. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  9339. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  9340. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  9341. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  9342. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  9343. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  9344. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  9345. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  9346. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  9347. | /* end confdefs.h. */
  9348. |
  9349. | #define ERRORFUNC(mesg,x) __declspec(__error__ mesg) x
  9350. |
  9351. | #define x int conftest_attribute_check(void)
  9352. |
  9353. | #define mesg ("")
  9354. | ERRORFUNC(mesg,x);
  9355. | int
  9356. | main ()
  9357. | {
  9358. |
  9359. | ;
  9360. | return 0;
  9361. | }
  9362. 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
  9363. configure:15904: $? = 0
  9364. configure:15922: result: x
  9365. configure:15935: checking for WARNINGFUNC function attribute
  9366. 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
  9367. conftest.c:144:5: warning: unknown attribute '__warning__' ignored [-Wunknown-attributes]
  9368. WARNINGFUNC(mesg,x);
  9369. ^
  9370. conftest.c:139:45: note: expanded from macro 'WARNINGFUNC'
  9371. #define WARNINGFUNC(mesg,x) __attribute__ ((__warning__ mesg)) x
  9372. ^
  9373. 1 warning generated.
  9374. configure:15977: $? = 0
  9375. configure: failed program was:
  9376. | /* confdefs.h */
  9377. | #define PACKAGE_NAME ""
  9378. | #define PACKAGE_TARNAME ""
  9379. | #define PACKAGE_VERSION ""
  9380. | #define PACKAGE_STRING ""
  9381. | #define PACKAGE_BUGREPORT ""
  9382. | #define PACKAGE_URL ""
  9383. | #define CANONICALIZATION_FOR_MATHN 1
  9384. | #define STDC_HEADERS 1
  9385. | #define HAVE_SYS_TYPES_H 1
  9386. | #define HAVE_SYS_STAT_H 1
  9387. | #define HAVE_STDLIB_H 1
  9388. | #define HAVE_STRING_H 1
  9389. | #define HAVE_MEMORY_H 1
  9390. | #define HAVE_STRINGS_H 1
  9391. | #define HAVE_INTTYPES_H 1
  9392. | #define HAVE_STDINT_H 1
  9393. | #define HAVE_UNISTD_H 1
  9394. | #define __EXTENSIONS__ 1
  9395. | #define _ALL_SOURCE 1
  9396. | #define _GNU_SOURCE 1
  9397. | #define _POSIX_PTHREAD_SEMANTICS 1
  9398. | #define _TANDEM_SOURCE 1
  9399. | #define HAVE_INFINITY 1
  9400. | #define HAVE_NAN 1
  9401. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  9402. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  9403. | #define BROKEN_CRYPT 1
  9404. | #define HAVE_CRT_EXTERNS_H 1
  9405. | #define HAVE_LIBDL 1
  9406. | #define HAVE_DIRENT_H 1
  9407. | #define HAVE__BOOL 1
  9408. | #define HAVE_STDBOOL_H 1
  9409. | #define HAVE_SYS_WAIT_H 1
  9410. | #define HAVE_GRP_H 1
  9411. | #define HAVE_FCNTL_H 1
  9412. | #define HAVE_FLOAT_H 1
  9413. | #define HAVE_LANGINFO_H 1
  9414. | #define HAVE_LIMITS_H 1
  9415. | #define HAVE_LOCALE_H 1
  9416. | #define HAVE_MALLOC_MALLOC_H 1
  9417. | #define HAVE_PWD_H 1
  9418. | #define HAVE_SYS_ATTR_H 1
  9419. | #define HAVE_SYS_FCNTL_H 1
  9420. | #define HAVE_SYS_FILE_H 1
  9421. | #define HAVE_SYS_IOCTL_H 1
  9422. | #define HAVE_SYS_PARAM_H 1
  9423. | #define HAVE_SYS_RESOURCE_H 1
  9424. | #define HAVE_SYS_SELECT_H 1
  9425. | #define HAVE_SYS_SOCKET_H 1
  9426. | #define HAVE_SYS_TIME_H 1
  9427. | #define HAVE_SYS_TIMES_H 1
  9428. | #define HAVE_SYS_UIO_H 1
  9429. | #define HAVE_TIME_H 1
  9430. | #define HAVE_UCONTEXT_H 1
  9431. | #define HAVE_UTIME_H 1
  9432. | #define HAVE_GMP_H 1
  9433. | #define HAVE_LIBGMP 1
  9434. | #define HAVE_TYPEOF 1
  9435. | #define HAVE_LONG_LONG 1
  9436. | #define HAVE_OFF_T 1
  9437. | #define SIZEOF_INT 4
  9438. | #define SIZEOF_SHORT 2
  9439. | #define SIZEOF_LONG 8
  9440. | #define SIZEOF_LONG_LONG 8
  9441. | #define SIZEOF___INT64 0
  9442. | #define SIZEOF___INT128 16
  9443. | #define SIZEOF_OFF_T 8
  9444. | #define SIZEOF_VOIDP 8
  9445. | #define SIZEOF_FLOAT 4
  9446. | #define SIZEOF_DOUBLE 8
  9447. | #define SIZEOF_TIME_T 8
  9448. | #define SIZEOF_CLOCK_T 8
  9449. | #define PACKED_STRUCT(x) x __attribute__((packed))
  9450. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  9451. | #define PRI_LL_PREFIX "ll"
  9452. | #define rb_pid_t pid_t
  9453. | #define SIGNEDNESS_OF_PID_T -1
  9454. | #define PIDT2NUM(v) INT2NUM(v)
  9455. | #define NUM2PIDT(v) NUM2INT(v)
  9456. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  9457. | #define rb_uid_t uid_t
  9458. | #define SIGNEDNESS_OF_UID_T +1
  9459. | #define UIDT2NUM(v) UINT2NUM(v)
  9460. | #define NUM2UIDT(v) NUM2UINT(v)
  9461. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  9462. | #define rb_gid_t gid_t
  9463. | #define SIGNEDNESS_OF_GID_T +1
  9464. | #define GIDT2NUM(v) UINT2NUM(v)
  9465. | #define NUM2GIDT(v) NUM2UINT(v)
  9466. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  9467. | #define rb_time_t time_t
  9468. | #define SIGNEDNESS_OF_TIME_T -1
  9469. | #define TIMET2NUM(v) LONG2NUM(v)
  9470. | #define NUM2TIMET(v) NUM2LONG(v)
  9471. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  9472. | #define rb_dev_t dev_t
  9473. | #define SIGNEDNESS_OF_DEV_T -1
  9474. | #define DEVT2NUM(v) INT2NUM(v)
  9475. | #define NUM2DEVT(v) NUM2INT(v)
  9476. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  9477. | #define rb_mode_t mode_t
  9478. | #define SIGNEDNESS_OF_MODE_T +1
  9479. | #define MODET2NUM(v) UINT2NUM(v)
  9480. | #define NUM2MODET(v) NUM2UINT(v)
  9481. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  9482. | #define rb_rlim_t rlim_t
  9483. | #define SIGNEDNESS_OF_RLIM_T +1
  9484. | #define RLIM2NUM(v) ULL2NUM(v)
  9485. | #define NUM2RLIM(v) NUM2ULL(v)
  9486. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  9487. | #define rb_off_t off_t
  9488. | #define SIGNEDNESS_OF_OFF_T -1
  9489. | #define OFFT2NUM(v) LL2NUM(v)
  9490. | #define NUM2OFFT(v) NUM2LL(v)
  9491. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  9492. | #define rb_clockid_t int
  9493. | #define SIGNEDNESS_OF_CLOCKID_T -1
  9494. | #define CLOCKID2NUM(v) INT2NUM(v)
  9495. | #define NUM2CLOCKID(v) NUM2INT(v)
  9496. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  9497. | #define HAVE_PROTOTYPES 1
  9498. | #define TOKEN_PASTE(x,y) x##y
  9499. | #define STRINGIZE(expr) STRINGIZE0(expr)
  9500. | #define HAVE_STDARG_PROTOTYPES 1
  9501. | #define HAVE_VA_ARGS_MACRO 1
  9502. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  9503. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  9504. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  9505. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  9506. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  9507. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  9508. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  9509. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  9510. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  9511. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  9512. | /* end confdefs.h. */
  9513. |
  9514. | #define WARNINGFUNC(mesg,x) __attribute__ ((__warning__ mesg)) x
  9515. |
  9516. | #define x int conftest_attribute_check(void)
  9517. |
  9518. | #define mesg ("")
  9519. | WARNINGFUNC(mesg,x);
  9520. | int
  9521. | main ()
  9522. | {
  9523. |
  9524. | ;
  9525. | return 0;
  9526. | }
  9527. 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
  9528. conftest.c:144:5: warning: unknown attribute '__warning__' ignored [-Wunknown-attributes]
  9529. WARNINGFUNC(mesg,x);
  9530. ^
  9531. conftest.c:139:47: note: expanded from macro 'WARNINGFUNC'
  9532. #define WARNINGFUNC(mesg,x) x __attribute__ ((__warning__ mesg))
  9533. ^
  9534. 1 warning generated.
  9535. configure:15977: $? = 0
  9536. configure: failed program was:
  9537. | /* confdefs.h */
  9538. | #define PACKAGE_NAME ""
  9539. | #define PACKAGE_TARNAME ""
  9540. | #define PACKAGE_VERSION ""
  9541. | #define PACKAGE_STRING ""
  9542. | #define PACKAGE_BUGREPORT ""
  9543. | #define PACKAGE_URL ""
  9544. | #define CANONICALIZATION_FOR_MATHN 1
  9545. | #define STDC_HEADERS 1
  9546. | #define HAVE_SYS_TYPES_H 1
  9547. | #define HAVE_SYS_STAT_H 1
  9548. | #define HAVE_STDLIB_H 1
  9549. | #define HAVE_STRING_H 1
  9550. | #define HAVE_MEMORY_H 1
  9551. | #define HAVE_STRINGS_H 1
  9552. | #define HAVE_INTTYPES_H 1
  9553. | #define HAVE_STDINT_H 1
  9554. | #define HAVE_UNISTD_H 1
  9555. | #define __EXTENSIONS__ 1
  9556. | #define _ALL_SOURCE 1
  9557. | #define _GNU_SOURCE 1
  9558. | #define _POSIX_PTHREAD_SEMANTICS 1
  9559. | #define _TANDEM_SOURCE 1
  9560. | #define HAVE_INFINITY 1
  9561. | #define HAVE_NAN 1
  9562. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  9563. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  9564. | #define BROKEN_CRYPT 1
  9565. | #define HAVE_CRT_EXTERNS_H 1
  9566. | #define HAVE_LIBDL 1
  9567. | #define HAVE_DIRENT_H 1
  9568. | #define HAVE__BOOL 1
  9569. | #define HAVE_STDBOOL_H 1
  9570. | #define HAVE_SYS_WAIT_H 1
  9571. | #define HAVE_GRP_H 1
  9572. | #define HAVE_FCNTL_H 1
  9573. | #define HAVE_FLOAT_H 1
  9574. | #define HAVE_LANGINFO_H 1
  9575. | #define HAVE_LIMITS_H 1
  9576. | #define HAVE_LOCALE_H 1
  9577. | #define HAVE_MALLOC_MALLOC_H 1
  9578. | #define HAVE_PWD_H 1
  9579. | #define HAVE_SYS_ATTR_H 1
  9580. | #define HAVE_SYS_FCNTL_H 1
  9581. | #define HAVE_SYS_FILE_H 1
  9582. | #define HAVE_SYS_IOCTL_H 1
  9583. | #define HAVE_SYS_PARAM_H 1
  9584. | #define HAVE_SYS_RESOURCE_H 1
  9585. | #define HAVE_SYS_SELECT_H 1
  9586. | #define HAVE_SYS_SOCKET_H 1
  9587. | #define HAVE_SYS_TIME_H 1
  9588. | #define HAVE_SYS_TIMES_H 1
  9589. | #define HAVE_SYS_UIO_H 1
  9590. | #define HAVE_TIME_H 1
  9591. | #define HAVE_UCONTEXT_H 1
  9592. | #define HAVE_UTIME_H 1
  9593. | #define HAVE_GMP_H 1
  9594. | #define HAVE_LIBGMP 1
  9595. | #define HAVE_TYPEOF 1
  9596. | #define HAVE_LONG_LONG 1
  9597. | #define HAVE_OFF_T 1
  9598. | #define SIZEOF_INT 4
  9599. | #define SIZEOF_SHORT 2
  9600. | #define SIZEOF_LONG 8
  9601. | #define SIZEOF_LONG_LONG 8
  9602. | #define SIZEOF___INT64 0
  9603. | #define SIZEOF___INT128 16
  9604. | #define SIZEOF_OFF_T 8
  9605. | #define SIZEOF_VOIDP 8
  9606. | #define SIZEOF_FLOAT 4
  9607. | #define SIZEOF_DOUBLE 8
  9608. | #define SIZEOF_TIME_T 8
  9609. | #define SIZEOF_CLOCK_T 8
  9610. | #define PACKED_STRUCT(x) x __attribute__((packed))
  9611. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  9612. | #define PRI_LL_PREFIX "ll"
  9613. | #define rb_pid_t pid_t
  9614. | #define SIGNEDNESS_OF_PID_T -1
  9615. | #define PIDT2NUM(v) INT2NUM(v)
  9616. | #define NUM2PIDT(v) NUM2INT(v)
  9617. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  9618. | #define rb_uid_t uid_t
  9619. | #define SIGNEDNESS_OF_UID_T +1
  9620. | #define UIDT2NUM(v) UINT2NUM(v)
  9621. | #define NUM2UIDT(v) NUM2UINT(v)
  9622. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  9623. | #define rb_gid_t gid_t
  9624. | #define SIGNEDNESS_OF_GID_T +1
  9625. | #define GIDT2NUM(v) UINT2NUM(v)
  9626. | #define NUM2GIDT(v) NUM2UINT(v)
  9627. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  9628. | #define rb_time_t time_t
  9629. | #define SIGNEDNESS_OF_TIME_T -1
  9630. | #define TIMET2NUM(v) LONG2NUM(v)
  9631. | #define NUM2TIMET(v) NUM2LONG(v)
  9632. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  9633. | #define rb_dev_t dev_t
  9634. | #define SIGNEDNESS_OF_DEV_T -1
  9635. | #define DEVT2NUM(v) INT2NUM(v)
  9636. | #define NUM2DEVT(v) NUM2INT(v)
  9637. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  9638. | #define rb_mode_t mode_t
  9639. | #define SIGNEDNESS_OF_MODE_T +1
  9640. | #define MODET2NUM(v) UINT2NUM(v)
  9641. | #define NUM2MODET(v) NUM2UINT(v)
  9642. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  9643. | #define rb_rlim_t rlim_t
  9644. | #define SIGNEDNESS_OF_RLIM_T +1
  9645. | #define RLIM2NUM(v) ULL2NUM(v)
  9646. | #define NUM2RLIM(v) NUM2ULL(v)
  9647. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  9648. | #define rb_off_t off_t
  9649. | #define SIGNEDNESS_OF_OFF_T -1
  9650. | #define OFFT2NUM(v) LL2NUM(v)
  9651. | #define NUM2OFFT(v) NUM2LL(v)
  9652. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  9653. | #define rb_clockid_t int
  9654. | #define SIGNEDNESS_OF_CLOCKID_T -1
  9655. | #define CLOCKID2NUM(v) INT2NUM(v)
  9656. | #define NUM2CLOCKID(v) NUM2INT(v)
  9657. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  9658. | #define HAVE_PROTOTYPES 1
  9659. | #define TOKEN_PASTE(x,y) x##y
  9660. | #define STRINGIZE(expr) STRINGIZE0(expr)
  9661. | #define HAVE_STDARG_PROTOTYPES 1
  9662. | #define HAVE_VA_ARGS_MACRO 1
  9663. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  9664. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  9665. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  9666. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  9667. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  9668. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  9669. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  9670. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  9671. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  9672. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  9673. | /* end confdefs.h. */
  9674. |
  9675. | #define WARNINGFUNC(mesg,x) x __attribute__ ((__warning__ mesg))
  9676. |
  9677. | #define x int conftest_attribute_check(void)
  9678. |
  9679. | #define mesg ("")
  9680. | WARNINGFUNC(mesg,x);
  9681. | int
  9682. | main ()
  9683. | {
  9684. |
  9685. | ;
  9686. | return 0;
  9687. | }
  9688. 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
  9689. conftest.c:144:17: error: expected parameter declarator
  9690. WARNINGFUNC(mesg,x);
  9691. ^
  9692. conftest.c:143:15: note: expanded from macro 'mesg'
  9693. #define mesg ("")
  9694. ^
  9695. conftest.c:144:17: error: expected ')'
  9696. conftest.c:143:15: note: expanded from macro 'mesg'
  9697. #define mesg ("")
  9698. ^
  9699. conftest.c:144:17: note: to match this '('
  9700. conftest.c:143:14: note: expanded from macro 'mesg'
  9701. #define mesg ("")
  9702. ^
  9703. conftest.c:144:5: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  9704. WARNINGFUNC(mesg,x);
  9705. ^
  9706. conftest.c:139:40: note: expanded from macro 'WARNINGFUNC'
  9707. #define WARNINGFUNC(mesg,x) __declspec(__warning__ mesg) x
  9708. ^
  9709. conftest.c:144:5: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  9710. conftest.c:139:29: note: expanded from macro 'WARNINGFUNC'
  9711. #define WARNINGFUNC(mesg,x) __declspec(__warning__ mesg) x
  9712. ^
  9713. conftest.c:144:22: error: expected ';' after top level declarator
  9714. WARNINGFUNC(mesg,x);
  9715. ^
  9716. conftest.c:141:11: note: expanded from macro 'x'
  9717. #define x int conftest_attribute_check(void)
  9718. ^
  9719. 2 warnings and 3 errors generated.
  9720. configure:15977: $? = 1
  9721. configure: failed program was:
  9722. | /* confdefs.h */
  9723. | #define PACKAGE_NAME ""
  9724. | #define PACKAGE_TARNAME ""
  9725. | #define PACKAGE_VERSION ""
  9726. | #define PACKAGE_STRING ""
  9727. | #define PACKAGE_BUGREPORT ""
  9728. | #define PACKAGE_URL ""
  9729. | #define CANONICALIZATION_FOR_MATHN 1
  9730. | #define STDC_HEADERS 1
  9731. | #define HAVE_SYS_TYPES_H 1
  9732. | #define HAVE_SYS_STAT_H 1
  9733. | #define HAVE_STDLIB_H 1
  9734. | #define HAVE_STRING_H 1
  9735. | #define HAVE_MEMORY_H 1
  9736. | #define HAVE_STRINGS_H 1
  9737. | #define HAVE_INTTYPES_H 1
  9738. | #define HAVE_STDINT_H 1
  9739. | #define HAVE_UNISTD_H 1
  9740. | #define __EXTENSIONS__ 1
  9741. | #define _ALL_SOURCE 1
  9742. | #define _GNU_SOURCE 1
  9743. | #define _POSIX_PTHREAD_SEMANTICS 1
  9744. | #define _TANDEM_SOURCE 1
  9745. | #define HAVE_INFINITY 1
  9746. | #define HAVE_NAN 1
  9747. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  9748. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  9749. | #define BROKEN_CRYPT 1
  9750. | #define HAVE_CRT_EXTERNS_H 1
  9751. | #define HAVE_LIBDL 1
  9752. | #define HAVE_DIRENT_H 1
  9753. | #define HAVE__BOOL 1
  9754. | #define HAVE_STDBOOL_H 1
  9755. | #define HAVE_SYS_WAIT_H 1
  9756. | #define HAVE_GRP_H 1
  9757. | #define HAVE_FCNTL_H 1
  9758. | #define HAVE_FLOAT_H 1
  9759. | #define HAVE_LANGINFO_H 1
  9760. | #define HAVE_LIMITS_H 1
  9761. | #define HAVE_LOCALE_H 1
  9762. | #define HAVE_MALLOC_MALLOC_H 1
  9763. | #define HAVE_PWD_H 1
  9764. | #define HAVE_SYS_ATTR_H 1
  9765. | #define HAVE_SYS_FCNTL_H 1
  9766. | #define HAVE_SYS_FILE_H 1
  9767. | #define HAVE_SYS_IOCTL_H 1
  9768. | #define HAVE_SYS_PARAM_H 1
  9769. | #define HAVE_SYS_RESOURCE_H 1
  9770. | #define HAVE_SYS_SELECT_H 1
  9771. | #define HAVE_SYS_SOCKET_H 1
  9772. | #define HAVE_SYS_TIME_H 1
  9773. | #define HAVE_SYS_TIMES_H 1
  9774. | #define HAVE_SYS_UIO_H 1
  9775. | #define HAVE_TIME_H 1
  9776. | #define HAVE_UCONTEXT_H 1
  9777. | #define HAVE_UTIME_H 1
  9778. | #define HAVE_GMP_H 1
  9779. | #define HAVE_LIBGMP 1
  9780. | #define HAVE_TYPEOF 1
  9781. | #define HAVE_LONG_LONG 1
  9782. | #define HAVE_OFF_T 1
  9783. | #define SIZEOF_INT 4
  9784. | #define SIZEOF_SHORT 2
  9785. | #define SIZEOF_LONG 8
  9786. | #define SIZEOF_LONG_LONG 8
  9787. | #define SIZEOF___INT64 0
  9788. | #define SIZEOF___INT128 16
  9789. | #define SIZEOF_OFF_T 8
  9790. | #define SIZEOF_VOIDP 8
  9791. | #define SIZEOF_FLOAT 4
  9792. | #define SIZEOF_DOUBLE 8
  9793. | #define SIZEOF_TIME_T 8
  9794. | #define SIZEOF_CLOCK_T 8
  9795. | #define PACKED_STRUCT(x) x __attribute__((packed))
  9796. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  9797. | #define PRI_LL_PREFIX "ll"
  9798. | #define rb_pid_t pid_t
  9799. | #define SIGNEDNESS_OF_PID_T -1
  9800. | #define PIDT2NUM(v) INT2NUM(v)
  9801. | #define NUM2PIDT(v) NUM2INT(v)
  9802. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  9803. | #define rb_uid_t uid_t
  9804. | #define SIGNEDNESS_OF_UID_T +1
  9805. | #define UIDT2NUM(v) UINT2NUM(v)
  9806. | #define NUM2UIDT(v) NUM2UINT(v)
  9807. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  9808. | #define rb_gid_t gid_t
  9809. | #define SIGNEDNESS_OF_GID_T +1
  9810. | #define GIDT2NUM(v) UINT2NUM(v)
  9811. | #define NUM2GIDT(v) NUM2UINT(v)
  9812. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  9813. | #define rb_time_t time_t
  9814. | #define SIGNEDNESS_OF_TIME_T -1
  9815. | #define TIMET2NUM(v) LONG2NUM(v)
  9816. | #define NUM2TIMET(v) NUM2LONG(v)
  9817. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  9818. | #define rb_dev_t dev_t
  9819. | #define SIGNEDNESS_OF_DEV_T -1
  9820. | #define DEVT2NUM(v) INT2NUM(v)
  9821. | #define NUM2DEVT(v) NUM2INT(v)
  9822. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  9823. | #define rb_mode_t mode_t
  9824. | #define SIGNEDNESS_OF_MODE_T +1
  9825. | #define MODET2NUM(v) UINT2NUM(v)
  9826. | #define NUM2MODET(v) NUM2UINT(v)
  9827. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  9828. | #define rb_rlim_t rlim_t
  9829. | #define SIGNEDNESS_OF_RLIM_T +1
  9830. | #define RLIM2NUM(v) ULL2NUM(v)
  9831. | #define NUM2RLIM(v) NUM2ULL(v)
  9832. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  9833. | #define rb_off_t off_t
  9834. | #define SIGNEDNESS_OF_OFF_T -1
  9835. | #define OFFT2NUM(v) LL2NUM(v)
  9836. | #define NUM2OFFT(v) NUM2LL(v)
  9837. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  9838. | #define rb_clockid_t int
  9839. | #define SIGNEDNESS_OF_CLOCKID_T -1
  9840. | #define CLOCKID2NUM(v) INT2NUM(v)
  9841. | #define NUM2CLOCKID(v) NUM2INT(v)
  9842. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  9843. | #define HAVE_PROTOTYPES 1
  9844. | #define TOKEN_PASTE(x,y) x##y
  9845. | #define STRINGIZE(expr) STRINGIZE0(expr)
  9846. | #define HAVE_STDARG_PROTOTYPES 1
  9847. | #define HAVE_VA_ARGS_MACRO 1
  9848. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  9849. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  9850. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  9851. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  9852. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  9853. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  9854. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  9855. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  9856. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  9857. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  9858. | /* end confdefs.h. */
  9859. |
  9860. | #define WARNINGFUNC(mesg,x) __declspec(__warning__ mesg) x
  9861. |
  9862. | #define x int conftest_attribute_check(void)
  9863. |
  9864. | #define mesg ("")
  9865. | WARNINGFUNC(mesg,x);
  9866. | int
  9867. | main ()
  9868. | {
  9869. |
  9870. | ;
  9871. | return 0;
  9872. | }
  9873. 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
  9874. configure:15977: $? = 0
  9875. configure:15995: result: x
  9876. configure:16008: checking for WEAK function attribute
  9877. 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
  9878. configure:16050: $? = 0
  9879. configure:16068: result: __attribute__ ((__weak__)) x
  9880. configure:16089: checking for FUNC_STDCALL function attribute
  9881. 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
  9882. conftest.c:148:5: warning: calling convention '__stdcall__' ignored for this target [-Wignored-attributes]
  9883. FUNC_STDCALL(x);
  9884. ^
  9885. conftest.c:141:41: note: expanded from macro 'FUNC_STDCALL'
  9886. #define FUNC_STDCALL(x) __attribute__ ((__stdcall__)) x
  9887. ^
  9888. 1 warning generated.
  9889. configure:16133: $? = 0
  9890. configure: failed program was:
  9891. | /* confdefs.h */
  9892. | #define PACKAGE_NAME ""
  9893. | #define PACKAGE_TARNAME ""
  9894. | #define PACKAGE_VERSION ""
  9895. | #define PACKAGE_STRING ""
  9896. | #define PACKAGE_BUGREPORT ""
  9897. | #define PACKAGE_URL ""
  9898. | #define CANONICALIZATION_FOR_MATHN 1
  9899. | #define STDC_HEADERS 1
  9900. | #define HAVE_SYS_TYPES_H 1
  9901. | #define HAVE_SYS_STAT_H 1
  9902. | #define HAVE_STDLIB_H 1
  9903. | #define HAVE_STRING_H 1
  9904. | #define HAVE_MEMORY_H 1
  9905. | #define HAVE_STRINGS_H 1
  9906. | #define HAVE_INTTYPES_H 1
  9907. | #define HAVE_STDINT_H 1
  9908. | #define HAVE_UNISTD_H 1
  9909. | #define __EXTENSIONS__ 1
  9910. | #define _ALL_SOURCE 1
  9911. | #define _GNU_SOURCE 1
  9912. | #define _POSIX_PTHREAD_SEMANTICS 1
  9913. | #define _TANDEM_SOURCE 1
  9914. | #define HAVE_INFINITY 1
  9915. | #define HAVE_NAN 1
  9916. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  9917. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  9918. | #define BROKEN_CRYPT 1
  9919. | #define HAVE_CRT_EXTERNS_H 1
  9920. | #define HAVE_LIBDL 1
  9921. | #define HAVE_DIRENT_H 1
  9922. | #define HAVE__BOOL 1
  9923. | #define HAVE_STDBOOL_H 1
  9924. | #define HAVE_SYS_WAIT_H 1
  9925. | #define HAVE_GRP_H 1
  9926. | #define HAVE_FCNTL_H 1
  9927. | #define HAVE_FLOAT_H 1
  9928. | #define HAVE_LANGINFO_H 1
  9929. | #define HAVE_LIMITS_H 1
  9930. | #define HAVE_LOCALE_H 1
  9931. | #define HAVE_MALLOC_MALLOC_H 1
  9932. | #define HAVE_PWD_H 1
  9933. | #define HAVE_SYS_ATTR_H 1
  9934. | #define HAVE_SYS_FCNTL_H 1
  9935. | #define HAVE_SYS_FILE_H 1
  9936. | #define HAVE_SYS_IOCTL_H 1
  9937. | #define HAVE_SYS_PARAM_H 1
  9938. | #define HAVE_SYS_RESOURCE_H 1
  9939. | #define HAVE_SYS_SELECT_H 1
  9940. | #define HAVE_SYS_SOCKET_H 1
  9941. | #define HAVE_SYS_TIME_H 1
  9942. | #define HAVE_SYS_TIMES_H 1
  9943. | #define HAVE_SYS_UIO_H 1
  9944. | #define HAVE_TIME_H 1
  9945. | #define HAVE_UCONTEXT_H 1
  9946. | #define HAVE_UTIME_H 1
  9947. | #define HAVE_GMP_H 1
  9948. | #define HAVE_LIBGMP 1
  9949. | #define HAVE_TYPEOF 1
  9950. | #define HAVE_LONG_LONG 1
  9951. | #define HAVE_OFF_T 1
  9952. | #define SIZEOF_INT 4
  9953. | #define SIZEOF_SHORT 2
  9954. | #define SIZEOF_LONG 8
  9955. | #define SIZEOF_LONG_LONG 8
  9956. | #define SIZEOF___INT64 0
  9957. | #define SIZEOF___INT128 16
  9958. | #define SIZEOF_OFF_T 8
  9959. | #define SIZEOF_VOIDP 8
  9960. | #define SIZEOF_FLOAT 4
  9961. | #define SIZEOF_DOUBLE 8
  9962. | #define SIZEOF_TIME_T 8
  9963. | #define SIZEOF_CLOCK_T 8
  9964. | #define PACKED_STRUCT(x) x __attribute__((packed))
  9965. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  9966. | #define PRI_LL_PREFIX "ll"
  9967. | #define rb_pid_t pid_t
  9968. | #define SIGNEDNESS_OF_PID_T -1
  9969. | #define PIDT2NUM(v) INT2NUM(v)
  9970. | #define NUM2PIDT(v) NUM2INT(v)
  9971. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  9972. | #define rb_uid_t uid_t
  9973. | #define SIGNEDNESS_OF_UID_T +1
  9974. | #define UIDT2NUM(v) UINT2NUM(v)
  9975. | #define NUM2UIDT(v) NUM2UINT(v)
  9976. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  9977. | #define rb_gid_t gid_t
  9978. | #define SIGNEDNESS_OF_GID_T +1
  9979. | #define GIDT2NUM(v) UINT2NUM(v)
  9980. | #define NUM2GIDT(v) NUM2UINT(v)
  9981. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  9982. | #define rb_time_t time_t
  9983. | #define SIGNEDNESS_OF_TIME_T -1
  9984. | #define TIMET2NUM(v) LONG2NUM(v)
  9985. | #define NUM2TIMET(v) NUM2LONG(v)
  9986. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  9987. | #define rb_dev_t dev_t
  9988. | #define SIGNEDNESS_OF_DEV_T -1
  9989. | #define DEVT2NUM(v) INT2NUM(v)
  9990. | #define NUM2DEVT(v) NUM2INT(v)
  9991. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  9992. | #define rb_mode_t mode_t
  9993. | #define SIGNEDNESS_OF_MODE_T +1
  9994. | #define MODET2NUM(v) UINT2NUM(v)
  9995. | #define NUM2MODET(v) NUM2UINT(v)
  9996. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  9997. | #define rb_rlim_t rlim_t
  9998. | #define SIGNEDNESS_OF_RLIM_T +1
  9999. | #define RLIM2NUM(v) ULL2NUM(v)
  10000. | #define NUM2RLIM(v) NUM2ULL(v)
  10001. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  10002. | #define rb_off_t off_t
  10003. | #define SIGNEDNESS_OF_OFF_T -1
  10004. | #define OFFT2NUM(v) LL2NUM(v)
  10005. | #define NUM2OFFT(v) NUM2LL(v)
  10006. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  10007. | #define rb_clockid_t int
  10008. | #define SIGNEDNESS_OF_CLOCKID_T -1
  10009. | #define CLOCKID2NUM(v) INT2NUM(v)
  10010. | #define NUM2CLOCKID(v) NUM2INT(v)
  10011. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  10012. | #define HAVE_PROTOTYPES 1
  10013. | #define TOKEN_PASTE(x,y) x##y
  10014. | #define STRINGIZE(expr) STRINGIZE0(expr)
  10015. | #define HAVE_STDARG_PROTOTYPES 1
  10016. | #define HAVE_VA_ARGS_MACRO 1
  10017. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  10018. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  10019. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  10020. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  10021. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  10022. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  10023. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  10024. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  10025. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  10026. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  10027. | #define WEAK(x) __attribute__ ((__weak__)) x
  10028. | #define HAVE_FUNC_WEAK 1
  10029. | /* end confdefs.h. */
  10030. |
  10031. | #define FUNC_STDCALL(x) __attribute__ ((__stdcall__)) x
  10032. |
  10033. |
  10034. |
  10035. | #define x int conftest_attribute_check(void)
  10036. |
  10037. | #define mesg ("")
  10038. | FUNC_STDCALL(x);
  10039. | int
  10040. | main ()
  10041. | {
  10042. |
  10043. | ;
  10044. | return 0;
  10045. | }
  10046. 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
  10047. conftest.c:148:5: warning: calling convention '__stdcall__' ignored for this target [-Wignored-attributes]
  10048. FUNC_STDCALL(x);
  10049. ^
  10050. conftest.c:141:43: note: expanded from macro 'FUNC_STDCALL'
  10051. #define FUNC_STDCALL(x) x __attribute__ ((__stdcall__))
  10052. ^
  10053. 1 warning generated.
  10054. configure:16133: $? = 0
  10055. configure: failed program was:
  10056. | /* confdefs.h */
  10057. | #define PACKAGE_NAME ""
  10058. | #define PACKAGE_TARNAME ""
  10059. | #define PACKAGE_VERSION ""
  10060. | #define PACKAGE_STRING ""
  10061. | #define PACKAGE_BUGREPORT ""
  10062. | #define PACKAGE_URL ""
  10063. | #define CANONICALIZATION_FOR_MATHN 1
  10064. | #define STDC_HEADERS 1
  10065. | #define HAVE_SYS_TYPES_H 1
  10066. | #define HAVE_SYS_STAT_H 1
  10067. | #define HAVE_STDLIB_H 1
  10068. | #define HAVE_STRING_H 1
  10069. | #define HAVE_MEMORY_H 1
  10070. | #define HAVE_STRINGS_H 1
  10071. | #define HAVE_INTTYPES_H 1
  10072. | #define HAVE_STDINT_H 1
  10073. | #define HAVE_UNISTD_H 1
  10074. | #define __EXTENSIONS__ 1
  10075. | #define _ALL_SOURCE 1
  10076. | #define _GNU_SOURCE 1
  10077. | #define _POSIX_PTHREAD_SEMANTICS 1
  10078. | #define _TANDEM_SOURCE 1
  10079. | #define HAVE_INFINITY 1
  10080. | #define HAVE_NAN 1
  10081. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  10082. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  10083. | #define BROKEN_CRYPT 1
  10084. | #define HAVE_CRT_EXTERNS_H 1
  10085. | #define HAVE_LIBDL 1
  10086. | #define HAVE_DIRENT_H 1
  10087. | #define HAVE__BOOL 1
  10088. | #define HAVE_STDBOOL_H 1
  10089. | #define HAVE_SYS_WAIT_H 1
  10090. | #define HAVE_GRP_H 1
  10091. | #define HAVE_FCNTL_H 1
  10092. | #define HAVE_FLOAT_H 1
  10093. | #define HAVE_LANGINFO_H 1
  10094. | #define HAVE_LIMITS_H 1
  10095. | #define HAVE_LOCALE_H 1
  10096. | #define HAVE_MALLOC_MALLOC_H 1
  10097. | #define HAVE_PWD_H 1
  10098. | #define HAVE_SYS_ATTR_H 1
  10099. | #define HAVE_SYS_FCNTL_H 1
  10100. | #define HAVE_SYS_FILE_H 1
  10101. | #define HAVE_SYS_IOCTL_H 1
  10102. | #define HAVE_SYS_PARAM_H 1
  10103. | #define HAVE_SYS_RESOURCE_H 1
  10104. | #define HAVE_SYS_SELECT_H 1
  10105. | #define HAVE_SYS_SOCKET_H 1
  10106. | #define HAVE_SYS_TIME_H 1
  10107. | #define HAVE_SYS_TIMES_H 1
  10108. | #define HAVE_SYS_UIO_H 1
  10109. | #define HAVE_TIME_H 1
  10110. | #define HAVE_UCONTEXT_H 1
  10111. | #define HAVE_UTIME_H 1
  10112. | #define HAVE_GMP_H 1
  10113. | #define HAVE_LIBGMP 1
  10114. | #define HAVE_TYPEOF 1
  10115. | #define HAVE_LONG_LONG 1
  10116. | #define HAVE_OFF_T 1
  10117. | #define SIZEOF_INT 4
  10118. | #define SIZEOF_SHORT 2
  10119. | #define SIZEOF_LONG 8
  10120. | #define SIZEOF_LONG_LONG 8
  10121. | #define SIZEOF___INT64 0
  10122. | #define SIZEOF___INT128 16
  10123. | #define SIZEOF_OFF_T 8
  10124. | #define SIZEOF_VOIDP 8
  10125. | #define SIZEOF_FLOAT 4
  10126. | #define SIZEOF_DOUBLE 8
  10127. | #define SIZEOF_TIME_T 8
  10128. | #define SIZEOF_CLOCK_T 8
  10129. | #define PACKED_STRUCT(x) x __attribute__((packed))
  10130. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  10131. | #define PRI_LL_PREFIX "ll"
  10132. | #define rb_pid_t pid_t
  10133. | #define SIGNEDNESS_OF_PID_T -1
  10134. | #define PIDT2NUM(v) INT2NUM(v)
  10135. | #define NUM2PIDT(v) NUM2INT(v)
  10136. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  10137. | #define rb_uid_t uid_t
  10138. | #define SIGNEDNESS_OF_UID_T +1
  10139. | #define UIDT2NUM(v) UINT2NUM(v)
  10140. | #define NUM2UIDT(v) NUM2UINT(v)
  10141. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  10142. | #define rb_gid_t gid_t
  10143. | #define SIGNEDNESS_OF_GID_T +1
  10144. | #define GIDT2NUM(v) UINT2NUM(v)
  10145. | #define NUM2GIDT(v) NUM2UINT(v)
  10146. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  10147. | #define rb_time_t time_t
  10148. | #define SIGNEDNESS_OF_TIME_T -1
  10149. | #define TIMET2NUM(v) LONG2NUM(v)
  10150. | #define NUM2TIMET(v) NUM2LONG(v)
  10151. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  10152. | #define rb_dev_t dev_t
  10153. | #define SIGNEDNESS_OF_DEV_T -1
  10154. | #define DEVT2NUM(v) INT2NUM(v)
  10155. | #define NUM2DEVT(v) NUM2INT(v)
  10156. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  10157. | #define rb_mode_t mode_t
  10158. | #define SIGNEDNESS_OF_MODE_T +1
  10159. | #define MODET2NUM(v) UINT2NUM(v)
  10160. | #define NUM2MODET(v) NUM2UINT(v)
  10161. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  10162. | #define rb_rlim_t rlim_t
  10163. | #define SIGNEDNESS_OF_RLIM_T +1
  10164. | #define RLIM2NUM(v) ULL2NUM(v)
  10165. | #define NUM2RLIM(v) NUM2ULL(v)
  10166. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  10167. | #define rb_off_t off_t
  10168. | #define SIGNEDNESS_OF_OFF_T -1
  10169. | #define OFFT2NUM(v) LL2NUM(v)
  10170. | #define NUM2OFFT(v) NUM2LL(v)
  10171. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  10172. | #define rb_clockid_t int
  10173. | #define SIGNEDNESS_OF_CLOCKID_T -1
  10174. | #define CLOCKID2NUM(v) INT2NUM(v)
  10175. | #define NUM2CLOCKID(v) NUM2INT(v)
  10176. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  10177. | #define HAVE_PROTOTYPES 1
  10178. | #define TOKEN_PASTE(x,y) x##y
  10179. | #define STRINGIZE(expr) STRINGIZE0(expr)
  10180. | #define HAVE_STDARG_PROTOTYPES 1
  10181. | #define HAVE_VA_ARGS_MACRO 1
  10182. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  10183. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  10184. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  10185. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  10186. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  10187. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  10188. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  10189. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  10190. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  10191. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  10192. | #define WEAK(x) __attribute__ ((__weak__)) x
  10193. | #define HAVE_FUNC_WEAK 1
  10194. | /* end confdefs.h. */
  10195. |
  10196. | #define FUNC_STDCALL(x) x __attribute__ ((__stdcall__))
  10197. |
  10198. |
  10199. |
  10200. | #define x int conftest_attribute_check(void)
  10201. |
  10202. | #define mesg ("")
  10203. | FUNC_STDCALL(x);
  10204. | int
  10205. | main ()
  10206. | {
  10207. |
  10208. | ;
  10209. | return 0;
  10210. | }
  10211. 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
  10212. conftest.c:148:18: error: parameter named 'conftest_attribute_check' is missing
  10213. FUNC_STDCALL(x);
  10214. ^
  10215. conftest.c:145:15: note: expanded from macro 'x'
  10216. #define x int conftest_attribute_check(void)
  10217. ^
  10218. conftest.c:150:1: error: parameter named 'main' is missing
  10219. main ()
  10220. ^
  10221. conftest.c:150:8: error: expected ';' at end of declaration
  10222. main ()
  10223. ^
  10224. ;
  10225. conftest.c:148:5: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  10226. FUNC_STDCALL(x);
  10227. ^
  10228. conftest.c:141:25: note: expanded from macro 'FUNC_STDCALL'
  10229. #define FUNC_STDCALL(x) __declspec(__stdcall__) x
  10230. ^
  10231. 1 warning and 3 errors generated.
  10232. configure:16133: $? = 1
  10233. configure: failed program was:
  10234. | /* confdefs.h */
  10235. | #define PACKAGE_NAME ""
  10236. | #define PACKAGE_TARNAME ""
  10237. | #define PACKAGE_VERSION ""
  10238. | #define PACKAGE_STRING ""
  10239. | #define PACKAGE_BUGREPORT ""
  10240. | #define PACKAGE_URL ""
  10241. | #define CANONICALIZATION_FOR_MATHN 1
  10242. | #define STDC_HEADERS 1
  10243. | #define HAVE_SYS_TYPES_H 1
  10244. | #define HAVE_SYS_STAT_H 1
  10245. | #define HAVE_STDLIB_H 1
  10246. | #define HAVE_STRING_H 1
  10247. | #define HAVE_MEMORY_H 1
  10248. | #define HAVE_STRINGS_H 1
  10249. | #define HAVE_INTTYPES_H 1
  10250. | #define HAVE_STDINT_H 1
  10251. | #define HAVE_UNISTD_H 1
  10252. | #define __EXTENSIONS__ 1
  10253. | #define _ALL_SOURCE 1
  10254. | #define _GNU_SOURCE 1
  10255. | #define _POSIX_PTHREAD_SEMANTICS 1
  10256. | #define _TANDEM_SOURCE 1
  10257. | #define HAVE_INFINITY 1
  10258. | #define HAVE_NAN 1
  10259. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  10260. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  10261. | #define BROKEN_CRYPT 1
  10262. | #define HAVE_CRT_EXTERNS_H 1
  10263. | #define HAVE_LIBDL 1
  10264. | #define HAVE_DIRENT_H 1
  10265. | #define HAVE__BOOL 1
  10266. | #define HAVE_STDBOOL_H 1
  10267. | #define HAVE_SYS_WAIT_H 1
  10268. | #define HAVE_GRP_H 1
  10269. | #define HAVE_FCNTL_H 1
  10270. | #define HAVE_FLOAT_H 1
  10271. | #define HAVE_LANGINFO_H 1
  10272. | #define HAVE_LIMITS_H 1
  10273. | #define HAVE_LOCALE_H 1
  10274. | #define HAVE_MALLOC_MALLOC_H 1
  10275. | #define HAVE_PWD_H 1
  10276. | #define HAVE_SYS_ATTR_H 1
  10277. | #define HAVE_SYS_FCNTL_H 1
  10278. | #define HAVE_SYS_FILE_H 1
  10279. | #define HAVE_SYS_IOCTL_H 1
  10280. | #define HAVE_SYS_PARAM_H 1
  10281. | #define HAVE_SYS_RESOURCE_H 1
  10282. | #define HAVE_SYS_SELECT_H 1
  10283. | #define HAVE_SYS_SOCKET_H 1
  10284. | #define HAVE_SYS_TIME_H 1
  10285. | #define HAVE_SYS_TIMES_H 1
  10286. | #define HAVE_SYS_UIO_H 1
  10287. | #define HAVE_TIME_H 1
  10288. | #define HAVE_UCONTEXT_H 1
  10289. | #define HAVE_UTIME_H 1
  10290. | #define HAVE_GMP_H 1
  10291. | #define HAVE_LIBGMP 1
  10292. | #define HAVE_TYPEOF 1
  10293. | #define HAVE_LONG_LONG 1
  10294. | #define HAVE_OFF_T 1
  10295. | #define SIZEOF_INT 4
  10296. | #define SIZEOF_SHORT 2
  10297. | #define SIZEOF_LONG 8
  10298. | #define SIZEOF_LONG_LONG 8
  10299. | #define SIZEOF___INT64 0
  10300. | #define SIZEOF___INT128 16
  10301. | #define SIZEOF_OFF_T 8
  10302. | #define SIZEOF_VOIDP 8
  10303. | #define SIZEOF_FLOAT 4
  10304. | #define SIZEOF_DOUBLE 8
  10305. | #define SIZEOF_TIME_T 8
  10306. | #define SIZEOF_CLOCK_T 8
  10307. | #define PACKED_STRUCT(x) x __attribute__((packed))
  10308. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  10309. | #define PRI_LL_PREFIX "ll"
  10310. | #define rb_pid_t pid_t
  10311. | #define SIGNEDNESS_OF_PID_T -1
  10312. | #define PIDT2NUM(v) INT2NUM(v)
  10313. | #define NUM2PIDT(v) NUM2INT(v)
  10314. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  10315. | #define rb_uid_t uid_t
  10316. | #define SIGNEDNESS_OF_UID_T +1
  10317. | #define UIDT2NUM(v) UINT2NUM(v)
  10318. | #define NUM2UIDT(v) NUM2UINT(v)
  10319. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  10320. | #define rb_gid_t gid_t
  10321. | #define SIGNEDNESS_OF_GID_T +1
  10322. | #define GIDT2NUM(v) UINT2NUM(v)
  10323. | #define NUM2GIDT(v) NUM2UINT(v)
  10324. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  10325. | #define rb_time_t time_t
  10326. | #define SIGNEDNESS_OF_TIME_T -1
  10327. | #define TIMET2NUM(v) LONG2NUM(v)
  10328. | #define NUM2TIMET(v) NUM2LONG(v)
  10329. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  10330. | #define rb_dev_t dev_t
  10331. | #define SIGNEDNESS_OF_DEV_T -1
  10332. | #define DEVT2NUM(v) INT2NUM(v)
  10333. | #define NUM2DEVT(v) NUM2INT(v)
  10334. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  10335. | #define rb_mode_t mode_t
  10336. | #define SIGNEDNESS_OF_MODE_T +1
  10337. | #define MODET2NUM(v) UINT2NUM(v)
  10338. | #define NUM2MODET(v) NUM2UINT(v)
  10339. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  10340. | #define rb_rlim_t rlim_t
  10341. | #define SIGNEDNESS_OF_RLIM_T +1
  10342. | #define RLIM2NUM(v) ULL2NUM(v)
  10343. | #define NUM2RLIM(v) NUM2ULL(v)
  10344. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  10345. | #define rb_off_t off_t
  10346. | #define SIGNEDNESS_OF_OFF_T -1
  10347. | #define OFFT2NUM(v) LL2NUM(v)
  10348. | #define NUM2OFFT(v) NUM2LL(v)
  10349. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  10350. | #define rb_clockid_t int
  10351. | #define SIGNEDNESS_OF_CLOCKID_T -1
  10352. | #define CLOCKID2NUM(v) INT2NUM(v)
  10353. | #define NUM2CLOCKID(v) NUM2INT(v)
  10354. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  10355. | #define HAVE_PROTOTYPES 1
  10356. | #define TOKEN_PASTE(x,y) x##y
  10357. | #define STRINGIZE(expr) STRINGIZE0(expr)
  10358. | #define HAVE_STDARG_PROTOTYPES 1
  10359. | #define HAVE_VA_ARGS_MACRO 1
  10360. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  10361. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  10362. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  10363. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  10364. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  10365. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  10366. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  10367. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  10368. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  10369. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  10370. | #define WEAK(x) __attribute__ ((__weak__)) x
  10371. | #define HAVE_FUNC_WEAK 1
  10372. | /* end confdefs.h. */
  10373. |
  10374. | #define FUNC_STDCALL(x) __declspec(__stdcall__) x
  10375. |
  10376. |
  10377. |
  10378. | #define x int conftest_attribute_check(void)
  10379. |
  10380. | #define mesg ("")
  10381. | FUNC_STDCALL(x);
  10382. | int
  10383. | main ()
  10384. | {
  10385. |
  10386. | ;
  10387. | return 0;
  10388. | }
  10389. 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
  10390. configure:16133: $? = 0
  10391. configure:16151: result: x
  10392. configure:16170: checking for FUNC_CDECL function attribute
  10393. 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
  10394. configure:16214: $? = 0
  10395. configure:16232: result: __attribute__ ((__cdecl__)) x
  10396. configure:16251: checking for FUNC_FASTCALL function attribute
  10397. 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
  10398. conftest.c:149:5: warning: calling convention '__fastcall__' ignored for this target [-Wignored-attributes]
  10399. FUNC_FASTCALL(x);
  10400. ^
  10401. conftest.c:142:42: note: expanded from macro 'FUNC_FASTCALL'
  10402. #define FUNC_FASTCALL(x) __attribute__ ((__fastcall__)) x
  10403. ^
  10404. 1 warning generated.
  10405. configure:16295: $? = 0
  10406. configure: failed program was:
  10407. | /* confdefs.h */
  10408. | #define PACKAGE_NAME ""
  10409. | #define PACKAGE_TARNAME ""
  10410. | #define PACKAGE_VERSION ""
  10411. | #define PACKAGE_STRING ""
  10412. | #define PACKAGE_BUGREPORT ""
  10413. | #define PACKAGE_URL ""
  10414. | #define CANONICALIZATION_FOR_MATHN 1
  10415. | #define STDC_HEADERS 1
  10416. | #define HAVE_SYS_TYPES_H 1
  10417. | #define HAVE_SYS_STAT_H 1
  10418. | #define HAVE_STDLIB_H 1
  10419. | #define HAVE_STRING_H 1
  10420. | #define HAVE_MEMORY_H 1
  10421. | #define HAVE_STRINGS_H 1
  10422. | #define HAVE_INTTYPES_H 1
  10423. | #define HAVE_STDINT_H 1
  10424. | #define HAVE_UNISTD_H 1
  10425. | #define __EXTENSIONS__ 1
  10426. | #define _ALL_SOURCE 1
  10427. | #define _GNU_SOURCE 1
  10428. | #define _POSIX_PTHREAD_SEMANTICS 1
  10429. | #define _TANDEM_SOURCE 1
  10430. | #define HAVE_INFINITY 1
  10431. | #define HAVE_NAN 1
  10432. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  10433. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  10434. | #define BROKEN_CRYPT 1
  10435. | #define HAVE_CRT_EXTERNS_H 1
  10436. | #define HAVE_LIBDL 1
  10437. | #define HAVE_DIRENT_H 1
  10438. | #define HAVE__BOOL 1
  10439. | #define HAVE_STDBOOL_H 1
  10440. | #define HAVE_SYS_WAIT_H 1
  10441. | #define HAVE_GRP_H 1
  10442. | #define HAVE_FCNTL_H 1
  10443. | #define HAVE_FLOAT_H 1
  10444. | #define HAVE_LANGINFO_H 1
  10445. | #define HAVE_LIMITS_H 1
  10446. | #define HAVE_LOCALE_H 1
  10447. | #define HAVE_MALLOC_MALLOC_H 1
  10448. | #define HAVE_PWD_H 1
  10449. | #define HAVE_SYS_ATTR_H 1
  10450. | #define HAVE_SYS_FCNTL_H 1
  10451. | #define HAVE_SYS_FILE_H 1
  10452. | #define HAVE_SYS_IOCTL_H 1
  10453. | #define HAVE_SYS_PARAM_H 1
  10454. | #define HAVE_SYS_RESOURCE_H 1
  10455. | #define HAVE_SYS_SELECT_H 1
  10456. | #define HAVE_SYS_SOCKET_H 1
  10457. | #define HAVE_SYS_TIME_H 1
  10458. | #define HAVE_SYS_TIMES_H 1
  10459. | #define HAVE_SYS_UIO_H 1
  10460. | #define HAVE_TIME_H 1
  10461. | #define HAVE_UCONTEXT_H 1
  10462. | #define HAVE_UTIME_H 1
  10463. | #define HAVE_GMP_H 1
  10464. | #define HAVE_LIBGMP 1
  10465. | #define HAVE_TYPEOF 1
  10466. | #define HAVE_LONG_LONG 1
  10467. | #define HAVE_OFF_T 1
  10468. | #define SIZEOF_INT 4
  10469. | #define SIZEOF_SHORT 2
  10470. | #define SIZEOF_LONG 8
  10471. | #define SIZEOF_LONG_LONG 8
  10472. | #define SIZEOF___INT64 0
  10473. | #define SIZEOF___INT128 16
  10474. | #define SIZEOF_OFF_T 8
  10475. | #define SIZEOF_VOIDP 8
  10476. | #define SIZEOF_FLOAT 4
  10477. | #define SIZEOF_DOUBLE 8
  10478. | #define SIZEOF_TIME_T 8
  10479. | #define SIZEOF_CLOCK_T 8
  10480. | #define PACKED_STRUCT(x) x __attribute__((packed))
  10481. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  10482. | #define PRI_LL_PREFIX "ll"
  10483. | #define rb_pid_t pid_t
  10484. | #define SIGNEDNESS_OF_PID_T -1
  10485. | #define PIDT2NUM(v) INT2NUM(v)
  10486. | #define NUM2PIDT(v) NUM2INT(v)
  10487. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  10488. | #define rb_uid_t uid_t
  10489. | #define SIGNEDNESS_OF_UID_T +1
  10490. | #define UIDT2NUM(v) UINT2NUM(v)
  10491. | #define NUM2UIDT(v) NUM2UINT(v)
  10492. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  10493. | #define rb_gid_t gid_t
  10494. | #define SIGNEDNESS_OF_GID_T +1
  10495. | #define GIDT2NUM(v) UINT2NUM(v)
  10496. | #define NUM2GIDT(v) NUM2UINT(v)
  10497. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  10498. | #define rb_time_t time_t
  10499. | #define SIGNEDNESS_OF_TIME_T -1
  10500. | #define TIMET2NUM(v) LONG2NUM(v)
  10501. | #define NUM2TIMET(v) NUM2LONG(v)
  10502. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  10503. | #define rb_dev_t dev_t
  10504. | #define SIGNEDNESS_OF_DEV_T -1
  10505. | #define DEVT2NUM(v) INT2NUM(v)
  10506. | #define NUM2DEVT(v) NUM2INT(v)
  10507. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  10508. | #define rb_mode_t mode_t
  10509. | #define SIGNEDNESS_OF_MODE_T +1
  10510. | #define MODET2NUM(v) UINT2NUM(v)
  10511. | #define NUM2MODET(v) NUM2UINT(v)
  10512. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  10513. | #define rb_rlim_t rlim_t
  10514. | #define SIGNEDNESS_OF_RLIM_T +1
  10515. | #define RLIM2NUM(v) ULL2NUM(v)
  10516. | #define NUM2RLIM(v) NUM2ULL(v)
  10517. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  10518. | #define rb_off_t off_t
  10519. | #define SIGNEDNESS_OF_OFF_T -1
  10520. | #define OFFT2NUM(v) LL2NUM(v)
  10521. | #define NUM2OFFT(v) NUM2LL(v)
  10522. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  10523. | #define rb_clockid_t int
  10524. | #define SIGNEDNESS_OF_CLOCKID_T -1
  10525. | #define CLOCKID2NUM(v) INT2NUM(v)
  10526. | #define NUM2CLOCKID(v) NUM2INT(v)
  10527. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  10528. | #define HAVE_PROTOTYPES 1
  10529. | #define TOKEN_PASTE(x,y) x##y
  10530. | #define STRINGIZE(expr) STRINGIZE0(expr)
  10531. | #define HAVE_STDARG_PROTOTYPES 1
  10532. | #define HAVE_VA_ARGS_MACRO 1
  10533. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  10534. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  10535. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  10536. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  10537. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  10538. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  10539. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  10540. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  10541. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  10542. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  10543. | #define WEAK(x) __attribute__ ((__weak__)) x
  10544. | #define HAVE_FUNC_WEAK 1
  10545. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  10546. | /* end confdefs.h. */
  10547. |
  10548. | #define FUNC_FASTCALL(x) __attribute__ ((__fastcall__)) x
  10549. |
  10550. |
  10551. |
  10552. | #define x int conftest_attribute_check(void)
  10553. |
  10554. | #define mesg ("")
  10555. | FUNC_FASTCALL(x);
  10556. | int
  10557. | main ()
  10558. | {
  10559. |
  10560. | ;
  10561. | return 0;
  10562. | }
  10563. 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
  10564. conftest.c:149:5: warning: calling convention '__fastcall__' ignored for this target [-Wignored-attributes]
  10565. FUNC_FASTCALL(x);
  10566. ^
  10567. conftest.c:142:44: note: expanded from macro 'FUNC_FASTCALL'
  10568. #define FUNC_FASTCALL(x) x __attribute__ ((__fastcall__))
  10569. ^
  10570. 1 warning generated.
  10571. configure:16295: $? = 0
  10572. configure: failed program was:
  10573. | /* confdefs.h */
  10574. | #define PACKAGE_NAME ""
  10575. | #define PACKAGE_TARNAME ""
  10576. | #define PACKAGE_VERSION ""
  10577. | #define PACKAGE_STRING ""
  10578. | #define PACKAGE_BUGREPORT ""
  10579. | #define PACKAGE_URL ""
  10580. | #define CANONICALIZATION_FOR_MATHN 1
  10581. | #define STDC_HEADERS 1
  10582. | #define HAVE_SYS_TYPES_H 1
  10583. | #define HAVE_SYS_STAT_H 1
  10584. | #define HAVE_STDLIB_H 1
  10585. | #define HAVE_STRING_H 1
  10586. | #define HAVE_MEMORY_H 1
  10587. | #define HAVE_STRINGS_H 1
  10588. | #define HAVE_INTTYPES_H 1
  10589. | #define HAVE_STDINT_H 1
  10590. | #define HAVE_UNISTD_H 1
  10591. | #define __EXTENSIONS__ 1
  10592. | #define _ALL_SOURCE 1
  10593. | #define _GNU_SOURCE 1
  10594. | #define _POSIX_PTHREAD_SEMANTICS 1
  10595. | #define _TANDEM_SOURCE 1
  10596. | #define HAVE_INFINITY 1
  10597. | #define HAVE_NAN 1
  10598. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  10599. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  10600. | #define BROKEN_CRYPT 1
  10601. | #define HAVE_CRT_EXTERNS_H 1
  10602. | #define HAVE_LIBDL 1
  10603. | #define HAVE_DIRENT_H 1
  10604. | #define HAVE__BOOL 1
  10605. | #define HAVE_STDBOOL_H 1
  10606. | #define HAVE_SYS_WAIT_H 1
  10607. | #define HAVE_GRP_H 1
  10608. | #define HAVE_FCNTL_H 1
  10609. | #define HAVE_FLOAT_H 1
  10610. | #define HAVE_LANGINFO_H 1
  10611. | #define HAVE_LIMITS_H 1
  10612. | #define HAVE_LOCALE_H 1
  10613. | #define HAVE_MALLOC_MALLOC_H 1
  10614. | #define HAVE_PWD_H 1
  10615. | #define HAVE_SYS_ATTR_H 1
  10616. | #define HAVE_SYS_FCNTL_H 1
  10617. | #define HAVE_SYS_FILE_H 1
  10618. | #define HAVE_SYS_IOCTL_H 1
  10619. | #define HAVE_SYS_PARAM_H 1
  10620. | #define HAVE_SYS_RESOURCE_H 1
  10621. | #define HAVE_SYS_SELECT_H 1
  10622. | #define HAVE_SYS_SOCKET_H 1
  10623. | #define HAVE_SYS_TIME_H 1
  10624. | #define HAVE_SYS_TIMES_H 1
  10625. | #define HAVE_SYS_UIO_H 1
  10626. | #define HAVE_TIME_H 1
  10627. | #define HAVE_UCONTEXT_H 1
  10628. | #define HAVE_UTIME_H 1
  10629. | #define HAVE_GMP_H 1
  10630. | #define HAVE_LIBGMP 1
  10631. | #define HAVE_TYPEOF 1
  10632. | #define HAVE_LONG_LONG 1
  10633. | #define HAVE_OFF_T 1
  10634. | #define SIZEOF_INT 4
  10635. | #define SIZEOF_SHORT 2
  10636. | #define SIZEOF_LONG 8
  10637. | #define SIZEOF_LONG_LONG 8
  10638. | #define SIZEOF___INT64 0
  10639. | #define SIZEOF___INT128 16
  10640. | #define SIZEOF_OFF_T 8
  10641. | #define SIZEOF_VOIDP 8
  10642. | #define SIZEOF_FLOAT 4
  10643. | #define SIZEOF_DOUBLE 8
  10644. | #define SIZEOF_TIME_T 8
  10645. | #define SIZEOF_CLOCK_T 8
  10646. | #define PACKED_STRUCT(x) x __attribute__((packed))
  10647. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  10648. | #define PRI_LL_PREFIX "ll"
  10649. | #define rb_pid_t pid_t
  10650. | #define SIGNEDNESS_OF_PID_T -1
  10651. | #define PIDT2NUM(v) INT2NUM(v)
  10652. | #define NUM2PIDT(v) NUM2INT(v)
  10653. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  10654. | #define rb_uid_t uid_t
  10655. | #define SIGNEDNESS_OF_UID_T +1
  10656. | #define UIDT2NUM(v) UINT2NUM(v)
  10657. | #define NUM2UIDT(v) NUM2UINT(v)
  10658. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  10659. | #define rb_gid_t gid_t
  10660. | #define SIGNEDNESS_OF_GID_T +1
  10661. | #define GIDT2NUM(v) UINT2NUM(v)
  10662. | #define NUM2GIDT(v) NUM2UINT(v)
  10663. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  10664. | #define rb_time_t time_t
  10665. | #define SIGNEDNESS_OF_TIME_T -1
  10666. | #define TIMET2NUM(v) LONG2NUM(v)
  10667. | #define NUM2TIMET(v) NUM2LONG(v)
  10668. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  10669. | #define rb_dev_t dev_t
  10670. | #define SIGNEDNESS_OF_DEV_T -1
  10671. | #define DEVT2NUM(v) INT2NUM(v)
  10672. | #define NUM2DEVT(v) NUM2INT(v)
  10673. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  10674. | #define rb_mode_t mode_t
  10675. | #define SIGNEDNESS_OF_MODE_T +1
  10676. | #define MODET2NUM(v) UINT2NUM(v)
  10677. | #define NUM2MODET(v) NUM2UINT(v)
  10678. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  10679. | #define rb_rlim_t rlim_t
  10680. | #define SIGNEDNESS_OF_RLIM_T +1
  10681. | #define RLIM2NUM(v) ULL2NUM(v)
  10682. | #define NUM2RLIM(v) NUM2ULL(v)
  10683. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  10684. | #define rb_off_t off_t
  10685. | #define SIGNEDNESS_OF_OFF_T -1
  10686. | #define OFFT2NUM(v) LL2NUM(v)
  10687. | #define NUM2OFFT(v) NUM2LL(v)
  10688. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  10689. | #define rb_clockid_t int
  10690. | #define SIGNEDNESS_OF_CLOCKID_T -1
  10691. | #define CLOCKID2NUM(v) INT2NUM(v)
  10692. | #define NUM2CLOCKID(v) NUM2INT(v)
  10693. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  10694. | #define HAVE_PROTOTYPES 1
  10695. | #define TOKEN_PASTE(x,y) x##y
  10696. | #define STRINGIZE(expr) STRINGIZE0(expr)
  10697. | #define HAVE_STDARG_PROTOTYPES 1
  10698. | #define HAVE_VA_ARGS_MACRO 1
  10699. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  10700. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  10701. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  10702. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  10703. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  10704. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  10705. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  10706. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  10707. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  10708. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  10709. | #define WEAK(x) __attribute__ ((__weak__)) x
  10710. | #define HAVE_FUNC_WEAK 1
  10711. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  10712. | /* end confdefs.h. */
  10713. |
  10714. | #define FUNC_FASTCALL(x) x __attribute__ ((__fastcall__))
  10715. |
  10716. |
  10717. |
  10718. | #define x int conftest_attribute_check(void)
  10719. |
  10720. | #define mesg ("")
  10721. | FUNC_FASTCALL(x);
  10722. | int
  10723. | main ()
  10724. | {
  10725. |
  10726. | ;
  10727. | return 0;
  10728. | }
  10729. 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
  10730. conftest.c:149:19: error: parameter named 'conftest_attribute_check' is missing
  10731. FUNC_FASTCALL(x);
  10732. ^
  10733. conftest.c:146:15: note: expanded from macro 'x'
  10734. #define x int conftest_attribute_check(void)
  10735. ^
  10736. conftest.c:151:1: error: parameter named 'main' is missing
  10737. main ()
  10738. ^
  10739. conftest.c:151:8: error: expected ';' at end of declaration
  10740. main ()
  10741. ^
  10742. ;
  10743. conftest.c:149:5: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  10744. FUNC_FASTCALL(x);
  10745. ^
  10746. conftest.c:142:26: note: expanded from macro 'FUNC_FASTCALL'
  10747. #define FUNC_FASTCALL(x) __declspec(__fastcall__) x
  10748. ^
  10749. 1 warning and 3 errors generated.
  10750. configure:16295: $? = 1
  10751. configure: failed program was:
  10752. | /* confdefs.h */
  10753. | #define PACKAGE_NAME ""
  10754. | #define PACKAGE_TARNAME ""
  10755. | #define PACKAGE_VERSION ""
  10756. | #define PACKAGE_STRING ""
  10757. | #define PACKAGE_BUGREPORT ""
  10758. | #define PACKAGE_URL ""
  10759. | #define CANONICALIZATION_FOR_MATHN 1
  10760. | #define STDC_HEADERS 1
  10761. | #define HAVE_SYS_TYPES_H 1
  10762. | #define HAVE_SYS_STAT_H 1
  10763. | #define HAVE_STDLIB_H 1
  10764. | #define HAVE_STRING_H 1
  10765. | #define HAVE_MEMORY_H 1
  10766. | #define HAVE_STRINGS_H 1
  10767. | #define HAVE_INTTYPES_H 1
  10768. | #define HAVE_STDINT_H 1
  10769. | #define HAVE_UNISTD_H 1
  10770. | #define __EXTENSIONS__ 1
  10771. | #define _ALL_SOURCE 1
  10772. | #define _GNU_SOURCE 1
  10773. | #define _POSIX_PTHREAD_SEMANTICS 1
  10774. | #define _TANDEM_SOURCE 1
  10775. | #define HAVE_INFINITY 1
  10776. | #define HAVE_NAN 1
  10777. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  10778. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  10779. | #define BROKEN_CRYPT 1
  10780. | #define HAVE_CRT_EXTERNS_H 1
  10781. | #define HAVE_LIBDL 1
  10782. | #define HAVE_DIRENT_H 1
  10783. | #define HAVE__BOOL 1
  10784. | #define HAVE_STDBOOL_H 1
  10785. | #define HAVE_SYS_WAIT_H 1
  10786. | #define HAVE_GRP_H 1
  10787. | #define HAVE_FCNTL_H 1
  10788. | #define HAVE_FLOAT_H 1
  10789. | #define HAVE_LANGINFO_H 1
  10790. | #define HAVE_LIMITS_H 1
  10791. | #define HAVE_LOCALE_H 1
  10792. | #define HAVE_MALLOC_MALLOC_H 1
  10793. | #define HAVE_PWD_H 1
  10794. | #define HAVE_SYS_ATTR_H 1
  10795. | #define HAVE_SYS_FCNTL_H 1
  10796. | #define HAVE_SYS_FILE_H 1
  10797. | #define HAVE_SYS_IOCTL_H 1
  10798. | #define HAVE_SYS_PARAM_H 1
  10799. | #define HAVE_SYS_RESOURCE_H 1
  10800. | #define HAVE_SYS_SELECT_H 1
  10801. | #define HAVE_SYS_SOCKET_H 1
  10802. | #define HAVE_SYS_TIME_H 1
  10803. | #define HAVE_SYS_TIMES_H 1
  10804. | #define HAVE_SYS_UIO_H 1
  10805. | #define HAVE_TIME_H 1
  10806. | #define HAVE_UCONTEXT_H 1
  10807. | #define HAVE_UTIME_H 1
  10808. | #define HAVE_GMP_H 1
  10809. | #define HAVE_LIBGMP 1
  10810. | #define HAVE_TYPEOF 1
  10811. | #define HAVE_LONG_LONG 1
  10812. | #define HAVE_OFF_T 1
  10813. | #define SIZEOF_INT 4
  10814. | #define SIZEOF_SHORT 2
  10815. | #define SIZEOF_LONG 8
  10816. | #define SIZEOF_LONG_LONG 8
  10817. | #define SIZEOF___INT64 0
  10818. | #define SIZEOF___INT128 16
  10819. | #define SIZEOF_OFF_T 8
  10820. | #define SIZEOF_VOIDP 8
  10821. | #define SIZEOF_FLOAT 4
  10822. | #define SIZEOF_DOUBLE 8
  10823. | #define SIZEOF_TIME_T 8
  10824. | #define SIZEOF_CLOCK_T 8
  10825. | #define PACKED_STRUCT(x) x __attribute__((packed))
  10826. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  10827. | #define PRI_LL_PREFIX "ll"
  10828. | #define rb_pid_t pid_t
  10829. | #define SIGNEDNESS_OF_PID_T -1
  10830. | #define PIDT2NUM(v) INT2NUM(v)
  10831. | #define NUM2PIDT(v) NUM2INT(v)
  10832. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  10833. | #define rb_uid_t uid_t
  10834. | #define SIGNEDNESS_OF_UID_T +1
  10835. | #define UIDT2NUM(v) UINT2NUM(v)
  10836. | #define NUM2UIDT(v) NUM2UINT(v)
  10837. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  10838. | #define rb_gid_t gid_t
  10839. | #define SIGNEDNESS_OF_GID_T +1
  10840. | #define GIDT2NUM(v) UINT2NUM(v)
  10841. | #define NUM2GIDT(v) NUM2UINT(v)
  10842. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  10843. | #define rb_time_t time_t
  10844. | #define SIGNEDNESS_OF_TIME_T -1
  10845. | #define TIMET2NUM(v) LONG2NUM(v)
  10846. | #define NUM2TIMET(v) NUM2LONG(v)
  10847. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  10848. | #define rb_dev_t dev_t
  10849. | #define SIGNEDNESS_OF_DEV_T -1
  10850. | #define DEVT2NUM(v) INT2NUM(v)
  10851. | #define NUM2DEVT(v) NUM2INT(v)
  10852. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  10853. | #define rb_mode_t mode_t
  10854. | #define SIGNEDNESS_OF_MODE_T +1
  10855. | #define MODET2NUM(v) UINT2NUM(v)
  10856. | #define NUM2MODET(v) NUM2UINT(v)
  10857. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  10858. | #define rb_rlim_t rlim_t
  10859. | #define SIGNEDNESS_OF_RLIM_T +1
  10860. | #define RLIM2NUM(v) ULL2NUM(v)
  10861. | #define NUM2RLIM(v) NUM2ULL(v)
  10862. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  10863. | #define rb_off_t off_t
  10864. | #define SIGNEDNESS_OF_OFF_T -1
  10865. | #define OFFT2NUM(v) LL2NUM(v)
  10866. | #define NUM2OFFT(v) NUM2LL(v)
  10867. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  10868. | #define rb_clockid_t int
  10869. | #define SIGNEDNESS_OF_CLOCKID_T -1
  10870. | #define CLOCKID2NUM(v) INT2NUM(v)
  10871. | #define NUM2CLOCKID(v) NUM2INT(v)
  10872. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  10873. | #define HAVE_PROTOTYPES 1
  10874. | #define TOKEN_PASTE(x,y) x##y
  10875. | #define STRINGIZE(expr) STRINGIZE0(expr)
  10876. | #define HAVE_STDARG_PROTOTYPES 1
  10877. | #define HAVE_VA_ARGS_MACRO 1
  10878. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  10879. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  10880. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  10881. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  10882. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  10883. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  10884. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  10885. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  10886. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  10887. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  10888. | #define WEAK(x) __attribute__ ((__weak__)) x
  10889. | #define HAVE_FUNC_WEAK 1
  10890. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  10891. | /* end confdefs.h. */
  10892. |
  10893. | #define FUNC_FASTCALL(x) __declspec(__fastcall__) x
  10894. |
  10895. |
  10896. |
  10897. | #define x int conftest_attribute_check(void)
  10898. |
  10899. | #define mesg ("")
  10900. | FUNC_FASTCALL(x);
  10901. | int
  10902. | main ()
  10903. | {
  10904. |
  10905. | ;
  10906. | return 0;
  10907. | }
  10908. 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
  10909. configure:16295: $? = 0
  10910. configure:16313: result: x
  10911. configure:16332: checking for FUNC_UNOPTIMIZED function attribute
  10912. 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
  10913. conftest.c:147:5: warning: unknown attribute '__optimize__' ignored [-Wunknown-attributes]
  10914. FUNC_UNOPTIMIZED(x);
  10915. ^
  10916. conftest.c:142:45: note: expanded from macro 'FUNC_UNOPTIMIZED'
  10917. #define FUNC_UNOPTIMIZED(x) __attribute__ ((__optimize__("O0"))) x
  10918. ^
  10919. 1 warning generated.
  10920. configure:16374: $? = 0
  10921. configure: failed program was:
  10922. | /* confdefs.h */
  10923. | #define PACKAGE_NAME ""
  10924. | #define PACKAGE_TARNAME ""
  10925. | #define PACKAGE_VERSION ""
  10926. | #define PACKAGE_STRING ""
  10927. | #define PACKAGE_BUGREPORT ""
  10928. | #define PACKAGE_URL ""
  10929. | #define CANONICALIZATION_FOR_MATHN 1
  10930. | #define STDC_HEADERS 1
  10931. | #define HAVE_SYS_TYPES_H 1
  10932. | #define HAVE_SYS_STAT_H 1
  10933. | #define HAVE_STDLIB_H 1
  10934. | #define HAVE_STRING_H 1
  10935. | #define HAVE_MEMORY_H 1
  10936. | #define HAVE_STRINGS_H 1
  10937. | #define HAVE_INTTYPES_H 1
  10938. | #define HAVE_STDINT_H 1
  10939. | #define HAVE_UNISTD_H 1
  10940. | #define __EXTENSIONS__ 1
  10941. | #define _ALL_SOURCE 1
  10942. | #define _GNU_SOURCE 1
  10943. | #define _POSIX_PTHREAD_SEMANTICS 1
  10944. | #define _TANDEM_SOURCE 1
  10945. | #define HAVE_INFINITY 1
  10946. | #define HAVE_NAN 1
  10947. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  10948. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  10949. | #define BROKEN_CRYPT 1
  10950. | #define HAVE_CRT_EXTERNS_H 1
  10951. | #define HAVE_LIBDL 1
  10952. | #define HAVE_DIRENT_H 1
  10953. | #define HAVE__BOOL 1
  10954. | #define HAVE_STDBOOL_H 1
  10955. | #define HAVE_SYS_WAIT_H 1
  10956. | #define HAVE_GRP_H 1
  10957. | #define HAVE_FCNTL_H 1
  10958. | #define HAVE_FLOAT_H 1
  10959. | #define HAVE_LANGINFO_H 1
  10960. | #define HAVE_LIMITS_H 1
  10961. | #define HAVE_LOCALE_H 1
  10962. | #define HAVE_MALLOC_MALLOC_H 1
  10963. | #define HAVE_PWD_H 1
  10964. | #define HAVE_SYS_ATTR_H 1
  10965. | #define HAVE_SYS_FCNTL_H 1
  10966. | #define HAVE_SYS_FILE_H 1
  10967. | #define HAVE_SYS_IOCTL_H 1
  10968. | #define HAVE_SYS_PARAM_H 1
  10969. | #define HAVE_SYS_RESOURCE_H 1
  10970. | #define HAVE_SYS_SELECT_H 1
  10971. | #define HAVE_SYS_SOCKET_H 1
  10972. | #define HAVE_SYS_TIME_H 1
  10973. | #define HAVE_SYS_TIMES_H 1
  10974. | #define HAVE_SYS_UIO_H 1
  10975. | #define HAVE_TIME_H 1
  10976. | #define HAVE_UCONTEXT_H 1
  10977. | #define HAVE_UTIME_H 1
  10978. | #define HAVE_GMP_H 1
  10979. | #define HAVE_LIBGMP 1
  10980. | #define HAVE_TYPEOF 1
  10981. | #define HAVE_LONG_LONG 1
  10982. | #define HAVE_OFF_T 1
  10983. | #define SIZEOF_INT 4
  10984. | #define SIZEOF_SHORT 2
  10985. | #define SIZEOF_LONG 8
  10986. | #define SIZEOF_LONG_LONG 8
  10987. | #define SIZEOF___INT64 0
  10988. | #define SIZEOF___INT128 16
  10989. | #define SIZEOF_OFF_T 8
  10990. | #define SIZEOF_VOIDP 8
  10991. | #define SIZEOF_FLOAT 4
  10992. | #define SIZEOF_DOUBLE 8
  10993. | #define SIZEOF_TIME_T 8
  10994. | #define SIZEOF_CLOCK_T 8
  10995. | #define PACKED_STRUCT(x) x __attribute__((packed))
  10996. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  10997. | #define PRI_LL_PREFIX "ll"
  10998. | #define rb_pid_t pid_t
  10999. | #define SIGNEDNESS_OF_PID_T -1
  11000. | #define PIDT2NUM(v) INT2NUM(v)
  11001. | #define NUM2PIDT(v) NUM2INT(v)
  11002. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  11003. | #define rb_uid_t uid_t
  11004. | #define SIGNEDNESS_OF_UID_T +1
  11005. | #define UIDT2NUM(v) UINT2NUM(v)
  11006. | #define NUM2UIDT(v) NUM2UINT(v)
  11007. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  11008. | #define rb_gid_t gid_t
  11009. | #define SIGNEDNESS_OF_GID_T +1
  11010. | #define GIDT2NUM(v) UINT2NUM(v)
  11011. | #define NUM2GIDT(v) NUM2UINT(v)
  11012. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  11013. | #define rb_time_t time_t
  11014. | #define SIGNEDNESS_OF_TIME_T -1
  11015. | #define TIMET2NUM(v) LONG2NUM(v)
  11016. | #define NUM2TIMET(v) NUM2LONG(v)
  11017. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  11018. | #define rb_dev_t dev_t
  11019. | #define SIGNEDNESS_OF_DEV_T -1
  11020. | #define DEVT2NUM(v) INT2NUM(v)
  11021. | #define NUM2DEVT(v) NUM2INT(v)
  11022. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  11023. | #define rb_mode_t mode_t
  11024. | #define SIGNEDNESS_OF_MODE_T +1
  11025. | #define MODET2NUM(v) UINT2NUM(v)
  11026. | #define NUM2MODET(v) NUM2UINT(v)
  11027. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  11028. | #define rb_rlim_t rlim_t
  11029. | #define SIGNEDNESS_OF_RLIM_T +1
  11030. | #define RLIM2NUM(v) ULL2NUM(v)
  11031. | #define NUM2RLIM(v) NUM2ULL(v)
  11032. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  11033. | #define rb_off_t off_t
  11034. | #define SIGNEDNESS_OF_OFF_T -1
  11035. | #define OFFT2NUM(v) LL2NUM(v)
  11036. | #define NUM2OFFT(v) NUM2LL(v)
  11037. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  11038. | #define rb_clockid_t int
  11039. | #define SIGNEDNESS_OF_CLOCKID_T -1
  11040. | #define CLOCKID2NUM(v) INT2NUM(v)
  11041. | #define NUM2CLOCKID(v) NUM2INT(v)
  11042. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  11043. | #define HAVE_PROTOTYPES 1
  11044. | #define TOKEN_PASTE(x,y) x##y
  11045. | #define STRINGIZE(expr) STRINGIZE0(expr)
  11046. | #define HAVE_STDARG_PROTOTYPES 1
  11047. | #define HAVE_VA_ARGS_MACRO 1
  11048. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  11049. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  11050. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  11051. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  11052. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  11053. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  11054. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  11055. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  11056. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  11057. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  11058. | #define WEAK(x) __attribute__ ((__weak__)) x
  11059. | #define HAVE_FUNC_WEAK 1
  11060. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  11061. | /* end confdefs.h. */
  11062. |
  11063. | #define FUNC_UNOPTIMIZED(x) __attribute__ ((__optimize__("O0"))) x
  11064. |
  11065. | #define x int conftest_attribute_check(void)
  11066. |
  11067. | #define mesg ("")
  11068. | FUNC_UNOPTIMIZED(x);
  11069. | int
  11070. | main ()
  11071. | {
  11072. |
  11073. | ;
  11074. | return 0;
  11075. | }
  11076. 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
  11077. conftest.c:147:5: warning: unknown attribute '__optimize__' ignored [-Wunknown-attributes]
  11078. FUNC_UNOPTIMIZED(x);
  11079. ^
  11080. conftest.c:142:47: note: expanded from macro 'FUNC_UNOPTIMIZED'
  11081. #define FUNC_UNOPTIMIZED(x) x __attribute__ ((__optimize__("O0")))
  11082. ^
  11083. 1 warning generated.
  11084. configure:16374: $? = 0
  11085. configure: failed program was:
  11086. | /* confdefs.h */
  11087. | #define PACKAGE_NAME ""
  11088. | #define PACKAGE_TARNAME ""
  11089. | #define PACKAGE_VERSION ""
  11090. | #define PACKAGE_STRING ""
  11091. | #define PACKAGE_BUGREPORT ""
  11092. | #define PACKAGE_URL ""
  11093. | #define CANONICALIZATION_FOR_MATHN 1
  11094. | #define STDC_HEADERS 1
  11095. | #define HAVE_SYS_TYPES_H 1
  11096. | #define HAVE_SYS_STAT_H 1
  11097. | #define HAVE_STDLIB_H 1
  11098. | #define HAVE_STRING_H 1
  11099. | #define HAVE_MEMORY_H 1
  11100. | #define HAVE_STRINGS_H 1
  11101. | #define HAVE_INTTYPES_H 1
  11102. | #define HAVE_STDINT_H 1
  11103. | #define HAVE_UNISTD_H 1
  11104. | #define __EXTENSIONS__ 1
  11105. | #define _ALL_SOURCE 1
  11106. | #define _GNU_SOURCE 1
  11107. | #define _POSIX_PTHREAD_SEMANTICS 1
  11108. | #define _TANDEM_SOURCE 1
  11109. | #define HAVE_INFINITY 1
  11110. | #define HAVE_NAN 1
  11111. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  11112. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  11113. | #define BROKEN_CRYPT 1
  11114. | #define HAVE_CRT_EXTERNS_H 1
  11115. | #define HAVE_LIBDL 1
  11116. | #define HAVE_DIRENT_H 1
  11117. | #define HAVE__BOOL 1
  11118. | #define HAVE_STDBOOL_H 1
  11119. | #define HAVE_SYS_WAIT_H 1
  11120. | #define HAVE_GRP_H 1
  11121. | #define HAVE_FCNTL_H 1
  11122. | #define HAVE_FLOAT_H 1
  11123. | #define HAVE_LANGINFO_H 1
  11124. | #define HAVE_LIMITS_H 1
  11125. | #define HAVE_LOCALE_H 1
  11126. | #define HAVE_MALLOC_MALLOC_H 1
  11127. | #define HAVE_PWD_H 1
  11128. | #define HAVE_SYS_ATTR_H 1
  11129. | #define HAVE_SYS_FCNTL_H 1
  11130. | #define HAVE_SYS_FILE_H 1
  11131. | #define HAVE_SYS_IOCTL_H 1
  11132. | #define HAVE_SYS_PARAM_H 1
  11133. | #define HAVE_SYS_RESOURCE_H 1
  11134. | #define HAVE_SYS_SELECT_H 1
  11135. | #define HAVE_SYS_SOCKET_H 1
  11136. | #define HAVE_SYS_TIME_H 1
  11137. | #define HAVE_SYS_TIMES_H 1
  11138. | #define HAVE_SYS_UIO_H 1
  11139. | #define HAVE_TIME_H 1
  11140. | #define HAVE_UCONTEXT_H 1
  11141. | #define HAVE_UTIME_H 1
  11142. | #define HAVE_GMP_H 1
  11143. | #define HAVE_LIBGMP 1
  11144. | #define HAVE_TYPEOF 1
  11145. | #define HAVE_LONG_LONG 1
  11146. | #define HAVE_OFF_T 1
  11147. | #define SIZEOF_INT 4
  11148. | #define SIZEOF_SHORT 2
  11149. | #define SIZEOF_LONG 8
  11150. | #define SIZEOF_LONG_LONG 8
  11151. | #define SIZEOF___INT64 0
  11152. | #define SIZEOF___INT128 16
  11153. | #define SIZEOF_OFF_T 8
  11154. | #define SIZEOF_VOIDP 8
  11155. | #define SIZEOF_FLOAT 4
  11156. | #define SIZEOF_DOUBLE 8
  11157. | #define SIZEOF_TIME_T 8
  11158. | #define SIZEOF_CLOCK_T 8
  11159. | #define PACKED_STRUCT(x) x __attribute__((packed))
  11160. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  11161. | #define PRI_LL_PREFIX "ll"
  11162. | #define rb_pid_t pid_t
  11163. | #define SIGNEDNESS_OF_PID_T -1
  11164. | #define PIDT2NUM(v) INT2NUM(v)
  11165. | #define NUM2PIDT(v) NUM2INT(v)
  11166. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  11167. | #define rb_uid_t uid_t
  11168. | #define SIGNEDNESS_OF_UID_T +1
  11169. | #define UIDT2NUM(v) UINT2NUM(v)
  11170. | #define NUM2UIDT(v) NUM2UINT(v)
  11171. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  11172. | #define rb_gid_t gid_t
  11173. | #define SIGNEDNESS_OF_GID_T +1
  11174. | #define GIDT2NUM(v) UINT2NUM(v)
  11175. | #define NUM2GIDT(v) NUM2UINT(v)
  11176. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  11177. | #define rb_time_t time_t
  11178. | #define SIGNEDNESS_OF_TIME_T -1
  11179. | #define TIMET2NUM(v) LONG2NUM(v)
  11180. | #define NUM2TIMET(v) NUM2LONG(v)
  11181. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  11182. | #define rb_dev_t dev_t
  11183. | #define SIGNEDNESS_OF_DEV_T -1
  11184. | #define DEVT2NUM(v) INT2NUM(v)
  11185. | #define NUM2DEVT(v) NUM2INT(v)
  11186. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  11187. | #define rb_mode_t mode_t
  11188. | #define SIGNEDNESS_OF_MODE_T +1
  11189. | #define MODET2NUM(v) UINT2NUM(v)
  11190. | #define NUM2MODET(v) NUM2UINT(v)
  11191. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  11192. | #define rb_rlim_t rlim_t
  11193. | #define SIGNEDNESS_OF_RLIM_T +1
  11194. | #define RLIM2NUM(v) ULL2NUM(v)
  11195. | #define NUM2RLIM(v) NUM2ULL(v)
  11196. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  11197. | #define rb_off_t off_t
  11198. | #define SIGNEDNESS_OF_OFF_T -1
  11199. | #define OFFT2NUM(v) LL2NUM(v)
  11200. | #define NUM2OFFT(v) NUM2LL(v)
  11201. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  11202. | #define rb_clockid_t int
  11203. | #define SIGNEDNESS_OF_CLOCKID_T -1
  11204. | #define CLOCKID2NUM(v) INT2NUM(v)
  11205. | #define NUM2CLOCKID(v) NUM2INT(v)
  11206. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  11207. | #define HAVE_PROTOTYPES 1
  11208. | #define TOKEN_PASTE(x,y) x##y
  11209. | #define STRINGIZE(expr) STRINGIZE0(expr)
  11210. | #define HAVE_STDARG_PROTOTYPES 1
  11211. | #define HAVE_VA_ARGS_MACRO 1
  11212. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  11213. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  11214. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  11215. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  11216. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  11217. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  11218. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  11219. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  11220. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  11221. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  11222. | #define WEAK(x) __attribute__ ((__weak__)) x
  11223. | #define HAVE_FUNC_WEAK 1
  11224. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  11225. | /* end confdefs.h. */
  11226. |
  11227. | #define FUNC_UNOPTIMIZED(x) x __attribute__ ((__optimize__("O0")))
  11228. |
  11229. | #define x int conftest_attribute_check(void)
  11230. |
  11231. | #define mesg ("")
  11232. | FUNC_UNOPTIMIZED(x);
  11233. | int
  11234. | main ()
  11235. | {
  11236. |
  11237. | ;
  11238. | return 0;
  11239. | }
  11240. 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
  11241. conftest.c:147:5: error: expected parameter declarator
  11242. FUNC_UNOPTIMIZED(x);
  11243. ^
  11244. conftest.c:142:53: note: expanded from macro 'FUNC_UNOPTIMIZED'
  11245. #define FUNC_UNOPTIMIZED(x) __declspec(__optimize__("O0")) x
  11246. ^
  11247. conftest.c:147:5: error: expected ')'
  11248. conftest.c:142:53: note: expanded from macro 'FUNC_UNOPTIMIZED'
  11249. #define FUNC_UNOPTIMIZED(x) __declspec(__optimize__("O0")) x
  11250. ^
  11251. conftest.c:147:5: note: to match this '('
  11252. conftest.c:142:52: note: expanded from macro 'FUNC_UNOPTIMIZED'
  11253. #define FUNC_UNOPTIMIZED(x) __declspec(__optimize__("O0")) x
  11254. ^
  11255. conftest.c:147:5: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  11256. FUNC_UNOPTIMIZED(x);
  11257. ^
  11258. conftest.c:142:40: note: expanded from macro 'FUNC_UNOPTIMIZED'
  11259. #define FUNC_UNOPTIMIZED(x) __declspec(__optimize__("O0")) x
  11260. ^
  11261. conftest.c:147:5: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  11262. conftest.c:142:29: note: expanded from macro 'FUNC_UNOPTIMIZED'
  11263. #define FUNC_UNOPTIMIZED(x) __declspec(__optimize__("O0")) x
  11264. ^
  11265. conftest.c:147:22: error: expected ';' after top level declarator
  11266. FUNC_UNOPTIMIZED(x);
  11267. ^
  11268. conftest.c:144:11: note: expanded from macro 'x'
  11269. #define x int conftest_attribute_check(void)
  11270. ^
  11271. 2 warnings and 3 errors generated.
  11272. configure:16374: $? = 1
  11273. configure: failed program was:
  11274. | /* confdefs.h */
  11275. | #define PACKAGE_NAME ""
  11276. | #define PACKAGE_TARNAME ""
  11277. | #define PACKAGE_VERSION ""
  11278. | #define PACKAGE_STRING ""
  11279. | #define PACKAGE_BUGREPORT ""
  11280. | #define PACKAGE_URL ""
  11281. | #define CANONICALIZATION_FOR_MATHN 1
  11282. | #define STDC_HEADERS 1
  11283. | #define HAVE_SYS_TYPES_H 1
  11284. | #define HAVE_SYS_STAT_H 1
  11285. | #define HAVE_STDLIB_H 1
  11286. | #define HAVE_STRING_H 1
  11287. | #define HAVE_MEMORY_H 1
  11288. | #define HAVE_STRINGS_H 1
  11289. | #define HAVE_INTTYPES_H 1
  11290. | #define HAVE_STDINT_H 1
  11291. | #define HAVE_UNISTD_H 1
  11292. | #define __EXTENSIONS__ 1
  11293. | #define _ALL_SOURCE 1
  11294. | #define _GNU_SOURCE 1
  11295. | #define _POSIX_PTHREAD_SEMANTICS 1
  11296. | #define _TANDEM_SOURCE 1
  11297. | #define HAVE_INFINITY 1
  11298. | #define HAVE_NAN 1
  11299. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  11300. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  11301. | #define BROKEN_CRYPT 1
  11302. | #define HAVE_CRT_EXTERNS_H 1
  11303. | #define HAVE_LIBDL 1
  11304. | #define HAVE_DIRENT_H 1
  11305. | #define HAVE__BOOL 1
  11306. | #define HAVE_STDBOOL_H 1
  11307. | #define HAVE_SYS_WAIT_H 1
  11308. | #define HAVE_GRP_H 1
  11309. | #define HAVE_FCNTL_H 1
  11310. | #define HAVE_FLOAT_H 1
  11311. | #define HAVE_LANGINFO_H 1
  11312. | #define HAVE_LIMITS_H 1
  11313. | #define HAVE_LOCALE_H 1
  11314. | #define HAVE_MALLOC_MALLOC_H 1
  11315. | #define HAVE_PWD_H 1
  11316. | #define HAVE_SYS_ATTR_H 1
  11317. | #define HAVE_SYS_FCNTL_H 1
  11318. | #define HAVE_SYS_FILE_H 1
  11319. | #define HAVE_SYS_IOCTL_H 1
  11320. | #define HAVE_SYS_PARAM_H 1
  11321. | #define HAVE_SYS_RESOURCE_H 1
  11322. | #define HAVE_SYS_SELECT_H 1
  11323. | #define HAVE_SYS_SOCKET_H 1
  11324. | #define HAVE_SYS_TIME_H 1
  11325. | #define HAVE_SYS_TIMES_H 1
  11326. | #define HAVE_SYS_UIO_H 1
  11327. | #define HAVE_TIME_H 1
  11328. | #define HAVE_UCONTEXT_H 1
  11329. | #define HAVE_UTIME_H 1
  11330. | #define HAVE_GMP_H 1
  11331. | #define HAVE_LIBGMP 1
  11332. | #define HAVE_TYPEOF 1
  11333. | #define HAVE_LONG_LONG 1
  11334. | #define HAVE_OFF_T 1
  11335. | #define SIZEOF_INT 4
  11336. | #define SIZEOF_SHORT 2
  11337. | #define SIZEOF_LONG 8
  11338. | #define SIZEOF_LONG_LONG 8
  11339. | #define SIZEOF___INT64 0
  11340. | #define SIZEOF___INT128 16
  11341. | #define SIZEOF_OFF_T 8
  11342. | #define SIZEOF_VOIDP 8
  11343. | #define SIZEOF_FLOAT 4
  11344. | #define SIZEOF_DOUBLE 8
  11345. | #define SIZEOF_TIME_T 8
  11346. | #define SIZEOF_CLOCK_T 8
  11347. | #define PACKED_STRUCT(x) x __attribute__((packed))
  11348. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  11349. | #define PRI_LL_PREFIX "ll"
  11350. | #define rb_pid_t pid_t
  11351. | #define SIGNEDNESS_OF_PID_T -1
  11352. | #define PIDT2NUM(v) INT2NUM(v)
  11353. | #define NUM2PIDT(v) NUM2INT(v)
  11354. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  11355. | #define rb_uid_t uid_t
  11356. | #define SIGNEDNESS_OF_UID_T +1
  11357. | #define UIDT2NUM(v) UINT2NUM(v)
  11358. | #define NUM2UIDT(v) NUM2UINT(v)
  11359. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  11360. | #define rb_gid_t gid_t
  11361. | #define SIGNEDNESS_OF_GID_T +1
  11362. | #define GIDT2NUM(v) UINT2NUM(v)
  11363. | #define NUM2GIDT(v) NUM2UINT(v)
  11364. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  11365. | #define rb_time_t time_t
  11366. | #define SIGNEDNESS_OF_TIME_T -1
  11367. | #define TIMET2NUM(v) LONG2NUM(v)
  11368. | #define NUM2TIMET(v) NUM2LONG(v)
  11369. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  11370. | #define rb_dev_t dev_t
  11371. | #define SIGNEDNESS_OF_DEV_T -1
  11372. | #define DEVT2NUM(v) INT2NUM(v)
  11373. | #define NUM2DEVT(v) NUM2INT(v)
  11374. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  11375. | #define rb_mode_t mode_t
  11376. | #define SIGNEDNESS_OF_MODE_T +1
  11377. | #define MODET2NUM(v) UINT2NUM(v)
  11378. | #define NUM2MODET(v) NUM2UINT(v)
  11379. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  11380. | #define rb_rlim_t rlim_t
  11381. | #define SIGNEDNESS_OF_RLIM_T +1
  11382. | #define RLIM2NUM(v) ULL2NUM(v)
  11383. | #define NUM2RLIM(v) NUM2ULL(v)
  11384. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  11385. | #define rb_off_t off_t
  11386. | #define SIGNEDNESS_OF_OFF_T -1
  11387. | #define OFFT2NUM(v) LL2NUM(v)
  11388. | #define NUM2OFFT(v) NUM2LL(v)
  11389. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  11390. | #define rb_clockid_t int
  11391. | #define SIGNEDNESS_OF_CLOCKID_T -1
  11392. | #define CLOCKID2NUM(v) INT2NUM(v)
  11393. | #define NUM2CLOCKID(v) NUM2INT(v)
  11394. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  11395. | #define HAVE_PROTOTYPES 1
  11396. | #define TOKEN_PASTE(x,y) x##y
  11397. | #define STRINGIZE(expr) STRINGIZE0(expr)
  11398. | #define HAVE_STDARG_PROTOTYPES 1
  11399. | #define HAVE_VA_ARGS_MACRO 1
  11400. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  11401. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  11402. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  11403. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  11404. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  11405. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  11406. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  11407. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  11408. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  11409. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  11410. | #define WEAK(x) __attribute__ ((__weak__)) x
  11411. | #define HAVE_FUNC_WEAK 1
  11412. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  11413. | /* end confdefs.h. */
  11414. |
  11415. | #define FUNC_UNOPTIMIZED(x) __declspec(__optimize__("O0")) x
  11416. |
  11417. | #define x int conftest_attribute_check(void)
  11418. |
  11419. | #define mesg ("")
  11420. | FUNC_UNOPTIMIZED(x);
  11421. | int
  11422. | main ()
  11423. | {
  11424. |
  11425. | ;
  11426. | return 0;
  11427. | }
  11428. 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
  11429. configure:16374: $? = 0
  11430. configure:16392: result: x
  11431. configure:16405: checking for FUNC_MINIMIZED function attribute
  11432. 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
  11433. conftest.c:147:5: warning: unknown attribute '__optimize__' ignored [-Wunknown-attributes]
  11434. FUNC_MINIMIZED(x);
  11435. ^
  11436. conftest.c:142:43: note: expanded from macro 'FUNC_MINIMIZED'
  11437. #define FUNC_MINIMIZED(x) __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x
  11438. ^
  11439. 1 warning generated.
  11440. configure:16447: $? = 0
  11441. configure: failed program was:
  11442. | /* confdefs.h */
  11443. | #define PACKAGE_NAME ""
  11444. | #define PACKAGE_TARNAME ""
  11445. | #define PACKAGE_VERSION ""
  11446. | #define PACKAGE_STRING ""
  11447. | #define PACKAGE_BUGREPORT ""
  11448. | #define PACKAGE_URL ""
  11449. | #define CANONICALIZATION_FOR_MATHN 1
  11450. | #define STDC_HEADERS 1
  11451. | #define HAVE_SYS_TYPES_H 1
  11452. | #define HAVE_SYS_STAT_H 1
  11453. | #define HAVE_STDLIB_H 1
  11454. | #define HAVE_STRING_H 1
  11455. | #define HAVE_MEMORY_H 1
  11456. | #define HAVE_STRINGS_H 1
  11457. | #define HAVE_INTTYPES_H 1
  11458. | #define HAVE_STDINT_H 1
  11459. | #define HAVE_UNISTD_H 1
  11460. | #define __EXTENSIONS__ 1
  11461. | #define _ALL_SOURCE 1
  11462. | #define _GNU_SOURCE 1
  11463. | #define _POSIX_PTHREAD_SEMANTICS 1
  11464. | #define _TANDEM_SOURCE 1
  11465. | #define HAVE_INFINITY 1
  11466. | #define HAVE_NAN 1
  11467. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  11468. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  11469. | #define BROKEN_CRYPT 1
  11470. | #define HAVE_CRT_EXTERNS_H 1
  11471. | #define HAVE_LIBDL 1
  11472. | #define HAVE_DIRENT_H 1
  11473. | #define HAVE__BOOL 1
  11474. | #define HAVE_STDBOOL_H 1
  11475. | #define HAVE_SYS_WAIT_H 1
  11476. | #define HAVE_GRP_H 1
  11477. | #define HAVE_FCNTL_H 1
  11478. | #define HAVE_FLOAT_H 1
  11479. | #define HAVE_LANGINFO_H 1
  11480. | #define HAVE_LIMITS_H 1
  11481. | #define HAVE_LOCALE_H 1
  11482. | #define HAVE_MALLOC_MALLOC_H 1
  11483. | #define HAVE_PWD_H 1
  11484. | #define HAVE_SYS_ATTR_H 1
  11485. | #define HAVE_SYS_FCNTL_H 1
  11486. | #define HAVE_SYS_FILE_H 1
  11487. | #define HAVE_SYS_IOCTL_H 1
  11488. | #define HAVE_SYS_PARAM_H 1
  11489. | #define HAVE_SYS_RESOURCE_H 1
  11490. | #define HAVE_SYS_SELECT_H 1
  11491. | #define HAVE_SYS_SOCKET_H 1
  11492. | #define HAVE_SYS_TIME_H 1
  11493. | #define HAVE_SYS_TIMES_H 1
  11494. | #define HAVE_SYS_UIO_H 1
  11495. | #define HAVE_TIME_H 1
  11496. | #define HAVE_UCONTEXT_H 1
  11497. | #define HAVE_UTIME_H 1
  11498. | #define HAVE_GMP_H 1
  11499. | #define HAVE_LIBGMP 1
  11500. | #define HAVE_TYPEOF 1
  11501. | #define HAVE_LONG_LONG 1
  11502. | #define HAVE_OFF_T 1
  11503. | #define SIZEOF_INT 4
  11504. | #define SIZEOF_SHORT 2
  11505. | #define SIZEOF_LONG 8
  11506. | #define SIZEOF_LONG_LONG 8
  11507. | #define SIZEOF___INT64 0
  11508. | #define SIZEOF___INT128 16
  11509. | #define SIZEOF_OFF_T 8
  11510. | #define SIZEOF_VOIDP 8
  11511. | #define SIZEOF_FLOAT 4
  11512. | #define SIZEOF_DOUBLE 8
  11513. | #define SIZEOF_TIME_T 8
  11514. | #define SIZEOF_CLOCK_T 8
  11515. | #define PACKED_STRUCT(x) x __attribute__((packed))
  11516. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  11517. | #define PRI_LL_PREFIX "ll"
  11518. | #define rb_pid_t pid_t
  11519. | #define SIGNEDNESS_OF_PID_T -1
  11520. | #define PIDT2NUM(v) INT2NUM(v)
  11521. | #define NUM2PIDT(v) NUM2INT(v)
  11522. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  11523. | #define rb_uid_t uid_t
  11524. | #define SIGNEDNESS_OF_UID_T +1
  11525. | #define UIDT2NUM(v) UINT2NUM(v)
  11526. | #define NUM2UIDT(v) NUM2UINT(v)
  11527. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  11528. | #define rb_gid_t gid_t
  11529. | #define SIGNEDNESS_OF_GID_T +1
  11530. | #define GIDT2NUM(v) UINT2NUM(v)
  11531. | #define NUM2GIDT(v) NUM2UINT(v)
  11532. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  11533. | #define rb_time_t time_t
  11534. | #define SIGNEDNESS_OF_TIME_T -1
  11535. | #define TIMET2NUM(v) LONG2NUM(v)
  11536. | #define NUM2TIMET(v) NUM2LONG(v)
  11537. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  11538. | #define rb_dev_t dev_t
  11539. | #define SIGNEDNESS_OF_DEV_T -1
  11540. | #define DEVT2NUM(v) INT2NUM(v)
  11541. | #define NUM2DEVT(v) NUM2INT(v)
  11542. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  11543. | #define rb_mode_t mode_t
  11544. | #define SIGNEDNESS_OF_MODE_T +1
  11545. | #define MODET2NUM(v) UINT2NUM(v)
  11546. | #define NUM2MODET(v) NUM2UINT(v)
  11547. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  11548. | #define rb_rlim_t rlim_t
  11549. | #define SIGNEDNESS_OF_RLIM_T +1
  11550. | #define RLIM2NUM(v) ULL2NUM(v)
  11551. | #define NUM2RLIM(v) NUM2ULL(v)
  11552. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  11553. | #define rb_off_t off_t
  11554. | #define SIGNEDNESS_OF_OFF_T -1
  11555. | #define OFFT2NUM(v) LL2NUM(v)
  11556. | #define NUM2OFFT(v) NUM2LL(v)
  11557. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  11558. | #define rb_clockid_t int
  11559. | #define SIGNEDNESS_OF_CLOCKID_T -1
  11560. | #define CLOCKID2NUM(v) INT2NUM(v)
  11561. | #define NUM2CLOCKID(v) NUM2INT(v)
  11562. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  11563. | #define HAVE_PROTOTYPES 1
  11564. | #define TOKEN_PASTE(x,y) x##y
  11565. | #define STRINGIZE(expr) STRINGIZE0(expr)
  11566. | #define HAVE_STDARG_PROTOTYPES 1
  11567. | #define HAVE_VA_ARGS_MACRO 1
  11568. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  11569. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  11570. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  11571. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  11572. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  11573. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  11574. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  11575. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  11576. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  11577. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  11578. | #define WEAK(x) __attribute__ ((__weak__)) x
  11579. | #define HAVE_FUNC_WEAK 1
  11580. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  11581. | /* end confdefs.h. */
  11582. |
  11583. | #define FUNC_MINIMIZED(x) __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x
  11584. |
  11585. | #define x int conftest_attribute_check(void)
  11586. |
  11587. | #define mesg ("")
  11588. | FUNC_MINIMIZED(x);
  11589. | int
  11590. | main ()
  11591. | {
  11592. |
  11593. | ;
  11594. | return 0;
  11595. | }
  11596. 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
  11597. conftest.c:147:5: warning: unknown attribute '__optimize__' ignored [-Wunknown-attributes]
  11598. FUNC_MINIMIZED(x);
  11599. ^
  11600. conftest.c:142:45: note: expanded from macro 'FUNC_MINIMIZED'
  11601. #define FUNC_MINIMIZED(x) x __attribute__ ((__optimize__("-Os","-fomit-frame-pointer")))
  11602. ^
  11603. 1 warning generated.
  11604. configure:16447: $? = 0
  11605. configure: failed program was:
  11606. | /* confdefs.h */
  11607. | #define PACKAGE_NAME ""
  11608. | #define PACKAGE_TARNAME ""
  11609. | #define PACKAGE_VERSION ""
  11610. | #define PACKAGE_STRING ""
  11611. | #define PACKAGE_BUGREPORT ""
  11612. | #define PACKAGE_URL ""
  11613. | #define CANONICALIZATION_FOR_MATHN 1
  11614. | #define STDC_HEADERS 1
  11615. | #define HAVE_SYS_TYPES_H 1
  11616. | #define HAVE_SYS_STAT_H 1
  11617. | #define HAVE_STDLIB_H 1
  11618. | #define HAVE_STRING_H 1
  11619. | #define HAVE_MEMORY_H 1
  11620. | #define HAVE_STRINGS_H 1
  11621. | #define HAVE_INTTYPES_H 1
  11622. | #define HAVE_STDINT_H 1
  11623. | #define HAVE_UNISTD_H 1
  11624. | #define __EXTENSIONS__ 1
  11625. | #define _ALL_SOURCE 1
  11626. | #define _GNU_SOURCE 1
  11627. | #define _POSIX_PTHREAD_SEMANTICS 1
  11628. | #define _TANDEM_SOURCE 1
  11629. | #define HAVE_INFINITY 1
  11630. | #define HAVE_NAN 1
  11631. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  11632. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  11633. | #define BROKEN_CRYPT 1
  11634. | #define HAVE_CRT_EXTERNS_H 1
  11635. | #define HAVE_LIBDL 1
  11636. | #define HAVE_DIRENT_H 1
  11637. | #define HAVE__BOOL 1
  11638. | #define HAVE_STDBOOL_H 1
  11639. | #define HAVE_SYS_WAIT_H 1
  11640. | #define HAVE_GRP_H 1
  11641. | #define HAVE_FCNTL_H 1
  11642. | #define HAVE_FLOAT_H 1
  11643. | #define HAVE_LANGINFO_H 1
  11644. | #define HAVE_LIMITS_H 1
  11645. | #define HAVE_LOCALE_H 1
  11646. | #define HAVE_MALLOC_MALLOC_H 1
  11647. | #define HAVE_PWD_H 1
  11648. | #define HAVE_SYS_ATTR_H 1
  11649. | #define HAVE_SYS_FCNTL_H 1
  11650. | #define HAVE_SYS_FILE_H 1
  11651. | #define HAVE_SYS_IOCTL_H 1
  11652. | #define HAVE_SYS_PARAM_H 1
  11653. | #define HAVE_SYS_RESOURCE_H 1
  11654. | #define HAVE_SYS_SELECT_H 1
  11655. | #define HAVE_SYS_SOCKET_H 1
  11656. | #define HAVE_SYS_TIME_H 1
  11657. | #define HAVE_SYS_TIMES_H 1
  11658. | #define HAVE_SYS_UIO_H 1
  11659. | #define HAVE_TIME_H 1
  11660. | #define HAVE_UCONTEXT_H 1
  11661. | #define HAVE_UTIME_H 1
  11662. | #define HAVE_GMP_H 1
  11663. | #define HAVE_LIBGMP 1
  11664. | #define HAVE_TYPEOF 1
  11665. | #define HAVE_LONG_LONG 1
  11666. | #define HAVE_OFF_T 1
  11667. | #define SIZEOF_INT 4
  11668. | #define SIZEOF_SHORT 2
  11669. | #define SIZEOF_LONG 8
  11670. | #define SIZEOF_LONG_LONG 8
  11671. | #define SIZEOF___INT64 0
  11672. | #define SIZEOF___INT128 16
  11673. | #define SIZEOF_OFF_T 8
  11674. | #define SIZEOF_VOIDP 8
  11675. | #define SIZEOF_FLOAT 4
  11676. | #define SIZEOF_DOUBLE 8
  11677. | #define SIZEOF_TIME_T 8
  11678. | #define SIZEOF_CLOCK_T 8
  11679. | #define PACKED_STRUCT(x) x __attribute__((packed))
  11680. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  11681. | #define PRI_LL_PREFIX "ll"
  11682. | #define rb_pid_t pid_t
  11683. | #define SIGNEDNESS_OF_PID_T -1
  11684. | #define PIDT2NUM(v) INT2NUM(v)
  11685. | #define NUM2PIDT(v) NUM2INT(v)
  11686. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  11687. | #define rb_uid_t uid_t
  11688. | #define SIGNEDNESS_OF_UID_T +1
  11689. | #define UIDT2NUM(v) UINT2NUM(v)
  11690. | #define NUM2UIDT(v) NUM2UINT(v)
  11691. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  11692. | #define rb_gid_t gid_t
  11693. | #define SIGNEDNESS_OF_GID_T +1
  11694. | #define GIDT2NUM(v) UINT2NUM(v)
  11695. | #define NUM2GIDT(v) NUM2UINT(v)
  11696. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  11697. | #define rb_time_t time_t
  11698. | #define SIGNEDNESS_OF_TIME_T -1
  11699. | #define TIMET2NUM(v) LONG2NUM(v)
  11700. | #define NUM2TIMET(v) NUM2LONG(v)
  11701. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  11702. | #define rb_dev_t dev_t
  11703. | #define SIGNEDNESS_OF_DEV_T -1
  11704. | #define DEVT2NUM(v) INT2NUM(v)
  11705. | #define NUM2DEVT(v) NUM2INT(v)
  11706. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  11707. | #define rb_mode_t mode_t
  11708. | #define SIGNEDNESS_OF_MODE_T +1
  11709. | #define MODET2NUM(v) UINT2NUM(v)
  11710. | #define NUM2MODET(v) NUM2UINT(v)
  11711. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  11712. | #define rb_rlim_t rlim_t
  11713. | #define SIGNEDNESS_OF_RLIM_T +1
  11714. | #define RLIM2NUM(v) ULL2NUM(v)
  11715. | #define NUM2RLIM(v) NUM2ULL(v)
  11716. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  11717. | #define rb_off_t off_t
  11718. | #define SIGNEDNESS_OF_OFF_T -1
  11719. | #define OFFT2NUM(v) LL2NUM(v)
  11720. | #define NUM2OFFT(v) NUM2LL(v)
  11721. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  11722. | #define rb_clockid_t int
  11723. | #define SIGNEDNESS_OF_CLOCKID_T -1
  11724. | #define CLOCKID2NUM(v) INT2NUM(v)
  11725. | #define NUM2CLOCKID(v) NUM2INT(v)
  11726. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  11727. | #define HAVE_PROTOTYPES 1
  11728. | #define TOKEN_PASTE(x,y) x##y
  11729. | #define STRINGIZE(expr) STRINGIZE0(expr)
  11730. | #define HAVE_STDARG_PROTOTYPES 1
  11731. | #define HAVE_VA_ARGS_MACRO 1
  11732. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  11733. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  11734. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  11735. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  11736. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  11737. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  11738. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  11739. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  11740. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  11741. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  11742. | #define WEAK(x) __attribute__ ((__weak__)) x
  11743. | #define HAVE_FUNC_WEAK 1
  11744. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  11745. | /* end confdefs.h. */
  11746. |
  11747. | #define FUNC_MINIMIZED(x) x __attribute__ ((__optimize__("-Os","-fomit-frame-pointer")))
  11748. |
  11749. | #define x int conftest_attribute_check(void)
  11750. |
  11751. | #define mesg ("")
  11752. | FUNC_MINIMIZED(x);
  11753. | int
  11754. | main ()
  11755. | {
  11756. |
  11757. | ;
  11758. | return 0;
  11759. | }
  11760. 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
  11761. conftest.c:147:5: error: expected parameter declarator
  11762. FUNC_MINIMIZED(x);
  11763. ^
  11764. conftest.c:142:51: note: expanded from macro 'FUNC_MINIMIZED'
  11765. #define FUNC_MINIMIZED(x) __declspec(__optimize__("-Os","-fomit-frame-pointer")) x
  11766. ^
  11767. conftest.c:147:5: error: expected ')'
  11768. conftest.c:142:51: note: expanded from macro 'FUNC_MINIMIZED'
  11769. #define FUNC_MINIMIZED(x) __declspec(__optimize__("-Os","-fomit-frame-pointer")) x
  11770. ^
  11771. conftest.c:147:5: note: to match this '('
  11772. conftest.c:142:50: note: expanded from macro 'FUNC_MINIMIZED'
  11773. #define FUNC_MINIMIZED(x) __declspec(__optimize__("-Os","-fomit-frame-pointer")) x
  11774. ^
  11775. conftest.c:147:5: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  11776. FUNC_MINIMIZED(x);
  11777. ^
  11778. conftest.c:142:38: note: expanded from macro 'FUNC_MINIMIZED'
  11779. #define FUNC_MINIMIZED(x) __declspec(__optimize__("-Os","-fomit-frame-pointer")) x
  11780. ^
  11781. conftest.c:147:5: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  11782. conftest.c:142:27: note: expanded from macro 'FUNC_MINIMIZED'
  11783. #define FUNC_MINIMIZED(x) __declspec(__optimize__("-Os","-fomit-frame-pointer")) x
  11784. ^
  11785. conftest.c:147:20: error: expected ';' after top level declarator
  11786. FUNC_MINIMIZED(x);
  11787. ^
  11788. conftest.c:144:11: note: expanded from macro 'x'
  11789. #define x int conftest_attribute_check(void)
  11790. ^
  11791. 2 warnings and 3 errors generated.
  11792. configure:16447: $? = 1
  11793. configure: failed program was:
  11794. | /* confdefs.h */
  11795. | #define PACKAGE_NAME ""
  11796. | #define PACKAGE_TARNAME ""
  11797. | #define PACKAGE_VERSION ""
  11798. | #define PACKAGE_STRING ""
  11799. | #define PACKAGE_BUGREPORT ""
  11800. | #define PACKAGE_URL ""
  11801. | #define CANONICALIZATION_FOR_MATHN 1
  11802. | #define STDC_HEADERS 1
  11803. | #define HAVE_SYS_TYPES_H 1
  11804. | #define HAVE_SYS_STAT_H 1
  11805. | #define HAVE_STDLIB_H 1
  11806. | #define HAVE_STRING_H 1
  11807. | #define HAVE_MEMORY_H 1
  11808. | #define HAVE_STRINGS_H 1
  11809. | #define HAVE_INTTYPES_H 1
  11810. | #define HAVE_STDINT_H 1
  11811. | #define HAVE_UNISTD_H 1
  11812. | #define __EXTENSIONS__ 1
  11813. | #define _ALL_SOURCE 1
  11814. | #define _GNU_SOURCE 1
  11815. | #define _POSIX_PTHREAD_SEMANTICS 1
  11816. | #define _TANDEM_SOURCE 1
  11817. | #define HAVE_INFINITY 1
  11818. | #define HAVE_NAN 1
  11819. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  11820. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  11821. | #define BROKEN_CRYPT 1
  11822. | #define HAVE_CRT_EXTERNS_H 1
  11823. | #define HAVE_LIBDL 1
  11824. | #define HAVE_DIRENT_H 1
  11825. | #define HAVE__BOOL 1
  11826. | #define HAVE_STDBOOL_H 1
  11827. | #define HAVE_SYS_WAIT_H 1
  11828. | #define HAVE_GRP_H 1
  11829. | #define HAVE_FCNTL_H 1
  11830. | #define HAVE_FLOAT_H 1
  11831. | #define HAVE_LANGINFO_H 1
  11832. | #define HAVE_LIMITS_H 1
  11833. | #define HAVE_LOCALE_H 1
  11834. | #define HAVE_MALLOC_MALLOC_H 1
  11835. | #define HAVE_PWD_H 1
  11836. | #define HAVE_SYS_ATTR_H 1
  11837. | #define HAVE_SYS_FCNTL_H 1
  11838. | #define HAVE_SYS_FILE_H 1
  11839. | #define HAVE_SYS_IOCTL_H 1
  11840. | #define HAVE_SYS_PARAM_H 1
  11841. | #define HAVE_SYS_RESOURCE_H 1
  11842. | #define HAVE_SYS_SELECT_H 1
  11843. | #define HAVE_SYS_SOCKET_H 1
  11844. | #define HAVE_SYS_TIME_H 1
  11845. | #define HAVE_SYS_TIMES_H 1
  11846. | #define HAVE_SYS_UIO_H 1
  11847. | #define HAVE_TIME_H 1
  11848. | #define HAVE_UCONTEXT_H 1
  11849. | #define HAVE_UTIME_H 1
  11850. | #define HAVE_GMP_H 1
  11851. | #define HAVE_LIBGMP 1
  11852. | #define HAVE_TYPEOF 1
  11853. | #define HAVE_LONG_LONG 1
  11854. | #define HAVE_OFF_T 1
  11855. | #define SIZEOF_INT 4
  11856. | #define SIZEOF_SHORT 2
  11857. | #define SIZEOF_LONG 8
  11858. | #define SIZEOF_LONG_LONG 8
  11859. | #define SIZEOF___INT64 0
  11860. | #define SIZEOF___INT128 16
  11861. | #define SIZEOF_OFF_T 8
  11862. | #define SIZEOF_VOIDP 8
  11863. | #define SIZEOF_FLOAT 4
  11864. | #define SIZEOF_DOUBLE 8
  11865. | #define SIZEOF_TIME_T 8
  11866. | #define SIZEOF_CLOCK_T 8
  11867. | #define PACKED_STRUCT(x) x __attribute__((packed))
  11868. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  11869. | #define PRI_LL_PREFIX "ll"
  11870. | #define rb_pid_t pid_t
  11871. | #define SIGNEDNESS_OF_PID_T -1
  11872. | #define PIDT2NUM(v) INT2NUM(v)
  11873. | #define NUM2PIDT(v) NUM2INT(v)
  11874. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  11875. | #define rb_uid_t uid_t
  11876. | #define SIGNEDNESS_OF_UID_T +1
  11877. | #define UIDT2NUM(v) UINT2NUM(v)
  11878. | #define NUM2UIDT(v) NUM2UINT(v)
  11879. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  11880. | #define rb_gid_t gid_t
  11881. | #define SIGNEDNESS_OF_GID_T +1
  11882. | #define GIDT2NUM(v) UINT2NUM(v)
  11883. | #define NUM2GIDT(v) NUM2UINT(v)
  11884. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  11885. | #define rb_time_t time_t
  11886. | #define SIGNEDNESS_OF_TIME_T -1
  11887. | #define TIMET2NUM(v) LONG2NUM(v)
  11888. | #define NUM2TIMET(v) NUM2LONG(v)
  11889. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  11890. | #define rb_dev_t dev_t
  11891. | #define SIGNEDNESS_OF_DEV_T -1
  11892. | #define DEVT2NUM(v) INT2NUM(v)
  11893. | #define NUM2DEVT(v) NUM2INT(v)
  11894. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  11895. | #define rb_mode_t mode_t
  11896. | #define SIGNEDNESS_OF_MODE_T +1
  11897. | #define MODET2NUM(v) UINT2NUM(v)
  11898. | #define NUM2MODET(v) NUM2UINT(v)
  11899. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  11900. | #define rb_rlim_t rlim_t
  11901. | #define SIGNEDNESS_OF_RLIM_T +1
  11902. | #define RLIM2NUM(v) ULL2NUM(v)
  11903. | #define NUM2RLIM(v) NUM2ULL(v)
  11904. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  11905. | #define rb_off_t off_t
  11906. | #define SIGNEDNESS_OF_OFF_T -1
  11907. | #define OFFT2NUM(v) LL2NUM(v)
  11908. | #define NUM2OFFT(v) NUM2LL(v)
  11909. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  11910. | #define rb_clockid_t int
  11911. | #define SIGNEDNESS_OF_CLOCKID_T -1
  11912. | #define CLOCKID2NUM(v) INT2NUM(v)
  11913. | #define NUM2CLOCKID(v) NUM2INT(v)
  11914. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  11915. | #define HAVE_PROTOTYPES 1
  11916. | #define TOKEN_PASTE(x,y) x##y
  11917. | #define STRINGIZE(expr) STRINGIZE0(expr)
  11918. | #define HAVE_STDARG_PROTOTYPES 1
  11919. | #define HAVE_VA_ARGS_MACRO 1
  11920. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  11921. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  11922. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  11923. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  11924. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  11925. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  11926. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  11927. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  11928. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  11929. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  11930. | #define WEAK(x) __attribute__ ((__weak__)) x
  11931. | #define HAVE_FUNC_WEAK 1
  11932. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  11933. | /* end confdefs.h. */
  11934. |
  11935. | #define FUNC_MINIMIZED(x) __declspec(__optimize__("-Os","-fomit-frame-pointer")) x
  11936. |
  11937. | #define x int conftest_attribute_check(void)
  11938. |
  11939. | #define mesg ("")
  11940. | FUNC_MINIMIZED(x);
  11941. | int
  11942. | main ()
  11943. | {
  11944. |
  11945. | ;
  11946. | return 0;
  11947. | }
  11948. 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
  11949. configure:16447: $? = 0
  11950. configure:16465: result: x
  11951. configure:16480: checking for function alias
  11952. 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
  11953. conftest.c:142:33: error: only weak aliases are supported on darwin
  11954. void bar(void) __attribute__((alias("foo")));
  11955. ^
  11956. 1 error generated.
  11957. configure:16499: $? = 1
  11958. configure: failed program was:
  11959. | /* confdefs.h */
  11960. | #define PACKAGE_NAME ""
  11961. | #define PACKAGE_TARNAME ""
  11962. | #define PACKAGE_VERSION ""
  11963. | #define PACKAGE_STRING ""
  11964. | #define PACKAGE_BUGREPORT ""
  11965. | #define PACKAGE_URL ""
  11966. | #define CANONICALIZATION_FOR_MATHN 1
  11967. | #define STDC_HEADERS 1
  11968. | #define HAVE_SYS_TYPES_H 1
  11969. | #define HAVE_SYS_STAT_H 1
  11970. | #define HAVE_STDLIB_H 1
  11971. | #define HAVE_STRING_H 1
  11972. | #define HAVE_MEMORY_H 1
  11973. | #define HAVE_STRINGS_H 1
  11974. | #define HAVE_INTTYPES_H 1
  11975. | #define HAVE_STDINT_H 1
  11976. | #define HAVE_UNISTD_H 1
  11977. | #define __EXTENSIONS__ 1
  11978. | #define _ALL_SOURCE 1
  11979. | #define _GNU_SOURCE 1
  11980. | #define _POSIX_PTHREAD_SEMANTICS 1
  11981. | #define _TANDEM_SOURCE 1
  11982. | #define HAVE_INFINITY 1
  11983. | #define HAVE_NAN 1
  11984. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  11985. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  11986. | #define BROKEN_CRYPT 1
  11987. | #define HAVE_CRT_EXTERNS_H 1
  11988. | #define HAVE_LIBDL 1
  11989. | #define HAVE_DIRENT_H 1
  11990. | #define HAVE__BOOL 1
  11991. | #define HAVE_STDBOOL_H 1
  11992. | #define HAVE_SYS_WAIT_H 1
  11993. | #define HAVE_GRP_H 1
  11994. | #define HAVE_FCNTL_H 1
  11995. | #define HAVE_FLOAT_H 1
  11996. | #define HAVE_LANGINFO_H 1
  11997. | #define HAVE_LIMITS_H 1
  11998. | #define HAVE_LOCALE_H 1
  11999. | #define HAVE_MALLOC_MALLOC_H 1
  12000. | #define HAVE_PWD_H 1
  12001. | #define HAVE_SYS_ATTR_H 1
  12002. | #define HAVE_SYS_FCNTL_H 1
  12003. | #define HAVE_SYS_FILE_H 1
  12004. | #define HAVE_SYS_IOCTL_H 1
  12005. | #define HAVE_SYS_PARAM_H 1
  12006. | #define HAVE_SYS_RESOURCE_H 1
  12007. | #define HAVE_SYS_SELECT_H 1
  12008. | #define HAVE_SYS_SOCKET_H 1
  12009. | #define HAVE_SYS_TIME_H 1
  12010. | #define HAVE_SYS_TIMES_H 1
  12011. | #define HAVE_SYS_UIO_H 1
  12012. | #define HAVE_TIME_H 1
  12013. | #define HAVE_UCONTEXT_H 1
  12014. | #define HAVE_UTIME_H 1
  12015. | #define HAVE_GMP_H 1
  12016. | #define HAVE_LIBGMP 1
  12017. | #define HAVE_TYPEOF 1
  12018. | #define HAVE_LONG_LONG 1
  12019. | #define HAVE_OFF_T 1
  12020. | #define SIZEOF_INT 4
  12021. | #define SIZEOF_SHORT 2
  12022. | #define SIZEOF_LONG 8
  12023. | #define SIZEOF_LONG_LONG 8
  12024. | #define SIZEOF___INT64 0
  12025. | #define SIZEOF___INT128 16
  12026. | #define SIZEOF_OFF_T 8
  12027. | #define SIZEOF_VOIDP 8
  12028. | #define SIZEOF_FLOAT 4
  12029. | #define SIZEOF_DOUBLE 8
  12030. | #define SIZEOF_TIME_T 8
  12031. | #define SIZEOF_CLOCK_T 8
  12032. | #define PACKED_STRUCT(x) x __attribute__((packed))
  12033. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  12034. | #define PRI_LL_PREFIX "ll"
  12035. | #define rb_pid_t pid_t
  12036. | #define SIGNEDNESS_OF_PID_T -1
  12037. | #define PIDT2NUM(v) INT2NUM(v)
  12038. | #define NUM2PIDT(v) NUM2INT(v)
  12039. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  12040. | #define rb_uid_t uid_t
  12041. | #define SIGNEDNESS_OF_UID_T +1
  12042. | #define UIDT2NUM(v) UINT2NUM(v)
  12043. | #define NUM2UIDT(v) NUM2UINT(v)
  12044. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  12045. | #define rb_gid_t gid_t
  12046. | #define SIGNEDNESS_OF_GID_T +1
  12047. | #define GIDT2NUM(v) UINT2NUM(v)
  12048. | #define NUM2GIDT(v) NUM2UINT(v)
  12049. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  12050. | #define rb_time_t time_t
  12051. | #define SIGNEDNESS_OF_TIME_T -1
  12052. | #define TIMET2NUM(v) LONG2NUM(v)
  12053. | #define NUM2TIMET(v) NUM2LONG(v)
  12054. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  12055. | #define rb_dev_t dev_t
  12056. | #define SIGNEDNESS_OF_DEV_T -1
  12057. | #define DEVT2NUM(v) INT2NUM(v)
  12058. | #define NUM2DEVT(v) NUM2INT(v)
  12059. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  12060. | #define rb_mode_t mode_t
  12061. | #define SIGNEDNESS_OF_MODE_T +1
  12062. | #define MODET2NUM(v) UINT2NUM(v)
  12063. | #define NUM2MODET(v) NUM2UINT(v)
  12064. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  12065. | #define rb_rlim_t rlim_t
  12066. | #define SIGNEDNESS_OF_RLIM_T +1
  12067. | #define RLIM2NUM(v) ULL2NUM(v)
  12068. | #define NUM2RLIM(v) NUM2ULL(v)
  12069. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  12070. | #define rb_off_t off_t
  12071. | #define SIGNEDNESS_OF_OFF_T -1
  12072. | #define OFFT2NUM(v) LL2NUM(v)
  12073. | #define NUM2OFFT(v) NUM2LL(v)
  12074. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  12075. | #define rb_clockid_t int
  12076. | #define SIGNEDNESS_OF_CLOCKID_T -1
  12077. | #define CLOCKID2NUM(v) INT2NUM(v)
  12078. | #define NUM2CLOCKID(v) NUM2INT(v)
  12079. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  12080. | #define HAVE_PROTOTYPES 1
  12081. | #define TOKEN_PASTE(x,y) x##y
  12082. | #define STRINGIZE(expr) STRINGIZE0(expr)
  12083. | #define HAVE_STDARG_PROTOTYPES 1
  12084. | #define HAVE_VA_ARGS_MACRO 1
  12085. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  12086. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  12087. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  12088. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  12089. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  12090. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  12091. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  12092. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  12093. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  12094. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  12095. | #define WEAK(x) __attribute__ ((__weak__)) x
  12096. | #define HAVE_FUNC_WEAK 1
  12097. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  12098. | /* end confdefs.h. */
  12099. | void foo(void) {}
  12100. | void bar(void) __attribute__((alias("foo")));
  12101. | int
  12102. | main ()
  12103. | {
  12104. | bar()
  12105. | ;
  12106. | return 0;
  12107. | }
  12108. 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
  12109. conftest.c:142:38: error: only weak aliases are supported on darwin
  12110. void bar(void) __attribute__((weak,alias("foo")));
  12111. ^
  12112. 1 error generated.
  12113. configure:16499: $? = 1
  12114. configure: failed program was:
  12115. | /* confdefs.h */
  12116. | #define PACKAGE_NAME ""
  12117. | #define PACKAGE_TARNAME ""
  12118. | #define PACKAGE_VERSION ""
  12119. | #define PACKAGE_STRING ""
  12120. | #define PACKAGE_BUGREPORT ""
  12121. | #define PACKAGE_URL ""
  12122. | #define CANONICALIZATION_FOR_MATHN 1
  12123. | #define STDC_HEADERS 1
  12124. | #define HAVE_SYS_TYPES_H 1
  12125. | #define HAVE_SYS_STAT_H 1
  12126. | #define HAVE_STDLIB_H 1
  12127. | #define HAVE_STRING_H 1
  12128. | #define HAVE_MEMORY_H 1
  12129. | #define HAVE_STRINGS_H 1
  12130. | #define HAVE_INTTYPES_H 1
  12131. | #define HAVE_STDINT_H 1
  12132. | #define HAVE_UNISTD_H 1
  12133. | #define __EXTENSIONS__ 1
  12134. | #define _ALL_SOURCE 1
  12135. | #define _GNU_SOURCE 1
  12136. | #define _POSIX_PTHREAD_SEMANTICS 1
  12137. | #define _TANDEM_SOURCE 1
  12138. | #define HAVE_INFINITY 1
  12139. | #define HAVE_NAN 1
  12140. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  12141. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  12142. | #define BROKEN_CRYPT 1
  12143. | #define HAVE_CRT_EXTERNS_H 1
  12144. | #define HAVE_LIBDL 1
  12145. | #define HAVE_DIRENT_H 1
  12146. | #define HAVE__BOOL 1
  12147. | #define HAVE_STDBOOL_H 1
  12148. | #define HAVE_SYS_WAIT_H 1
  12149. | #define HAVE_GRP_H 1
  12150. | #define HAVE_FCNTL_H 1
  12151. | #define HAVE_FLOAT_H 1
  12152. | #define HAVE_LANGINFO_H 1
  12153. | #define HAVE_LIMITS_H 1
  12154. | #define HAVE_LOCALE_H 1
  12155. | #define HAVE_MALLOC_MALLOC_H 1
  12156. | #define HAVE_PWD_H 1
  12157. | #define HAVE_SYS_ATTR_H 1
  12158. | #define HAVE_SYS_FCNTL_H 1
  12159. | #define HAVE_SYS_FILE_H 1
  12160. | #define HAVE_SYS_IOCTL_H 1
  12161. | #define HAVE_SYS_PARAM_H 1
  12162. | #define HAVE_SYS_RESOURCE_H 1
  12163. | #define HAVE_SYS_SELECT_H 1
  12164. | #define HAVE_SYS_SOCKET_H 1
  12165. | #define HAVE_SYS_TIME_H 1
  12166. | #define HAVE_SYS_TIMES_H 1
  12167. | #define HAVE_SYS_UIO_H 1
  12168. | #define HAVE_TIME_H 1
  12169. | #define HAVE_UCONTEXT_H 1
  12170. | #define HAVE_UTIME_H 1
  12171. | #define HAVE_GMP_H 1
  12172. | #define HAVE_LIBGMP 1
  12173. | #define HAVE_TYPEOF 1
  12174. | #define HAVE_LONG_LONG 1
  12175. | #define HAVE_OFF_T 1
  12176. | #define SIZEOF_INT 4
  12177. | #define SIZEOF_SHORT 2
  12178. | #define SIZEOF_LONG 8
  12179. | #define SIZEOF_LONG_LONG 8
  12180. | #define SIZEOF___INT64 0
  12181. | #define SIZEOF___INT128 16
  12182. | #define SIZEOF_OFF_T 8
  12183. | #define SIZEOF_VOIDP 8
  12184. | #define SIZEOF_FLOAT 4
  12185. | #define SIZEOF_DOUBLE 8
  12186. | #define SIZEOF_TIME_T 8
  12187. | #define SIZEOF_CLOCK_T 8
  12188. | #define PACKED_STRUCT(x) x __attribute__((packed))
  12189. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  12190. | #define PRI_LL_PREFIX "ll"
  12191. | #define rb_pid_t pid_t
  12192. | #define SIGNEDNESS_OF_PID_T -1
  12193. | #define PIDT2NUM(v) INT2NUM(v)
  12194. | #define NUM2PIDT(v) NUM2INT(v)
  12195. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  12196. | #define rb_uid_t uid_t
  12197. | #define SIGNEDNESS_OF_UID_T +1
  12198. | #define UIDT2NUM(v) UINT2NUM(v)
  12199. | #define NUM2UIDT(v) NUM2UINT(v)
  12200. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  12201. | #define rb_gid_t gid_t
  12202. | #define SIGNEDNESS_OF_GID_T +1
  12203. | #define GIDT2NUM(v) UINT2NUM(v)
  12204. | #define NUM2GIDT(v) NUM2UINT(v)
  12205. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  12206. | #define rb_time_t time_t
  12207. | #define SIGNEDNESS_OF_TIME_T -1
  12208. | #define TIMET2NUM(v) LONG2NUM(v)
  12209. | #define NUM2TIMET(v) NUM2LONG(v)
  12210. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  12211. | #define rb_dev_t dev_t
  12212. | #define SIGNEDNESS_OF_DEV_T -1
  12213. | #define DEVT2NUM(v) INT2NUM(v)
  12214. | #define NUM2DEVT(v) NUM2INT(v)
  12215. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  12216. | #define rb_mode_t mode_t
  12217. | #define SIGNEDNESS_OF_MODE_T +1
  12218. | #define MODET2NUM(v) UINT2NUM(v)
  12219. | #define NUM2MODET(v) NUM2UINT(v)
  12220. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  12221. | #define rb_rlim_t rlim_t
  12222. | #define SIGNEDNESS_OF_RLIM_T +1
  12223. | #define RLIM2NUM(v) ULL2NUM(v)
  12224. | #define NUM2RLIM(v) NUM2ULL(v)
  12225. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  12226. | #define rb_off_t off_t
  12227. | #define SIGNEDNESS_OF_OFF_T -1
  12228. | #define OFFT2NUM(v) LL2NUM(v)
  12229. | #define NUM2OFFT(v) NUM2LL(v)
  12230. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  12231. | #define rb_clockid_t int
  12232. | #define SIGNEDNESS_OF_CLOCKID_T -1
  12233. | #define CLOCKID2NUM(v) INT2NUM(v)
  12234. | #define NUM2CLOCKID(v) NUM2INT(v)
  12235. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  12236. | #define HAVE_PROTOTYPES 1
  12237. | #define TOKEN_PASTE(x,y) x##y
  12238. | #define STRINGIZE(expr) STRINGIZE0(expr)
  12239. | #define HAVE_STDARG_PROTOTYPES 1
  12240. | #define HAVE_VA_ARGS_MACRO 1
  12241. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  12242. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  12243. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  12244. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  12245. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  12246. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  12247. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  12248. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  12249. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  12250. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  12251. | #define WEAK(x) __attribute__ ((__weak__)) x
  12252. | #define HAVE_FUNC_WEAK 1
  12253. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  12254. | /* end confdefs.h. */
  12255. | void foo(void) {}
  12256. | void bar(void) __attribute__((weak,alias("foo")));
  12257. | int
  12258. | main ()
  12259. | {
  12260. | bar()
  12261. | ;
  12262. | return 0;
  12263. | }
  12264. configure:16506: result: no
  12265. configure:16523: checking for __atomic builtins
  12266. 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
  12267. configure:16546: $? = 0
  12268. configure:16554: result: yes
  12269. configure:16563: checking for __sync builtins
  12270. 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
  12271. configure:16587: $? = 0
  12272. configure:16595: result: yes
  12273. configure:16604: checking for __builtin_unreachable
  12274. 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
  12275. configure:16632: $? = 0
  12276. configure:16653: result: yes
  12277. configure:16666: checking for exported function attribute
  12278. 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
  12279. configure:16699: $? = 0
  12280. configure:16717: result: __attribute__ ((__visibility__("default")))
  12281. configure:16738: checking for function name string predefined identifier
  12282. 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
  12283. configure:16769: $? = 0
  12284. configure:16790: result: __func__
  12285. configure:16801: checking if enum over int is allowed
  12286. 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
  12287. configure:16852: $? = 0
  12288. configure:16873: result: yes
  12289. configure:16882: checking whether sys_nerr is declared
  12290. 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
  12291. configure:16882: $? = 0
  12292. configure:16882: result: yes
  12293. configure:16896: checking whether getenv is declared
  12294. 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
  12295. configure:16896: $? = 0
  12296. configure:16896: result: yes
  12297. configure:16943: checking for size_t
  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. configure:16943: $? = 0
  12300. 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
  12301. conftest.c:185:21: error: expected expression
  12302. if (sizeof ((size_t)))
  12303. ^
  12304. 1 error generated.
  12305. configure:16943: $? = 1
  12306. configure: failed program was:
  12307. | /* confdefs.h */
  12308. | #define PACKAGE_NAME ""
  12309. | #define PACKAGE_TARNAME ""
  12310. | #define PACKAGE_VERSION ""
  12311. | #define PACKAGE_STRING ""
  12312. | #define PACKAGE_BUGREPORT ""
  12313. | #define PACKAGE_URL ""
  12314. | #define CANONICALIZATION_FOR_MATHN 1
  12315. | #define STDC_HEADERS 1
  12316. | #define HAVE_SYS_TYPES_H 1
  12317. | #define HAVE_SYS_STAT_H 1
  12318. | #define HAVE_STDLIB_H 1
  12319. | #define HAVE_STRING_H 1
  12320. | #define HAVE_MEMORY_H 1
  12321. | #define HAVE_STRINGS_H 1
  12322. | #define HAVE_INTTYPES_H 1
  12323. | #define HAVE_STDINT_H 1
  12324. | #define HAVE_UNISTD_H 1
  12325. | #define __EXTENSIONS__ 1
  12326. | #define _ALL_SOURCE 1
  12327. | #define _GNU_SOURCE 1
  12328. | #define _POSIX_PTHREAD_SEMANTICS 1
  12329. | #define _TANDEM_SOURCE 1
  12330. | #define HAVE_INFINITY 1
  12331. | #define HAVE_NAN 1
  12332. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  12333. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  12334. | #define BROKEN_CRYPT 1
  12335. | #define HAVE_CRT_EXTERNS_H 1
  12336. | #define HAVE_LIBDL 1
  12337. | #define HAVE_DIRENT_H 1
  12338. | #define HAVE__BOOL 1
  12339. | #define HAVE_STDBOOL_H 1
  12340. | #define HAVE_SYS_WAIT_H 1
  12341. | #define HAVE_GRP_H 1
  12342. | #define HAVE_FCNTL_H 1
  12343. | #define HAVE_FLOAT_H 1
  12344. | #define HAVE_LANGINFO_H 1
  12345. | #define HAVE_LIMITS_H 1
  12346. | #define HAVE_LOCALE_H 1
  12347. | #define HAVE_MALLOC_MALLOC_H 1
  12348. | #define HAVE_PWD_H 1
  12349. | #define HAVE_SYS_ATTR_H 1
  12350. | #define HAVE_SYS_FCNTL_H 1
  12351. | #define HAVE_SYS_FILE_H 1
  12352. | #define HAVE_SYS_IOCTL_H 1
  12353. | #define HAVE_SYS_PARAM_H 1
  12354. | #define HAVE_SYS_RESOURCE_H 1
  12355. | #define HAVE_SYS_SELECT_H 1
  12356. | #define HAVE_SYS_SOCKET_H 1
  12357. | #define HAVE_SYS_TIME_H 1
  12358. | #define HAVE_SYS_TIMES_H 1
  12359. | #define HAVE_SYS_UIO_H 1
  12360. | #define HAVE_TIME_H 1
  12361. | #define HAVE_UCONTEXT_H 1
  12362. | #define HAVE_UTIME_H 1
  12363. | #define HAVE_GMP_H 1
  12364. | #define HAVE_LIBGMP 1
  12365. | #define HAVE_TYPEOF 1
  12366. | #define HAVE_LONG_LONG 1
  12367. | #define HAVE_OFF_T 1
  12368. | #define SIZEOF_INT 4
  12369. | #define SIZEOF_SHORT 2
  12370. | #define SIZEOF_LONG 8
  12371. | #define SIZEOF_LONG_LONG 8
  12372. | #define SIZEOF___INT64 0
  12373. | #define SIZEOF___INT128 16
  12374. | #define SIZEOF_OFF_T 8
  12375. | #define SIZEOF_VOIDP 8
  12376. | #define SIZEOF_FLOAT 4
  12377. | #define SIZEOF_DOUBLE 8
  12378. | #define SIZEOF_TIME_T 8
  12379. | #define SIZEOF_CLOCK_T 8
  12380. | #define PACKED_STRUCT(x) x __attribute__((packed))
  12381. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  12382. | #define PRI_LL_PREFIX "ll"
  12383. | #define rb_pid_t pid_t
  12384. | #define SIGNEDNESS_OF_PID_T -1
  12385. | #define PIDT2NUM(v) INT2NUM(v)
  12386. | #define NUM2PIDT(v) NUM2INT(v)
  12387. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  12388. | #define rb_uid_t uid_t
  12389. | #define SIGNEDNESS_OF_UID_T +1
  12390. | #define UIDT2NUM(v) UINT2NUM(v)
  12391. | #define NUM2UIDT(v) NUM2UINT(v)
  12392. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  12393. | #define rb_gid_t gid_t
  12394. | #define SIGNEDNESS_OF_GID_T +1
  12395. | #define GIDT2NUM(v) UINT2NUM(v)
  12396. | #define NUM2GIDT(v) NUM2UINT(v)
  12397. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  12398. | #define rb_time_t time_t
  12399. | #define SIGNEDNESS_OF_TIME_T -1
  12400. | #define TIMET2NUM(v) LONG2NUM(v)
  12401. | #define NUM2TIMET(v) NUM2LONG(v)
  12402. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  12403. | #define rb_dev_t dev_t
  12404. | #define SIGNEDNESS_OF_DEV_T -1
  12405. | #define DEVT2NUM(v) INT2NUM(v)
  12406. | #define NUM2DEVT(v) NUM2INT(v)
  12407. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  12408. | #define rb_mode_t mode_t
  12409. | #define SIGNEDNESS_OF_MODE_T +1
  12410. | #define MODET2NUM(v) UINT2NUM(v)
  12411. | #define NUM2MODET(v) NUM2UINT(v)
  12412. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  12413. | #define rb_rlim_t rlim_t
  12414. | #define SIGNEDNESS_OF_RLIM_T +1
  12415. | #define RLIM2NUM(v) ULL2NUM(v)
  12416. | #define NUM2RLIM(v) NUM2ULL(v)
  12417. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  12418. | #define rb_off_t off_t
  12419. | #define SIGNEDNESS_OF_OFF_T -1
  12420. | #define OFFT2NUM(v) LL2NUM(v)
  12421. | #define NUM2OFFT(v) NUM2LL(v)
  12422. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  12423. | #define rb_clockid_t int
  12424. | #define SIGNEDNESS_OF_CLOCKID_T -1
  12425. | #define CLOCKID2NUM(v) INT2NUM(v)
  12426. | #define NUM2CLOCKID(v) NUM2INT(v)
  12427. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  12428. | #define HAVE_PROTOTYPES 1
  12429. | #define TOKEN_PASTE(x,y) x##y
  12430. | #define STRINGIZE(expr) STRINGIZE0(expr)
  12431. | #define HAVE_STDARG_PROTOTYPES 1
  12432. | #define HAVE_VA_ARGS_MACRO 1
  12433. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  12434. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  12435. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  12436. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  12437. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  12438. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  12439. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  12440. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  12441. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  12442. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  12443. | #define WEAK(x) __attribute__ ((__weak__)) x
  12444. | #define HAVE_FUNC_WEAK 1
  12445. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  12446. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  12447. | #define HAVE_GCC_SYNC_BUILTINS 1
  12448. | #define UNREACHABLE __builtin_unreachable()
  12449. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  12450. | #define RUBY_FUNCTION_NAME_STRING __func__
  12451. | #define ENUM_OVER_INT 1
  12452. | #define HAVE_DECL_SYS_NERR 1
  12453. | #define HAVE_DECL_GETENV 1
  12454. | /* end confdefs.h. */
  12455. | #include <stdio.h>
  12456. | #ifdef HAVE_SYS_TYPES_H
  12457. | # include <sys/types.h>
  12458. | #endif
  12459. | #ifdef HAVE_SYS_STAT_H
  12460. | # include <sys/stat.h>
  12461. | #endif
  12462. | #ifdef STDC_HEADERS
  12463. | # include <stdlib.h>
  12464. | # include <stddef.h>
  12465. | #else
  12466. | # ifdef HAVE_STDLIB_H
  12467. | # include <stdlib.h>
  12468. | # endif
  12469. | #endif
  12470. | #ifdef HAVE_STRING_H
  12471. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  12472. | # include <memory.h>
  12473. | # endif
  12474. | # include <string.h>
  12475. | #endif
  12476. | #ifdef HAVE_STRINGS_H
  12477. | # include <strings.h>
  12478. | #endif
  12479. | #ifdef HAVE_INTTYPES_H
  12480. | # include <inttypes.h>
  12481. | #endif
  12482. | #ifdef HAVE_STDINT_H
  12483. | # include <stdint.h>
  12484. | #endif
  12485. | #ifdef HAVE_UNISTD_H
  12486. | # include <unistd.h>
  12487. | #endif
  12488. | int
  12489. | main ()
  12490. | {
  12491. | if (sizeof ((size_t)))
  12492. | return 0;
  12493. | ;
  12494. | return 0;
  12495. | }
  12496. configure:16943: result: yes
  12497. 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
  12498. configure:16969: $? = 0
  12499. configure:17078: checking size of size_t
  12500. 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
  12501. configure:17083: $? = 0
  12502. configure:17083: ./conftest
  12503. configure:17083: $? = 0
  12504. configure:17098: result: 8
  12505. configure:17213: checking size of ptrdiff_t
  12506. 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
  12507. configure:17218: $? = 0
  12508. configure:17218: ./conftest
  12509. configure:17218: $? = 0
  12510. configure:17233: result: 8
  12511. configure:17246: checking for printf prefix for size_t
  12512. 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
  12513. configure:17297: $? = 0
  12514. configure:17314: result: z
  12515. configure:17326: checking for printf prefix for ptrdiff_t
  12516. 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
  12517. configure:17377: $? = 0
  12518. configure:17394: result: t
  12519. configure:17405: checking for struct stat.st_blksize
  12520. 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
  12521. configure:17405: $? = 0
  12522. configure:17405: result: yes
  12523. configure:17418: checking for struct stat.st_blocks
  12524. 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
  12525. configure:17418: $? = 0
  12526. configure:17418: result: yes
  12527. configure:17438: checking for struct stat.st_rdev
  12528. 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
  12529. configure:17438: $? = 0
  12530. configure:17438: result: yes
  12531. configure:17453: checking size of struct stat.st_size
  12532. 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
  12533. configure:17483: $? = 0
  12534. configure:17520: result: SIZEOF_OFF_T
  12535. configure:17555: checking size of struct stat.st_blocks
  12536. 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
  12537. configure:17585: $? = 0
  12538. configure:17622: result: SIZEOF_OFF_T
  12539. configure:17657: checking size of struct stat.st_ino
  12540. 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
  12541. configure:17687: $? = 0
  12542. configure:17724: result: SIZEOF_LONG
  12543. configure:17755: checking for struct stat.st_atim
  12544. 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
  12545. conftest.c:199:13: error: no member named 'st_atim' in 'struct stat'
  12546. if (ac_aggr.st_atim)
  12547. ~~~~~~~ ^
  12548. 1 error generated.
  12549. configure:17755: $? = 1
  12550. configure: failed program was:
  12551. | /* confdefs.h */
  12552. | #define PACKAGE_NAME ""
  12553. | #define PACKAGE_TARNAME ""
  12554. | #define PACKAGE_VERSION ""
  12555. | #define PACKAGE_STRING ""
  12556. | #define PACKAGE_BUGREPORT ""
  12557. | #define PACKAGE_URL ""
  12558. | #define CANONICALIZATION_FOR_MATHN 1
  12559. | #define STDC_HEADERS 1
  12560. | #define HAVE_SYS_TYPES_H 1
  12561. | #define HAVE_SYS_STAT_H 1
  12562. | #define HAVE_STDLIB_H 1
  12563. | #define HAVE_STRING_H 1
  12564. | #define HAVE_MEMORY_H 1
  12565. | #define HAVE_STRINGS_H 1
  12566. | #define HAVE_INTTYPES_H 1
  12567. | #define HAVE_STDINT_H 1
  12568. | #define HAVE_UNISTD_H 1
  12569. | #define __EXTENSIONS__ 1
  12570. | #define _ALL_SOURCE 1
  12571. | #define _GNU_SOURCE 1
  12572. | #define _POSIX_PTHREAD_SEMANTICS 1
  12573. | #define _TANDEM_SOURCE 1
  12574. | #define HAVE_INFINITY 1
  12575. | #define HAVE_NAN 1
  12576. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  12577. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  12578. | #define BROKEN_CRYPT 1
  12579. | #define HAVE_CRT_EXTERNS_H 1
  12580. | #define HAVE_LIBDL 1
  12581. | #define HAVE_DIRENT_H 1
  12582. | #define HAVE__BOOL 1
  12583. | #define HAVE_STDBOOL_H 1
  12584. | #define HAVE_SYS_WAIT_H 1
  12585. | #define HAVE_GRP_H 1
  12586. | #define HAVE_FCNTL_H 1
  12587. | #define HAVE_FLOAT_H 1
  12588. | #define HAVE_LANGINFO_H 1
  12589. | #define HAVE_LIMITS_H 1
  12590. | #define HAVE_LOCALE_H 1
  12591. | #define HAVE_MALLOC_MALLOC_H 1
  12592. | #define HAVE_PWD_H 1
  12593. | #define HAVE_SYS_ATTR_H 1
  12594. | #define HAVE_SYS_FCNTL_H 1
  12595. | #define HAVE_SYS_FILE_H 1
  12596. | #define HAVE_SYS_IOCTL_H 1
  12597. | #define HAVE_SYS_PARAM_H 1
  12598. | #define HAVE_SYS_RESOURCE_H 1
  12599. | #define HAVE_SYS_SELECT_H 1
  12600. | #define HAVE_SYS_SOCKET_H 1
  12601. | #define HAVE_SYS_TIME_H 1
  12602. | #define HAVE_SYS_TIMES_H 1
  12603. | #define HAVE_SYS_UIO_H 1
  12604. | #define HAVE_TIME_H 1
  12605. | #define HAVE_UCONTEXT_H 1
  12606. | #define HAVE_UTIME_H 1
  12607. | #define HAVE_GMP_H 1
  12608. | #define HAVE_LIBGMP 1
  12609. | #define HAVE_TYPEOF 1
  12610. | #define HAVE_LONG_LONG 1
  12611. | #define HAVE_OFF_T 1
  12612. | #define SIZEOF_INT 4
  12613. | #define SIZEOF_SHORT 2
  12614. | #define SIZEOF_LONG 8
  12615. | #define SIZEOF_LONG_LONG 8
  12616. | #define SIZEOF___INT64 0
  12617. | #define SIZEOF___INT128 16
  12618. | #define SIZEOF_OFF_T 8
  12619. | #define SIZEOF_VOIDP 8
  12620. | #define SIZEOF_FLOAT 4
  12621. | #define SIZEOF_DOUBLE 8
  12622. | #define SIZEOF_TIME_T 8
  12623. | #define SIZEOF_CLOCK_T 8
  12624. | #define PACKED_STRUCT(x) x __attribute__((packed))
  12625. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  12626. | #define PRI_LL_PREFIX "ll"
  12627. | #define rb_pid_t pid_t
  12628. | #define SIGNEDNESS_OF_PID_T -1
  12629. | #define PIDT2NUM(v) INT2NUM(v)
  12630. | #define NUM2PIDT(v) NUM2INT(v)
  12631. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  12632. | #define rb_uid_t uid_t
  12633. | #define SIGNEDNESS_OF_UID_T +1
  12634. | #define UIDT2NUM(v) UINT2NUM(v)
  12635. | #define NUM2UIDT(v) NUM2UINT(v)
  12636. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  12637. | #define rb_gid_t gid_t
  12638. | #define SIGNEDNESS_OF_GID_T +1
  12639. | #define GIDT2NUM(v) UINT2NUM(v)
  12640. | #define NUM2GIDT(v) NUM2UINT(v)
  12641. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  12642. | #define rb_time_t time_t
  12643. | #define SIGNEDNESS_OF_TIME_T -1
  12644. | #define TIMET2NUM(v) LONG2NUM(v)
  12645. | #define NUM2TIMET(v) NUM2LONG(v)
  12646. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  12647. | #define rb_dev_t dev_t
  12648. | #define SIGNEDNESS_OF_DEV_T -1
  12649. | #define DEVT2NUM(v) INT2NUM(v)
  12650. | #define NUM2DEVT(v) NUM2INT(v)
  12651. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  12652. | #define rb_mode_t mode_t
  12653. | #define SIGNEDNESS_OF_MODE_T +1
  12654. | #define MODET2NUM(v) UINT2NUM(v)
  12655. | #define NUM2MODET(v) NUM2UINT(v)
  12656. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  12657. | #define rb_rlim_t rlim_t
  12658. | #define SIGNEDNESS_OF_RLIM_T +1
  12659. | #define RLIM2NUM(v) ULL2NUM(v)
  12660. | #define NUM2RLIM(v) NUM2ULL(v)
  12661. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  12662. | #define rb_off_t off_t
  12663. | #define SIGNEDNESS_OF_OFF_T -1
  12664. | #define OFFT2NUM(v) LL2NUM(v)
  12665. | #define NUM2OFFT(v) NUM2LL(v)
  12666. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  12667. | #define rb_clockid_t int
  12668. | #define SIGNEDNESS_OF_CLOCKID_T -1
  12669. | #define CLOCKID2NUM(v) INT2NUM(v)
  12670. | #define NUM2CLOCKID(v) NUM2INT(v)
  12671. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  12672. | #define HAVE_PROTOTYPES 1
  12673. | #define TOKEN_PASTE(x,y) x##y
  12674. | #define STRINGIZE(expr) STRINGIZE0(expr)
  12675. | #define HAVE_STDARG_PROTOTYPES 1
  12676. | #define HAVE_VA_ARGS_MACRO 1
  12677. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  12678. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  12679. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  12680. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  12681. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  12682. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  12683. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  12684. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  12685. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  12686. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  12687. | #define WEAK(x) __attribute__ ((__weak__)) x
  12688. | #define HAVE_FUNC_WEAK 1
  12689. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  12690. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  12691. | #define HAVE_GCC_SYNC_BUILTINS 1
  12692. | #define UNREACHABLE __builtin_unreachable()
  12693. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  12694. | #define RUBY_FUNCTION_NAME_STRING __func__
  12695. | #define ENUM_OVER_INT 1
  12696. | #define HAVE_DECL_SYS_NERR 1
  12697. | #define HAVE_DECL_GETENV 1
  12698. | #define SIZEOF_SIZE_T 8
  12699. | #define SIZEOF_PTRDIFF_T 8
  12700. | #define PRI_SIZE_PREFIX "z"
  12701. | #define PRI_PTRDIFF_PREFIX "t"
  12702. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  12703. | #define HAVE_ST_BLKSIZE 1
  12704. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  12705. | #define HAVE_ST_BLOCKS 1
  12706. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  12707. | #define HAVE_ST_RDEV 1
  12708. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  12709. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  12710. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  12711. | /* end confdefs.h. */
  12712. | #include <stdio.h>
  12713. | #ifdef HAVE_SYS_TYPES_H
  12714. | # include <sys/types.h>
  12715. | #endif
  12716. | #ifdef HAVE_SYS_STAT_H
  12717. | # include <sys/stat.h>
  12718. | #endif
  12719. | #ifdef STDC_HEADERS
  12720. | # include <stdlib.h>
  12721. | # include <stddef.h>
  12722. | #else
  12723. | # ifdef HAVE_STDLIB_H
  12724. | # include <stdlib.h>
  12725. | # endif
  12726. | #endif
  12727. | #ifdef HAVE_STRING_H
  12728. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  12729. | # include <memory.h>
  12730. | # endif
  12731. | # include <string.h>
  12732. | #endif
  12733. | #ifdef HAVE_STRINGS_H
  12734. | # include <strings.h>
  12735. | #endif
  12736. | #ifdef HAVE_INTTYPES_H
  12737. | # include <inttypes.h>
  12738. | #endif
  12739. | #ifdef HAVE_STDINT_H
  12740. | # include <stdint.h>
  12741. | #endif
  12742. | #ifdef HAVE_UNISTD_H
  12743. | # include <unistd.h>
  12744. | #endif
  12745. | int
  12746. | main ()
  12747. | {
  12748. | static struct stat ac_aggr;
  12749. | if (ac_aggr.st_atim)
  12750. | return 0;
  12751. | ;
  12752. | return 0;
  12753. | }
  12754. 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
  12755. conftest.c:199:20: error: no member named 'st_atim' in 'struct stat'
  12756. if (sizeof ac_aggr.st_atim)
  12757. ~~~~~~~ ^
  12758. 1 error generated.
  12759. configure:17755: $? = 1
  12760. configure: failed program was:
  12761. | /* confdefs.h */
  12762. | #define PACKAGE_NAME ""
  12763. | #define PACKAGE_TARNAME ""
  12764. | #define PACKAGE_VERSION ""
  12765. | #define PACKAGE_STRING ""
  12766. | #define PACKAGE_BUGREPORT ""
  12767. | #define PACKAGE_URL ""
  12768. | #define CANONICALIZATION_FOR_MATHN 1
  12769. | #define STDC_HEADERS 1
  12770. | #define HAVE_SYS_TYPES_H 1
  12771. | #define HAVE_SYS_STAT_H 1
  12772. | #define HAVE_STDLIB_H 1
  12773. | #define HAVE_STRING_H 1
  12774. | #define HAVE_MEMORY_H 1
  12775. | #define HAVE_STRINGS_H 1
  12776. | #define HAVE_INTTYPES_H 1
  12777. | #define HAVE_STDINT_H 1
  12778. | #define HAVE_UNISTD_H 1
  12779. | #define __EXTENSIONS__ 1
  12780. | #define _ALL_SOURCE 1
  12781. | #define _GNU_SOURCE 1
  12782. | #define _POSIX_PTHREAD_SEMANTICS 1
  12783. | #define _TANDEM_SOURCE 1
  12784. | #define HAVE_INFINITY 1
  12785. | #define HAVE_NAN 1
  12786. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  12787. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  12788. | #define BROKEN_CRYPT 1
  12789. | #define HAVE_CRT_EXTERNS_H 1
  12790. | #define HAVE_LIBDL 1
  12791. | #define HAVE_DIRENT_H 1
  12792. | #define HAVE__BOOL 1
  12793. | #define HAVE_STDBOOL_H 1
  12794. | #define HAVE_SYS_WAIT_H 1
  12795. | #define HAVE_GRP_H 1
  12796. | #define HAVE_FCNTL_H 1
  12797. | #define HAVE_FLOAT_H 1
  12798. | #define HAVE_LANGINFO_H 1
  12799. | #define HAVE_LIMITS_H 1
  12800. | #define HAVE_LOCALE_H 1
  12801. | #define HAVE_MALLOC_MALLOC_H 1
  12802. | #define HAVE_PWD_H 1
  12803. | #define HAVE_SYS_ATTR_H 1
  12804. | #define HAVE_SYS_FCNTL_H 1
  12805. | #define HAVE_SYS_FILE_H 1
  12806. | #define HAVE_SYS_IOCTL_H 1
  12807. | #define HAVE_SYS_PARAM_H 1
  12808. | #define HAVE_SYS_RESOURCE_H 1
  12809. | #define HAVE_SYS_SELECT_H 1
  12810. | #define HAVE_SYS_SOCKET_H 1
  12811. | #define HAVE_SYS_TIME_H 1
  12812. | #define HAVE_SYS_TIMES_H 1
  12813. | #define HAVE_SYS_UIO_H 1
  12814. | #define HAVE_TIME_H 1
  12815. | #define HAVE_UCONTEXT_H 1
  12816. | #define HAVE_UTIME_H 1
  12817. | #define HAVE_GMP_H 1
  12818. | #define HAVE_LIBGMP 1
  12819. | #define HAVE_TYPEOF 1
  12820. | #define HAVE_LONG_LONG 1
  12821. | #define HAVE_OFF_T 1
  12822. | #define SIZEOF_INT 4
  12823. | #define SIZEOF_SHORT 2
  12824. | #define SIZEOF_LONG 8
  12825. | #define SIZEOF_LONG_LONG 8
  12826. | #define SIZEOF___INT64 0
  12827. | #define SIZEOF___INT128 16
  12828. | #define SIZEOF_OFF_T 8
  12829. | #define SIZEOF_VOIDP 8
  12830. | #define SIZEOF_FLOAT 4
  12831. | #define SIZEOF_DOUBLE 8
  12832. | #define SIZEOF_TIME_T 8
  12833. | #define SIZEOF_CLOCK_T 8
  12834. | #define PACKED_STRUCT(x) x __attribute__((packed))
  12835. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  12836. | #define PRI_LL_PREFIX "ll"
  12837. | #define rb_pid_t pid_t
  12838. | #define SIGNEDNESS_OF_PID_T -1
  12839. | #define PIDT2NUM(v) INT2NUM(v)
  12840. | #define NUM2PIDT(v) NUM2INT(v)
  12841. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  12842. | #define rb_uid_t uid_t
  12843. | #define SIGNEDNESS_OF_UID_T +1
  12844. | #define UIDT2NUM(v) UINT2NUM(v)
  12845. | #define NUM2UIDT(v) NUM2UINT(v)
  12846. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  12847. | #define rb_gid_t gid_t
  12848. | #define SIGNEDNESS_OF_GID_T +1
  12849. | #define GIDT2NUM(v) UINT2NUM(v)
  12850. | #define NUM2GIDT(v) NUM2UINT(v)
  12851. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  12852. | #define rb_time_t time_t
  12853. | #define SIGNEDNESS_OF_TIME_T -1
  12854. | #define TIMET2NUM(v) LONG2NUM(v)
  12855. | #define NUM2TIMET(v) NUM2LONG(v)
  12856. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  12857. | #define rb_dev_t dev_t
  12858. | #define SIGNEDNESS_OF_DEV_T -1
  12859. | #define DEVT2NUM(v) INT2NUM(v)
  12860. | #define NUM2DEVT(v) NUM2INT(v)
  12861. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  12862. | #define rb_mode_t mode_t
  12863. | #define SIGNEDNESS_OF_MODE_T +1
  12864. | #define MODET2NUM(v) UINT2NUM(v)
  12865. | #define NUM2MODET(v) NUM2UINT(v)
  12866. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  12867. | #define rb_rlim_t rlim_t
  12868. | #define SIGNEDNESS_OF_RLIM_T +1
  12869. | #define RLIM2NUM(v) ULL2NUM(v)
  12870. | #define NUM2RLIM(v) NUM2ULL(v)
  12871. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  12872. | #define rb_off_t off_t
  12873. | #define SIGNEDNESS_OF_OFF_T -1
  12874. | #define OFFT2NUM(v) LL2NUM(v)
  12875. | #define NUM2OFFT(v) NUM2LL(v)
  12876. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  12877. | #define rb_clockid_t int
  12878. | #define SIGNEDNESS_OF_CLOCKID_T -1
  12879. | #define CLOCKID2NUM(v) INT2NUM(v)
  12880. | #define NUM2CLOCKID(v) NUM2INT(v)
  12881. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  12882. | #define HAVE_PROTOTYPES 1
  12883. | #define TOKEN_PASTE(x,y) x##y
  12884. | #define STRINGIZE(expr) STRINGIZE0(expr)
  12885. | #define HAVE_STDARG_PROTOTYPES 1
  12886. | #define HAVE_VA_ARGS_MACRO 1
  12887. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  12888. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  12889. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  12890. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  12891. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  12892. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  12893. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  12894. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  12895. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  12896. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  12897. | #define WEAK(x) __attribute__ ((__weak__)) x
  12898. | #define HAVE_FUNC_WEAK 1
  12899. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  12900. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  12901. | #define HAVE_GCC_SYNC_BUILTINS 1
  12902. | #define UNREACHABLE __builtin_unreachable()
  12903. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  12904. | #define RUBY_FUNCTION_NAME_STRING __func__
  12905. | #define ENUM_OVER_INT 1
  12906. | #define HAVE_DECL_SYS_NERR 1
  12907. | #define HAVE_DECL_GETENV 1
  12908. | #define SIZEOF_SIZE_T 8
  12909. | #define SIZEOF_PTRDIFF_T 8
  12910. | #define PRI_SIZE_PREFIX "z"
  12911. | #define PRI_PTRDIFF_PREFIX "t"
  12912. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  12913. | #define HAVE_ST_BLKSIZE 1
  12914. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  12915. | #define HAVE_ST_BLOCKS 1
  12916. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  12917. | #define HAVE_ST_RDEV 1
  12918. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  12919. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  12920. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  12921. | /* end confdefs.h. */
  12922. | #include <stdio.h>
  12923. | #ifdef HAVE_SYS_TYPES_H
  12924. | # include <sys/types.h>
  12925. | #endif
  12926. | #ifdef HAVE_SYS_STAT_H
  12927. | # include <sys/stat.h>
  12928. | #endif
  12929. | #ifdef STDC_HEADERS
  12930. | # include <stdlib.h>
  12931. | # include <stddef.h>
  12932. | #else
  12933. | # ifdef HAVE_STDLIB_H
  12934. | # include <stdlib.h>
  12935. | # endif
  12936. | #endif
  12937. | #ifdef HAVE_STRING_H
  12938. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  12939. | # include <memory.h>
  12940. | # endif
  12941. | # include <string.h>
  12942. | #endif
  12943. | #ifdef HAVE_STRINGS_H
  12944. | # include <strings.h>
  12945. | #endif
  12946. | #ifdef HAVE_INTTYPES_H
  12947. | # include <inttypes.h>
  12948. | #endif
  12949. | #ifdef HAVE_STDINT_H
  12950. | # include <stdint.h>
  12951. | #endif
  12952. | #ifdef HAVE_UNISTD_H
  12953. | # include <unistd.h>
  12954. | #endif
  12955. | int
  12956. | main ()
  12957. | {
  12958. | static struct stat ac_aggr;
  12959. | if (sizeof ac_aggr.st_atim)
  12960. | return 0;
  12961. | ;
  12962. | return 0;
  12963. | }
  12964. configure:17755: result: no
  12965. configure:17765: checking for struct stat.st_atimespec
  12966. 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
  12967. conftest.c:199:1: error: statement requires expression of scalar type ('struct timespec' invalid)
  12968. if (ac_aggr.st_atimespec)
  12969. ^ ~~~~~~~~~~~~~~~~~~~~
  12970. 1 error generated.
  12971. configure:17765: $? = 1
  12972. configure: failed program was:
  12973. | /* confdefs.h */
  12974. | #define PACKAGE_NAME ""
  12975. | #define PACKAGE_TARNAME ""
  12976. | #define PACKAGE_VERSION ""
  12977. | #define PACKAGE_STRING ""
  12978. | #define PACKAGE_BUGREPORT ""
  12979. | #define PACKAGE_URL ""
  12980. | #define CANONICALIZATION_FOR_MATHN 1
  12981. | #define STDC_HEADERS 1
  12982. | #define HAVE_SYS_TYPES_H 1
  12983. | #define HAVE_SYS_STAT_H 1
  12984. | #define HAVE_STDLIB_H 1
  12985. | #define HAVE_STRING_H 1
  12986. | #define HAVE_MEMORY_H 1
  12987. | #define HAVE_STRINGS_H 1
  12988. | #define HAVE_INTTYPES_H 1
  12989. | #define HAVE_STDINT_H 1
  12990. | #define HAVE_UNISTD_H 1
  12991. | #define __EXTENSIONS__ 1
  12992. | #define _ALL_SOURCE 1
  12993. | #define _GNU_SOURCE 1
  12994. | #define _POSIX_PTHREAD_SEMANTICS 1
  12995. | #define _TANDEM_SOURCE 1
  12996. | #define HAVE_INFINITY 1
  12997. | #define HAVE_NAN 1
  12998. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  12999. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  13000. | #define BROKEN_CRYPT 1
  13001. | #define HAVE_CRT_EXTERNS_H 1
  13002. | #define HAVE_LIBDL 1
  13003. | #define HAVE_DIRENT_H 1
  13004. | #define HAVE__BOOL 1
  13005. | #define HAVE_STDBOOL_H 1
  13006. | #define HAVE_SYS_WAIT_H 1
  13007. | #define HAVE_GRP_H 1
  13008. | #define HAVE_FCNTL_H 1
  13009. | #define HAVE_FLOAT_H 1
  13010. | #define HAVE_LANGINFO_H 1
  13011. | #define HAVE_LIMITS_H 1
  13012. | #define HAVE_LOCALE_H 1
  13013. | #define HAVE_MALLOC_MALLOC_H 1
  13014. | #define HAVE_PWD_H 1
  13015. | #define HAVE_SYS_ATTR_H 1
  13016. | #define HAVE_SYS_FCNTL_H 1
  13017. | #define HAVE_SYS_FILE_H 1
  13018. | #define HAVE_SYS_IOCTL_H 1
  13019. | #define HAVE_SYS_PARAM_H 1
  13020. | #define HAVE_SYS_RESOURCE_H 1
  13021. | #define HAVE_SYS_SELECT_H 1
  13022. | #define HAVE_SYS_SOCKET_H 1
  13023. | #define HAVE_SYS_TIME_H 1
  13024. | #define HAVE_SYS_TIMES_H 1
  13025. | #define HAVE_SYS_UIO_H 1
  13026. | #define HAVE_TIME_H 1
  13027. | #define HAVE_UCONTEXT_H 1
  13028. | #define HAVE_UTIME_H 1
  13029. | #define HAVE_GMP_H 1
  13030. | #define HAVE_LIBGMP 1
  13031. | #define HAVE_TYPEOF 1
  13032. | #define HAVE_LONG_LONG 1
  13033. | #define HAVE_OFF_T 1
  13034. | #define SIZEOF_INT 4
  13035. | #define SIZEOF_SHORT 2
  13036. | #define SIZEOF_LONG 8
  13037. | #define SIZEOF_LONG_LONG 8
  13038. | #define SIZEOF___INT64 0
  13039. | #define SIZEOF___INT128 16
  13040. | #define SIZEOF_OFF_T 8
  13041. | #define SIZEOF_VOIDP 8
  13042. | #define SIZEOF_FLOAT 4
  13043. | #define SIZEOF_DOUBLE 8
  13044. | #define SIZEOF_TIME_T 8
  13045. | #define SIZEOF_CLOCK_T 8
  13046. | #define PACKED_STRUCT(x) x __attribute__((packed))
  13047. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  13048. | #define PRI_LL_PREFIX "ll"
  13049. | #define rb_pid_t pid_t
  13050. | #define SIGNEDNESS_OF_PID_T -1
  13051. | #define PIDT2NUM(v) INT2NUM(v)
  13052. | #define NUM2PIDT(v) NUM2INT(v)
  13053. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  13054. | #define rb_uid_t uid_t
  13055. | #define SIGNEDNESS_OF_UID_T +1
  13056. | #define UIDT2NUM(v) UINT2NUM(v)
  13057. | #define NUM2UIDT(v) NUM2UINT(v)
  13058. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  13059. | #define rb_gid_t gid_t
  13060. | #define SIGNEDNESS_OF_GID_T +1
  13061. | #define GIDT2NUM(v) UINT2NUM(v)
  13062. | #define NUM2GIDT(v) NUM2UINT(v)
  13063. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  13064. | #define rb_time_t time_t
  13065. | #define SIGNEDNESS_OF_TIME_T -1
  13066. | #define TIMET2NUM(v) LONG2NUM(v)
  13067. | #define NUM2TIMET(v) NUM2LONG(v)
  13068. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  13069. | #define rb_dev_t dev_t
  13070. | #define SIGNEDNESS_OF_DEV_T -1
  13071. | #define DEVT2NUM(v) INT2NUM(v)
  13072. | #define NUM2DEVT(v) NUM2INT(v)
  13073. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  13074. | #define rb_mode_t mode_t
  13075. | #define SIGNEDNESS_OF_MODE_T +1
  13076. | #define MODET2NUM(v) UINT2NUM(v)
  13077. | #define NUM2MODET(v) NUM2UINT(v)
  13078. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  13079. | #define rb_rlim_t rlim_t
  13080. | #define SIGNEDNESS_OF_RLIM_T +1
  13081. | #define RLIM2NUM(v) ULL2NUM(v)
  13082. | #define NUM2RLIM(v) NUM2ULL(v)
  13083. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  13084. | #define rb_off_t off_t
  13085. | #define SIGNEDNESS_OF_OFF_T -1
  13086. | #define OFFT2NUM(v) LL2NUM(v)
  13087. | #define NUM2OFFT(v) NUM2LL(v)
  13088. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  13089. | #define rb_clockid_t int
  13090. | #define SIGNEDNESS_OF_CLOCKID_T -1
  13091. | #define CLOCKID2NUM(v) INT2NUM(v)
  13092. | #define NUM2CLOCKID(v) NUM2INT(v)
  13093. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  13094. | #define HAVE_PROTOTYPES 1
  13095. | #define TOKEN_PASTE(x,y) x##y
  13096. | #define STRINGIZE(expr) STRINGIZE0(expr)
  13097. | #define HAVE_STDARG_PROTOTYPES 1
  13098. | #define HAVE_VA_ARGS_MACRO 1
  13099. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  13100. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  13101. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  13102. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  13103. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  13104. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  13105. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  13106. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  13107. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  13108. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  13109. | #define WEAK(x) __attribute__ ((__weak__)) x
  13110. | #define HAVE_FUNC_WEAK 1
  13111. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  13112. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  13113. | #define HAVE_GCC_SYNC_BUILTINS 1
  13114. | #define UNREACHABLE __builtin_unreachable()
  13115. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  13116. | #define RUBY_FUNCTION_NAME_STRING __func__
  13117. | #define ENUM_OVER_INT 1
  13118. | #define HAVE_DECL_SYS_NERR 1
  13119. | #define HAVE_DECL_GETENV 1
  13120. | #define SIZEOF_SIZE_T 8
  13121. | #define SIZEOF_PTRDIFF_T 8
  13122. | #define PRI_SIZE_PREFIX "z"
  13123. | #define PRI_PTRDIFF_PREFIX "t"
  13124. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  13125. | #define HAVE_ST_BLKSIZE 1
  13126. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  13127. | #define HAVE_ST_BLOCKS 1
  13128. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  13129. | #define HAVE_ST_RDEV 1
  13130. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  13131. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  13132. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  13133. | /* end confdefs.h. */
  13134. | #include <stdio.h>
  13135. | #ifdef HAVE_SYS_TYPES_H
  13136. | # include <sys/types.h>
  13137. | #endif
  13138. | #ifdef HAVE_SYS_STAT_H
  13139. | # include <sys/stat.h>
  13140. | #endif
  13141. | #ifdef STDC_HEADERS
  13142. | # include <stdlib.h>
  13143. | # include <stddef.h>
  13144. | #else
  13145. | # ifdef HAVE_STDLIB_H
  13146. | # include <stdlib.h>
  13147. | # endif
  13148. | #endif
  13149. | #ifdef HAVE_STRING_H
  13150. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  13151. | # include <memory.h>
  13152. | # endif
  13153. | # include <string.h>
  13154. | #endif
  13155. | #ifdef HAVE_STRINGS_H
  13156. | # include <strings.h>
  13157. | #endif
  13158. | #ifdef HAVE_INTTYPES_H
  13159. | # include <inttypes.h>
  13160. | #endif
  13161. | #ifdef HAVE_STDINT_H
  13162. | # include <stdint.h>
  13163. | #endif
  13164. | #ifdef HAVE_UNISTD_H
  13165. | # include <unistd.h>
  13166. | #endif
  13167. | int
  13168. | main ()
  13169. | {
  13170. | static struct stat ac_aggr;
  13171. | if (ac_aggr.st_atimespec)
  13172. | return 0;
  13173. | ;
  13174. | return 0;
  13175. | }
  13176. 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
  13177. configure:17765: $? = 0
  13178. configure:17765: result: yes
  13179. configure:17775: checking for struct stat.st_atimensec
  13180. 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
  13181. conftest.c:200:13: error: no member named 'st_atimensec' in 'struct stat'; did you mean 'st_atimespec'?
  13182. if (ac_aggr.st_atimensec)
  13183. ^~~~~~~~~~~~
  13184. st_atimespec
  13185. /usr/include/sys/stat.h:182:13: note: 'st_atimespec' declared here
  13186. struct stat __DARWIN_STRUCT_STAT64;
  13187. ^
  13188. /usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64'
  13189. __DARWIN_STRUCT_STAT64_TIMES \
  13190. ^
  13191. /usr/include/sys/stat.h:129:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES'
  13192. struct timespec st_atimespec; /* time of last access */ \
  13193. ^
  13194. conftest.c:200:1: error: statement requires expression of scalar type ('struct timespec' invalid)
  13195. if (ac_aggr.st_atimensec)
  13196. ^ ~~~~~~~~~~~~~~~~~~~~
  13197. 2 errors generated.
  13198. configure:17775: $? = 1
  13199. configure: failed program was:
  13200. | /* confdefs.h */
  13201. | #define PACKAGE_NAME ""
  13202. | #define PACKAGE_TARNAME ""
  13203. | #define PACKAGE_VERSION ""
  13204. | #define PACKAGE_STRING ""
  13205. | #define PACKAGE_BUGREPORT ""
  13206. | #define PACKAGE_URL ""
  13207. | #define CANONICALIZATION_FOR_MATHN 1
  13208. | #define STDC_HEADERS 1
  13209. | #define HAVE_SYS_TYPES_H 1
  13210. | #define HAVE_SYS_STAT_H 1
  13211. | #define HAVE_STDLIB_H 1
  13212. | #define HAVE_STRING_H 1
  13213. | #define HAVE_MEMORY_H 1
  13214. | #define HAVE_STRINGS_H 1
  13215. | #define HAVE_INTTYPES_H 1
  13216. | #define HAVE_STDINT_H 1
  13217. | #define HAVE_UNISTD_H 1
  13218. | #define __EXTENSIONS__ 1
  13219. | #define _ALL_SOURCE 1
  13220. | #define _GNU_SOURCE 1
  13221. | #define _POSIX_PTHREAD_SEMANTICS 1
  13222. | #define _TANDEM_SOURCE 1
  13223. | #define HAVE_INFINITY 1
  13224. | #define HAVE_NAN 1
  13225. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  13226. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  13227. | #define BROKEN_CRYPT 1
  13228. | #define HAVE_CRT_EXTERNS_H 1
  13229. | #define HAVE_LIBDL 1
  13230. | #define HAVE_DIRENT_H 1
  13231. | #define HAVE__BOOL 1
  13232. | #define HAVE_STDBOOL_H 1
  13233. | #define HAVE_SYS_WAIT_H 1
  13234. | #define HAVE_GRP_H 1
  13235. | #define HAVE_FCNTL_H 1
  13236. | #define HAVE_FLOAT_H 1
  13237. | #define HAVE_LANGINFO_H 1
  13238. | #define HAVE_LIMITS_H 1
  13239. | #define HAVE_LOCALE_H 1
  13240. | #define HAVE_MALLOC_MALLOC_H 1
  13241. | #define HAVE_PWD_H 1
  13242. | #define HAVE_SYS_ATTR_H 1
  13243. | #define HAVE_SYS_FCNTL_H 1
  13244. | #define HAVE_SYS_FILE_H 1
  13245. | #define HAVE_SYS_IOCTL_H 1
  13246. | #define HAVE_SYS_PARAM_H 1
  13247. | #define HAVE_SYS_RESOURCE_H 1
  13248. | #define HAVE_SYS_SELECT_H 1
  13249. | #define HAVE_SYS_SOCKET_H 1
  13250. | #define HAVE_SYS_TIME_H 1
  13251. | #define HAVE_SYS_TIMES_H 1
  13252. | #define HAVE_SYS_UIO_H 1
  13253. | #define HAVE_TIME_H 1
  13254. | #define HAVE_UCONTEXT_H 1
  13255. | #define HAVE_UTIME_H 1
  13256. | #define HAVE_GMP_H 1
  13257. | #define HAVE_LIBGMP 1
  13258. | #define HAVE_TYPEOF 1
  13259. | #define HAVE_LONG_LONG 1
  13260. | #define HAVE_OFF_T 1
  13261. | #define SIZEOF_INT 4
  13262. | #define SIZEOF_SHORT 2
  13263. | #define SIZEOF_LONG 8
  13264. | #define SIZEOF_LONG_LONG 8
  13265. | #define SIZEOF___INT64 0
  13266. | #define SIZEOF___INT128 16
  13267. | #define SIZEOF_OFF_T 8
  13268. | #define SIZEOF_VOIDP 8
  13269. | #define SIZEOF_FLOAT 4
  13270. | #define SIZEOF_DOUBLE 8
  13271. | #define SIZEOF_TIME_T 8
  13272. | #define SIZEOF_CLOCK_T 8
  13273. | #define PACKED_STRUCT(x) x __attribute__((packed))
  13274. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  13275. | #define PRI_LL_PREFIX "ll"
  13276. | #define rb_pid_t pid_t
  13277. | #define SIGNEDNESS_OF_PID_T -1
  13278. | #define PIDT2NUM(v) INT2NUM(v)
  13279. | #define NUM2PIDT(v) NUM2INT(v)
  13280. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  13281. | #define rb_uid_t uid_t
  13282. | #define SIGNEDNESS_OF_UID_T +1
  13283. | #define UIDT2NUM(v) UINT2NUM(v)
  13284. | #define NUM2UIDT(v) NUM2UINT(v)
  13285. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  13286. | #define rb_gid_t gid_t
  13287. | #define SIGNEDNESS_OF_GID_T +1
  13288. | #define GIDT2NUM(v) UINT2NUM(v)
  13289. | #define NUM2GIDT(v) NUM2UINT(v)
  13290. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  13291. | #define rb_time_t time_t
  13292. | #define SIGNEDNESS_OF_TIME_T -1
  13293. | #define TIMET2NUM(v) LONG2NUM(v)
  13294. | #define NUM2TIMET(v) NUM2LONG(v)
  13295. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  13296. | #define rb_dev_t dev_t
  13297. | #define SIGNEDNESS_OF_DEV_T -1
  13298. | #define DEVT2NUM(v) INT2NUM(v)
  13299. | #define NUM2DEVT(v) NUM2INT(v)
  13300. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  13301. | #define rb_mode_t mode_t
  13302. | #define SIGNEDNESS_OF_MODE_T +1
  13303. | #define MODET2NUM(v) UINT2NUM(v)
  13304. | #define NUM2MODET(v) NUM2UINT(v)
  13305. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  13306. | #define rb_rlim_t rlim_t
  13307. | #define SIGNEDNESS_OF_RLIM_T +1
  13308. | #define RLIM2NUM(v) ULL2NUM(v)
  13309. | #define NUM2RLIM(v) NUM2ULL(v)
  13310. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  13311. | #define rb_off_t off_t
  13312. | #define SIGNEDNESS_OF_OFF_T -1
  13313. | #define OFFT2NUM(v) LL2NUM(v)
  13314. | #define NUM2OFFT(v) NUM2LL(v)
  13315. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  13316. | #define rb_clockid_t int
  13317. | #define SIGNEDNESS_OF_CLOCKID_T -1
  13318. | #define CLOCKID2NUM(v) INT2NUM(v)
  13319. | #define NUM2CLOCKID(v) NUM2INT(v)
  13320. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  13321. | #define HAVE_PROTOTYPES 1
  13322. | #define TOKEN_PASTE(x,y) x##y
  13323. | #define STRINGIZE(expr) STRINGIZE0(expr)
  13324. | #define HAVE_STDARG_PROTOTYPES 1
  13325. | #define HAVE_VA_ARGS_MACRO 1
  13326. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  13327. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  13328. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  13329. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  13330. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  13331. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  13332. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  13333. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  13334. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  13335. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  13336. | #define WEAK(x) __attribute__ ((__weak__)) x
  13337. | #define HAVE_FUNC_WEAK 1
  13338. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  13339. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  13340. | #define HAVE_GCC_SYNC_BUILTINS 1
  13341. | #define UNREACHABLE __builtin_unreachable()
  13342. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  13343. | #define RUBY_FUNCTION_NAME_STRING __func__
  13344. | #define ENUM_OVER_INT 1
  13345. | #define HAVE_DECL_SYS_NERR 1
  13346. | #define HAVE_DECL_GETENV 1
  13347. | #define SIZEOF_SIZE_T 8
  13348. | #define SIZEOF_PTRDIFF_T 8
  13349. | #define PRI_SIZE_PREFIX "z"
  13350. | #define PRI_PTRDIFF_PREFIX "t"
  13351. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  13352. | #define HAVE_ST_BLKSIZE 1
  13353. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  13354. | #define HAVE_ST_BLOCKS 1
  13355. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  13356. | #define HAVE_ST_RDEV 1
  13357. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  13358. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  13359. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  13360. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  13361. | /* end confdefs.h. */
  13362. | #include <stdio.h>
  13363. | #ifdef HAVE_SYS_TYPES_H
  13364. | # include <sys/types.h>
  13365. | #endif
  13366. | #ifdef HAVE_SYS_STAT_H
  13367. | # include <sys/stat.h>
  13368. | #endif
  13369. | #ifdef STDC_HEADERS
  13370. | # include <stdlib.h>
  13371. | # include <stddef.h>
  13372. | #else
  13373. | # ifdef HAVE_STDLIB_H
  13374. | # include <stdlib.h>
  13375. | # endif
  13376. | #endif
  13377. | #ifdef HAVE_STRING_H
  13378. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  13379. | # include <memory.h>
  13380. | # endif
  13381. | # include <string.h>
  13382. | #endif
  13383. | #ifdef HAVE_STRINGS_H
  13384. | # include <strings.h>
  13385. | #endif
  13386. | #ifdef HAVE_INTTYPES_H
  13387. | # include <inttypes.h>
  13388. | #endif
  13389. | #ifdef HAVE_STDINT_H
  13390. | # include <stdint.h>
  13391. | #endif
  13392. | #ifdef HAVE_UNISTD_H
  13393. | # include <unistd.h>
  13394. | #endif
  13395. | int
  13396. | main ()
  13397. | {
  13398. | static struct stat ac_aggr;
  13399. | if (ac_aggr.st_atimensec)
  13400. | return 0;
  13401. | ;
  13402. | return 0;
  13403. | }
  13404. 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
  13405. conftest.c:200:20: error: no member named 'st_atimensec' in 'struct stat'; did you mean 'st_atimespec'?
  13406. if (sizeof ac_aggr.st_atimensec)
  13407. ^~~~~~~~~~~~
  13408. st_atimespec
  13409. /usr/include/sys/stat.h:182:13: note: 'st_atimespec' declared here
  13410. struct stat __DARWIN_STRUCT_STAT64;
  13411. ^
  13412. /usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64'
  13413. __DARWIN_STRUCT_STAT64_TIMES \
  13414. ^
  13415. /usr/include/sys/stat.h:129:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES'
  13416. struct timespec st_atimespec; /* time of last access */ \
  13417. ^
  13418. 1 error generated.
  13419. configure:17775: $? = 1
  13420. configure: failed program was:
  13421. | /* confdefs.h */
  13422. | #define PACKAGE_NAME ""
  13423. | #define PACKAGE_TARNAME ""
  13424. | #define PACKAGE_VERSION ""
  13425. | #define PACKAGE_STRING ""
  13426. | #define PACKAGE_BUGREPORT ""
  13427. | #define PACKAGE_URL ""
  13428. | #define CANONICALIZATION_FOR_MATHN 1
  13429. | #define STDC_HEADERS 1
  13430. | #define HAVE_SYS_TYPES_H 1
  13431. | #define HAVE_SYS_STAT_H 1
  13432. | #define HAVE_STDLIB_H 1
  13433. | #define HAVE_STRING_H 1
  13434. | #define HAVE_MEMORY_H 1
  13435. | #define HAVE_STRINGS_H 1
  13436. | #define HAVE_INTTYPES_H 1
  13437. | #define HAVE_STDINT_H 1
  13438. | #define HAVE_UNISTD_H 1
  13439. | #define __EXTENSIONS__ 1
  13440. | #define _ALL_SOURCE 1
  13441. | #define _GNU_SOURCE 1
  13442. | #define _POSIX_PTHREAD_SEMANTICS 1
  13443. | #define _TANDEM_SOURCE 1
  13444. | #define HAVE_INFINITY 1
  13445. | #define HAVE_NAN 1
  13446. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  13447. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  13448. | #define BROKEN_CRYPT 1
  13449. | #define HAVE_CRT_EXTERNS_H 1
  13450. | #define HAVE_LIBDL 1
  13451. | #define HAVE_DIRENT_H 1
  13452. | #define HAVE__BOOL 1
  13453. | #define HAVE_STDBOOL_H 1
  13454. | #define HAVE_SYS_WAIT_H 1
  13455. | #define HAVE_GRP_H 1
  13456. | #define HAVE_FCNTL_H 1
  13457. | #define HAVE_FLOAT_H 1
  13458. | #define HAVE_LANGINFO_H 1
  13459. | #define HAVE_LIMITS_H 1
  13460. | #define HAVE_LOCALE_H 1
  13461. | #define HAVE_MALLOC_MALLOC_H 1
  13462. | #define HAVE_PWD_H 1
  13463. | #define HAVE_SYS_ATTR_H 1
  13464. | #define HAVE_SYS_FCNTL_H 1
  13465. | #define HAVE_SYS_FILE_H 1
  13466. | #define HAVE_SYS_IOCTL_H 1
  13467. | #define HAVE_SYS_PARAM_H 1
  13468. | #define HAVE_SYS_RESOURCE_H 1
  13469. | #define HAVE_SYS_SELECT_H 1
  13470. | #define HAVE_SYS_SOCKET_H 1
  13471. | #define HAVE_SYS_TIME_H 1
  13472. | #define HAVE_SYS_TIMES_H 1
  13473. | #define HAVE_SYS_UIO_H 1
  13474. | #define HAVE_TIME_H 1
  13475. | #define HAVE_UCONTEXT_H 1
  13476. | #define HAVE_UTIME_H 1
  13477. | #define HAVE_GMP_H 1
  13478. | #define HAVE_LIBGMP 1
  13479. | #define HAVE_TYPEOF 1
  13480. | #define HAVE_LONG_LONG 1
  13481. | #define HAVE_OFF_T 1
  13482. | #define SIZEOF_INT 4
  13483. | #define SIZEOF_SHORT 2
  13484. | #define SIZEOF_LONG 8
  13485. | #define SIZEOF_LONG_LONG 8
  13486. | #define SIZEOF___INT64 0
  13487. | #define SIZEOF___INT128 16
  13488. | #define SIZEOF_OFF_T 8
  13489. | #define SIZEOF_VOIDP 8
  13490. | #define SIZEOF_FLOAT 4
  13491. | #define SIZEOF_DOUBLE 8
  13492. | #define SIZEOF_TIME_T 8
  13493. | #define SIZEOF_CLOCK_T 8
  13494. | #define PACKED_STRUCT(x) x __attribute__((packed))
  13495. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  13496. | #define PRI_LL_PREFIX "ll"
  13497. | #define rb_pid_t pid_t
  13498. | #define SIGNEDNESS_OF_PID_T -1
  13499. | #define PIDT2NUM(v) INT2NUM(v)
  13500. | #define NUM2PIDT(v) NUM2INT(v)
  13501. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  13502. | #define rb_uid_t uid_t
  13503. | #define SIGNEDNESS_OF_UID_T +1
  13504. | #define UIDT2NUM(v) UINT2NUM(v)
  13505. | #define NUM2UIDT(v) NUM2UINT(v)
  13506. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  13507. | #define rb_gid_t gid_t
  13508. | #define SIGNEDNESS_OF_GID_T +1
  13509. | #define GIDT2NUM(v) UINT2NUM(v)
  13510. | #define NUM2GIDT(v) NUM2UINT(v)
  13511. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  13512. | #define rb_time_t time_t
  13513. | #define SIGNEDNESS_OF_TIME_T -1
  13514. | #define TIMET2NUM(v) LONG2NUM(v)
  13515. | #define NUM2TIMET(v) NUM2LONG(v)
  13516. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  13517. | #define rb_dev_t dev_t
  13518. | #define SIGNEDNESS_OF_DEV_T -1
  13519. | #define DEVT2NUM(v) INT2NUM(v)
  13520. | #define NUM2DEVT(v) NUM2INT(v)
  13521. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  13522. | #define rb_mode_t mode_t
  13523. | #define SIGNEDNESS_OF_MODE_T +1
  13524. | #define MODET2NUM(v) UINT2NUM(v)
  13525. | #define NUM2MODET(v) NUM2UINT(v)
  13526. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  13527. | #define rb_rlim_t rlim_t
  13528. | #define SIGNEDNESS_OF_RLIM_T +1
  13529. | #define RLIM2NUM(v) ULL2NUM(v)
  13530. | #define NUM2RLIM(v) NUM2ULL(v)
  13531. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  13532. | #define rb_off_t off_t
  13533. | #define SIGNEDNESS_OF_OFF_T -1
  13534. | #define OFFT2NUM(v) LL2NUM(v)
  13535. | #define NUM2OFFT(v) NUM2LL(v)
  13536. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  13537. | #define rb_clockid_t int
  13538. | #define SIGNEDNESS_OF_CLOCKID_T -1
  13539. | #define CLOCKID2NUM(v) INT2NUM(v)
  13540. | #define NUM2CLOCKID(v) NUM2INT(v)
  13541. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  13542. | #define HAVE_PROTOTYPES 1
  13543. | #define TOKEN_PASTE(x,y) x##y
  13544. | #define STRINGIZE(expr) STRINGIZE0(expr)
  13545. | #define HAVE_STDARG_PROTOTYPES 1
  13546. | #define HAVE_VA_ARGS_MACRO 1
  13547. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  13548. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  13549. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  13550. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  13551. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  13552. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  13553. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  13554. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  13555. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  13556. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  13557. | #define WEAK(x) __attribute__ ((__weak__)) x
  13558. | #define HAVE_FUNC_WEAK 1
  13559. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  13560. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  13561. | #define HAVE_GCC_SYNC_BUILTINS 1
  13562. | #define UNREACHABLE __builtin_unreachable()
  13563. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  13564. | #define RUBY_FUNCTION_NAME_STRING __func__
  13565. | #define ENUM_OVER_INT 1
  13566. | #define HAVE_DECL_SYS_NERR 1
  13567. | #define HAVE_DECL_GETENV 1
  13568. | #define SIZEOF_SIZE_T 8
  13569. | #define SIZEOF_PTRDIFF_T 8
  13570. | #define PRI_SIZE_PREFIX "z"
  13571. | #define PRI_PTRDIFF_PREFIX "t"
  13572. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  13573. | #define HAVE_ST_BLKSIZE 1
  13574. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  13575. | #define HAVE_ST_BLOCKS 1
  13576. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  13577. | #define HAVE_ST_RDEV 1
  13578. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  13579. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  13580. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  13581. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  13582. | /* end confdefs.h. */
  13583. | #include <stdio.h>
  13584. | #ifdef HAVE_SYS_TYPES_H
  13585. | # include <sys/types.h>
  13586. | #endif
  13587. | #ifdef HAVE_SYS_STAT_H
  13588. | # include <sys/stat.h>
  13589. | #endif
  13590. | #ifdef STDC_HEADERS
  13591. | # include <stdlib.h>
  13592. | # include <stddef.h>
  13593. | #else
  13594. | # ifdef HAVE_STDLIB_H
  13595. | # include <stdlib.h>
  13596. | # endif
  13597. | #endif
  13598. | #ifdef HAVE_STRING_H
  13599. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  13600. | # include <memory.h>
  13601. | # endif
  13602. | # include <string.h>
  13603. | #endif
  13604. | #ifdef HAVE_STRINGS_H
  13605. | # include <strings.h>
  13606. | #endif
  13607. | #ifdef HAVE_INTTYPES_H
  13608. | # include <inttypes.h>
  13609. | #endif
  13610. | #ifdef HAVE_STDINT_H
  13611. | # include <stdint.h>
  13612. | #endif
  13613. | #ifdef HAVE_UNISTD_H
  13614. | # include <unistd.h>
  13615. | #endif
  13616. | int
  13617. | main ()
  13618. | {
  13619. | static struct stat ac_aggr;
  13620. | if (sizeof ac_aggr.st_atimensec)
  13621. | return 0;
  13622. | ;
  13623. | return 0;
  13624. | }
  13625. configure:17775: result: no
  13626. configure:17785: checking for struct stat.st_mtim
  13627. 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
  13628. conftest.c:200:13: error: no member named 'st_mtim' in 'struct stat'
  13629. if (ac_aggr.st_mtim)
  13630. ~~~~~~~ ^
  13631. 1 error generated.
  13632. configure:17785: $? = 1
  13633. configure: failed program was:
  13634. | /* confdefs.h */
  13635. | #define PACKAGE_NAME ""
  13636. | #define PACKAGE_TARNAME ""
  13637. | #define PACKAGE_VERSION ""
  13638. | #define PACKAGE_STRING ""
  13639. | #define PACKAGE_BUGREPORT ""
  13640. | #define PACKAGE_URL ""
  13641. | #define CANONICALIZATION_FOR_MATHN 1
  13642. | #define STDC_HEADERS 1
  13643. | #define HAVE_SYS_TYPES_H 1
  13644. | #define HAVE_SYS_STAT_H 1
  13645. | #define HAVE_STDLIB_H 1
  13646. | #define HAVE_STRING_H 1
  13647. | #define HAVE_MEMORY_H 1
  13648. | #define HAVE_STRINGS_H 1
  13649. | #define HAVE_INTTYPES_H 1
  13650. | #define HAVE_STDINT_H 1
  13651. | #define HAVE_UNISTD_H 1
  13652. | #define __EXTENSIONS__ 1
  13653. | #define _ALL_SOURCE 1
  13654. | #define _GNU_SOURCE 1
  13655. | #define _POSIX_PTHREAD_SEMANTICS 1
  13656. | #define _TANDEM_SOURCE 1
  13657. | #define HAVE_INFINITY 1
  13658. | #define HAVE_NAN 1
  13659. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  13660. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  13661. | #define BROKEN_CRYPT 1
  13662. | #define HAVE_CRT_EXTERNS_H 1
  13663. | #define HAVE_LIBDL 1
  13664. | #define HAVE_DIRENT_H 1
  13665. | #define HAVE__BOOL 1
  13666. | #define HAVE_STDBOOL_H 1
  13667. | #define HAVE_SYS_WAIT_H 1
  13668. | #define HAVE_GRP_H 1
  13669. | #define HAVE_FCNTL_H 1
  13670. | #define HAVE_FLOAT_H 1
  13671. | #define HAVE_LANGINFO_H 1
  13672. | #define HAVE_LIMITS_H 1
  13673. | #define HAVE_LOCALE_H 1
  13674. | #define HAVE_MALLOC_MALLOC_H 1
  13675. | #define HAVE_PWD_H 1
  13676. | #define HAVE_SYS_ATTR_H 1
  13677. | #define HAVE_SYS_FCNTL_H 1
  13678. | #define HAVE_SYS_FILE_H 1
  13679. | #define HAVE_SYS_IOCTL_H 1
  13680. | #define HAVE_SYS_PARAM_H 1
  13681. | #define HAVE_SYS_RESOURCE_H 1
  13682. | #define HAVE_SYS_SELECT_H 1
  13683. | #define HAVE_SYS_SOCKET_H 1
  13684. | #define HAVE_SYS_TIME_H 1
  13685. | #define HAVE_SYS_TIMES_H 1
  13686. | #define HAVE_SYS_UIO_H 1
  13687. | #define HAVE_TIME_H 1
  13688. | #define HAVE_UCONTEXT_H 1
  13689. | #define HAVE_UTIME_H 1
  13690. | #define HAVE_GMP_H 1
  13691. | #define HAVE_LIBGMP 1
  13692. | #define HAVE_TYPEOF 1
  13693. | #define HAVE_LONG_LONG 1
  13694. | #define HAVE_OFF_T 1
  13695. | #define SIZEOF_INT 4
  13696. | #define SIZEOF_SHORT 2
  13697. | #define SIZEOF_LONG 8
  13698. | #define SIZEOF_LONG_LONG 8
  13699. | #define SIZEOF___INT64 0
  13700. | #define SIZEOF___INT128 16
  13701. | #define SIZEOF_OFF_T 8
  13702. | #define SIZEOF_VOIDP 8
  13703. | #define SIZEOF_FLOAT 4
  13704. | #define SIZEOF_DOUBLE 8
  13705. | #define SIZEOF_TIME_T 8
  13706. | #define SIZEOF_CLOCK_T 8
  13707. | #define PACKED_STRUCT(x) x __attribute__((packed))
  13708. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  13709. | #define PRI_LL_PREFIX "ll"
  13710. | #define rb_pid_t pid_t
  13711. | #define SIGNEDNESS_OF_PID_T -1
  13712. | #define PIDT2NUM(v) INT2NUM(v)
  13713. | #define NUM2PIDT(v) NUM2INT(v)
  13714. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  13715. | #define rb_uid_t uid_t
  13716. | #define SIGNEDNESS_OF_UID_T +1
  13717. | #define UIDT2NUM(v) UINT2NUM(v)
  13718. | #define NUM2UIDT(v) NUM2UINT(v)
  13719. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  13720. | #define rb_gid_t gid_t
  13721. | #define SIGNEDNESS_OF_GID_T +1
  13722. | #define GIDT2NUM(v) UINT2NUM(v)
  13723. | #define NUM2GIDT(v) NUM2UINT(v)
  13724. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  13725. | #define rb_time_t time_t
  13726. | #define SIGNEDNESS_OF_TIME_T -1
  13727. | #define TIMET2NUM(v) LONG2NUM(v)
  13728. | #define NUM2TIMET(v) NUM2LONG(v)
  13729. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  13730. | #define rb_dev_t dev_t
  13731. | #define SIGNEDNESS_OF_DEV_T -1
  13732. | #define DEVT2NUM(v) INT2NUM(v)
  13733. | #define NUM2DEVT(v) NUM2INT(v)
  13734. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  13735. | #define rb_mode_t mode_t
  13736. | #define SIGNEDNESS_OF_MODE_T +1
  13737. | #define MODET2NUM(v) UINT2NUM(v)
  13738. | #define NUM2MODET(v) NUM2UINT(v)
  13739. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  13740. | #define rb_rlim_t rlim_t
  13741. | #define SIGNEDNESS_OF_RLIM_T +1
  13742. | #define RLIM2NUM(v) ULL2NUM(v)
  13743. | #define NUM2RLIM(v) NUM2ULL(v)
  13744. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  13745. | #define rb_off_t off_t
  13746. | #define SIGNEDNESS_OF_OFF_T -1
  13747. | #define OFFT2NUM(v) LL2NUM(v)
  13748. | #define NUM2OFFT(v) NUM2LL(v)
  13749. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  13750. | #define rb_clockid_t int
  13751. | #define SIGNEDNESS_OF_CLOCKID_T -1
  13752. | #define CLOCKID2NUM(v) INT2NUM(v)
  13753. | #define NUM2CLOCKID(v) NUM2INT(v)
  13754. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  13755. | #define HAVE_PROTOTYPES 1
  13756. | #define TOKEN_PASTE(x,y) x##y
  13757. | #define STRINGIZE(expr) STRINGIZE0(expr)
  13758. | #define HAVE_STDARG_PROTOTYPES 1
  13759. | #define HAVE_VA_ARGS_MACRO 1
  13760. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  13761. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  13762. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  13763. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  13764. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  13765. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  13766. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  13767. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  13768. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  13769. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  13770. | #define WEAK(x) __attribute__ ((__weak__)) x
  13771. | #define HAVE_FUNC_WEAK 1
  13772. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  13773. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  13774. | #define HAVE_GCC_SYNC_BUILTINS 1
  13775. | #define UNREACHABLE __builtin_unreachable()
  13776. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  13777. | #define RUBY_FUNCTION_NAME_STRING __func__
  13778. | #define ENUM_OVER_INT 1
  13779. | #define HAVE_DECL_SYS_NERR 1
  13780. | #define HAVE_DECL_GETENV 1
  13781. | #define SIZEOF_SIZE_T 8
  13782. | #define SIZEOF_PTRDIFF_T 8
  13783. | #define PRI_SIZE_PREFIX "z"
  13784. | #define PRI_PTRDIFF_PREFIX "t"
  13785. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  13786. | #define HAVE_ST_BLKSIZE 1
  13787. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  13788. | #define HAVE_ST_BLOCKS 1
  13789. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  13790. | #define HAVE_ST_RDEV 1
  13791. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  13792. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  13793. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  13794. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  13795. | /* end confdefs.h. */
  13796. | #include <stdio.h>
  13797. | #ifdef HAVE_SYS_TYPES_H
  13798. | # include <sys/types.h>
  13799. | #endif
  13800. | #ifdef HAVE_SYS_STAT_H
  13801. | # include <sys/stat.h>
  13802. | #endif
  13803. | #ifdef STDC_HEADERS
  13804. | # include <stdlib.h>
  13805. | # include <stddef.h>
  13806. | #else
  13807. | # ifdef HAVE_STDLIB_H
  13808. | # include <stdlib.h>
  13809. | # endif
  13810. | #endif
  13811. | #ifdef HAVE_STRING_H
  13812. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  13813. | # include <memory.h>
  13814. | # endif
  13815. | # include <string.h>
  13816. | #endif
  13817. | #ifdef HAVE_STRINGS_H
  13818. | # include <strings.h>
  13819. | #endif
  13820. | #ifdef HAVE_INTTYPES_H
  13821. | # include <inttypes.h>
  13822. | #endif
  13823. | #ifdef HAVE_STDINT_H
  13824. | # include <stdint.h>
  13825. | #endif
  13826. | #ifdef HAVE_UNISTD_H
  13827. | # include <unistd.h>
  13828. | #endif
  13829. | int
  13830. | main ()
  13831. | {
  13832. | static struct stat ac_aggr;
  13833. | if (ac_aggr.st_mtim)
  13834. | return 0;
  13835. | ;
  13836. | return 0;
  13837. | }
  13838. 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
  13839. conftest.c:200:20: error: no member named 'st_mtim' in 'struct stat'
  13840. if (sizeof ac_aggr.st_mtim)
  13841. ~~~~~~~ ^
  13842. 1 error generated.
  13843. configure:17785: $? = 1
  13844. configure: failed program was:
  13845. | /* confdefs.h */
  13846. | #define PACKAGE_NAME ""
  13847. | #define PACKAGE_TARNAME ""
  13848. | #define PACKAGE_VERSION ""
  13849. | #define PACKAGE_STRING ""
  13850. | #define PACKAGE_BUGREPORT ""
  13851. | #define PACKAGE_URL ""
  13852. | #define CANONICALIZATION_FOR_MATHN 1
  13853. | #define STDC_HEADERS 1
  13854. | #define HAVE_SYS_TYPES_H 1
  13855. | #define HAVE_SYS_STAT_H 1
  13856. | #define HAVE_STDLIB_H 1
  13857. | #define HAVE_STRING_H 1
  13858. | #define HAVE_MEMORY_H 1
  13859. | #define HAVE_STRINGS_H 1
  13860. | #define HAVE_INTTYPES_H 1
  13861. | #define HAVE_STDINT_H 1
  13862. | #define HAVE_UNISTD_H 1
  13863. | #define __EXTENSIONS__ 1
  13864. | #define _ALL_SOURCE 1
  13865. | #define _GNU_SOURCE 1
  13866. | #define _POSIX_PTHREAD_SEMANTICS 1
  13867. | #define _TANDEM_SOURCE 1
  13868. | #define HAVE_INFINITY 1
  13869. | #define HAVE_NAN 1
  13870. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  13871. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  13872. | #define BROKEN_CRYPT 1
  13873. | #define HAVE_CRT_EXTERNS_H 1
  13874. | #define HAVE_LIBDL 1
  13875. | #define HAVE_DIRENT_H 1
  13876. | #define HAVE__BOOL 1
  13877. | #define HAVE_STDBOOL_H 1
  13878. | #define HAVE_SYS_WAIT_H 1
  13879. | #define HAVE_GRP_H 1
  13880. | #define HAVE_FCNTL_H 1
  13881. | #define HAVE_FLOAT_H 1
  13882. | #define HAVE_LANGINFO_H 1
  13883. | #define HAVE_LIMITS_H 1
  13884. | #define HAVE_LOCALE_H 1
  13885. | #define HAVE_MALLOC_MALLOC_H 1
  13886. | #define HAVE_PWD_H 1
  13887. | #define HAVE_SYS_ATTR_H 1
  13888. | #define HAVE_SYS_FCNTL_H 1
  13889. | #define HAVE_SYS_FILE_H 1
  13890. | #define HAVE_SYS_IOCTL_H 1
  13891. | #define HAVE_SYS_PARAM_H 1
  13892. | #define HAVE_SYS_RESOURCE_H 1
  13893. | #define HAVE_SYS_SELECT_H 1
  13894. | #define HAVE_SYS_SOCKET_H 1
  13895. | #define HAVE_SYS_TIME_H 1
  13896. | #define HAVE_SYS_TIMES_H 1
  13897. | #define HAVE_SYS_UIO_H 1
  13898. | #define HAVE_TIME_H 1
  13899. | #define HAVE_UCONTEXT_H 1
  13900. | #define HAVE_UTIME_H 1
  13901. | #define HAVE_GMP_H 1
  13902. | #define HAVE_LIBGMP 1
  13903. | #define HAVE_TYPEOF 1
  13904. | #define HAVE_LONG_LONG 1
  13905. | #define HAVE_OFF_T 1
  13906. | #define SIZEOF_INT 4
  13907. | #define SIZEOF_SHORT 2
  13908. | #define SIZEOF_LONG 8
  13909. | #define SIZEOF_LONG_LONG 8
  13910. | #define SIZEOF___INT64 0
  13911. | #define SIZEOF___INT128 16
  13912. | #define SIZEOF_OFF_T 8
  13913. | #define SIZEOF_VOIDP 8
  13914. | #define SIZEOF_FLOAT 4
  13915. | #define SIZEOF_DOUBLE 8
  13916. | #define SIZEOF_TIME_T 8
  13917. | #define SIZEOF_CLOCK_T 8
  13918. | #define PACKED_STRUCT(x) x __attribute__((packed))
  13919. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  13920. | #define PRI_LL_PREFIX "ll"
  13921. | #define rb_pid_t pid_t
  13922. | #define SIGNEDNESS_OF_PID_T -1
  13923. | #define PIDT2NUM(v) INT2NUM(v)
  13924. | #define NUM2PIDT(v) NUM2INT(v)
  13925. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  13926. | #define rb_uid_t uid_t
  13927. | #define SIGNEDNESS_OF_UID_T +1
  13928. | #define UIDT2NUM(v) UINT2NUM(v)
  13929. | #define NUM2UIDT(v) NUM2UINT(v)
  13930. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  13931. | #define rb_gid_t gid_t
  13932. | #define SIGNEDNESS_OF_GID_T +1
  13933. | #define GIDT2NUM(v) UINT2NUM(v)
  13934. | #define NUM2GIDT(v) NUM2UINT(v)
  13935. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  13936. | #define rb_time_t time_t
  13937. | #define SIGNEDNESS_OF_TIME_T -1
  13938. | #define TIMET2NUM(v) LONG2NUM(v)
  13939. | #define NUM2TIMET(v) NUM2LONG(v)
  13940. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  13941. | #define rb_dev_t dev_t
  13942. | #define SIGNEDNESS_OF_DEV_T -1
  13943. | #define DEVT2NUM(v) INT2NUM(v)
  13944. | #define NUM2DEVT(v) NUM2INT(v)
  13945. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  13946. | #define rb_mode_t mode_t
  13947. | #define SIGNEDNESS_OF_MODE_T +1
  13948. | #define MODET2NUM(v) UINT2NUM(v)
  13949. | #define NUM2MODET(v) NUM2UINT(v)
  13950. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  13951. | #define rb_rlim_t rlim_t
  13952. | #define SIGNEDNESS_OF_RLIM_T +1
  13953. | #define RLIM2NUM(v) ULL2NUM(v)
  13954. | #define NUM2RLIM(v) NUM2ULL(v)
  13955. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  13956. | #define rb_off_t off_t
  13957. | #define SIGNEDNESS_OF_OFF_T -1
  13958. | #define OFFT2NUM(v) LL2NUM(v)
  13959. | #define NUM2OFFT(v) NUM2LL(v)
  13960. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  13961. | #define rb_clockid_t int
  13962. | #define SIGNEDNESS_OF_CLOCKID_T -1
  13963. | #define CLOCKID2NUM(v) INT2NUM(v)
  13964. | #define NUM2CLOCKID(v) NUM2INT(v)
  13965. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  13966. | #define HAVE_PROTOTYPES 1
  13967. | #define TOKEN_PASTE(x,y) x##y
  13968. | #define STRINGIZE(expr) STRINGIZE0(expr)
  13969. | #define HAVE_STDARG_PROTOTYPES 1
  13970. | #define HAVE_VA_ARGS_MACRO 1
  13971. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  13972. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  13973. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  13974. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  13975. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  13976. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  13977. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  13978. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  13979. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  13980. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  13981. | #define WEAK(x) __attribute__ ((__weak__)) x
  13982. | #define HAVE_FUNC_WEAK 1
  13983. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  13984. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  13985. | #define HAVE_GCC_SYNC_BUILTINS 1
  13986. | #define UNREACHABLE __builtin_unreachable()
  13987. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  13988. | #define RUBY_FUNCTION_NAME_STRING __func__
  13989. | #define ENUM_OVER_INT 1
  13990. | #define HAVE_DECL_SYS_NERR 1
  13991. | #define HAVE_DECL_GETENV 1
  13992. | #define SIZEOF_SIZE_T 8
  13993. | #define SIZEOF_PTRDIFF_T 8
  13994. | #define PRI_SIZE_PREFIX "z"
  13995. | #define PRI_PTRDIFF_PREFIX "t"
  13996. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  13997. | #define HAVE_ST_BLKSIZE 1
  13998. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  13999. | #define HAVE_ST_BLOCKS 1
  14000. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  14001. | #define HAVE_ST_RDEV 1
  14002. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  14003. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  14004. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  14005. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  14006. | /* end confdefs.h. */
  14007. | #include <stdio.h>
  14008. | #ifdef HAVE_SYS_TYPES_H
  14009. | # include <sys/types.h>
  14010. | #endif
  14011. | #ifdef HAVE_SYS_STAT_H
  14012. | # include <sys/stat.h>
  14013. | #endif
  14014. | #ifdef STDC_HEADERS
  14015. | # include <stdlib.h>
  14016. | # include <stddef.h>
  14017. | #else
  14018. | # ifdef HAVE_STDLIB_H
  14019. | # include <stdlib.h>
  14020. | # endif
  14021. | #endif
  14022. | #ifdef HAVE_STRING_H
  14023. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  14024. | # include <memory.h>
  14025. | # endif
  14026. | # include <string.h>
  14027. | #endif
  14028. | #ifdef HAVE_STRINGS_H
  14029. | # include <strings.h>
  14030. | #endif
  14031. | #ifdef HAVE_INTTYPES_H
  14032. | # include <inttypes.h>
  14033. | #endif
  14034. | #ifdef HAVE_STDINT_H
  14035. | # include <stdint.h>
  14036. | #endif
  14037. | #ifdef HAVE_UNISTD_H
  14038. | # include <unistd.h>
  14039. | #endif
  14040. | int
  14041. | main ()
  14042. | {
  14043. | static struct stat ac_aggr;
  14044. | if (sizeof ac_aggr.st_mtim)
  14045. | return 0;
  14046. | ;
  14047. | return 0;
  14048. | }
  14049. configure:17785: result: no
  14050. configure:17795: checking for struct stat.st_mtimespec
  14051. 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
  14052. conftest.c:200:1: error: statement requires expression of scalar type ('struct timespec' invalid)
  14053. if (ac_aggr.st_mtimespec)
  14054. ^ ~~~~~~~~~~~~~~~~~~~~
  14055. 1 error generated.
  14056. configure:17795: $? = 1
  14057. configure: failed program was:
  14058. | /* confdefs.h */
  14059. | #define PACKAGE_NAME ""
  14060. | #define PACKAGE_TARNAME ""
  14061. | #define PACKAGE_VERSION ""
  14062. | #define PACKAGE_STRING ""
  14063. | #define PACKAGE_BUGREPORT ""
  14064. | #define PACKAGE_URL ""
  14065. | #define CANONICALIZATION_FOR_MATHN 1
  14066. | #define STDC_HEADERS 1
  14067. | #define HAVE_SYS_TYPES_H 1
  14068. | #define HAVE_SYS_STAT_H 1
  14069. | #define HAVE_STDLIB_H 1
  14070. | #define HAVE_STRING_H 1
  14071. | #define HAVE_MEMORY_H 1
  14072. | #define HAVE_STRINGS_H 1
  14073. | #define HAVE_INTTYPES_H 1
  14074. | #define HAVE_STDINT_H 1
  14075. | #define HAVE_UNISTD_H 1
  14076. | #define __EXTENSIONS__ 1
  14077. | #define _ALL_SOURCE 1
  14078. | #define _GNU_SOURCE 1
  14079. | #define _POSIX_PTHREAD_SEMANTICS 1
  14080. | #define _TANDEM_SOURCE 1
  14081. | #define HAVE_INFINITY 1
  14082. | #define HAVE_NAN 1
  14083. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  14084. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  14085. | #define BROKEN_CRYPT 1
  14086. | #define HAVE_CRT_EXTERNS_H 1
  14087. | #define HAVE_LIBDL 1
  14088. | #define HAVE_DIRENT_H 1
  14089. | #define HAVE__BOOL 1
  14090. | #define HAVE_STDBOOL_H 1
  14091. | #define HAVE_SYS_WAIT_H 1
  14092. | #define HAVE_GRP_H 1
  14093. | #define HAVE_FCNTL_H 1
  14094. | #define HAVE_FLOAT_H 1
  14095. | #define HAVE_LANGINFO_H 1
  14096. | #define HAVE_LIMITS_H 1
  14097. | #define HAVE_LOCALE_H 1
  14098. | #define HAVE_MALLOC_MALLOC_H 1
  14099. | #define HAVE_PWD_H 1
  14100. | #define HAVE_SYS_ATTR_H 1
  14101. | #define HAVE_SYS_FCNTL_H 1
  14102. | #define HAVE_SYS_FILE_H 1
  14103. | #define HAVE_SYS_IOCTL_H 1
  14104. | #define HAVE_SYS_PARAM_H 1
  14105. | #define HAVE_SYS_RESOURCE_H 1
  14106. | #define HAVE_SYS_SELECT_H 1
  14107. | #define HAVE_SYS_SOCKET_H 1
  14108. | #define HAVE_SYS_TIME_H 1
  14109. | #define HAVE_SYS_TIMES_H 1
  14110. | #define HAVE_SYS_UIO_H 1
  14111. | #define HAVE_TIME_H 1
  14112. | #define HAVE_UCONTEXT_H 1
  14113. | #define HAVE_UTIME_H 1
  14114. | #define HAVE_GMP_H 1
  14115. | #define HAVE_LIBGMP 1
  14116. | #define HAVE_TYPEOF 1
  14117. | #define HAVE_LONG_LONG 1
  14118. | #define HAVE_OFF_T 1
  14119. | #define SIZEOF_INT 4
  14120. | #define SIZEOF_SHORT 2
  14121. | #define SIZEOF_LONG 8
  14122. | #define SIZEOF_LONG_LONG 8
  14123. | #define SIZEOF___INT64 0
  14124. | #define SIZEOF___INT128 16
  14125. | #define SIZEOF_OFF_T 8
  14126. | #define SIZEOF_VOIDP 8
  14127. | #define SIZEOF_FLOAT 4
  14128. | #define SIZEOF_DOUBLE 8
  14129. | #define SIZEOF_TIME_T 8
  14130. | #define SIZEOF_CLOCK_T 8
  14131. | #define PACKED_STRUCT(x) x __attribute__((packed))
  14132. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  14133. | #define PRI_LL_PREFIX "ll"
  14134. | #define rb_pid_t pid_t
  14135. | #define SIGNEDNESS_OF_PID_T -1
  14136. | #define PIDT2NUM(v) INT2NUM(v)
  14137. | #define NUM2PIDT(v) NUM2INT(v)
  14138. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  14139. | #define rb_uid_t uid_t
  14140. | #define SIGNEDNESS_OF_UID_T +1
  14141. | #define UIDT2NUM(v) UINT2NUM(v)
  14142. | #define NUM2UIDT(v) NUM2UINT(v)
  14143. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  14144. | #define rb_gid_t gid_t
  14145. | #define SIGNEDNESS_OF_GID_T +1
  14146. | #define GIDT2NUM(v) UINT2NUM(v)
  14147. | #define NUM2GIDT(v) NUM2UINT(v)
  14148. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  14149. | #define rb_time_t time_t
  14150. | #define SIGNEDNESS_OF_TIME_T -1
  14151. | #define TIMET2NUM(v) LONG2NUM(v)
  14152. | #define NUM2TIMET(v) NUM2LONG(v)
  14153. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  14154. | #define rb_dev_t dev_t
  14155. | #define SIGNEDNESS_OF_DEV_T -1
  14156. | #define DEVT2NUM(v) INT2NUM(v)
  14157. | #define NUM2DEVT(v) NUM2INT(v)
  14158. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  14159. | #define rb_mode_t mode_t
  14160. | #define SIGNEDNESS_OF_MODE_T +1
  14161. | #define MODET2NUM(v) UINT2NUM(v)
  14162. | #define NUM2MODET(v) NUM2UINT(v)
  14163. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  14164. | #define rb_rlim_t rlim_t
  14165. | #define SIGNEDNESS_OF_RLIM_T +1
  14166. | #define RLIM2NUM(v) ULL2NUM(v)
  14167. | #define NUM2RLIM(v) NUM2ULL(v)
  14168. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  14169. | #define rb_off_t off_t
  14170. | #define SIGNEDNESS_OF_OFF_T -1
  14171. | #define OFFT2NUM(v) LL2NUM(v)
  14172. | #define NUM2OFFT(v) NUM2LL(v)
  14173. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  14174. | #define rb_clockid_t int
  14175. | #define SIGNEDNESS_OF_CLOCKID_T -1
  14176. | #define CLOCKID2NUM(v) INT2NUM(v)
  14177. | #define NUM2CLOCKID(v) NUM2INT(v)
  14178. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  14179. | #define HAVE_PROTOTYPES 1
  14180. | #define TOKEN_PASTE(x,y) x##y
  14181. | #define STRINGIZE(expr) STRINGIZE0(expr)
  14182. | #define HAVE_STDARG_PROTOTYPES 1
  14183. | #define HAVE_VA_ARGS_MACRO 1
  14184. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  14185. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  14186. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  14187. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  14188. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  14189. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  14190. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  14191. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  14192. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  14193. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  14194. | #define WEAK(x) __attribute__ ((__weak__)) x
  14195. | #define HAVE_FUNC_WEAK 1
  14196. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  14197. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  14198. | #define HAVE_GCC_SYNC_BUILTINS 1
  14199. | #define UNREACHABLE __builtin_unreachable()
  14200. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  14201. | #define RUBY_FUNCTION_NAME_STRING __func__
  14202. | #define ENUM_OVER_INT 1
  14203. | #define HAVE_DECL_SYS_NERR 1
  14204. | #define HAVE_DECL_GETENV 1
  14205. | #define SIZEOF_SIZE_T 8
  14206. | #define SIZEOF_PTRDIFF_T 8
  14207. | #define PRI_SIZE_PREFIX "z"
  14208. | #define PRI_PTRDIFF_PREFIX "t"
  14209. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  14210. | #define HAVE_ST_BLKSIZE 1
  14211. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  14212. | #define HAVE_ST_BLOCKS 1
  14213. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  14214. | #define HAVE_ST_RDEV 1
  14215. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  14216. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  14217. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  14218. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  14219. | /* end confdefs.h. */
  14220. | #include <stdio.h>
  14221. | #ifdef HAVE_SYS_TYPES_H
  14222. | # include <sys/types.h>
  14223. | #endif
  14224. | #ifdef HAVE_SYS_STAT_H
  14225. | # include <sys/stat.h>
  14226. | #endif
  14227. | #ifdef STDC_HEADERS
  14228. | # include <stdlib.h>
  14229. | # include <stddef.h>
  14230. | #else
  14231. | # ifdef HAVE_STDLIB_H
  14232. | # include <stdlib.h>
  14233. | # endif
  14234. | #endif
  14235. | #ifdef HAVE_STRING_H
  14236. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  14237. | # include <memory.h>
  14238. | # endif
  14239. | # include <string.h>
  14240. | #endif
  14241. | #ifdef HAVE_STRINGS_H
  14242. | # include <strings.h>
  14243. | #endif
  14244. | #ifdef HAVE_INTTYPES_H
  14245. | # include <inttypes.h>
  14246. | #endif
  14247. | #ifdef HAVE_STDINT_H
  14248. | # include <stdint.h>
  14249. | #endif
  14250. | #ifdef HAVE_UNISTD_H
  14251. | # include <unistd.h>
  14252. | #endif
  14253. | int
  14254. | main ()
  14255. | {
  14256. | static struct stat ac_aggr;
  14257. | if (ac_aggr.st_mtimespec)
  14258. | return 0;
  14259. | ;
  14260. | return 0;
  14261. | }
  14262. 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
  14263. configure:17795: $? = 0
  14264. configure:17795: result: yes
  14265. configure:17805: checking for struct stat.st_mtimensec
  14266. 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
  14267. conftest.c:201:13: error: no member named 'st_mtimensec' in 'struct stat'; did you mean 'st_mtimespec'?
  14268. if (ac_aggr.st_mtimensec)
  14269. ^~~~~~~~~~~~
  14270. st_mtimespec
  14271. /usr/include/sys/stat.h:182:13: note: 'st_mtimespec' declared here
  14272. struct stat __DARWIN_STRUCT_STAT64;
  14273. ^
  14274. /usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64'
  14275. __DARWIN_STRUCT_STAT64_TIMES \
  14276. ^
  14277. /usr/include/sys/stat.h:130:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES'
  14278. struct timespec st_mtimespec; /* time of last data modification */ \
  14279. ^
  14280. conftest.c:201:1: error: statement requires expression of scalar type ('struct timespec' invalid)
  14281. if (ac_aggr.st_mtimensec)
  14282. ^ ~~~~~~~~~~~~~~~~~~~~
  14283. 2 errors generated.
  14284. configure:17805: $? = 1
  14285. configure: failed program was:
  14286. | /* confdefs.h */
  14287. | #define PACKAGE_NAME ""
  14288. | #define PACKAGE_TARNAME ""
  14289. | #define PACKAGE_VERSION ""
  14290. | #define PACKAGE_STRING ""
  14291. | #define PACKAGE_BUGREPORT ""
  14292. | #define PACKAGE_URL ""
  14293. | #define CANONICALIZATION_FOR_MATHN 1
  14294. | #define STDC_HEADERS 1
  14295. | #define HAVE_SYS_TYPES_H 1
  14296. | #define HAVE_SYS_STAT_H 1
  14297. | #define HAVE_STDLIB_H 1
  14298. | #define HAVE_STRING_H 1
  14299. | #define HAVE_MEMORY_H 1
  14300. | #define HAVE_STRINGS_H 1
  14301. | #define HAVE_INTTYPES_H 1
  14302. | #define HAVE_STDINT_H 1
  14303. | #define HAVE_UNISTD_H 1
  14304. | #define __EXTENSIONS__ 1
  14305. | #define _ALL_SOURCE 1
  14306. | #define _GNU_SOURCE 1
  14307. | #define _POSIX_PTHREAD_SEMANTICS 1
  14308. | #define _TANDEM_SOURCE 1
  14309. | #define HAVE_INFINITY 1
  14310. | #define HAVE_NAN 1
  14311. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  14312. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  14313. | #define BROKEN_CRYPT 1
  14314. | #define HAVE_CRT_EXTERNS_H 1
  14315. | #define HAVE_LIBDL 1
  14316. | #define HAVE_DIRENT_H 1
  14317. | #define HAVE__BOOL 1
  14318. | #define HAVE_STDBOOL_H 1
  14319. | #define HAVE_SYS_WAIT_H 1
  14320. | #define HAVE_GRP_H 1
  14321. | #define HAVE_FCNTL_H 1
  14322. | #define HAVE_FLOAT_H 1
  14323. | #define HAVE_LANGINFO_H 1
  14324. | #define HAVE_LIMITS_H 1
  14325. | #define HAVE_LOCALE_H 1
  14326. | #define HAVE_MALLOC_MALLOC_H 1
  14327. | #define HAVE_PWD_H 1
  14328. | #define HAVE_SYS_ATTR_H 1
  14329. | #define HAVE_SYS_FCNTL_H 1
  14330. | #define HAVE_SYS_FILE_H 1
  14331. | #define HAVE_SYS_IOCTL_H 1
  14332. | #define HAVE_SYS_PARAM_H 1
  14333. | #define HAVE_SYS_RESOURCE_H 1
  14334. | #define HAVE_SYS_SELECT_H 1
  14335. | #define HAVE_SYS_SOCKET_H 1
  14336. | #define HAVE_SYS_TIME_H 1
  14337. | #define HAVE_SYS_TIMES_H 1
  14338. | #define HAVE_SYS_UIO_H 1
  14339. | #define HAVE_TIME_H 1
  14340. | #define HAVE_UCONTEXT_H 1
  14341. | #define HAVE_UTIME_H 1
  14342. | #define HAVE_GMP_H 1
  14343. | #define HAVE_LIBGMP 1
  14344. | #define HAVE_TYPEOF 1
  14345. | #define HAVE_LONG_LONG 1
  14346. | #define HAVE_OFF_T 1
  14347. | #define SIZEOF_INT 4
  14348. | #define SIZEOF_SHORT 2
  14349. | #define SIZEOF_LONG 8
  14350. | #define SIZEOF_LONG_LONG 8
  14351. | #define SIZEOF___INT64 0
  14352. | #define SIZEOF___INT128 16
  14353. | #define SIZEOF_OFF_T 8
  14354. | #define SIZEOF_VOIDP 8
  14355. | #define SIZEOF_FLOAT 4
  14356. | #define SIZEOF_DOUBLE 8
  14357. | #define SIZEOF_TIME_T 8
  14358. | #define SIZEOF_CLOCK_T 8
  14359. | #define PACKED_STRUCT(x) x __attribute__((packed))
  14360. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  14361. | #define PRI_LL_PREFIX "ll"
  14362. | #define rb_pid_t pid_t
  14363. | #define SIGNEDNESS_OF_PID_T -1
  14364. | #define PIDT2NUM(v) INT2NUM(v)
  14365. | #define NUM2PIDT(v) NUM2INT(v)
  14366. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  14367. | #define rb_uid_t uid_t
  14368. | #define SIGNEDNESS_OF_UID_T +1
  14369. | #define UIDT2NUM(v) UINT2NUM(v)
  14370. | #define NUM2UIDT(v) NUM2UINT(v)
  14371. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  14372. | #define rb_gid_t gid_t
  14373. | #define SIGNEDNESS_OF_GID_T +1
  14374. | #define GIDT2NUM(v) UINT2NUM(v)
  14375. | #define NUM2GIDT(v) NUM2UINT(v)
  14376. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  14377. | #define rb_time_t time_t
  14378. | #define SIGNEDNESS_OF_TIME_T -1
  14379. | #define TIMET2NUM(v) LONG2NUM(v)
  14380. | #define NUM2TIMET(v) NUM2LONG(v)
  14381. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  14382. | #define rb_dev_t dev_t
  14383. | #define SIGNEDNESS_OF_DEV_T -1
  14384. | #define DEVT2NUM(v) INT2NUM(v)
  14385. | #define NUM2DEVT(v) NUM2INT(v)
  14386. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  14387. | #define rb_mode_t mode_t
  14388. | #define SIGNEDNESS_OF_MODE_T +1
  14389. | #define MODET2NUM(v) UINT2NUM(v)
  14390. | #define NUM2MODET(v) NUM2UINT(v)
  14391. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  14392. | #define rb_rlim_t rlim_t
  14393. | #define SIGNEDNESS_OF_RLIM_T +1
  14394. | #define RLIM2NUM(v) ULL2NUM(v)
  14395. | #define NUM2RLIM(v) NUM2ULL(v)
  14396. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  14397. | #define rb_off_t off_t
  14398. | #define SIGNEDNESS_OF_OFF_T -1
  14399. | #define OFFT2NUM(v) LL2NUM(v)
  14400. | #define NUM2OFFT(v) NUM2LL(v)
  14401. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  14402. | #define rb_clockid_t int
  14403. | #define SIGNEDNESS_OF_CLOCKID_T -1
  14404. | #define CLOCKID2NUM(v) INT2NUM(v)
  14405. | #define NUM2CLOCKID(v) NUM2INT(v)
  14406. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  14407. | #define HAVE_PROTOTYPES 1
  14408. | #define TOKEN_PASTE(x,y) x##y
  14409. | #define STRINGIZE(expr) STRINGIZE0(expr)
  14410. | #define HAVE_STDARG_PROTOTYPES 1
  14411. | #define HAVE_VA_ARGS_MACRO 1
  14412. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  14413. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  14414. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  14415. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  14416. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  14417. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  14418. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  14419. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  14420. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  14421. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  14422. | #define WEAK(x) __attribute__ ((__weak__)) x
  14423. | #define HAVE_FUNC_WEAK 1
  14424. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  14425. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  14426. | #define HAVE_GCC_SYNC_BUILTINS 1
  14427. | #define UNREACHABLE __builtin_unreachable()
  14428. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  14429. | #define RUBY_FUNCTION_NAME_STRING __func__
  14430. | #define ENUM_OVER_INT 1
  14431. | #define HAVE_DECL_SYS_NERR 1
  14432. | #define HAVE_DECL_GETENV 1
  14433. | #define SIZEOF_SIZE_T 8
  14434. | #define SIZEOF_PTRDIFF_T 8
  14435. | #define PRI_SIZE_PREFIX "z"
  14436. | #define PRI_PTRDIFF_PREFIX "t"
  14437. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  14438. | #define HAVE_ST_BLKSIZE 1
  14439. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  14440. | #define HAVE_ST_BLOCKS 1
  14441. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  14442. | #define HAVE_ST_RDEV 1
  14443. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  14444. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  14445. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  14446. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  14447. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  14448. | /* end confdefs.h. */
  14449. | #include <stdio.h>
  14450. | #ifdef HAVE_SYS_TYPES_H
  14451. | # include <sys/types.h>
  14452. | #endif
  14453. | #ifdef HAVE_SYS_STAT_H
  14454. | # include <sys/stat.h>
  14455. | #endif
  14456. | #ifdef STDC_HEADERS
  14457. | # include <stdlib.h>
  14458. | # include <stddef.h>
  14459. | #else
  14460. | # ifdef HAVE_STDLIB_H
  14461. | # include <stdlib.h>
  14462. | # endif
  14463. | #endif
  14464. | #ifdef HAVE_STRING_H
  14465. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  14466. | # include <memory.h>
  14467. | # endif
  14468. | # include <string.h>
  14469. | #endif
  14470. | #ifdef HAVE_STRINGS_H
  14471. | # include <strings.h>
  14472. | #endif
  14473. | #ifdef HAVE_INTTYPES_H
  14474. | # include <inttypes.h>
  14475. | #endif
  14476. | #ifdef HAVE_STDINT_H
  14477. | # include <stdint.h>
  14478. | #endif
  14479. | #ifdef HAVE_UNISTD_H
  14480. | # include <unistd.h>
  14481. | #endif
  14482. | int
  14483. | main ()
  14484. | {
  14485. | static struct stat ac_aggr;
  14486. | if (ac_aggr.st_mtimensec)
  14487. | return 0;
  14488. | ;
  14489. | return 0;
  14490. | }
  14491. 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
  14492. conftest.c:201:20: error: no member named 'st_mtimensec' in 'struct stat'; did you mean 'st_mtimespec'?
  14493. if (sizeof ac_aggr.st_mtimensec)
  14494. ^~~~~~~~~~~~
  14495. st_mtimespec
  14496. /usr/include/sys/stat.h:182:13: note: 'st_mtimespec' declared here
  14497. struct stat __DARWIN_STRUCT_STAT64;
  14498. ^
  14499. /usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64'
  14500. __DARWIN_STRUCT_STAT64_TIMES \
  14501. ^
  14502. /usr/include/sys/stat.h:130:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES'
  14503. struct timespec st_mtimespec; /* time of last data modification */ \
  14504. ^
  14505. 1 error generated.
  14506. configure:17805: $? = 1
  14507. configure: failed program was:
  14508. | /* confdefs.h */
  14509. | #define PACKAGE_NAME ""
  14510. | #define PACKAGE_TARNAME ""
  14511. | #define PACKAGE_VERSION ""
  14512. | #define PACKAGE_STRING ""
  14513. | #define PACKAGE_BUGREPORT ""
  14514. | #define PACKAGE_URL ""
  14515. | #define CANONICALIZATION_FOR_MATHN 1
  14516. | #define STDC_HEADERS 1
  14517. | #define HAVE_SYS_TYPES_H 1
  14518. | #define HAVE_SYS_STAT_H 1
  14519. | #define HAVE_STDLIB_H 1
  14520. | #define HAVE_STRING_H 1
  14521. | #define HAVE_MEMORY_H 1
  14522. | #define HAVE_STRINGS_H 1
  14523. | #define HAVE_INTTYPES_H 1
  14524. | #define HAVE_STDINT_H 1
  14525. | #define HAVE_UNISTD_H 1
  14526. | #define __EXTENSIONS__ 1
  14527. | #define _ALL_SOURCE 1
  14528. | #define _GNU_SOURCE 1
  14529. | #define _POSIX_PTHREAD_SEMANTICS 1
  14530. | #define _TANDEM_SOURCE 1
  14531. | #define HAVE_INFINITY 1
  14532. | #define HAVE_NAN 1
  14533. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  14534. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  14535. | #define BROKEN_CRYPT 1
  14536. | #define HAVE_CRT_EXTERNS_H 1
  14537. | #define HAVE_LIBDL 1
  14538. | #define HAVE_DIRENT_H 1
  14539. | #define HAVE__BOOL 1
  14540. | #define HAVE_STDBOOL_H 1
  14541. | #define HAVE_SYS_WAIT_H 1
  14542. | #define HAVE_GRP_H 1
  14543. | #define HAVE_FCNTL_H 1
  14544. | #define HAVE_FLOAT_H 1
  14545. | #define HAVE_LANGINFO_H 1
  14546. | #define HAVE_LIMITS_H 1
  14547. | #define HAVE_LOCALE_H 1
  14548. | #define HAVE_MALLOC_MALLOC_H 1
  14549. | #define HAVE_PWD_H 1
  14550. | #define HAVE_SYS_ATTR_H 1
  14551. | #define HAVE_SYS_FCNTL_H 1
  14552. | #define HAVE_SYS_FILE_H 1
  14553. | #define HAVE_SYS_IOCTL_H 1
  14554. | #define HAVE_SYS_PARAM_H 1
  14555. | #define HAVE_SYS_RESOURCE_H 1
  14556. | #define HAVE_SYS_SELECT_H 1
  14557. | #define HAVE_SYS_SOCKET_H 1
  14558. | #define HAVE_SYS_TIME_H 1
  14559. | #define HAVE_SYS_TIMES_H 1
  14560. | #define HAVE_SYS_UIO_H 1
  14561. | #define HAVE_TIME_H 1
  14562. | #define HAVE_UCONTEXT_H 1
  14563. | #define HAVE_UTIME_H 1
  14564. | #define HAVE_GMP_H 1
  14565. | #define HAVE_LIBGMP 1
  14566. | #define HAVE_TYPEOF 1
  14567. | #define HAVE_LONG_LONG 1
  14568. | #define HAVE_OFF_T 1
  14569. | #define SIZEOF_INT 4
  14570. | #define SIZEOF_SHORT 2
  14571. | #define SIZEOF_LONG 8
  14572. | #define SIZEOF_LONG_LONG 8
  14573. | #define SIZEOF___INT64 0
  14574. | #define SIZEOF___INT128 16
  14575. | #define SIZEOF_OFF_T 8
  14576. | #define SIZEOF_VOIDP 8
  14577. | #define SIZEOF_FLOAT 4
  14578. | #define SIZEOF_DOUBLE 8
  14579. | #define SIZEOF_TIME_T 8
  14580. | #define SIZEOF_CLOCK_T 8
  14581. | #define PACKED_STRUCT(x) x __attribute__((packed))
  14582. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  14583. | #define PRI_LL_PREFIX "ll"
  14584. | #define rb_pid_t pid_t
  14585. | #define SIGNEDNESS_OF_PID_T -1
  14586. | #define PIDT2NUM(v) INT2NUM(v)
  14587. | #define NUM2PIDT(v) NUM2INT(v)
  14588. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  14589. | #define rb_uid_t uid_t
  14590. | #define SIGNEDNESS_OF_UID_T +1
  14591. | #define UIDT2NUM(v) UINT2NUM(v)
  14592. | #define NUM2UIDT(v) NUM2UINT(v)
  14593. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  14594. | #define rb_gid_t gid_t
  14595. | #define SIGNEDNESS_OF_GID_T +1
  14596. | #define GIDT2NUM(v) UINT2NUM(v)
  14597. | #define NUM2GIDT(v) NUM2UINT(v)
  14598. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  14599. | #define rb_time_t time_t
  14600. | #define SIGNEDNESS_OF_TIME_T -1
  14601. | #define TIMET2NUM(v) LONG2NUM(v)
  14602. | #define NUM2TIMET(v) NUM2LONG(v)
  14603. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  14604. | #define rb_dev_t dev_t
  14605. | #define SIGNEDNESS_OF_DEV_T -1
  14606. | #define DEVT2NUM(v) INT2NUM(v)
  14607. | #define NUM2DEVT(v) NUM2INT(v)
  14608. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  14609. | #define rb_mode_t mode_t
  14610. | #define SIGNEDNESS_OF_MODE_T +1
  14611. | #define MODET2NUM(v) UINT2NUM(v)
  14612. | #define NUM2MODET(v) NUM2UINT(v)
  14613. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  14614. | #define rb_rlim_t rlim_t
  14615. | #define SIGNEDNESS_OF_RLIM_T +1
  14616. | #define RLIM2NUM(v) ULL2NUM(v)
  14617. | #define NUM2RLIM(v) NUM2ULL(v)
  14618. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  14619. | #define rb_off_t off_t
  14620. | #define SIGNEDNESS_OF_OFF_T -1
  14621. | #define OFFT2NUM(v) LL2NUM(v)
  14622. | #define NUM2OFFT(v) NUM2LL(v)
  14623. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  14624. | #define rb_clockid_t int
  14625. | #define SIGNEDNESS_OF_CLOCKID_T -1
  14626. | #define CLOCKID2NUM(v) INT2NUM(v)
  14627. | #define NUM2CLOCKID(v) NUM2INT(v)
  14628. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  14629. | #define HAVE_PROTOTYPES 1
  14630. | #define TOKEN_PASTE(x,y) x##y
  14631. | #define STRINGIZE(expr) STRINGIZE0(expr)
  14632. | #define HAVE_STDARG_PROTOTYPES 1
  14633. | #define HAVE_VA_ARGS_MACRO 1
  14634. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  14635. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  14636. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  14637. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  14638. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  14639. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  14640. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  14641. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  14642. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  14643. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  14644. | #define WEAK(x) __attribute__ ((__weak__)) x
  14645. | #define HAVE_FUNC_WEAK 1
  14646. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  14647. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  14648. | #define HAVE_GCC_SYNC_BUILTINS 1
  14649. | #define UNREACHABLE __builtin_unreachable()
  14650. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  14651. | #define RUBY_FUNCTION_NAME_STRING __func__
  14652. | #define ENUM_OVER_INT 1
  14653. | #define HAVE_DECL_SYS_NERR 1
  14654. | #define HAVE_DECL_GETENV 1
  14655. | #define SIZEOF_SIZE_T 8
  14656. | #define SIZEOF_PTRDIFF_T 8
  14657. | #define PRI_SIZE_PREFIX "z"
  14658. | #define PRI_PTRDIFF_PREFIX "t"
  14659. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  14660. | #define HAVE_ST_BLKSIZE 1
  14661. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  14662. | #define HAVE_ST_BLOCKS 1
  14663. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  14664. | #define HAVE_ST_RDEV 1
  14665. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  14666. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  14667. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  14668. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  14669. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  14670. | /* end confdefs.h. */
  14671. | #include <stdio.h>
  14672. | #ifdef HAVE_SYS_TYPES_H
  14673. | # include <sys/types.h>
  14674. | #endif
  14675. | #ifdef HAVE_SYS_STAT_H
  14676. | # include <sys/stat.h>
  14677. | #endif
  14678. | #ifdef STDC_HEADERS
  14679. | # include <stdlib.h>
  14680. | # include <stddef.h>
  14681. | #else
  14682. | # ifdef HAVE_STDLIB_H
  14683. | # include <stdlib.h>
  14684. | # endif
  14685. | #endif
  14686. | #ifdef HAVE_STRING_H
  14687. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  14688. | # include <memory.h>
  14689. | # endif
  14690. | # include <string.h>
  14691. | #endif
  14692. | #ifdef HAVE_STRINGS_H
  14693. | # include <strings.h>
  14694. | #endif
  14695. | #ifdef HAVE_INTTYPES_H
  14696. | # include <inttypes.h>
  14697. | #endif
  14698. | #ifdef HAVE_STDINT_H
  14699. | # include <stdint.h>
  14700. | #endif
  14701. | #ifdef HAVE_UNISTD_H
  14702. | # include <unistd.h>
  14703. | #endif
  14704. | int
  14705. | main ()
  14706. | {
  14707. | static struct stat ac_aggr;
  14708. | if (sizeof ac_aggr.st_mtimensec)
  14709. | return 0;
  14710. | ;
  14711. | return 0;
  14712. | }
  14713. configure:17805: result: no
  14714. configure:17815: checking for struct stat.st_ctim
  14715. 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
  14716. conftest.c:201:13: error: no member named 'st_ctim' in 'struct stat'
  14717. if (ac_aggr.st_ctim)
  14718. ~~~~~~~ ^
  14719. 1 error generated.
  14720. configure:17815: $? = 1
  14721. configure: failed program was:
  14722. | /* confdefs.h */
  14723. | #define PACKAGE_NAME ""
  14724. | #define PACKAGE_TARNAME ""
  14725. | #define PACKAGE_VERSION ""
  14726. | #define PACKAGE_STRING ""
  14727. | #define PACKAGE_BUGREPORT ""
  14728. | #define PACKAGE_URL ""
  14729. | #define CANONICALIZATION_FOR_MATHN 1
  14730. | #define STDC_HEADERS 1
  14731. | #define HAVE_SYS_TYPES_H 1
  14732. | #define HAVE_SYS_STAT_H 1
  14733. | #define HAVE_STDLIB_H 1
  14734. | #define HAVE_STRING_H 1
  14735. | #define HAVE_MEMORY_H 1
  14736. | #define HAVE_STRINGS_H 1
  14737. | #define HAVE_INTTYPES_H 1
  14738. | #define HAVE_STDINT_H 1
  14739. | #define HAVE_UNISTD_H 1
  14740. | #define __EXTENSIONS__ 1
  14741. | #define _ALL_SOURCE 1
  14742. | #define _GNU_SOURCE 1
  14743. | #define _POSIX_PTHREAD_SEMANTICS 1
  14744. | #define _TANDEM_SOURCE 1
  14745. | #define HAVE_INFINITY 1
  14746. | #define HAVE_NAN 1
  14747. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  14748. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  14749. | #define BROKEN_CRYPT 1
  14750. | #define HAVE_CRT_EXTERNS_H 1
  14751. | #define HAVE_LIBDL 1
  14752. | #define HAVE_DIRENT_H 1
  14753. | #define HAVE__BOOL 1
  14754. | #define HAVE_STDBOOL_H 1
  14755. | #define HAVE_SYS_WAIT_H 1
  14756. | #define HAVE_GRP_H 1
  14757. | #define HAVE_FCNTL_H 1
  14758. | #define HAVE_FLOAT_H 1
  14759. | #define HAVE_LANGINFO_H 1
  14760. | #define HAVE_LIMITS_H 1
  14761. | #define HAVE_LOCALE_H 1
  14762. | #define HAVE_MALLOC_MALLOC_H 1
  14763. | #define HAVE_PWD_H 1
  14764. | #define HAVE_SYS_ATTR_H 1
  14765. | #define HAVE_SYS_FCNTL_H 1
  14766. | #define HAVE_SYS_FILE_H 1
  14767. | #define HAVE_SYS_IOCTL_H 1
  14768. | #define HAVE_SYS_PARAM_H 1
  14769. | #define HAVE_SYS_RESOURCE_H 1
  14770. | #define HAVE_SYS_SELECT_H 1
  14771. | #define HAVE_SYS_SOCKET_H 1
  14772. | #define HAVE_SYS_TIME_H 1
  14773. | #define HAVE_SYS_TIMES_H 1
  14774. | #define HAVE_SYS_UIO_H 1
  14775. | #define HAVE_TIME_H 1
  14776. | #define HAVE_UCONTEXT_H 1
  14777. | #define HAVE_UTIME_H 1
  14778. | #define HAVE_GMP_H 1
  14779. | #define HAVE_LIBGMP 1
  14780. | #define HAVE_TYPEOF 1
  14781. | #define HAVE_LONG_LONG 1
  14782. | #define HAVE_OFF_T 1
  14783. | #define SIZEOF_INT 4
  14784. | #define SIZEOF_SHORT 2
  14785. | #define SIZEOF_LONG 8
  14786. | #define SIZEOF_LONG_LONG 8
  14787. | #define SIZEOF___INT64 0
  14788. | #define SIZEOF___INT128 16
  14789. | #define SIZEOF_OFF_T 8
  14790. | #define SIZEOF_VOIDP 8
  14791. | #define SIZEOF_FLOAT 4
  14792. | #define SIZEOF_DOUBLE 8
  14793. | #define SIZEOF_TIME_T 8
  14794. | #define SIZEOF_CLOCK_T 8
  14795. | #define PACKED_STRUCT(x) x __attribute__((packed))
  14796. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  14797. | #define PRI_LL_PREFIX "ll"
  14798. | #define rb_pid_t pid_t
  14799. | #define SIGNEDNESS_OF_PID_T -1
  14800. | #define PIDT2NUM(v) INT2NUM(v)
  14801. | #define NUM2PIDT(v) NUM2INT(v)
  14802. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  14803. | #define rb_uid_t uid_t
  14804. | #define SIGNEDNESS_OF_UID_T +1
  14805. | #define UIDT2NUM(v) UINT2NUM(v)
  14806. | #define NUM2UIDT(v) NUM2UINT(v)
  14807. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  14808. | #define rb_gid_t gid_t
  14809. | #define SIGNEDNESS_OF_GID_T +1
  14810. | #define GIDT2NUM(v) UINT2NUM(v)
  14811. | #define NUM2GIDT(v) NUM2UINT(v)
  14812. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  14813. | #define rb_time_t time_t
  14814. | #define SIGNEDNESS_OF_TIME_T -1
  14815. | #define TIMET2NUM(v) LONG2NUM(v)
  14816. | #define NUM2TIMET(v) NUM2LONG(v)
  14817. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  14818. | #define rb_dev_t dev_t
  14819. | #define SIGNEDNESS_OF_DEV_T -1
  14820. | #define DEVT2NUM(v) INT2NUM(v)
  14821. | #define NUM2DEVT(v) NUM2INT(v)
  14822. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  14823. | #define rb_mode_t mode_t
  14824. | #define SIGNEDNESS_OF_MODE_T +1
  14825. | #define MODET2NUM(v) UINT2NUM(v)
  14826. | #define NUM2MODET(v) NUM2UINT(v)
  14827. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  14828. | #define rb_rlim_t rlim_t
  14829. | #define SIGNEDNESS_OF_RLIM_T +1
  14830. | #define RLIM2NUM(v) ULL2NUM(v)
  14831. | #define NUM2RLIM(v) NUM2ULL(v)
  14832. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  14833. | #define rb_off_t off_t
  14834. | #define SIGNEDNESS_OF_OFF_T -1
  14835. | #define OFFT2NUM(v) LL2NUM(v)
  14836. | #define NUM2OFFT(v) NUM2LL(v)
  14837. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  14838. | #define rb_clockid_t int
  14839. | #define SIGNEDNESS_OF_CLOCKID_T -1
  14840. | #define CLOCKID2NUM(v) INT2NUM(v)
  14841. | #define NUM2CLOCKID(v) NUM2INT(v)
  14842. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  14843. | #define HAVE_PROTOTYPES 1
  14844. | #define TOKEN_PASTE(x,y) x##y
  14845. | #define STRINGIZE(expr) STRINGIZE0(expr)
  14846. | #define HAVE_STDARG_PROTOTYPES 1
  14847. | #define HAVE_VA_ARGS_MACRO 1
  14848. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  14849. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  14850. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  14851. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  14852. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  14853. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  14854. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  14855. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  14856. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  14857. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  14858. | #define WEAK(x) __attribute__ ((__weak__)) x
  14859. | #define HAVE_FUNC_WEAK 1
  14860. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  14861. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  14862. | #define HAVE_GCC_SYNC_BUILTINS 1
  14863. | #define UNREACHABLE __builtin_unreachable()
  14864. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  14865. | #define RUBY_FUNCTION_NAME_STRING __func__
  14866. | #define ENUM_OVER_INT 1
  14867. | #define HAVE_DECL_SYS_NERR 1
  14868. | #define HAVE_DECL_GETENV 1
  14869. | #define SIZEOF_SIZE_T 8
  14870. | #define SIZEOF_PTRDIFF_T 8
  14871. | #define PRI_SIZE_PREFIX "z"
  14872. | #define PRI_PTRDIFF_PREFIX "t"
  14873. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  14874. | #define HAVE_ST_BLKSIZE 1
  14875. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  14876. | #define HAVE_ST_BLOCKS 1
  14877. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  14878. | #define HAVE_ST_RDEV 1
  14879. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  14880. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  14881. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  14882. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  14883. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  14884. | /* end confdefs.h. */
  14885. | #include <stdio.h>
  14886. | #ifdef HAVE_SYS_TYPES_H
  14887. | # include <sys/types.h>
  14888. | #endif
  14889. | #ifdef HAVE_SYS_STAT_H
  14890. | # include <sys/stat.h>
  14891. | #endif
  14892. | #ifdef STDC_HEADERS
  14893. | # include <stdlib.h>
  14894. | # include <stddef.h>
  14895. | #else
  14896. | # ifdef HAVE_STDLIB_H
  14897. | # include <stdlib.h>
  14898. | # endif
  14899. | #endif
  14900. | #ifdef HAVE_STRING_H
  14901. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  14902. | # include <memory.h>
  14903. | # endif
  14904. | # include <string.h>
  14905. | #endif
  14906. | #ifdef HAVE_STRINGS_H
  14907. | # include <strings.h>
  14908. | #endif
  14909. | #ifdef HAVE_INTTYPES_H
  14910. | # include <inttypes.h>
  14911. | #endif
  14912. | #ifdef HAVE_STDINT_H
  14913. | # include <stdint.h>
  14914. | #endif
  14915. | #ifdef HAVE_UNISTD_H
  14916. | # include <unistd.h>
  14917. | #endif
  14918. | int
  14919. | main ()
  14920. | {
  14921. | static struct stat ac_aggr;
  14922. | if (ac_aggr.st_ctim)
  14923. | return 0;
  14924. | ;
  14925. | return 0;
  14926. | }
  14927. 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
  14928. conftest.c:201:20: error: no member named 'st_ctim' in 'struct stat'
  14929. if (sizeof ac_aggr.st_ctim)
  14930. ~~~~~~~ ^
  14931. 1 error generated.
  14932. configure:17815: $? = 1
  14933. configure: failed program was:
  14934. | /* confdefs.h */
  14935. | #define PACKAGE_NAME ""
  14936. | #define PACKAGE_TARNAME ""
  14937. | #define PACKAGE_VERSION ""
  14938. | #define PACKAGE_STRING ""
  14939. | #define PACKAGE_BUGREPORT ""
  14940. | #define PACKAGE_URL ""
  14941. | #define CANONICALIZATION_FOR_MATHN 1
  14942. | #define STDC_HEADERS 1
  14943. | #define HAVE_SYS_TYPES_H 1
  14944. | #define HAVE_SYS_STAT_H 1
  14945. | #define HAVE_STDLIB_H 1
  14946. | #define HAVE_STRING_H 1
  14947. | #define HAVE_MEMORY_H 1
  14948. | #define HAVE_STRINGS_H 1
  14949. | #define HAVE_INTTYPES_H 1
  14950. | #define HAVE_STDINT_H 1
  14951. | #define HAVE_UNISTD_H 1
  14952. | #define __EXTENSIONS__ 1
  14953. | #define _ALL_SOURCE 1
  14954. | #define _GNU_SOURCE 1
  14955. | #define _POSIX_PTHREAD_SEMANTICS 1
  14956. | #define _TANDEM_SOURCE 1
  14957. | #define HAVE_INFINITY 1
  14958. | #define HAVE_NAN 1
  14959. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  14960. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  14961. | #define BROKEN_CRYPT 1
  14962. | #define HAVE_CRT_EXTERNS_H 1
  14963. | #define HAVE_LIBDL 1
  14964. | #define HAVE_DIRENT_H 1
  14965. | #define HAVE__BOOL 1
  14966. | #define HAVE_STDBOOL_H 1
  14967. | #define HAVE_SYS_WAIT_H 1
  14968. | #define HAVE_GRP_H 1
  14969. | #define HAVE_FCNTL_H 1
  14970. | #define HAVE_FLOAT_H 1
  14971. | #define HAVE_LANGINFO_H 1
  14972. | #define HAVE_LIMITS_H 1
  14973. | #define HAVE_LOCALE_H 1
  14974. | #define HAVE_MALLOC_MALLOC_H 1
  14975. | #define HAVE_PWD_H 1
  14976. | #define HAVE_SYS_ATTR_H 1
  14977. | #define HAVE_SYS_FCNTL_H 1
  14978. | #define HAVE_SYS_FILE_H 1
  14979. | #define HAVE_SYS_IOCTL_H 1
  14980. | #define HAVE_SYS_PARAM_H 1
  14981. | #define HAVE_SYS_RESOURCE_H 1
  14982. | #define HAVE_SYS_SELECT_H 1
  14983. | #define HAVE_SYS_SOCKET_H 1
  14984. | #define HAVE_SYS_TIME_H 1
  14985. | #define HAVE_SYS_TIMES_H 1
  14986. | #define HAVE_SYS_UIO_H 1
  14987. | #define HAVE_TIME_H 1
  14988. | #define HAVE_UCONTEXT_H 1
  14989. | #define HAVE_UTIME_H 1
  14990. | #define HAVE_GMP_H 1
  14991. | #define HAVE_LIBGMP 1
  14992. | #define HAVE_TYPEOF 1
  14993. | #define HAVE_LONG_LONG 1
  14994. | #define HAVE_OFF_T 1
  14995. | #define SIZEOF_INT 4
  14996. | #define SIZEOF_SHORT 2
  14997. | #define SIZEOF_LONG 8
  14998. | #define SIZEOF_LONG_LONG 8
  14999. | #define SIZEOF___INT64 0
  15000. | #define SIZEOF___INT128 16
  15001. | #define SIZEOF_OFF_T 8
  15002. | #define SIZEOF_VOIDP 8
  15003. | #define SIZEOF_FLOAT 4
  15004. | #define SIZEOF_DOUBLE 8
  15005. | #define SIZEOF_TIME_T 8
  15006. | #define SIZEOF_CLOCK_T 8
  15007. | #define PACKED_STRUCT(x) x __attribute__((packed))
  15008. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  15009. | #define PRI_LL_PREFIX "ll"
  15010. | #define rb_pid_t pid_t
  15011. | #define SIGNEDNESS_OF_PID_T -1
  15012. | #define PIDT2NUM(v) INT2NUM(v)
  15013. | #define NUM2PIDT(v) NUM2INT(v)
  15014. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  15015. | #define rb_uid_t uid_t
  15016. | #define SIGNEDNESS_OF_UID_T +1
  15017. | #define UIDT2NUM(v) UINT2NUM(v)
  15018. | #define NUM2UIDT(v) NUM2UINT(v)
  15019. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  15020. | #define rb_gid_t gid_t
  15021. | #define SIGNEDNESS_OF_GID_T +1
  15022. | #define GIDT2NUM(v) UINT2NUM(v)
  15023. | #define NUM2GIDT(v) NUM2UINT(v)
  15024. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  15025. | #define rb_time_t time_t
  15026. | #define SIGNEDNESS_OF_TIME_T -1
  15027. | #define TIMET2NUM(v) LONG2NUM(v)
  15028. | #define NUM2TIMET(v) NUM2LONG(v)
  15029. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  15030. | #define rb_dev_t dev_t
  15031. | #define SIGNEDNESS_OF_DEV_T -1
  15032. | #define DEVT2NUM(v) INT2NUM(v)
  15033. | #define NUM2DEVT(v) NUM2INT(v)
  15034. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  15035. | #define rb_mode_t mode_t
  15036. | #define SIGNEDNESS_OF_MODE_T +1
  15037. | #define MODET2NUM(v) UINT2NUM(v)
  15038. | #define NUM2MODET(v) NUM2UINT(v)
  15039. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  15040. | #define rb_rlim_t rlim_t
  15041. | #define SIGNEDNESS_OF_RLIM_T +1
  15042. | #define RLIM2NUM(v) ULL2NUM(v)
  15043. | #define NUM2RLIM(v) NUM2ULL(v)
  15044. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  15045. | #define rb_off_t off_t
  15046. | #define SIGNEDNESS_OF_OFF_T -1
  15047. | #define OFFT2NUM(v) LL2NUM(v)
  15048. | #define NUM2OFFT(v) NUM2LL(v)
  15049. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  15050. | #define rb_clockid_t int
  15051. | #define SIGNEDNESS_OF_CLOCKID_T -1
  15052. | #define CLOCKID2NUM(v) INT2NUM(v)
  15053. | #define NUM2CLOCKID(v) NUM2INT(v)
  15054. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  15055. | #define HAVE_PROTOTYPES 1
  15056. | #define TOKEN_PASTE(x,y) x##y
  15057. | #define STRINGIZE(expr) STRINGIZE0(expr)
  15058. | #define HAVE_STDARG_PROTOTYPES 1
  15059. | #define HAVE_VA_ARGS_MACRO 1
  15060. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  15061. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  15062. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  15063. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  15064. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  15065. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  15066. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  15067. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  15068. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  15069. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  15070. | #define WEAK(x) __attribute__ ((__weak__)) x
  15071. | #define HAVE_FUNC_WEAK 1
  15072. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  15073. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  15074. | #define HAVE_GCC_SYNC_BUILTINS 1
  15075. | #define UNREACHABLE __builtin_unreachable()
  15076. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  15077. | #define RUBY_FUNCTION_NAME_STRING __func__
  15078. | #define ENUM_OVER_INT 1
  15079. | #define HAVE_DECL_SYS_NERR 1
  15080. | #define HAVE_DECL_GETENV 1
  15081. | #define SIZEOF_SIZE_T 8
  15082. | #define SIZEOF_PTRDIFF_T 8
  15083. | #define PRI_SIZE_PREFIX "z"
  15084. | #define PRI_PTRDIFF_PREFIX "t"
  15085. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  15086. | #define HAVE_ST_BLKSIZE 1
  15087. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  15088. | #define HAVE_ST_BLOCKS 1
  15089. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  15090. | #define HAVE_ST_RDEV 1
  15091. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  15092. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  15093. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  15094. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  15095. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  15096. | /* end confdefs.h. */
  15097. | #include <stdio.h>
  15098. | #ifdef HAVE_SYS_TYPES_H
  15099. | # include <sys/types.h>
  15100. | #endif
  15101. | #ifdef HAVE_SYS_STAT_H
  15102. | # include <sys/stat.h>
  15103. | #endif
  15104. | #ifdef STDC_HEADERS
  15105. | # include <stdlib.h>
  15106. | # include <stddef.h>
  15107. | #else
  15108. | # ifdef HAVE_STDLIB_H
  15109. | # include <stdlib.h>
  15110. | # endif
  15111. | #endif
  15112. | #ifdef HAVE_STRING_H
  15113. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  15114. | # include <memory.h>
  15115. | # endif
  15116. | # include <string.h>
  15117. | #endif
  15118. | #ifdef HAVE_STRINGS_H
  15119. | # include <strings.h>
  15120. | #endif
  15121. | #ifdef HAVE_INTTYPES_H
  15122. | # include <inttypes.h>
  15123. | #endif
  15124. | #ifdef HAVE_STDINT_H
  15125. | # include <stdint.h>
  15126. | #endif
  15127. | #ifdef HAVE_UNISTD_H
  15128. | # include <unistd.h>
  15129. | #endif
  15130. | int
  15131. | main ()
  15132. | {
  15133. | static struct stat ac_aggr;
  15134. | if (sizeof ac_aggr.st_ctim)
  15135. | return 0;
  15136. | ;
  15137. | return 0;
  15138. | }
  15139. configure:17815: result: no
  15140. configure:17825: checking for struct stat.st_ctimespec
  15141. 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
  15142. conftest.c:201:1: error: statement requires expression of scalar type ('struct timespec' invalid)
  15143. if (ac_aggr.st_ctimespec)
  15144. ^ ~~~~~~~~~~~~~~~~~~~~
  15145. 1 error generated.
  15146. configure:17825: $? = 1
  15147. configure: failed program was:
  15148. | /* confdefs.h */
  15149. | #define PACKAGE_NAME ""
  15150. | #define PACKAGE_TARNAME ""
  15151. | #define PACKAGE_VERSION ""
  15152. | #define PACKAGE_STRING ""
  15153. | #define PACKAGE_BUGREPORT ""
  15154. | #define PACKAGE_URL ""
  15155. | #define CANONICALIZATION_FOR_MATHN 1
  15156. | #define STDC_HEADERS 1
  15157. | #define HAVE_SYS_TYPES_H 1
  15158. | #define HAVE_SYS_STAT_H 1
  15159. | #define HAVE_STDLIB_H 1
  15160. | #define HAVE_STRING_H 1
  15161. | #define HAVE_MEMORY_H 1
  15162. | #define HAVE_STRINGS_H 1
  15163. | #define HAVE_INTTYPES_H 1
  15164. | #define HAVE_STDINT_H 1
  15165. | #define HAVE_UNISTD_H 1
  15166. | #define __EXTENSIONS__ 1
  15167. | #define _ALL_SOURCE 1
  15168. | #define _GNU_SOURCE 1
  15169. | #define _POSIX_PTHREAD_SEMANTICS 1
  15170. | #define _TANDEM_SOURCE 1
  15171. | #define HAVE_INFINITY 1
  15172. | #define HAVE_NAN 1
  15173. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  15174. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  15175. | #define BROKEN_CRYPT 1
  15176. | #define HAVE_CRT_EXTERNS_H 1
  15177. | #define HAVE_LIBDL 1
  15178. | #define HAVE_DIRENT_H 1
  15179. | #define HAVE__BOOL 1
  15180. | #define HAVE_STDBOOL_H 1
  15181. | #define HAVE_SYS_WAIT_H 1
  15182. | #define HAVE_GRP_H 1
  15183. | #define HAVE_FCNTL_H 1
  15184. | #define HAVE_FLOAT_H 1
  15185. | #define HAVE_LANGINFO_H 1
  15186. | #define HAVE_LIMITS_H 1
  15187. | #define HAVE_LOCALE_H 1
  15188. | #define HAVE_MALLOC_MALLOC_H 1
  15189. | #define HAVE_PWD_H 1
  15190. | #define HAVE_SYS_ATTR_H 1
  15191. | #define HAVE_SYS_FCNTL_H 1
  15192. | #define HAVE_SYS_FILE_H 1
  15193. | #define HAVE_SYS_IOCTL_H 1
  15194. | #define HAVE_SYS_PARAM_H 1
  15195. | #define HAVE_SYS_RESOURCE_H 1
  15196. | #define HAVE_SYS_SELECT_H 1
  15197. | #define HAVE_SYS_SOCKET_H 1
  15198. | #define HAVE_SYS_TIME_H 1
  15199. | #define HAVE_SYS_TIMES_H 1
  15200. | #define HAVE_SYS_UIO_H 1
  15201. | #define HAVE_TIME_H 1
  15202. | #define HAVE_UCONTEXT_H 1
  15203. | #define HAVE_UTIME_H 1
  15204. | #define HAVE_GMP_H 1
  15205. | #define HAVE_LIBGMP 1
  15206. | #define HAVE_TYPEOF 1
  15207. | #define HAVE_LONG_LONG 1
  15208. | #define HAVE_OFF_T 1
  15209. | #define SIZEOF_INT 4
  15210. | #define SIZEOF_SHORT 2
  15211. | #define SIZEOF_LONG 8
  15212. | #define SIZEOF_LONG_LONG 8
  15213. | #define SIZEOF___INT64 0
  15214. | #define SIZEOF___INT128 16
  15215. | #define SIZEOF_OFF_T 8
  15216. | #define SIZEOF_VOIDP 8
  15217. | #define SIZEOF_FLOAT 4
  15218. | #define SIZEOF_DOUBLE 8
  15219. | #define SIZEOF_TIME_T 8
  15220. | #define SIZEOF_CLOCK_T 8
  15221. | #define PACKED_STRUCT(x) x __attribute__((packed))
  15222. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  15223. | #define PRI_LL_PREFIX "ll"
  15224. | #define rb_pid_t pid_t
  15225. | #define SIGNEDNESS_OF_PID_T -1
  15226. | #define PIDT2NUM(v) INT2NUM(v)
  15227. | #define NUM2PIDT(v) NUM2INT(v)
  15228. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  15229. | #define rb_uid_t uid_t
  15230. | #define SIGNEDNESS_OF_UID_T +1
  15231. | #define UIDT2NUM(v) UINT2NUM(v)
  15232. | #define NUM2UIDT(v) NUM2UINT(v)
  15233. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  15234. | #define rb_gid_t gid_t
  15235. | #define SIGNEDNESS_OF_GID_T +1
  15236. | #define GIDT2NUM(v) UINT2NUM(v)
  15237. | #define NUM2GIDT(v) NUM2UINT(v)
  15238. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  15239. | #define rb_time_t time_t
  15240. | #define SIGNEDNESS_OF_TIME_T -1
  15241. | #define TIMET2NUM(v) LONG2NUM(v)
  15242. | #define NUM2TIMET(v) NUM2LONG(v)
  15243. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  15244. | #define rb_dev_t dev_t
  15245. | #define SIGNEDNESS_OF_DEV_T -1
  15246. | #define DEVT2NUM(v) INT2NUM(v)
  15247. | #define NUM2DEVT(v) NUM2INT(v)
  15248. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  15249. | #define rb_mode_t mode_t
  15250. | #define SIGNEDNESS_OF_MODE_T +1
  15251. | #define MODET2NUM(v) UINT2NUM(v)
  15252. | #define NUM2MODET(v) NUM2UINT(v)
  15253. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  15254. | #define rb_rlim_t rlim_t
  15255. | #define SIGNEDNESS_OF_RLIM_T +1
  15256. | #define RLIM2NUM(v) ULL2NUM(v)
  15257. | #define NUM2RLIM(v) NUM2ULL(v)
  15258. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  15259. | #define rb_off_t off_t
  15260. | #define SIGNEDNESS_OF_OFF_T -1
  15261. | #define OFFT2NUM(v) LL2NUM(v)
  15262. | #define NUM2OFFT(v) NUM2LL(v)
  15263. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  15264. | #define rb_clockid_t int
  15265. | #define SIGNEDNESS_OF_CLOCKID_T -1
  15266. | #define CLOCKID2NUM(v) INT2NUM(v)
  15267. | #define NUM2CLOCKID(v) NUM2INT(v)
  15268. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  15269. | #define HAVE_PROTOTYPES 1
  15270. | #define TOKEN_PASTE(x,y) x##y
  15271. | #define STRINGIZE(expr) STRINGIZE0(expr)
  15272. | #define HAVE_STDARG_PROTOTYPES 1
  15273. | #define HAVE_VA_ARGS_MACRO 1
  15274. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  15275. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  15276. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  15277. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  15278. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  15279. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  15280. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  15281. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  15282. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  15283. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  15284. | #define WEAK(x) __attribute__ ((__weak__)) x
  15285. | #define HAVE_FUNC_WEAK 1
  15286. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  15287. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  15288. | #define HAVE_GCC_SYNC_BUILTINS 1
  15289. | #define UNREACHABLE __builtin_unreachable()
  15290. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  15291. | #define RUBY_FUNCTION_NAME_STRING __func__
  15292. | #define ENUM_OVER_INT 1
  15293. | #define HAVE_DECL_SYS_NERR 1
  15294. | #define HAVE_DECL_GETENV 1
  15295. | #define SIZEOF_SIZE_T 8
  15296. | #define SIZEOF_PTRDIFF_T 8
  15297. | #define PRI_SIZE_PREFIX "z"
  15298. | #define PRI_PTRDIFF_PREFIX "t"
  15299. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  15300. | #define HAVE_ST_BLKSIZE 1
  15301. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  15302. | #define HAVE_ST_BLOCKS 1
  15303. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  15304. | #define HAVE_ST_RDEV 1
  15305. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  15306. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  15307. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  15308. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  15309. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  15310. | /* end confdefs.h. */
  15311. | #include <stdio.h>
  15312. | #ifdef HAVE_SYS_TYPES_H
  15313. | # include <sys/types.h>
  15314. | #endif
  15315. | #ifdef HAVE_SYS_STAT_H
  15316. | # include <sys/stat.h>
  15317. | #endif
  15318. | #ifdef STDC_HEADERS
  15319. | # include <stdlib.h>
  15320. | # include <stddef.h>
  15321. | #else
  15322. | # ifdef HAVE_STDLIB_H
  15323. | # include <stdlib.h>
  15324. | # endif
  15325. | #endif
  15326. | #ifdef HAVE_STRING_H
  15327. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  15328. | # include <memory.h>
  15329. | # endif
  15330. | # include <string.h>
  15331. | #endif
  15332. | #ifdef HAVE_STRINGS_H
  15333. | # include <strings.h>
  15334. | #endif
  15335. | #ifdef HAVE_INTTYPES_H
  15336. | # include <inttypes.h>
  15337. | #endif
  15338. | #ifdef HAVE_STDINT_H
  15339. | # include <stdint.h>
  15340. | #endif
  15341. | #ifdef HAVE_UNISTD_H
  15342. | # include <unistd.h>
  15343. | #endif
  15344. | int
  15345. | main ()
  15346. | {
  15347. | static struct stat ac_aggr;
  15348. | if (ac_aggr.st_ctimespec)
  15349. | return 0;
  15350. | ;
  15351. | return 0;
  15352. | }
  15353. 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
  15354. configure:17825: $? = 0
  15355. configure:17825: result: yes
  15356. configure:17835: checking for struct stat.st_ctimensec
  15357. 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
  15358. conftest.c:202:13: error: no member named 'st_ctimensec' in 'struct stat'; did you mean 'st_ctimespec'?
  15359. if (ac_aggr.st_ctimensec)
  15360. ^~~~~~~~~~~~
  15361. st_ctimespec
  15362. /usr/include/sys/stat.h:182:13: note: 'st_ctimespec' declared here
  15363. struct stat __DARWIN_STRUCT_STAT64;
  15364. ^
  15365. /usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64'
  15366. __DARWIN_STRUCT_STAT64_TIMES \
  15367. ^
  15368. /usr/include/sys/stat.h:131:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES'
  15369. struct timespec st_ctimespec; /* time of last status change */ \
  15370. ^
  15371. conftest.c:202:1: error: statement requires expression of scalar type ('struct timespec' invalid)
  15372. if (ac_aggr.st_ctimensec)
  15373. ^ ~~~~~~~~~~~~~~~~~~~~
  15374. 2 errors generated.
  15375. configure:17835: $? = 1
  15376. configure: failed program was:
  15377. | /* confdefs.h */
  15378. | #define PACKAGE_NAME ""
  15379. | #define PACKAGE_TARNAME ""
  15380. | #define PACKAGE_VERSION ""
  15381. | #define PACKAGE_STRING ""
  15382. | #define PACKAGE_BUGREPORT ""
  15383. | #define PACKAGE_URL ""
  15384. | #define CANONICALIZATION_FOR_MATHN 1
  15385. | #define STDC_HEADERS 1
  15386. | #define HAVE_SYS_TYPES_H 1
  15387. | #define HAVE_SYS_STAT_H 1
  15388. | #define HAVE_STDLIB_H 1
  15389. | #define HAVE_STRING_H 1
  15390. | #define HAVE_MEMORY_H 1
  15391. | #define HAVE_STRINGS_H 1
  15392. | #define HAVE_INTTYPES_H 1
  15393. | #define HAVE_STDINT_H 1
  15394. | #define HAVE_UNISTD_H 1
  15395. | #define __EXTENSIONS__ 1
  15396. | #define _ALL_SOURCE 1
  15397. | #define _GNU_SOURCE 1
  15398. | #define _POSIX_PTHREAD_SEMANTICS 1
  15399. | #define _TANDEM_SOURCE 1
  15400. | #define HAVE_INFINITY 1
  15401. | #define HAVE_NAN 1
  15402. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  15403. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  15404. | #define BROKEN_CRYPT 1
  15405. | #define HAVE_CRT_EXTERNS_H 1
  15406. | #define HAVE_LIBDL 1
  15407. | #define HAVE_DIRENT_H 1
  15408. | #define HAVE__BOOL 1
  15409. | #define HAVE_STDBOOL_H 1
  15410. | #define HAVE_SYS_WAIT_H 1
  15411. | #define HAVE_GRP_H 1
  15412. | #define HAVE_FCNTL_H 1
  15413. | #define HAVE_FLOAT_H 1
  15414. | #define HAVE_LANGINFO_H 1
  15415. | #define HAVE_LIMITS_H 1
  15416. | #define HAVE_LOCALE_H 1
  15417. | #define HAVE_MALLOC_MALLOC_H 1
  15418. | #define HAVE_PWD_H 1
  15419. | #define HAVE_SYS_ATTR_H 1
  15420. | #define HAVE_SYS_FCNTL_H 1
  15421. | #define HAVE_SYS_FILE_H 1
  15422. | #define HAVE_SYS_IOCTL_H 1
  15423. | #define HAVE_SYS_PARAM_H 1
  15424. | #define HAVE_SYS_RESOURCE_H 1
  15425. | #define HAVE_SYS_SELECT_H 1
  15426. | #define HAVE_SYS_SOCKET_H 1
  15427. | #define HAVE_SYS_TIME_H 1
  15428. | #define HAVE_SYS_TIMES_H 1
  15429. | #define HAVE_SYS_UIO_H 1
  15430. | #define HAVE_TIME_H 1
  15431. | #define HAVE_UCONTEXT_H 1
  15432. | #define HAVE_UTIME_H 1
  15433. | #define HAVE_GMP_H 1
  15434. | #define HAVE_LIBGMP 1
  15435. | #define HAVE_TYPEOF 1
  15436. | #define HAVE_LONG_LONG 1
  15437. | #define HAVE_OFF_T 1
  15438. | #define SIZEOF_INT 4
  15439. | #define SIZEOF_SHORT 2
  15440. | #define SIZEOF_LONG 8
  15441. | #define SIZEOF_LONG_LONG 8
  15442. | #define SIZEOF___INT64 0
  15443. | #define SIZEOF___INT128 16
  15444. | #define SIZEOF_OFF_T 8
  15445. | #define SIZEOF_VOIDP 8
  15446. | #define SIZEOF_FLOAT 4
  15447. | #define SIZEOF_DOUBLE 8
  15448. | #define SIZEOF_TIME_T 8
  15449. | #define SIZEOF_CLOCK_T 8
  15450. | #define PACKED_STRUCT(x) x __attribute__((packed))
  15451. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  15452. | #define PRI_LL_PREFIX "ll"
  15453. | #define rb_pid_t pid_t
  15454. | #define SIGNEDNESS_OF_PID_T -1
  15455. | #define PIDT2NUM(v) INT2NUM(v)
  15456. | #define NUM2PIDT(v) NUM2INT(v)
  15457. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  15458. | #define rb_uid_t uid_t
  15459. | #define SIGNEDNESS_OF_UID_T +1
  15460. | #define UIDT2NUM(v) UINT2NUM(v)
  15461. | #define NUM2UIDT(v) NUM2UINT(v)
  15462. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  15463. | #define rb_gid_t gid_t
  15464. | #define SIGNEDNESS_OF_GID_T +1
  15465. | #define GIDT2NUM(v) UINT2NUM(v)
  15466. | #define NUM2GIDT(v) NUM2UINT(v)
  15467. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  15468. | #define rb_time_t time_t
  15469. | #define SIGNEDNESS_OF_TIME_T -1
  15470. | #define TIMET2NUM(v) LONG2NUM(v)
  15471. | #define NUM2TIMET(v) NUM2LONG(v)
  15472. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  15473. | #define rb_dev_t dev_t
  15474. | #define SIGNEDNESS_OF_DEV_T -1
  15475. | #define DEVT2NUM(v) INT2NUM(v)
  15476. | #define NUM2DEVT(v) NUM2INT(v)
  15477. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  15478. | #define rb_mode_t mode_t
  15479. | #define SIGNEDNESS_OF_MODE_T +1
  15480. | #define MODET2NUM(v) UINT2NUM(v)
  15481. | #define NUM2MODET(v) NUM2UINT(v)
  15482. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  15483. | #define rb_rlim_t rlim_t
  15484. | #define SIGNEDNESS_OF_RLIM_T +1
  15485. | #define RLIM2NUM(v) ULL2NUM(v)
  15486. | #define NUM2RLIM(v) NUM2ULL(v)
  15487. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  15488. | #define rb_off_t off_t
  15489. | #define SIGNEDNESS_OF_OFF_T -1
  15490. | #define OFFT2NUM(v) LL2NUM(v)
  15491. | #define NUM2OFFT(v) NUM2LL(v)
  15492. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  15493. | #define rb_clockid_t int
  15494. | #define SIGNEDNESS_OF_CLOCKID_T -1
  15495. | #define CLOCKID2NUM(v) INT2NUM(v)
  15496. | #define NUM2CLOCKID(v) NUM2INT(v)
  15497. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  15498. | #define HAVE_PROTOTYPES 1
  15499. | #define TOKEN_PASTE(x,y) x##y
  15500. | #define STRINGIZE(expr) STRINGIZE0(expr)
  15501. | #define HAVE_STDARG_PROTOTYPES 1
  15502. | #define HAVE_VA_ARGS_MACRO 1
  15503. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  15504. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  15505. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  15506. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  15507. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  15508. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  15509. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  15510. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  15511. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  15512. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  15513. | #define WEAK(x) __attribute__ ((__weak__)) x
  15514. | #define HAVE_FUNC_WEAK 1
  15515. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  15516. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  15517. | #define HAVE_GCC_SYNC_BUILTINS 1
  15518. | #define UNREACHABLE __builtin_unreachable()
  15519. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  15520. | #define RUBY_FUNCTION_NAME_STRING __func__
  15521. | #define ENUM_OVER_INT 1
  15522. | #define HAVE_DECL_SYS_NERR 1
  15523. | #define HAVE_DECL_GETENV 1
  15524. | #define SIZEOF_SIZE_T 8
  15525. | #define SIZEOF_PTRDIFF_T 8
  15526. | #define PRI_SIZE_PREFIX "z"
  15527. | #define PRI_PTRDIFF_PREFIX "t"
  15528. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  15529. | #define HAVE_ST_BLKSIZE 1
  15530. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  15531. | #define HAVE_ST_BLOCKS 1
  15532. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  15533. | #define HAVE_ST_RDEV 1
  15534. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  15535. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  15536. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  15537. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  15538. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  15539. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  15540. | /* end confdefs.h. */
  15541. | #include <stdio.h>
  15542. | #ifdef HAVE_SYS_TYPES_H
  15543. | # include <sys/types.h>
  15544. | #endif
  15545. | #ifdef HAVE_SYS_STAT_H
  15546. | # include <sys/stat.h>
  15547. | #endif
  15548. | #ifdef STDC_HEADERS
  15549. | # include <stdlib.h>
  15550. | # include <stddef.h>
  15551. | #else
  15552. | # ifdef HAVE_STDLIB_H
  15553. | # include <stdlib.h>
  15554. | # endif
  15555. | #endif
  15556. | #ifdef HAVE_STRING_H
  15557. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  15558. | # include <memory.h>
  15559. | # endif
  15560. | # include <string.h>
  15561. | #endif
  15562. | #ifdef HAVE_STRINGS_H
  15563. | # include <strings.h>
  15564. | #endif
  15565. | #ifdef HAVE_INTTYPES_H
  15566. | # include <inttypes.h>
  15567. | #endif
  15568. | #ifdef HAVE_STDINT_H
  15569. | # include <stdint.h>
  15570. | #endif
  15571. | #ifdef HAVE_UNISTD_H
  15572. | # include <unistd.h>
  15573. | #endif
  15574. | int
  15575. | main ()
  15576. | {
  15577. | static struct stat ac_aggr;
  15578. | if (ac_aggr.st_ctimensec)
  15579. | return 0;
  15580. | ;
  15581. | return 0;
  15582. | }
  15583. 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
  15584. conftest.c:202:20: error: no member named 'st_ctimensec' in 'struct stat'; did you mean 'st_ctimespec'?
  15585. if (sizeof ac_aggr.st_ctimensec)
  15586. ^~~~~~~~~~~~
  15587. st_ctimespec
  15588. /usr/include/sys/stat.h:182:13: note: 'st_ctimespec' declared here
  15589. struct stat __DARWIN_STRUCT_STAT64;
  15590. ^
  15591. /usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64'
  15592. __DARWIN_STRUCT_STAT64_TIMES \
  15593. ^
  15594. /usr/include/sys/stat.h:131:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES'
  15595. struct timespec st_ctimespec; /* time of last status change */ \
  15596. ^
  15597. 1 error generated.
  15598. configure:17835: $? = 1
  15599. configure: failed program was:
  15600. | /* confdefs.h */
  15601. | #define PACKAGE_NAME ""
  15602. | #define PACKAGE_TARNAME ""
  15603. | #define PACKAGE_VERSION ""
  15604. | #define PACKAGE_STRING ""
  15605. | #define PACKAGE_BUGREPORT ""
  15606. | #define PACKAGE_URL ""
  15607. | #define CANONICALIZATION_FOR_MATHN 1
  15608. | #define STDC_HEADERS 1
  15609. | #define HAVE_SYS_TYPES_H 1
  15610. | #define HAVE_SYS_STAT_H 1
  15611. | #define HAVE_STDLIB_H 1
  15612. | #define HAVE_STRING_H 1
  15613. | #define HAVE_MEMORY_H 1
  15614. | #define HAVE_STRINGS_H 1
  15615. | #define HAVE_INTTYPES_H 1
  15616. | #define HAVE_STDINT_H 1
  15617. | #define HAVE_UNISTD_H 1
  15618. | #define __EXTENSIONS__ 1
  15619. | #define _ALL_SOURCE 1
  15620. | #define _GNU_SOURCE 1
  15621. | #define _POSIX_PTHREAD_SEMANTICS 1
  15622. | #define _TANDEM_SOURCE 1
  15623. | #define HAVE_INFINITY 1
  15624. | #define HAVE_NAN 1
  15625. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  15626. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  15627. | #define BROKEN_CRYPT 1
  15628. | #define HAVE_CRT_EXTERNS_H 1
  15629. | #define HAVE_LIBDL 1
  15630. | #define HAVE_DIRENT_H 1
  15631. | #define HAVE__BOOL 1
  15632. | #define HAVE_STDBOOL_H 1
  15633. | #define HAVE_SYS_WAIT_H 1
  15634. | #define HAVE_GRP_H 1
  15635. | #define HAVE_FCNTL_H 1
  15636. | #define HAVE_FLOAT_H 1
  15637. | #define HAVE_LANGINFO_H 1
  15638. | #define HAVE_LIMITS_H 1
  15639. | #define HAVE_LOCALE_H 1
  15640. | #define HAVE_MALLOC_MALLOC_H 1
  15641. | #define HAVE_PWD_H 1
  15642. | #define HAVE_SYS_ATTR_H 1
  15643. | #define HAVE_SYS_FCNTL_H 1
  15644. | #define HAVE_SYS_FILE_H 1
  15645. | #define HAVE_SYS_IOCTL_H 1
  15646. | #define HAVE_SYS_PARAM_H 1
  15647. | #define HAVE_SYS_RESOURCE_H 1
  15648. | #define HAVE_SYS_SELECT_H 1
  15649. | #define HAVE_SYS_SOCKET_H 1
  15650. | #define HAVE_SYS_TIME_H 1
  15651. | #define HAVE_SYS_TIMES_H 1
  15652. | #define HAVE_SYS_UIO_H 1
  15653. | #define HAVE_TIME_H 1
  15654. | #define HAVE_UCONTEXT_H 1
  15655. | #define HAVE_UTIME_H 1
  15656. | #define HAVE_GMP_H 1
  15657. | #define HAVE_LIBGMP 1
  15658. | #define HAVE_TYPEOF 1
  15659. | #define HAVE_LONG_LONG 1
  15660. | #define HAVE_OFF_T 1
  15661. | #define SIZEOF_INT 4
  15662. | #define SIZEOF_SHORT 2
  15663. | #define SIZEOF_LONG 8
  15664. | #define SIZEOF_LONG_LONG 8
  15665. | #define SIZEOF___INT64 0
  15666. | #define SIZEOF___INT128 16
  15667. | #define SIZEOF_OFF_T 8
  15668. | #define SIZEOF_VOIDP 8
  15669. | #define SIZEOF_FLOAT 4
  15670. | #define SIZEOF_DOUBLE 8
  15671. | #define SIZEOF_TIME_T 8
  15672. | #define SIZEOF_CLOCK_T 8
  15673. | #define PACKED_STRUCT(x) x __attribute__((packed))
  15674. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  15675. | #define PRI_LL_PREFIX "ll"
  15676. | #define rb_pid_t pid_t
  15677. | #define SIGNEDNESS_OF_PID_T -1
  15678. | #define PIDT2NUM(v) INT2NUM(v)
  15679. | #define NUM2PIDT(v) NUM2INT(v)
  15680. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  15681. | #define rb_uid_t uid_t
  15682. | #define SIGNEDNESS_OF_UID_T +1
  15683. | #define UIDT2NUM(v) UINT2NUM(v)
  15684. | #define NUM2UIDT(v) NUM2UINT(v)
  15685. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  15686. | #define rb_gid_t gid_t
  15687. | #define SIGNEDNESS_OF_GID_T +1
  15688. | #define GIDT2NUM(v) UINT2NUM(v)
  15689. | #define NUM2GIDT(v) NUM2UINT(v)
  15690. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  15691. | #define rb_time_t time_t
  15692. | #define SIGNEDNESS_OF_TIME_T -1
  15693. | #define TIMET2NUM(v) LONG2NUM(v)
  15694. | #define NUM2TIMET(v) NUM2LONG(v)
  15695. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  15696. | #define rb_dev_t dev_t
  15697. | #define SIGNEDNESS_OF_DEV_T -1
  15698. | #define DEVT2NUM(v) INT2NUM(v)
  15699. | #define NUM2DEVT(v) NUM2INT(v)
  15700. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  15701. | #define rb_mode_t mode_t
  15702. | #define SIGNEDNESS_OF_MODE_T +1
  15703. | #define MODET2NUM(v) UINT2NUM(v)
  15704. | #define NUM2MODET(v) NUM2UINT(v)
  15705. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  15706. | #define rb_rlim_t rlim_t
  15707. | #define SIGNEDNESS_OF_RLIM_T +1
  15708. | #define RLIM2NUM(v) ULL2NUM(v)
  15709. | #define NUM2RLIM(v) NUM2ULL(v)
  15710. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  15711. | #define rb_off_t off_t
  15712. | #define SIGNEDNESS_OF_OFF_T -1
  15713. | #define OFFT2NUM(v) LL2NUM(v)
  15714. | #define NUM2OFFT(v) NUM2LL(v)
  15715. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  15716. | #define rb_clockid_t int
  15717. | #define SIGNEDNESS_OF_CLOCKID_T -1
  15718. | #define CLOCKID2NUM(v) INT2NUM(v)
  15719. | #define NUM2CLOCKID(v) NUM2INT(v)
  15720. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  15721. | #define HAVE_PROTOTYPES 1
  15722. | #define TOKEN_PASTE(x,y) x##y
  15723. | #define STRINGIZE(expr) STRINGIZE0(expr)
  15724. | #define HAVE_STDARG_PROTOTYPES 1
  15725. | #define HAVE_VA_ARGS_MACRO 1
  15726. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  15727. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  15728. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  15729. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  15730. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  15731. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  15732. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  15733. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  15734. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  15735. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  15736. | #define WEAK(x) __attribute__ ((__weak__)) x
  15737. | #define HAVE_FUNC_WEAK 1
  15738. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  15739. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  15740. | #define HAVE_GCC_SYNC_BUILTINS 1
  15741. | #define UNREACHABLE __builtin_unreachable()
  15742. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  15743. | #define RUBY_FUNCTION_NAME_STRING __func__
  15744. | #define ENUM_OVER_INT 1
  15745. | #define HAVE_DECL_SYS_NERR 1
  15746. | #define HAVE_DECL_GETENV 1
  15747. | #define SIZEOF_SIZE_T 8
  15748. | #define SIZEOF_PTRDIFF_T 8
  15749. | #define PRI_SIZE_PREFIX "z"
  15750. | #define PRI_PTRDIFF_PREFIX "t"
  15751. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  15752. | #define HAVE_ST_BLKSIZE 1
  15753. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  15754. | #define HAVE_ST_BLOCKS 1
  15755. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  15756. | #define HAVE_ST_RDEV 1
  15757. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  15758. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  15759. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  15760. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  15761. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  15762. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  15763. | /* end confdefs.h. */
  15764. | #include <stdio.h>
  15765. | #ifdef HAVE_SYS_TYPES_H
  15766. | # include <sys/types.h>
  15767. | #endif
  15768. | #ifdef HAVE_SYS_STAT_H
  15769. | # include <sys/stat.h>
  15770. | #endif
  15771. | #ifdef STDC_HEADERS
  15772. | # include <stdlib.h>
  15773. | # include <stddef.h>
  15774. | #else
  15775. | # ifdef HAVE_STDLIB_H
  15776. | # include <stdlib.h>
  15777. | # endif
  15778. | #endif
  15779. | #ifdef HAVE_STRING_H
  15780. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  15781. | # include <memory.h>
  15782. | # endif
  15783. | # include <string.h>
  15784. | #endif
  15785. | #ifdef HAVE_STRINGS_H
  15786. | # include <strings.h>
  15787. | #endif
  15788. | #ifdef HAVE_INTTYPES_H
  15789. | # include <inttypes.h>
  15790. | #endif
  15791. | #ifdef HAVE_STDINT_H
  15792. | # include <stdint.h>
  15793. | #endif
  15794. | #ifdef HAVE_UNISTD_H
  15795. | # include <unistd.h>
  15796. | #endif
  15797. | int
  15798. | main ()
  15799. | {
  15800. | static struct stat ac_aggr;
  15801. | if (sizeof ac_aggr.st_ctimensec)
  15802. | return 0;
  15803. | ;
  15804. | return 0;
  15805. | }
  15806. configure:17835: result: no
  15807. configure:17845: checking for struct stat.st_birthtimespec
  15808. 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
  15809. conftest.c:202:1: error: statement requires expression of scalar type ('struct timespec' invalid)
  15810. if (ac_aggr.st_birthtimespec)
  15811. ^ ~~~~~~~~~~~~~~~~~~~~~~~~
  15812. 1 error generated.
  15813. configure:17845: $? = 1
  15814. configure: failed program was:
  15815. | /* confdefs.h */
  15816. | #define PACKAGE_NAME ""
  15817. | #define PACKAGE_TARNAME ""
  15818. | #define PACKAGE_VERSION ""
  15819. | #define PACKAGE_STRING ""
  15820. | #define PACKAGE_BUGREPORT ""
  15821. | #define PACKAGE_URL ""
  15822. | #define CANONICALIZATION_FOR_MATHN 1
  15823. | #define STDC_HEADERS 1
  15824. | #define HAVE_SYS_TYPES_H 1
  15825. | #define HAVE_SYS_STAT_H 1
  15826. | #define HAVE_STDLIB_H 1
  15827. | #define HAVE_STRING_H 1
  15828. | #define HAVE_MEMORY_H 1
  15829. | #define HAVE_STRINGS_H 1
  15830. | #define HAVE_INTTYPES_H 1
  15831. | #define HAVE_STDINT_H 1
  15832. | #define HAVE_UNISTD_H 1
  15833. | #define __EXTENSIONS__ 1
  15834. | #define _ALL_SOURCE 1
  15835. | #define _GNU_SOURCE 1
  15836. | #define _POSIX_PTHREAD_SEMANTICS 1
  15837. | #define _TANDEM_SOURCE 1
  15838. | #define HAVE_INFINITY 1
  15839. | #define HAVE_NAN 1
  15840. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  15841. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  15842. | #define BROKEN_CRYPT 1
  15843. | #define HAVE_CRT_EXTERNS_H 1
  15844. | #define HAVE_LIBDL 1
  15845. | #define HAVE_DIRENT_H 1
  15846. | #define HAVE__BOOL 1
  15847. | #define HAVE_STDBOOL_H 1
  15848. | #define HAVE_SYS_WAIT_H 1
  15849. | #define HAVE_GRP_H 1
  15850. | #define HAVE_FCNTL_H 1
  15851. | #define HAVE_FLOAT_H 1
  15852. | #define HAVE_LANGINFO_H 1
  15853. | #define HAVE_LIMITS_H 1
  15854. | #define HAVE_LOCALE_H 1
  15855. | #define HAVE_MALLOC_MALLOC_H 1
  15856. | #define HAVE_PWD_H 1
  15857. | #define HAVE_SYS_ATTR_H 1
  15858. | #define HAVE_SYS_FCNTL_H 1
  15859. | #define HAVE_SYS_FILE_H 1
  15860. | #define HAVE_SYS_IOCTL_H 1
  15861. | #define HAVE_SYS_PARAM_H 1
  15862. | #define HAVE_SYS_RESOURCE_H 1
  15863. | #define HAVE_SYS_SELECT_H 1
  15864. | #define HAVE_SYS_SOCKET_H 1
  15865. | #define HAVE_SYS_TIME_H 1
  15866. | #define HAVE_SYS_TIMES_H 1
  15867. | #define HAVE_SYS_UIO_H 1
  15868. | #define HAVE_TIME_H 1
  15869. | #define HAVE_UCONTEXT_H 1
  15870. | #define HAVE_UTIME_H 1
  15871. | #define HAVE_GMP_H 1
  15872. | #define HAVE_LIBGMP 1
  15873. | #define HAVE_TYPEOF 1
  15874. | #define HAVE_LONG_LONG 1
  15875. | #define HAVE_OFF_T 1
  15876. | #define SIZEOF_INT 4
  15877. | #define SIZEOF_SHORT 2
  15878. | #define SIZEOF_LONG 8
  15879. | #define SIZEOF_LONG_LONG 8
  15880. | #define SIZEOF___INT64 0
  15881. | #define SIZEOF___INT128 16
  15882. | #define SIZEOF_OFF_T 8
  15883. | #define SIZEOF_VOIDP 8
  15884. | #define SIZEOF_FLOAT 4
  15885. | #define SIZEOF_DOUBLE 8
  15886. | #define SIZEOF_TIME_T 8
  15887. | #define SIZEOF_CLOCK_T 8
  15888. | #define PACKED_STRUCT(x) x __attribute__((packed))
  15889. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  15890. | #define PRI_LL_PREFIX "ll"
  15891. | #define rb_pid_t pid_t
  15892. | #define SIGNEDNESS_OF_PID_T -1
  15893. | #define PIDT2NUM(v) INT2NUM(v)
  15894. | #define NUM2PIDT(v) NUM2INT(v)
  15895. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  15896. | #define rb_uid_t uid_t
  15897. | #define SIGNEDNESS_OF_UID_T +1
  15898. | #define UIDT2NUM(v) UINT2NUM(v)
  15899. | #define NUM2UIDT(v) NUM2UINT(v)
  15900. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  15901. | #define rb_gid_t gid_t
  15902. | #define SIGNEDNESS_OF_GID_T +1
  15903. | #define GIDT2NUM(v) UINT2NUM(v)
  15904. | #define NUM2GIDT(v) NUM2UINT(v)
  15905. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  15906. | #define rb_time_t time_t
  15907. | #define SIGNEDNESS_OF_TIME_T -1
  15908. | #define TIMET2NUM(v) LONG2NUM(v)
  15909. | #define NUM2TIMET(v) NUM2LONG(v)
  15910. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  15911. | #define rb_dev_t dev_t
  15912. | #define SIGNEDNESS_OF_DEV_T -1
  15913. | #define DEVT2NUM(v) INT2NUM(v)
  15914. | #define NUM2DEVT(v) NUM2INT(v)
  15915. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  15916. | #define rb_mode_t mode_t
  15917. | #define SIGNEDNESS_OF_MODE_T +1
  15918. | #define MODET2NUM(v) UINT2NUM(v)
  15919. | #define NUM2MODET(v) NUM2UINT(v)
  15920. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  15921. | #define rb_rlim_t rlim_t
  15922. | #define SIGNEDNESS_OF_RLIM_T +1
  15923. | #define RLIM2NUM(v) ULL2NUM(v)
  15924. | #define NUM2RLIM(v) NUM2ULL(v)
  15925. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  15926. | #define rb_off_t off_t
  15927. | #define SIGNEDNESS_OF_OFF_T -1
  15928. | #define OFFT2NUM(v) LL2NUM(v)
  15929. | #define NUM2OFFT(v) NUM2LL(v)
  15930. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  15931. | #define rb_clockid_t int
  15932. | #define SIGNEDNESS_OF_CLOCKID_T -1
  15933. | #define CLOCKID2NUM(v) INT2NUM(v)
  15934. | #define NUM2CLOCKID(v) NUM2INT(v)
  15935. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  15936. | #define HAVE_PROTOTYPES 1
  15937. | #define TOKEN_PASTE(x,y) x##y
  15938. | #define STRINGIZE(expr) STRINGIZE0(expr)
  15939. | #define HAVE_STDARG_PROTOTYPES 1
  15940. | #define HAVE_VA_ARGS_MACRO 1
  15941. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  15942. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  15943. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  15944. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  15945. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  15946. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  15947. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  15948. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  15949. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  15950. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  15951. | #define WEAK(x) __attribute__ ((__weak__)) x
  15952. | #define HAVE_FUNC_WEAK 1
  15953. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  15954. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  15955. | #define HAVE_GCC_SYNC_BUILTINS 1
  15956. | #define UNREACHABLE __builtin_unreachable()
  15957. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  15958. | #define RUBY_FUNCTION_NAME_STRING __func__
  15959. | #define ENUM_OVER_INT 1
  15960. | #define HAVE_DECL_SYS_NERR 1
  15961. | #define HAVE_DECL_GETENV 1
  15962. | #define SIZEOF_SIZE_T 8
  15963. | #define SIZEOF_PTRDIFF_T 8
  15964. | #define PRI_SIZE_PREFIX "z"
  15965. | #define PRI_PTRDIFF_PREFIX "t"
  15966. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  15967. | #define HAVE_ST_BLKSIZE 1
  15968. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  15969. | #define HAVE_ST_BLOCKS 1
  15970. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  15971. | #define HAVE_ST_RDEV 1
  15972. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  15973. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  15974. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  15975. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  15976. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  15977. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  15978. | /* end confdefs.h. */
  15979. | #include <stdio.h>
  15980. | #ifdef HAVE_SYS_TYPES_H
  15981. | # include <sys/types.h>
  15982. | #endif
  15983. | #ifdef HAVE_SYS_STAT_H
  15984. | # include <sys/stat.h>
  15985. | #endif
  15986. | #ifdef STDC_HEADERS
  15987. | # include <stdlib.h>
  15988. | # include <stddef.h>
  15989. | #else
  15990. | # ifdef HAVE_STDLIB_H
  15991. | # include <stdlib.h>
  15992. | # endif
  15993. | #endif
  15994. | #ifdef HAVE_STRING_H
  15995. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  15996. | # include <memory.h>
  15997. | # endif
  15998. | # include <string.h>
  15999. | #endif
  16000. | #ifdef HAVE_STRINGS_H
  16001. | # include <strings.h>
  16002. | #endif
  16003. | #ifdef HAVE_INTTYPES_H
  16004. | # include <inttypes.h>
  16005. | #endif
  16006. | #ifdef HAVE_STDINT_H
  16007. | # include <stdint.h>
  16008. | #endif
  16009. | #ifdef HAVE_UNISTD_H
  16010. | # include <unistd.h>
  16011. | #endif
  16012. | int
  16013. | main ()
  16014. | {
  16015. | static struct stat ac_aggr;
  16016. | if (ac_aggr.st_birthtimespec)
  16017. | return 0;
  16018. | ;
  16019. | return 0;
  16020. | }
  16021. 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
  16022. configure:17845: $? = 0
  16023. configure:17845: result: yes
  16024. configure:17856: checking for struct timeval
  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. configure:17856: $? = 0
  16027. 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
  16028. conftest.c:176:29: error: expected expression
  16029. if (sizeof ((struct timeval)))
  16030. ^
  16031. 1 error generated.
  16032. configure:17856: $? = 1
  16033. configure: failed program was:
  16034. | /* confdefs.h */
  16035. | #define PACKAGE_NAME ""
  16036. | #define PACKAGE_TARNAME ""
  16037. | #define PACKAGE_VERSION ""
  16038. | #define PACKAGE_STRING ""
  16039. | #define PACKAGE_BUGREPORT ""
  16040. | #define PACKAGE_URL ""
  16041. | #define CANONICALIZATION_FOR_MATHN 1
  16042. | #define STDC_HEADERS 1
  16043. | #define HAVE_SYS_TYPES_H 1
  16044. | #define HAVE_SYS_STAT_H 1
  16045. | #define HAVE_STDLIB_H 1
  16046. | #define HAVE_STRING_H 1
  16047. | #define HAVE_MEMORY_H 1
  16048. | #define HAVE_STRINGS_H 1
  16049. | #define HAVE_INTTYPES_H 1
  16050. | #define HAVE_STDINT_H 1
  16051. | #define HAVE_UNISTD_H 1
  16052. | #define __EXTENSIONS__ 1
  16053. | #define _ALL_SOURCE 1
  16054. | #define _GNU_SOURCE 1
  16055. | #define _POSIX_PTHREAD_SEMANTICS 1
  16056. | #define _TANDEM_SOURCE 1
  16057. | #define HAVE_INFINITY 1
  16058. | #define HAVE_NAN 1
  16059. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  16060. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  16061. | #define BROKEN_CRYPT 1
  16062. | #define HAVE_CRT_EXTERNS_H 1
  16063. | #define HAVE_LIBDL 1
  16064. | #define HAVE_DIRENT_H 1
  16065. | #define HAVE__BOOL 1
  16066. | #define HAVE_STDBOOL_H 1
  16067. | #define HAVE_SYS_WAIT_H 1
  16068. | #define HAVE_GRP_H 1
  16069. | #define HAVE_FCNTL_H 1
  16070. | #define HAVE_FLOAT_H 1
  16071. | #define HAVE_LANGINFO_H 1
  16072. | #define HAVE_LIMITS_H 1
  16073. | #define HAVE_LOCALE_H 1
  16074. | #define HAVE_MALLOC_MALLOC_H 1
  16075. | #define HAVE_PWD_H 1
  16076. | #define HAVE_SYS_ATTR_H 1
  16077. | #define HAVE_SYS_FCNTL_H 1
  16078. | #define HAVE_SYS_FILE_H 1
  16079. | #define HAVE_SYS_IOCTL_H 1
  16080. | #define HAVE_SYS_PARAM_H 1
  16081. | #define HAVE_SYS_RESOURCE_H 1
  16082. | #define HAVE_SYS_SELECT_H 1
  16083. | #define HAVE_SYS_SOCKET_H 1
  16084. | #define HAVE_SYS_TIME_H 1
  16085. | #define HAVE_SYS_TIMES_H 1
  16086. | #define HAVE_SYS_UIO_H 1
  16087. | #define HAVE_TIME_H 1
  16088. | #define HAVE_UCONTEXT_H 1
  16089. | #define HAVE_UTIME_H 1
  16090. | #define HAVE_GMP_H 1
  16091. | #define HAVE_LIBGMP 1
  16092. | #define HAVE_TYPEOF 1
  16093. | #define HAVE_LONG_LONG 1
  16094. | #define HAVE_OFF_T 1
  16095. | #define SIZEOF_INT 4
  16096. | #define SIZEOF_SHORT 2
  16097. | #define SIZEOF_LONG 8
  16098. | #define SIZEOF_LONG_LONG 8
  16099. | #define SIZEOF___INT64 0
  16100. | #define SIZEOF___INT128 16
  16101. | #define SIZEOF_OFF_T 8
  16102. | #define SIZEOF_VOIDP 8
  16103. | #define SIZEOF_FLOAT 4
  16104. | #define SIZEOF_DOUBLE 8
  16105. | #define SIZEOF_TIME_T 8
  16106. | #define SIZEOF_CLOCK_T 8
  16107. | #define PACKED_STRUCT(x) x __attribute__((packed))
  16108. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  16109. | #define PRI_LL_PREFIX "ll"
  16110. | #define rb_pid_t pid_t
  16111. | #define SIGNEDNESS_OF_PID_T -1
  16112. | #define PIDT2NUM(v) INT2NUM(v)
  16113. | #define NUM2PIDT(v) NUM2INT(v)
  16114. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  16115. | #define rb_uid_t uid_t
  16116. | #define SIGNEDNESS_OF_UID_T +1
  16117. | #define UIDT2NUM(v) UINT2NUM(v)
  16118. | #define NUM2UIDT(v) NUM2UINT(v)
  16119. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  16120. | #define rb_gid_t gid_t
  16121. | #define SIGNEDNESS_OF_GID_T +1
  16122. | #define GIDT2NUM(v) UINT2NUM(v)
  16123. | #define NUM2GIDT(v) NUM2UINT(v)
  16124. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  16125. | #define rb_time_t time_t
  16126. | #define SIGNEDNESS_OF_TIME_T -1
  16127. | #define TIMET2NUM(v) LONG2NUM(v)
  16128. | #define NUM2TIMET(v) NUM2LONG(v)
  16129. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  16130. | #define rb_dev_t dev_t
  16131. | #define SIGNEDNESS_OF_DEV_T -1
  16132. | #define DEVT2NUM(v) INT2NUM(v)
  16133. | #define NUM2DEVT(v) NUM2INT(v)
  16134. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  16135. | #define rb_mode_t mode_t
  16136. | #define SIGNEDNESS_OF_MODE_T +1
  16137. | #define MODET2NUM(v) UINT2NUM(v)
  16138. | #define NUM2MODET(v) NUM2UINT(v)
  16139. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  16140. | #define rb_rlim_t rlim_t
  16141. | #define SIGNEDNESS_OF_RLIM_T +1
  16142. | #define RLIM2NUM(v) ULL2NUM(v)
  16143. | #define NUM2RLIM(v) NUM2ULL(v)
  16144. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  16145. | #define rb_off_t off_t
  16146. | #define SIGNEDNESS_OF_OFF_T -1
  16147. | #define OFFT2NUM(v) LL2NUM(v)
  16148. | #define NUM2OFFT(v) NUM2LL(v)
  16149. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  16150. | #define rb_clockid_t int
  16151. | #define SIGNEDNESS_OF_CLOCKID_T -1
  16152. | #define CLOCKID2NUM(v) INT2NUM(v)
  16153. | #define NUM2CLOCKID(v) NUM2INT(v)
  16154. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  16155. | #define HAVE_PROTOTYPES 1
  16156. | #define TOKEN_PASTE(x,y) x##y
  16157. | #define STRINGIZE(expr) STRINGIZE0(expr)
  16158. | #define HAVE_STDARG_PROTOTYPES 1
  16159. | #define HAVE_VA_ARGS_MACRO 1
  16160. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  16161. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  16162. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  16163. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  16164. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  16165. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  16166. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  16167. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  16168. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  16169. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  16170. | #define WEAK(x) __attribute__ ((__weak__)) x
  16171. | #define HAVE_FUNC_WEAK 1
  16172. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  16173. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  16174. | #define HAVE_GCC_SYNC_BUILTINS 1
  16175. | #define UNREACHABLE __builtin_unreachable()
  16176. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  16177. | #define RUBY_FUNCTION_NAME_STRING __func__
  16178. | #define ENUM_OVER_INT 1
  16179. | #define HAVE_DECL_SYS_NERR 1
  16180. | #define HAVE_DECL_GETENV 1
  16181. | #define SIZEOF_SIZE_T 8
  16182. | #define SIZEOF_PTRDIFF_T 8
  16183. | #define PRI_SIZE_PREFIX "z"
  16184. | #define PRI_PTRDIFF_PREFIX "t"
  16185. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  16186. | #define HAVE_ST_BLKSIZE 1
  16187. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  16188. | #define HAVE_ST_BLOCKS 1
  16189. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  16190. | #define HAVE_ST_RDEV 1
  16191. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  16192. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  16193. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  16194. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  16195. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  16196. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  16197. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  16198. | /* end confdefs.h. */
  16199. | #ifdef HAVE_TIME_H
  16200. | #include <time.h>
  16201. | #endif
  16202. | #ifdef HAVE_SYS_TIME_H
  16203. | #include <sys/time.h>
  16204. | #endif
  16205. |
  16206. | int
  16207. | main ()
  16208. | {
  16209. | if (sizeof ((struct timeval)))
  16210. | return 0;
  16211. | ;
  16212. | return 0;
  16213. | }
  16214. configure:17856: result: yes
  16215. configure:17877: checking size of struct timeval.tv_sec
  16216. 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
  16217. configure:17912: $? = 0
  16218. configure:17954: result: SIZEOF_TIME_T
  16219. configure:18006: checking for struct timespec
  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. configure:18006: $? = 0
  16222. 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
  16223. conftest.c:178:30: error: expected expression
  16224. if (sizeof ((struct timespec)))
  16225. ^
  16226. 1 error generated.
  16227. configure:18006: $? = 1
  16228. configure: failed program was:
  16229. | /* confdefs.h */
  16230. | #define PACKAGE_NAME ""
  16231. | #define PACKAGE_TARNAME ""
  16232. | #define PACKAGE_VERSION ""
  16233. | #define PACKAGE_STRING ""
  16234. | #define PACKAGE_BUGREPORT ""
  16235. | #define PACKAGE_URL ""
  16236. | #define CANONICALIZATION_FOR_MATHN 1
  16237. | #define STDC_HEADERS 1
  16238. | #define HAVE_SYS_TYPES_H 1
  16239. | #define HAVE_SYS_STAT_H 1
  16240. | #define HAVE_STDLIB_H 1
  16241. | #define HAVE_STRING_H 1
  16242. | #define HAVE_MEMORY_H 1
  16243. | #define HAVE_STRINGS_H 1
  16244. | #define HAVE_INTTYPES_H 1
  16245. | #define HAVE_STDINT_H 1
  16246. | #define HAVE_UNISTD_H 1
  16247. | #define __EXTENSIONS__ 1
  16248. | #define _ALL_SOURCE 1
  16249. | #define _GNU_SOURCE 1
  16250. | #define _POSIX_PTHREAD_SEMANTICS 1
  16251. | #define _TANDEM_SOURCE 1
  16252. | #define HAVE_INFINITY 1
  16253. | #define HAVE_NAN 1
  16254. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  16255. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  16256. | #define BROKEN_CRYPT 1
  16257. | #define HAVE_CRT_EXTERNS_H 1
  16258. | #define HAVE_LIBDL 1
  16259. | #define HAVE_DIRENT_H 1
  16260. | #define HAVE__BOOL 1
  16261. | #define HAVE_STDBOOL_H 1
  16262. | #define HAVE_SYS_WAIT_H 1
  16263. | #define HAVE_GRP_H 1
  16264. | #define HAVE_FCNTL_H 1
  16265. | #define HAVE_FLOAT_H 1
  16266. | #define HAVE_LANGINFO_H 1
  16267. | #define HAVE_LIMITS_H 1
  16268. | #define HAVE_LOCALE_H 1
  16269. | #define HAVE_MALLOC_MALLOC_H 1
  16270. | #define HAVE_PWD_H 1
  16271. | #define HAVE_SYS_ATTR_H 1
  16272. | #define HAVE_SYS_FCNTL_H 1
  16273. | #define HAVE_SYS_FILE_H 1
  16274. | #define HAVE_SYS_IOCTL_H 1
  16275. | #define HAVE_SYS_PARAM_H 1
  16276. | #define HAVE_SYS_RESOURCE_H 1
  16277. | #define HAVE_SYS_SELECT_H 1
  16278. | #define HAVE_SYS_SOCKET_H 1
  16279. | #define HAVE_SYS_TIME_H 1
  16280. | #define HAVE_SYS_TIMES_H 1
  16281. | #define HAVE_SYS_UIO_H 1
  16282. | #define HAVE_TIME_H 1
  16283. | #define HAVE_UCONTEXT_H 1
  16284. | #define HAVE_UTIME_H 1
  16285. | #define HAVE_GMP_H 1
  16286. | #define HAVE_LIBGMP 1
  16287. | #define HAVE_TYPEOF 1
  16288. | #define HAVE_LONG_LONG 1
  16289. | #define HAVE_OFF_T 1
  16290. | #define SIZEOF_INT 4
  16291. | #define SIZEOF_SHORT 2
  16292. | #define SIZEOF_LONG 8
  16293. | #define SIZEOF_LONG_LONG 8
  16294. | #define SIZEOF___INT64 0
  16295. | #define SIZEOF___INT128 16
  16296. | #define SIZEOF_OFF_T 8
  16297. | #define SIZEOF_VOIDP 8
  16298. | #define SIZEOF_FLOAT 4
  16299. | #define SIZEOF_DOUBLE 8
  16300. | #define SIZEOF_TIME_T 8
  16301. | #define SIZEOF_CLOCK_T 8
  16302. | #define PACKED_STRUCT(x) x __attribute__((packed))
  16303. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  16304. | #define PRI_LL_PREFIX "ll"
  16305. | #define rb_pid_t pid_t
  16306. | #define SIGNEDNESS_OF_PID_T -1
  16307. | #define PIDT2NUM(v) INT2NUM(v)
  16308. | #define NUM2PIDT(v) NUM2INT(v)
  16309. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  16310. | #define rb_uid_t uid_t
  16311. | #define SIGNEDNESS_OF_UID_T +1
  16312. | #define UIDT2NUM(v) UINT2NUM(v)
  16313. | #define NUM2UIDT(v) NUM2UINT(v)
  16314. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  16315. | #define rb_gid_t gid_t
  16316. | #define SIGNEDNESS_OF_GID_T +1
  16317. | #define GIDT2NUM(v) UINT2NUM(v)
  16318. | #define NUM2GIDT(v) NUM2UINT(v)
  16319. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  16320. | #define rb_time_t time_t
  16321. | #define SIGNEDNESS_OF_TIME_T -1
  16322. | #define TIMET2NUM(v) LONG2NUM(v)
  16323. | #define NUM2TIMET(v) NUM2LONG(v)
  16324. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  16325. | #define rb_dev_t dev_t
  16326. | #define SIGNEDNESS_OF_DEV_T -1
  16327. | #define DEVT2NUM(v) INT2NUM(v)
  16328. | #define NUM2DEVT(v) NUM2INT(v)
  16329. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  16330. | #define rb_mode_t mode_t
  16331. | #define SIGNEDNESS_OF_MODE_T +1
  16332. | #define MODET2NUM(v) UINT2NUM(v)
  16333. | #define NUM2MODET(v) NUM2UINT(v)
  16334. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  16335. | #define rb_rlim_t rlim_t
  16336. | #define SIGNEDNESS_OF_RLIM_T +1
  16337. | #define RLIM2NUM(v) ULL2NUM(v)
  16338. | #define NUM2RLIM(v) NUM2ULL(v)
  16339. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  16340. | #define rb_off_t off_t
  16341. | #define SIGNEDNESS_OF_OFF_T -1
  16342. | #define OFFT2NUM(v) LL2NUM(v)
  16343. | #define NUM2OFFT(v) NUM2LL(v)
  16344. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  16345. | #define rb_clockid_t int
  16346. | #define SIGNEDNESS_OF_CLOCKID_T -1
  16347. | #define CLOCKID2NUM(v) INT2NUM(v)
  16348. | #define NUM2CLOCKID(v) NUM2INT(v)
  16349. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  16350. | #define HAVE_PROTOTYPES 1
  16351. | #define TOKEN_PASTE(x,y) x##y
  16352. | #define STRINGIZE(expr) STRINGIZE0(expr)
  16353. | #define HAVE_STDARG_PROTOTYPES 1
  16354. | #define HAVE_VA_ARGS_MACRO 1
  16355. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  16356. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  16357. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  16358. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  16359. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  16360. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  16361. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  16362. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  16363. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  16364. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  16365. | #define WEAK(x) __attribute__ ((__weak__)) x
  16366. | #define HAVE_FUNC_WEAK 1
  16367. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  16368. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  16369. | #define HAVE_GCC_SYNC_BUILTINS 1
  16370. | #define UNREACHABLE __builtin_unreachable()
  16371. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  16372. | #define RUBY_FUNCTION_NAME_STRING __func__
  16373. | #define ENUM_OVER_INT 1
  16374. | #define HAVE_DECL_SYS_NERR 1
  16375. | #define HAVE_DECL_GETENV 1
  16376. | #define SIZEOF_SIZE_T 8
  16377. | #define SIZEOF_PTRDIFF_T 8
  16378. | #define PRI_SIZE_PREFIX "z"
  16379. | #define PRI_PTRDIFF_PREFIX "t"
  16380. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  16381. | #define HAVE_ST_BLKSIZE 1
  16382. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  16383. | #define HAVE_ST_BLOCKS 1
  16384. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  16385. | #define HAVE_ST_RDEV 1
  16386. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  16387. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  16388. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  16389. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  16390. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  16391. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  16392. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  16393. | #define HAVE_STRUCT_TIMEVAL 1
  16394. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  16395. | /* end confdefs.h. */
  16396. | #ifdef HAVE_TIME_H
  16397. | #include <time.h>
  16398. | #endif
  16399. | #ifdef HAVE_SYS_TIME_H
  16400. | #include <sys/time.h>
  16401. | #endif
  16402. |
  16403. | int
  16404. | main ()
  16405. | {
  16406. | if (sizeof ((struct timespec)))
  16407. | return 0;
  16408. | ;
  16409. | return 0;
  16410. | }
  16411. configure:18006: result: yes
  16412. configure:18023: checking for struct timezone
  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. configure:18023: $? = 0
  16415. 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
  16416. conftest.c:179:30: error: expected expression
  16417. if (sizeof ((struct timezone)))
  16418. ^
  16419. 1 error generated.
  16420. configure:18023: $? = 1
  16421. configure: failed program was:
  16422. | /* confdefs.h */
  16423. | #define PACKAGE_NAME ""
  16424. | #define PACKAGE_TARNAME ""
  16425. | #define PACKAGE_VERSION ""
  16426. | #define PACKAGE_STRING ""
  16427. | #define PACKAGE_BUGREPORT ""
  16428. | #define PACKAGE_URL ""
  16429. | #define CANONICALIZATION_FOR_MATHN 1
  16430. | #define STDC_HEADERS 1
  16431. | #define HAVE_SYS_TYPES_H 1
  16432. | #define HAVE_SYS_STAT_H 1
  16433. | #define HAVE_STDLIB_H 1
  16434. | #define HAVE_STRING_H 1
  16435. | #define HAVE_MEMORY_H 1
  16436. | #define HAVE_STRINGS_H 1
  16437. | #define HAVE_INTTYPES_H 1
  16438. | #define HAVE_STDINT_H 1
  16439. | #define HAVE_UNISTD_H 1
  16440. | #define __EXTENSIONS__ 1
  16441. | #define _ALL_SOURCE 1
  16442. | #define _GNU_SOURCE 1
  16443. | #define _POSIX_PTHREAD_SEMANTICS 1
  16444. | #define _TANDEM_SOURCE 1
  16445. | #define HAVE_INFINITY 1
  16446. | #define HAVE_NAN 1
  16447. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  16448. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  16449. | #define BROKEN_CRYPT 1
  16450. | #define HAVE_CRT_EXTERNS_H 1
  16451. | #define HAVE_LIBDL 1
  16452. | #define HAVE_DIRENT_H 1
  16453. | #define HAVE__BOOL 1
  16454. | #define HAVE_STDBOOL_H 1
  16455. | #define HAVE_SYS_WAIT_H 1
  16456. | #define HAVE_GRP_H 1
  16457. | #define HAVE_FCNTL_H 1
  16458. | #define HAVE_FLOAT_H 1
  16459. | #define HAVE_LANGINFO_H 1
  16460. | #define HAVE_LIMITS_H 1
  16461. | #define HAVE_LOCALE_H 1
  16462. | #define HAVE_MALLOC_MALLOC_H 1
  16463. | #define HAVE_PWD_H 1
  16464. | #define HAVE_SYS_ATTR_H 1
  16465. | #define HAVE_SYS_FCNTL_H 1
  16466. | #define HAVE_SYS_FILE_H 1
  16467. | #define HAVE_SYS_IOCTL_H 1
  16468. | #define HAVE_SYS_PARAM_H 1
  16469. | #define HAVE_SYS_RESOURCE_H 1
  16470. | #define HAVE_SYS_SELECT_H 1
  16471. | #define HAVE_SYS_SOCKET_H 1
  16472. | #define HAVE_SYS_TIME_H 1
  16473. | #define HAVE_SYS_TIMES_H 1
  16474. | #define HAVE_SYS_UIO_H 1
  16475. | #define HAVE_TIME_H 1
  16476. | #define HAVE_UCONTEXT_H 1
  16477. | #define HAVE_UTIME_H 1
  16478. | #define HAVE_GMP_H 1
  16479. | #define HAVE_LIBGMP 1
  16480. | #define HAVE_TYPEOF 1
  16481. | #define HAVE_LONG_LONG 1
  16482. | #define HAVE_OFF_T 1
  16483. | #define SIZEOF_INT 4
  16484. | #define SIZEOF_SHORT 2
  16485. | #define SIZEOF_LONG 8
  16486. | #define SIZEOF_LONG_LONG 8
  16487. | #define SIZEOF___INT64 0
  16488. | #define SIZEOF___INT128 16
  16489. | #define SIZEOF_OFF_T 8
  16490. | #define SIZEOF_VOIDP 8
  16491. | #define SIZEOF_FLOAT 4
  16492. | #define SIZEOF_DOUBLE 8
  16493. | #define SIZEOF_TIME_T 8
  16494. | #define SIZEOF_CLOCK_T 8
  16495. | #define PACKED_STRUCT(x) x __attribute__((packed))
  16496. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  16497. | #define PRI_LL_PREFIX "ll"
  16498. | #define rb_pid_t pid_t
  16499. | #define SIGNEDNESS_OF_PID_T -1
  16500. | #define PIDT2NUM(v) INT2NUM(v)
  16501. | #define NUM2PIDT(v) NUM2INT(v)
  16502. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  16503. | #define rb_uid_t uid_t
  16504. | #define SIGNEDNESS_OF_UID_T +1
  16505. | #define UIDT2NUM(v) UINT2NUM(v)
  16506. | #define NUM2UIDT(v) NUM2UINT(v)
  16507. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  16508. | #define rb_gid_t gid_t
  16509. | #define SIGNEDNESS_OF_GID_T +1
  16510. | #define GIDT2NUM(v) UINT2NUM(v)
  16511. | #define NUM2GIDT(v) NUM2UINT(v)
  16512. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  16513. | #define rb_time_t time_t
  16514. | #define SIGNEDNESS_OF_TIME_T -1
  16515. | #define TIMET2NUM(v) LONG2NUM(v)
  16516. | #define NUM2TIMET(v) NUM2LONG(v)
  16517. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  16518. | #define rb_dev_t dev_t
  16519. | #define SIGNEDNESS_OF_DEV_T -1
  16520. | #define DEVT2NUM(v) INT2NUM(v)
  16521. | #define NUM2DEVT(v) NUM2INT(v)
  16522. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  16523. | #define rb_mode_t mode_t
  16524. | #define SIGNEDNESS_OF_MODE_T +1
  16525. | #define MODET2NUM(v) UINT2NUM(v)
  16526. | #define NUM2MODET(v) NUM2UINT(v)
  16527. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  16528. | #define rb_rlim_t rlim_t
  16529. | #define SIGNEDNESS_OF_RLIM_T +1
  16530. | #define RLIM2NUM(v) ULL2NUM(v)
  16531. | #define NUM2RLIM(v) NUM2ULL(v)
  16532. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  16533. | #define rb_off_t off_t
  16534. | #define SIGNEDNESS_OF_OFF_T -1
  16535. | #define OFFT2NUM(v) LL2NUM(v)
  16536. | #define NUM2OFFT(v) NUM2LL(v)
  16537. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  16538. | #define rb_clockid_t int
  16539. | #define SIGNEDNESS_OF_CLOCKID_T -1
  16540. | #define CLOCKID2NUM(v) INT2NUM(v)
  16541. | #define NUM2CLOCKID(v) NUM2INT(v)
  16542. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  16543. | #define HAVE_PROTOTYPES 1
  16544. | #define TOKEN_PASTE(x,y) x##y
  16545. | #define STRINGIZE(expr) STRINGIZE0(expr)
  16546. | #define HAVE_STDARG_PROTOTYPES 1
  16547. | #define HAVE_VA_ARGS_MACRO 1
  16548. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  16549. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  16550. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  16551. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  16552. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  16553. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  16554. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  16555. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  16556. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  16557. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  16558. | #define WEAK(x) __attribute__ ((__weak__)) x
  16559. | #define HAVE_FUNC_WEAK 1
  16560. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  16561. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  16562. | #define HAVE_GCC_SYNC_BUILTINS 1
  16563. | #define UNREACHABLE __builtin_unreachable()
  16564. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  16565. | #define RUBY_FUNCTION_NAME_STRING __func__
  16566. | #define ENUM_OVER_INT 1
  16567. | #define HAVE_DECL_SYS_NERR 1
  16568. | #define HAVE_DECL_GETENV 1
  16569. | #define SIZEOF_SIZE_T 8
  16570. | #define SIZEOF_PTRDIFF_T 8
  16571. | #define PRI_SIZE_PREFIX "z"
  16572. | #define PRI_PTRDIFF_PREFIX "t"
  16573. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  16574. | #define HAVE_ST_BLKSIZE 1
  16575. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  16576. | #define HAVE_ST_BLOCKS 1
  16577. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  16578. | #define HAVE_ST_RDEV 1
  16579. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  16580. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  16581. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  16582. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  16583. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  16584. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  16585. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  16586. | #define HAVE_STRUCT_TIMEVAL 1
  16587. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  16588. | #define HAVE_STRUCT_TIMESPEC 1
  16589. | /* end confdefs.h. */
  16590. | #ifdef HAVE_TIME_H
  16591. | # include <time.h>
  16592. | #endif
  16593. | #ifdef HAVE_SYS_TIME_H
  16594. | # include <sys/time.h>
  16595. | #endif
  16596. |
  16597. | int
  16598. | main ()
  16599. | {
  16600. | if (sizeof ((struct timezone)))
  16601. | return 0;
  16602. | ;
  16603. | return 0;
  16604. | }
  16605. configure:18023: result: yes
  16606. configure:18040: checking for clockid_t
  16607. configure:18040: result: no
  16608. configure:18060: checking for fd_mask
  16609. 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
  16610. conftest.c:177:13: error: use of undeclared identifier 'fd_mask'
  16611. if (sizeof (fd_mask))
  16612. ^
  16613. 1 error generated.
  16614. configure:18060: $? = 1
  16615. configure: failed program was:
  16616. | /* confdefs.h */
  16617. | #define PACKAGE_NAME ""
  16618. | #define PACKAGE_TARNAME ""
  16619. | #define PACKAGE_VERSION ""
  16620. | #define PACKAGE_STRING ""
  16621. | #define PACKAGE_BUGREPORT ""
  16622. | #define PACKAGE_URL ""
  16623. | #define CANONICALIZATION_FOR_MATHN 1
  16624. | #define STDC_HEADERS 1
  16625. | #define HAVE_SYS_TYPES_H 1
  16626. | #define HAVE_SYS_STAT_H 1
  16627. | #define HAVE_STDLIB_H 1
  16628. | #define HAVE_STRING_H 1
  16629. | #define HAVE_MEMORY_H 1
  16630. | #define HAVE_STRINGS_H 1
  16631. | #define HAVE_INTTYPES_H 1
  16632. | #define HAVE_STDINT_H 1
  16633. | #define HAVE_UNISTD_H 1
  16634. | #define __EXTENSIONS__ 1
  16635. | #define _ALL_SOURCE 1
  16636. | #define _GNU_SOURCE 1
  16637. | #define _POSIX_PTHREAD_SEMANTICS 1
  16638. | #define _TANDEM_SOURCE 1
  16639. | #define HAVE_INFINITY 1
  16640. | #define HAVE_NAN 1
  16641. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  16642. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  16643. | #define BROKEN_CRYPT 1
  16644. | #define HAVE_CRT_EXTERNS_H 1
  16645. | #define HAVE_LIBDL 1
  16646. | #define HAVE_DIRENT_H 1
  16647. | #define HAVE__BOOL 1
  16648. | #define HAVE_STDBOOL_H 1
  16649. | #define HAVE_SYS_WAIT_H 1
  16650. | #define HAVE_GRP_H 1
  16651. | #define HAVE_FCNTL_H 1
  16652. | #define HAVE_FLOAT_H 1
  16653. | #define HAVE_LANGINFO_H 1
  16654. | #define HAVE_LIMITS_H 1
  16655. | #define HAVE_LOCALE_H 1
  16656. | #define HAVE_MALLOC_MALLOC_H 1
  16657. | #define HAVE_PWD_H 1
  16658. | #define HAVE_SYS_ATTR_H 1
  16659. | #define HAVE_SYS_FCNTL_H 1
  16660. | #define HAVE_SYS_FILE_H 1
  16661. | #define HAVE_SYS_IOCTL_H 1
  16662. | #define HAVE_SYS_PARAM_H 1
  16663. | #define HAVE_SYS_RESOURCE_H 1
  16664. | #define HAVE_SYS_SELECT_H 1
  16665. | #define HAVE_SYS_SOCKET_H 1
  16666. | #define HAVE_SYS_TIME_H 1
  16667. | #define HAVE_SYS_TIMES_H 1
  16668. | #define HAVE_SYS_UIO_H 1
  16669. | #define HAVE_TIME_H 1
  16670. | #define HAVE_UCONTEXT_H 1
  16671. | #define HAVE_UTIME_H 1
  16672. | #define HAVE_GMP_H 1
  16673. | #define HAVE_LIBGMP 1
  16674. | #define HAVE_TYPEOF 1
  16675. | #define HAVE_LONG_LONG 1
  16676. | #define HAVE_OFF_T 1
  16677. | #define SIZEOF_INT 4
  16678. | #define SIZEOF_SHORT 2
  16679. | #define SIZEOF_LONG 8
  16680. | #define SIZEOF_LONG_LONG 8
  16681. | #define SIZEOF___INT64 0
  16682. | #define SIZEOF___INT128 16
  16683. | #define SIZEOF_OFF_T 8
  16684. | #define SIZEOF_VOIDP 8
  16685. | #define SIZEOF_FLOAT 4
  16686. | #define SIZEOF_DOUBLE 8
  16687. | #define SIZEOF_TIME_T 8
  16688. | #define SIZEOF_CLOCK_T 8
  16689. | #define PACKED_STRUCT(x) x __attribute__((packed))
  16690. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  16691. | #define PRI_LL_PREFIX "ll"
  16692. | #define rb_pid_t pid_t
  16693. | #define SIGNEDNESS_OF_PID_T -1
  16694. | #define PIDT2NUM(v) INT2NUM(v)
  16695. | #define NUM2PIDT(v) NUM2INT(v)
  16696. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  16697. | #define rb_uid_t uid_t
  16698. | #define SIGNEDNESS_OF_UID_T +1
  16699. | #define UIDT2NUM(v) UINT2NUM(v)
  16700. | #define NUM2UIDT(v) NUM2UINT(v)
  16701. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  16702. | #define rb_gid_t gid_t
  16703. | #define SIGNEDNESS_OF_GID_T +1
  16704. | #define GIDT2NUM(v) UINT2NUM(v)
  16705. | #define NUM2GIDT(v) NUM2UINT(v)
  16706. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  16707. | #define rb_time_t time_t
  16708. | #define SIGNEDNESS_OF_TIME_T -1
  16709. | #define TIMET2NUM(v) LONG2NUM(v)
  16710. | #define NUM2TIMET(v) NUM2LONG(v)
  16711. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  16712. | #define rb_dev_t dev_t
  16713. | #define SIGNEDNESS_OF_DEV_T -1
  16714. | #define DEVT2NUM(v) INT2NUM(v)
  16715. | #define NUM2DEVT(v) NUM2INT(v)
  16716. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  16717. | #define rb_mode_t mode_t
  16718. | #define SIGNEDNESS_OF_MODE_T +1
  16719. | #define MODET2NUM(v) UINT2NUM(v)
  16720. | #define NUM2MODET(v) NUM2UINT(v)
  16721. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  16722. | #define rb_rlim_t rlim_t
  16723. | #define SIGNEDNESS_OF_RLIM_T +1
  16724. | #define RLIM2NUM(v) ULL2NUM(v)
  16725. | #define NUM2RLIM(v) NUM2ULL(v)
  16726. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  16727. | #define rb_off_t off_t
  16728. | #define SIGNEDNESS_OF_OFF_T -1
  16729. | #define OFFT2NUM(v) LL2NUM(v)
  16730. | #define NUM2OFFT(v) NUM2LL(v)
  16731. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  16732. | #define rb_clockid_t int
  16733. | #define SIGNEDNESS_OF_CLOCKID_T -1
  16734. | #define CLOCKID2NUM(v) INT2NUM(v)
  16735. | #define NUM2CLOCKID(v) NUM2INT(v)
  16736. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  16737. | #define HAVE_PROTOTYPES 1
  16738. | #define TOKEN_PASTE(x,y) x##y
  16739. | #define STRINGIZE(expr) STRINGIZE0(expr)
  16740. | #define HAVE_STDARG_PROTOTYPES 1
  16741. | #define HAVE_VA_ARGS_MACRO 1
  16742. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  16743. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  16744. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  16745. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  16746. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  16747. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  16748. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  16749. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  16750. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  16751. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  16752. | #define WEAK(x) __attribute__ ((__weak__)) x
  16753. | #define HAVE_FUNC_WEAK 1
  16754. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  16755. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  16756. | #define HAVE_GCC_SYNC_BUILTINS 1
  16757. | #define UNREACHABLE __builtin_unreachable()
  16758. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  16759. | #define RUBY_FUNCTION_NAME_STRING __func__
  16760. | #define ENUM_OVER_INT 1
  16761. | #define HAVE_DECL_SYS_NERR 1
  16762. | #define HAVE_DECL_GETENV 1
  16763. | #define SIZEOF_SIZE_T 8
  16764. | #define SIZEOF_PTRDIFF_T 8
  16765. | #define PRI_SIZE_PREFIX "z"
  16766. | #define PRI_PTRDIFF_PREFIX "t"
  16767. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  16768. | #define HAVE_ST_BLKSIZE 1
  16769. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  16770. | #define HAVE_ST_BLOCKS 1
  16771. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  16772. | #define HAVE_ST_RDEV 1
  16773. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  16774. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  16775. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  16776. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  16777. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  16778. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  16779. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  16780. | #define HAVE_STRUCT_TIMEVAL 1
  16781. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  16782. | #define HAVE_STRUCT_TIMESPEC 1
  16783. | #define HAVE_STRUCT_TIMEZONE 1
  16784. | /* end confdefs.h. */
  16785. | #ifdef HAVE_SYS_SELECT_H
  16786. | # include <sys/select.h>
  16787. | #endif
  16788. |
  16789. | int
  16790. | main ()
  16791. | {
  16792. | if (sizeof (fd_mask))
  16793. | return 0;
  16794. | ;
  16795. | return 0;
  16796. | }
  16797. configure:18060: result: no
  16798. configure:18081: checking for int8_t
  16799. 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
  16800. configure:18098: $? = 0
  16801. configure:18122: result: yes
  16802. configure:18151: checking size of int8_t
  16803. 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
  16804. configure:18156: $? = 0
  16805. configure:18156: ./conftest
  16806. configure:18156: $? = 0
  16807. configure:18171: result: 1
  16808. configure:18198: checking for uint8_t
  16809. 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
  16810. configure:18215: $? = 0
  16811. configure:18239: result: yes
  16812. configure:18268: checking size of uint8_t
  16813. 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
  16814. configure:18273: $? = 0
  16815. configure:18273: ./conftest
  16816. configure:18273: $? = 0
  16817. configure:18288: result: 1
  16818. configure:18315: checking for int16_t
  16819. 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
  16820. configure:18332: $? = 0
  16821. configure:18356: result: yes
  16822. configure:18385: checking size of int16_t
  16823. 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
  16824. configure:18390: $? = 0
  16825. configure:18390: ./conftest
  16826. configure:18390: $? = 0
  16827. configure:18405: result: 2
  16828. configure:18432: checking for uint16_t
  16829. 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
  16830. configure:18449: $? = 0
  16831. configure:18473: result: yes
  16832. configure:18502: checking size of uint16_t
  16833. 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
  16834. configure:18507: $? = 0
  16835. configure:18507: ./conftest
  16836. configure:18507: $? = 0
  16837. configure:18522: result: 2
  16838. configure:18549: checking for int32_t
  16839. 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
  16840. configure:18566: $? = 0
  16841. configure:18590: result: yes
  16842. configure:18619: checking size of int32_t
  16843. 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
  16844. configure:18624: $? = 0
  16845. configure:18624: ./conftest
  16846. configure:18624: $? = 0
  16847. configure:18639: result: 4
  16848. configure:18666: checking for uint32_t
  16849. 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
  16850. configure:18683: $? = 0
  16851. configure:18707: result: yes
  16852. configure:18736: checking size of uint32_t
  16853. 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
  16854. configure:18741: $? = 0
  16855. configure:18741: ./conftest
  16856. configure:18741: $? = 0
  16857. configure:18756: result: 4
  16858. configure:18783: checking for int64_t
  16859. 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
  16860. configure:18800: $? = 0
  16861. configure:18824: result: yes
  16862. configure:18853: checking size of int64_t
  16863. 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
  16864. configure:18858: $? = 0
  16865. configure:18858: ./conftest
  16866. configure:18858: $? = 0
  16867. configure:18873: result: 8
  16868. configure:18900: checking for uint64_t
  16869. 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
  16870. configure:18917: $? = 0
  16871. configure:18941: result: yes
  16872. configure:18970: checking size of uint64_t
  16873. 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
  16874. configure:18975: $? = 0
  16875. configure:18975: ./conftest
  16876. configure:18975: $? = 0
  16877. configure:18990: result: 8
  16878. configure:19017: checking for int128_t
  16879. 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
  16880. conftest.c:219:9: error: unknown type name 'int128_t'
  16881. typedef int128_t t; int s = sizeof(t) == 42;
  16882. ^
  16883. 1 error generated.
  16884. configure:19034: $? = 1
  16885. configure: failed program was:
  16886. | /* confdefs.h */
  16887. | #define PACKAGE_NAME ""
  16888. | #define PACKAGE_TARNAME ""
  16889. | #define PACKAGE_VERSION ""
  16890. | #define PACKAGE_STRING ""
  16891. | #define PACKAGE_BUGREPORT ""
  16892. | #define PACKAGE_URL ""
  16893. | #define CANONICALIZATION_FOR_MATHN 1
  16894. | #define STDC_HEADERS 1
  16895. | #define HAVE_SYS_TYPES_H 1
  16896. | #define HAVE_SYS_STAT_H 1
  16897. | #define HAVE_STDLIB_H 1
  16898. | #define HAVE_STRING_H 1
  16899. | #define HAVE_MEMORY_H 1
  16900. | #define HAVE_STRINGS_H 1
  16901. | #define HAVE_INTTYPES_H 1
  16902. | #define HAVE_STDINT_H 1
  16903. | #define HAVE_UNISTD_H 1
  16904. | #define __EXTENSIONS__ 1
  16905. | #define _ALL_SOURCE 1
  16906. | #define _GNU_SOURCE 1
  16907. | #define _POSIX_PTHREAD_SEMANTICS 1
  16908. | #define _TANDEM_SOURCE 1
  16909. | #define HAVE_INFINITY 1
  16910. | #define HAVE_NAN 1
  16911. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  16912. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  16913. | #define BROKEN_CRYPT 1
  16914. | #define HAVE_CRT_EXTERNS_H 1
  16915. | #define HAVE_LIBDL 1
  16916. | #define HAVE_DIRENT_H 1
  16917. | #define HAVE__BOOL 1
  16918. | #define HAVE_STDBOOL_H 1
  16919. | #define HAVE_SYS_WAIT_H 1
  16920. | #define HAVE_GRP_H 1
  16921. | #define HAVE_FCNTL_H 1
  16922. | #define HAVE_FLOAT_H 1
  16923. | #define HAVE_LANGINFO_H 1
  16924. | #define HAVE_LIMITS_H 1
  16925. | #define HAVE_LOCALE_H 1
  16926. | #define HAVE_MALLOC_MALLOC_H 1
  16927. | #define HAVE_PWD_H 1
  16928. | #define HAVE_SYS_ATTR_H 1
  16929. | #define HAVE_SYS_FCNTL_H 1
  16930. | #define HAVE_SYS_FILE_H 1
  16931. | #define HAVE_SYS_IOCTL_H 1
  16932. | #define HAVE_SYS_PARAM_H 1
  16933. | #define HAVE_SYS_RESOURCE_H 1
  16934. | #define HAVE_SYS_SELECT_H 1
  16935. | #define HAVE_SYS_SOCKET_H 1
  16936. | #define HAVE_SYS_TIME_H 1
  16937. | #define HAVE_SYS_TIMES_H 1
  16938. | #define HAVE_SYS_UIO_H 1
  16939. | #define HAVE_TIME_H 1
  16940. | #define HAVE_UCONTEXT_H 1
  16941. | #define HAVE_UTIME_H 1
  16942. | #define HAVE_GMP_H 1
  16943. | #define HAVE_LIBGMP 1
  16944. | #define HAVE_TYPEOF 1
  16945. | #define HAVE_LONG_LONG 1
  16946. | #define HAVE_OFF_T 1
  16947. | #define SIZEOF_INT 4
  16948. | #define SIZEOF_SHORT 2
  16949. | #define SIZEOF_LONG 8
  16950. | #define SIZEOF_LONG_LONG 8
  16951. | #define SIZEOF___INT64 0
  16952. | #define SIZEOF___INT128 16
  16953. | #define SIZEOF_OFF_T 8
  16954. | #define SIZEOF_VOIDP 8
  16955. | #define SIZEOF_FLOAT 4
  16956. | #define SIZEOF_DOUBLE 8
  16957. | #define SIZEOF_TIME_T 8
  16958. | #define SIZEOF_CLOCK_T 8
  16959. | #define PACKED_STRUCT(x) x __attribute__((packed))
  16960. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  16961. | #define PRI_LL_PREFIX "ll"
  16962. | #define rb_pid_t pid_t
  16963. | #define SIGNEDNESS_OF_PID_T -1
  16964. | #define PIDT2NUM(v) INT2NUM(v)
  16965. | #define NUM2PIDT(v) NUM2INT(v)
  16966. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  16967. | #define rb_uid_t uid_t
  16968. | #define SIGNEDNESS_OF_UID_T +1
  16969. | #define UIDT2NUM(v) UINT2NUM(v)
  16970. | #define NUM2UIDT(v) NUM2UINT(v)
  16971. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  16972. | #define rb_gid_t gid_t
  16973. | #define SIGNEDNESS_OF_GID_T +1
  16974. | #define GIDT2NUM(v) UINT2NUM(v)
  16975. | #define NUM2GIDT(v) NUM2UINT(v)
  16976. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  16977. | #define rb_time_t time_t
  16978. | #define SIGNEDNESS_OF_TIME_T -1
  16979. | #define TIMET2NUM(v) LONG2NUM(v)
  16980. | #define NUM2TIMET(v) NUM2LONG(v)
  16981. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  16982. | #define rb_dev_t dev_t
  16983. | #define SIGNEDNESS_OF_DEV_T -1
  16984. | #define DEVT2NUM(v) INT2NUM(v)
  16985. | #define NUM2DEVT(v) NUM2INT(v)
  16986. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  16987. | #define rb_mode_t mode_t
  16988. | #define SIGNEDNESS_OF_MODE_T +1
  16989. | #define MODET2NUM(v) UINT2NUM(v)
  16990. | #define NUM2MODET(v) NUM2UINT(v)
  16991. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  16992. | #define rb_rlim_t rlim_t
  16993. | #define SIGNEDNESS_OF_RLIM_T +1
  16994. | #define RLIM2NUM(v) ULL2NUM(v)
  16995. | #define NUM2RLIM(v) NUM2ULL(v)
  16996. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  16997. | #define rb_off_t off_t
  16998. | #define SIGNEDNESS_OF_OFF_T -1
  16999. | #define OFFT2NUM(v) LL2NUM(v)
  17000. | #define NUM2OFFT(v) NUM2LL(v)
  17001. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  17002. | #define rb_clockid_t int
  17003. | #define SIGNEDNESS_OF_CLOCKID_T -1
  17004. | #define CLOCKID2NUM(v) INT2NUM(v)
  17005. | #define NUM2CLOCKID(v) NUM2INT(v)
  17006. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  17007. | #define HAVE_PROTOTYPES 1
  17008. | #define TOKEN_PASTE(x,y) x##y
  17009. | #define STRINGIZE(expr) STRINGIZE0(expr)
  17010. | #define HAVE_STDARG_PROTOTYPES 1
  17011. | #define HAVE_VA_ARGS_MACRO 1
  17012. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  17013. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  17014. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  17015. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  17016. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  17017. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  17018. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  17019. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  17020. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  17021. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  17022. | #define WEAK(x) __attribute__ ((__weak__)) x
  17023. | #define HAVE_FUNC_WEAK 1
  17024. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  17025. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  17026. | #define HAVE_GCC_SYNC_BUILTINS 1
  17027. | #define UNREACHABLE __builtin_unreachable()
  17028. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  17029. | #define RUBY_FUNCTION_NAME_STRING __func__
  17030. | #define ENUM_OVER_INT 1
  17031. | #define HAVE_DECL_SYS_NERR 1
  17032. | #define HAVE_DECL_GETENV 1
  17033. | #define SIZEOF_SIZE_T 8
  17034. | #define SIZEOF_PTRDIFF_T 8
  17035. | #define PRI_SIZE_PREFIX "z"
  17036. | #define PRI_PTRDIFF_PREFIX "t"
  17037. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  17038. | #define HAVE_ST_BLKSIZE 1
  17039. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  17040. | #define HAVE_ST_BLOCKS 1
  17041. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  17042. | #define HAVE_ST_RDEV 1
  17043. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  17044. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  17045. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  17046. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  17047. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  17048. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  17049. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  17050. | #define HAVE_STRUCT_TIMEVAL 1
  17051. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  17052. | #define HAVE_STRUCT_TIMESPEC 1
  17053. | #define HAVE_STRUCT_TIMEZONE 1
  17054. | #define HAVE_INT8_T 1
  17055. | #define SIZEOF_INT8_T 1
  17056. | #define HAVE_UINT8_T 1
  17057. | #define SIZEOF_UINT8_T 1
  17058. | #define HAVE_INT16_T 1
  17059. | #define SIZEOF_INT16_T 2
  17060. | #define HAVE_UINT16_T 1
  17061. | #define SIZEOF_UINT16_T 2
  17062. | #define HAVE_INT32_T 1
  17063. | #define SIZEOF_INT32_T 4
  17064. | #define HAVE_UINT32_T 1
  17065. | #define SIZEOF_UINT32_T 4
  17066. | #define HAVE_INT64_T 1
  17067. | #define SIZEOF_INT64_T 8
  17068. | #define HAVE_UINT64_T 1
  17069. | #define SIZEOF_UINT64_T 8
  17070. | /* end confdefs.h. */
  17071. | #include <stdio.h>
  17072. | #ifdef HAVE_SYS_TYPES_H
  17073. | # include <sys/types.h>
  17074. | #endif
  17075. | #ifdef HAVE_SYS_STAT_H
  17076. | # include <sys/stat.h>
  17077. | #endif
  17078. | #ifdef STDC_HEADERS
  17079. | # include <stdlib.h>
  17080. | # include <stddef.h>
  17081. | #else
  17082. | # ifdef HAVE_STDLIB_H
  17083. | # include <stdlib.h>
  17084. | # endif
  17085. | #endif
  17086. | #ifdef HAVE_STRING_H
  17087. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  17088. | # include <memory.h>
  17089. | # endif
  17090. | # include <string.h>
  17091. | #endif
  17092. | #ifdef HAVE_STRINGS_H
  17093. | # include <strings.h>
  17094. | #endif
  17095. | #ifdef HAVE_INTTYPES_H
  17096. | # include <inttypes.h>
  17097. | #endif
  17098. | #ifdef HAVE_STDINT_H
  17099. | # include <stdint.h>
  17100. | #endif
  17101. | #ifdef HAVE_UNISTD_H
  17102. | # include <unistd.h>
  17103. | #endif
  17104. | typedef int128_t t; int s = sizeof(t) == 42;
  17105. | int
  17106. | main ()
  17107. | {
  17108. |
  17109. | ;
  17110. | return 0;
  17111. | }
  17112. configure:19058: result: __int128
  17113. configure:19134: checking for uint128_t
  17114. 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
  17115. conftest.c:222:9: error: unknown type name 'uint128_t'
  17116. typedef uint128_t t; int s = sizeof(t) == 42;
  17117. ^
  17118. 1 error generated.
  17119. configure:19151: $? = 1
  17120. configure: failed program was:
  17121. | /* confdefs.h */
  17122. | #define PACKAGE_NAME ""
  17123. | #define PACKAGE_TARNAME ""
  17124. | #define PACKAGE_VERSION ""
  17125. | #define PACKAGE_STRING ""
  17126. | #define PACKAGE_BUGREPORT ""
  17127. | #define PACKAGE_URL ""
  17128. | #define CANONICALIZATION_FOR_MATHN 1
  17129. | #define STDC_HEADERS 1
  17130. | #define HAVE_SYS_TYPES_H 1
  17131. | #define HAVE_SYS_STAT_H 1
  17132. | #define HAVE_STDLIB_H 1
  17133. | #define HAVE_STRING_H 1
  17134. | #define HAVE_MEMORY_H 1
  17135. | #define HAVE_STRINGS_H 1
  17136. | #define HAVE_INTTYPES_H 1
  17137. | #define HAVE_STDINT_H 1
  17138. | #define HAVE_UNISTD_H 1
  17139. | #define __EXTENSIONS__ 1
  17140. | #define _ALL_SOURCE 1
  17141. | #define _GNU_SOURCE 1
  17142. | #define _POSIX_PTHREAD_SEMANTICS 1
  17143. | #define _TANDEM_SOURCE 1
  17144. | #define HAVE_INFINITY 1
  17145. | #define HAVE_NAN 1
  17146. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  17147. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  17148. | #define BROKEN_CRYPT 1
  17149. | #define HAVE_CRT_EXTERNS_H 1
  17150. | #define HAVE_LIBDL 1
  17151. | #define HAVE_DIRENT_H 1
  17152. | #define HAVE__BOOL 1
  17153. | #define HAVE_STDBOOL_H 1
  17154. | #define HAVE_SYS_WAIT_H 1
  17155. | #define HAVE_GRP_H 1
  17156. | #define HAVE_FCNTL_H 1
  17157. | #define HAVE_FLOAT_H 1
  17158. | #define HAVE_LANGINFO_H 1
  17159. | #define HAVE_LIMITS_H 1
  17160. | #define HAVE_LOCALE_H 1
  17161. | #define HAVE_MALLOC_MALLOC_H 1
  17162. | #define HAVE_PWD_H 1
  17163. | #define HAVE_SYS_ATTR_H 1
  17164. | #define HAVE_SYS_FCNTL_H 1
  17165. | #define HAVE_SYS_FILE_H 1
  17166. | #define HAVE_SYS_IOCTL_H 1
  17167. | #define HAVE_SYS_PARAM_H 1
  17168. | #define HAVE_SYS_RESOURCE_H 1
  17169. | #define HAVE_SYS_SELECT_H 1
  17170. | #define HAVE_SYS_SOCKET_H 1
  17171. | #define HAVE_SYS_TIME_H 1
  17172. | #define HAVE_SYS_TIMES_H 1
  17173. | #define HAVE_SYS_UIO_H 1
  17174. | #define HAVE_TIME_H 1
  17175. | #define HAVE_UCONTEXT_H 1
  17176. | #define HAVE_UTIME_H 1
  17177. | #define HAVE_GMP_H 1
  17178. | #define HAVE_LIBGMP 1
  17179. | #define HAVE_TYPEOF 1
  17180. | #define HAVE_LONG_LONG 1
  17181. | #define HAVE_OFF_T 1
  17182. | #define SIZEOF_INT 4
  17183. | #define SIZEOF_SHORT 2
  17184. | #define SIZEOF_LONG 8
  17185. | #define SIZEOF_LONG_LONG 8
  17186. | #define SIZEOF___INT64 0
  17187. | #define SIZEOF___INT128 16
  17188. | #define SIZEOF_OFF_T 8
  17189. | #define SIZEOF_VOIDP 8
  17190. | #define SIZEOF_FLOAT 4
  17191. | #define SIZEOF_DOUBLE 8
  17192. | #define SIZEOF_TIME_T 8
  17193. | #define SIZEOF_CLOCK_T 8
  17194. | #define PACKED_STRUCT(x) x __attribute__((packed))
  17195. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  17196. | #define PRI_LL_PREFIX "ll"
  17197. | #define rb_pid_t pid_t
  17198. | #define SIGNEDNESS_OF_PID_T -1
  17199. | #define PIDT2NUM(v) INT2NUM(v)
  17200. | #define NUM2PIDT(v) NUM2INT(v)
  17201. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  17202. | #define rb_uid_t uid_t
  17203. | #define SIGNEDNESS_OF_UID_T +1
  17204. | #define UIDT2NUM(v) UINT2NUM(v)
  17205. | #define NUM2UIDT(v) NUM2UINT(v)
  17206. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  17207. | #define rb_gid_t gid_t
  17208. | #define SIGNEDNESS_OF_GID_T +1
  17209. | #define GIDT2NUM(v) UINT2NUM(v)
  17210. | #define NUM2GIDT(v) NUM2UINT(v)
  17211. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  17212. | #define rb_time_t time_t
  17213. | #define SIGNEDNESS_OF_TIME_T -1
  17214. | #define TIMET2NUM(v) LONG2NUM(v)
  17215. | #define NUM2TIMET(v) NUM2LONG(v)
  17216. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  17217. | #define rb_dev_t dev_t
  17218. | #define SIGNEDNESS_OF_DEV_T -1
  17219. | #define DEVT2NUM(v) INT2NUM(v)
  17220. | #define NUM2DEVT(v) NUM2INT(v)
  17221. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  17222. | #define rb_mode_t mode_t
  17223. | #define SIGNEDNESS_OF_MODE_T +1
  17224. | #define MODET2NUM(v) UINT2NUM(v)
  17225. | #define NUM2MODET(v) NUM2UINT(v)
  17226. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  17227. | #define rb_rlim_t rlim_t
  17228. | #define SIGNEDNESS_OF_RLIM_T +1
  17229. | #define RLIM2NUM(v) ULL2NUM(v)
  17230. | #define NUM2RLIM(v) NUM2ULL(v)
  17231. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  17232. | #define rb_off_t off_t
  17233. | #define SIGNEDNESS_OF_OFF_T -1
  17234. | #define OFFT2NUM(v) LL2NUM(v)
  17235. | #define NUM2OFFT(v) NUM2LL(v)
  17236. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  17237. | #define rb_clockid_t int
  17238. | #define SIGNEDNESS_OF_CLOCKID_T -1
  17239. | #define CLOCKID2NUM(v) INT2NUM(v)
  17240. | #define NUM2CLOCKID(v) NUM2INT(v)
  17241. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  17242. | #define HAVE_PROTOTYPES 1
  17243. | #define TOKEN_PASTE(x,y) x##y
  17244. | #define STRINGIZE(expr) STRINGIZE0(expr)
  17245. | #define HAVE_STDARG_PROTOTYPES 1
  17246. | #define HAVE_VA_ARGS_MACRO 1
  17247. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  17248. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  17249. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  17250. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  17251. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  17252. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  17253. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  17254. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  17255. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  17256. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  17257. | #define WEAK(x) __attribute__ ((__weak__)) x
  17258. | #define HAVE_FUNC_WEAK 1
  17259. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  17260. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  17261. | #define HAVE_GCC_SYNC_BUILTINS 1
  17262. | #define UNREACHABLE __builtin_unreachable()
  17263. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  17264. | #define RUBY_FUNCTION_NAME_STRING __func__
  17265. | #define ENUM_OVER_INT 1
  17266. | #define HAVE_DECL_SYS_NERR 1
  17267. | #define HAVE_DECL_GETENV 1
  17268. | #define SIZEOF_SIZE_T 8
  17269. | #define SIZEOF_PTRDIFF_T 8
  17270. | #define PRI_SIZE_PREFIX "z"
  17271. | #define PRI_PTRDIFF_PREFIX "t"
  17272. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  17273. | #define HAVE_ST_BLKSIZE 1
  17274. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  17275. | #define HAVE_ST_BLOCKS 1
  17276. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  17277. | #define HAVE_ST_RDEV 1
  17278. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  17279. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  17280. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  17281. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  17282. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  17283. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  17284. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  17285. | #define HAVE_STRUCT_TIMEVAL 1
  17286. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  17287. | #define HAVE_STRUCT_TIMESPEC 1
  17288. | #define HAVE_STRUCT_TIMEZONE 1
  17289. | #define HAVE_INT8_T 1
  17290. | #define SIZEOF_INT8_T 1
  17291. | #define HAVE_UINT8_T 1
  17292. | #define SIZEOF_UINT8_T 1
  17293. | #define HAVE_INT16_T 1
  17294. | #define SIZEOF_INT16_T 2
  17295. | #define HAVE_UINT16_T 1
  17296. | #define SIZEOF_UINT16_T 2
  17297. | #define HAVE_INT32_T 1
  17298. | #define SIZEOF_INT32_T 4
  17299. | #define HAVE_UINT32_T 1
  17300. | #define SIZEOF_UINT32_T 4
  17301. | #define HAVE_INT64_T 1
  17302. | #define SIZEOF_INT64_T 8
  17303. | #define HAVE_UINT64_T 1
  17304. | #define SIZEOF_UINT64_T 8
  17305. | #define HAVE_INT128_T 1
  17306. | #define int128_t __int128
  17307. | #define SIZEOF_INT128_T SIZEOF___INT128
  17308. | /* end confdefs.h. */
  17309. | #include <stdio.h>
  17310. | #ifdef HAVE_SYS_TYPES_H
  17311. | # include <sys/types.h>
  17312. | #endif
  17313. | #ifdef HAVE_SYS_STAT_H
  17314. | # include <sys/stat.h>
  17315. | #endif
  17316. | #ifdef STDC_HEADERS
  17317. | # include <stdlib.h>
  17318. | # include <stddef.h>
  17319. | #else
  17320. | # ifdef HAVE_STDLIB_H
  17321. | # include <stdlib.h>
  17322. | # endif
  17323. | #endif
  17324. | #ifdef HAVE_STRING_H
  17325. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  17326. | # include <memory.h>
  17327. | # endif
  17328. | # include <string.h>
  17329. | #endif
  17330. | #ifdef HAVE_STRINGS_H
  17331. | # include <strings.h>
  17332. | #endif
  17333. | #ifdef HAVE_INTTYPES_H
  17334. | # include <inttypes.h>
  17335. | #endif
  17336. | #ifdef HAVE_STDINT_H
  17337. | # include <stdint.h>
  17338. | #endif
  17339. | #ifdef HAVE_UNISTD_H
  17340. | # include <unistd.h>
  17341. | #endif
  17342. | typedef uint128_t t; int s = sizeof(t) == 42;
  17343. | int
  17344. | main ()
  17345. | {
  17346. |
  17347. | ;
  17348. | return 0;
  17349. | }
  17350. configure:19175: result: unsigned __int128
  17351. configure:19251: checking for intptr_t
  17352. 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
  17353. configure:19268: $? = 0
  17354. configure:19292: result: yes
  17355. configure:19420: checking size of intptr_t
  17356. 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
  17357. configure:19425: $? = 0
  17358. configure:19425: ./conftest
  17359. configure:19425: $? = 0
  17360. configure:19440: result: 8
  17361. configure:19469: checking for uintptr_t
  17362. 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
  17363. configure:19486: $? = 0
  17364. configure:19510: result: yes
  17365. configure:19638: checking size of uintptr_t
  17366. 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
  17367. configure:19643: $? = 0
  17368. configure:19643: ./conftest
  17369. configure:19643: $? = 0
  17370. configure:19658: result: 8
  17371. configure:19687: checking for ssize_t
  17372. 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
  17373. configure:19705: $? = 0
  17374. configure:19729: result: yes
  17375. configure:19859: checking size of ssize_t
  17376. 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
  17377. configure:19864: $? = 0
  17378. configure:19864: ./conftest
  17379. configure:19864: $? = 0
  17380. configure:19880: result: 8
  17381. configure:19909: checking for stack end address
  17382. 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
  17383. Undefined symbols for architecture x86_64:
  17384. "___libc_stack_end", referenced from:
  17385. _main in conftest-8ebdaf.o
  17386. ld: symbol(s) not found for architecture x86_64
  17387. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  17388. configure:19926: $? = 1
  17389. configure: failed program was:
  17390. | /* confdefs.h */
  17391. | #define PACKAGE_NAME ""
  17392. | #define PACKAGE_TARNAME ""
  17393. | #define PACKAGE_VERSION ""
  17394. | #define PACKAGE_STRING ""
  17395. | #define PACKAGE_BUGREPORT ""
  17396. | #define PACKAGE_URL ""
  17397. | #define CANONICALIZATION_FOR_MATHN 1
  17398. | #define STDC_HEADERS 1
  17399. | #define HAVE_SYS_TYPES_H 1
  17400. | #define HAVE_SYS_STAT_H 1
  17401. | #define HAVE_STDLIB_H 1
  17402. | #define HAVE_STRING_H 1
  17403. | #define HAVE_MEMORY_H 1
  17404. | #define HAVE_STRINGS_H 1
  17405. | #define HAVE_INTTYPES_H 1
  17406. | #define HAVE_STDINT_H 1
  17407. | #define HAVE_UNISTD_H 1
  17408. | #define __EXTENSIONS__ 1
  17409. | #define _ALL_SOURCE 1
  17410. | #define _GNU_SOURCE 1
  17411. | #define _POSIX_PTHREAD_SEMANTICS 1
  17412. | #define _TANDEM_SOURCE 1
  17413. | #define HAVE_INFINITY 1
  17414. | #define HAVE_NAN 1
  17415. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  17416. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  17417. | #define BROKEN_CRYPT 1
  17418. | #define HAVE_CRT_EXTERNS_H 1
  17419. | #define HAVE_LIBDL 1
  17420. | #define HAVE_DIRENT_H 1
  17421. | #define HAVE__BOOL 1
  17422. | #define HAVE_STDBOOL_H 1
  17423. | #define HAVE_SYS_WAIT_H 1
  17424. | #define HAVE_GRP_H 1
  17425. | #define HAVE_FCNTL_H 1
  17426. | #define HAVE_FLOAT_H 1
  17427. | #define HAVE_LANGINFO_H 1
  17428. | #define HAVE_LIMITS_H 1
  17429. | #define HAVE_LOCALE_H 1
  17430. | #define HAVE_MALLOC_MALLOC_H 1
  17431. | #define HAVE_PWD_H 1
  17432. | #define HAVE_SYS_ATTR_H 1
  17433. | #define HAVE_SYS_FCNTL_H 1
  17434. | #define HAVE_SYS_FILE_H 1
  17435. | #define HAVE_SYS_IOCTL_H 1
  17436. | #define HAVE_SYS_PARAM_H 1
  17437. | #define HAVE_SYS_RESOURCE_H 1
  17438. | #define HAVE_SYS_SELECT_H 1
  17439. | #define HAVE_SYS_SOCKET_H 1
  17440. | #define HAVE_SYS_TIME_H 1
  17441. | #define HAVE_SYS_TIMES_H 1
  17442. | #define HAVE_SYS_UIO_H 1
  17443. | #define HAVE_TIME_H 1
  17444. | #define HAVE_UCONTEXT_H 1
  17445. | #define HAVE_UTIME_H 1
  17446. | #define HAVE_GMP_H 1
  17447. | #define HAVE_LIBGMP 1
  17448. | #define HAVE_TYPEOF 1
  17449. | #define HAVE_LONG_LONG 1
  17450. | #define HAVE_OFF_T 1
  17451. | #define SIZEOF_INT 4
  17452. | #define SIZEOF_SHORT 2
  17453. | #define SIZEOF_LONG 8
  17454. | #define SIZEOF_LONG_LONG 8
  17455. | #define SIZEOF___INT64 0
  17456. | #define SIZEOF___INT128 16
  17457. | #define SIZEOF_OFF_T 8
  17458. | #define SIZEOF_VOIDP 8
  17459. | #define SIZEOF_FLOAT 4
  17460. | #define SIZEOF_DOUBLE 8
  17461. | #define SIZEOF_TIME_T 8
  17462. | #define SIZEOF_CLOCK_T 8
  17463. | #define PACKED_STRUCT(x) x __attribute__((packed))
  17464. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  17465. | #define PRI_LL_PREFIX "ll"
  17466. | #define rb_pid_t pid_t
  17467. | #define SIGNEDNESS_OF_PID_T -1
  17468. | #define PIDT2NUM(v) INT2NUM(v)
  17469. | #define NUM2PIDT(v) NUM2INT(v)
  17470. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  17471. | #define rb_uid_t uid_t
  17472. | #define SIGNEDNESS_OF_UID_T +1
  17473. | #define UIDT2NUM(v) UINT2NUM(v)
  17474. | #define NUM2UIDT(v) NUM2UINT(v)
  17475. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  17476. | #define rb_gid_t gid_t
  17477. | #define SIGNEDNESS_OF_GID_T +1
  17478. | #define GIDT2NUM(v) UINT2NUM(v)
  17479. | #define NUM2GIDT(v) NUM2UINT(v)
  17480. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  17481. | #define rb_time_t time_t
  17482. | #define SIGNEDNESS_OF_TIME_T -1
  17483. | #define TIMET2NUM(v) LONG2NUM(v)
  17484. | #define NUM2TIMET(v) NUM2LONG(v)
  17485. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  17486. | #define rb_dev_t dev_t
  17487. | #define SIGNEDNESS_OF_DEV_T -1
  17488. | #define DEVT2NUM(v) INT2NUM(v)
  17489. | #define NUM2DEVT(v) NUM2INT(v)
  17490. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  17491. | #define rb_mode_t mode_t
  17492. | #define SIGNEDNESS_OF_MODE_T +1
  17493. | #define MODET2NUM(v) UINT2NUM(v)
  17494. | #define NUM2MODET(v) NUM2UINT(v)
  17495. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  17496. | #define rb_rlim_t rlim_t
  17497. | #define SIGNEDNESS_OF_RLIM_T +1
  17498. | #define RLIM2NUM(v) ULL2NUM(v)
  17499. | #define NUM2RLIM(v) NUM2ULL(v)
  17500. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  17501. | #define rb_off_t off_t
  17502. | #define SIGNEDNESS_OF_OFF_T -1
  17503. | #define OFFT2NUM(v) LL2NUM(v)
  17504. | #define NUM2OFFT(v) NUM2LL(v)
  17505. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  17506. | #define rb_clockid_t int
  17507. | #define SIGNEDNESS_OF_CLOCKID_T -1
  17508. | #define CLOCKID2NUM(v) INT2NUM(v)
  17509. | #define NUM2CLOCKID(v) NUM2INT(v)
  17510. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  17511. | #define HAVE_PROTOTYPES 1
  17512. | #define TOKEN_PASTE(x,y) x##y
  17513. | #define STRINGIZE(expr) STRINGIZE0(expr)
  17514. | #define HAVE_STDARG_PROTOTYPES 1
  17515. | #define HAVE_VA_ARGS_MACRO 1
  17516. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  17517. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  17518. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  17519. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  17520. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  17521. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  17522. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  17523. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  17524. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  17525. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  17526. | #define WEAK(x) __attribute__ ((__weak__)) x
  17527. | #define HAVE_FUNC_WEAK 1
  17528. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  17529. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  17530. | #define HAVE_GCC_SYNC_BUILTINS 1
  17531. | #define UNREACHABLE __builtin_unreachable()
  17532. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  17533. | #define RUBY_FUNCTION_NAME_STRING __func__
  17534. | #define ENUM_OVER_INT 1
  17535. | #define HAVE_DECL_SYS_NERR 1
  17536. | #define HAVE_DECL_GETENV 1
  17537. | #define SIZEOF_SIZE_T 8
  17538. | #define SIZEOF_PTRDIFF_T 8
  17539. | #define PRI_SIZE_PREFIX "z"
  17540. | #define PRI_PTRDIFF_PREFIX "t"
  17541. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  17542. | #define HAVE_ST_BLKSIZE 1
  17543. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  17544. | #define HAVE_ST_BLOCKS 1
  17545. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  17546. | #define HAVE_ST_RDEV 1
  17547. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  17548. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  17549. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  17550. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  17551. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  17552. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  17553. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  17554. | #define HAVE_STRUCT_TIMEVAL 1
  17555. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  17556. | #define HAVE_STRUCT_TIMESPEC 1
  17557. | #define HAVE_STRUCT_TIMEZONE 1
  17558. | #define HAVE_INT8_T 1
  17559. | #define SIZEOF_INT8_T 1
  17560. | #define HAVE_UINT8_T 1
  17561. | #define SIZEOF_UINT8_T 1
  17562. | #define HAVE_INT16_T 1
  17563. | #define SIZEOF_INT16_T 2
  17564. | #define HAVE_UINT16_T 1
  17565. | #define SIZEOF_UINT16_T 2
  17566. | #define HAVE_INT32_T 1
  17567. | #define SIZEOF_INT32_T 4
  17568. | #define HAVE_UINT32_T 1
  17569. | #define SIZEOF_UINT32_T 4
  17570. | #define HAVE_INT64_T 1
  17571. | #define SIZEOF_INT64_T 8
  17572. | #define HAVE_UINT64_T 1
  17573. | #define SIZEOF_UINT64_T 8
  17574. | #define HAVE_INT128_T 1
  17575. | #define int128_t __int128
  17576. | #define SIZEOF_INT128_T SIZEOF___INT128
  17577. | #define HAVE_UINT128_T 1
  17578. | #define uint128_t unsigned __int128
  17579. | #define SIZEOF_UINT128_T SIZEOF___INT128
  17580. | #define HAVE_INTPTR_T 1
  17581. | #define SIZEOF_INTPTR_T 8
  17582. | #define HAVE_UINTPTR_T 1
  17583. | #define SIZEOF_UINTPTR_T 8
  17584. | #define HAVE_SSIZE_T 1
  17585. | #define SIZEOF_SSIZE_T 8
  17586. | /* end confdefs.h. */
  17587. | extern void *__libc_stack_end;
  17588. | int
  17589. | main ()
  17590. | {
  17591. | if (!__libc_stack_end) return 1;
  17592. | ;
  17593. | return 0;
  17594. | }
  17595. configure:19933: result: no
  17596. configure:20008: checking for uid_t in sys/types.h
  17597. configure:20027: result: yes
  17598. configure:20038: checking type of array argument to getgroups
  17599. configure:20097: result: gid_t
  17600. configure:20105: checking return type of signal handlers
  17601. 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
  17602. conftest.c:205:8: error: indirection requires pointer operand ('void' invalid)
  17603. return *(signal (0, 0)) (0) == 1;
  17604. ^~~~~~~~~~~~~~~~~~~~
  17605. 1 error generated.
  17606. configure:20123: $? = 1
  17607. configure: failed program was:
  17608. | /* confdefs.h */
  17609. | #define PACKAGE_NAME ""
  17610. | #define PACKAGE_TARNAME ""
  17611. | #define PACKAGE_VERSION ""
  17612. | #define PACKAGE_STRING ""
  17613. | #define PACKAGE_BUGREPORT ""
  17614. | #define PACKAGE_URL ""
  17615. | #define CANONICALIZATION_FOR_MATHN 1
  17616. | #define STDC_HEADERS 1
  17617. | #define HAVE_SYS_TYPES_H 1
  17618. | #define HAVE_SYS_STAT_H 1
  17619. | #define HAVE_STDLIB_H 1
  17620. | #define HAVE_STRING_H 1
  17621. | #define HAVE_MEMORY_H 1
  17622. | #define HAVE_STRINGS_H 1
  17623. | #define HAVE_INTTYPES_H 1
  17624. | #define HAVE_STDINT_H 1
  17625. | #define HAVE_UNISTD_H 1
  17626. | #define __EXTENSIONS__ 1
  17627. | #define _ALL_SOURCE 1
  17628. | #define _GNU_SOURCE 1
  17629. | #define _POSIX_PTHREAD_SEMANTICS 1
  17630. | #define _TANDEM_SOURCE 1
  17631. | #define HAVE_INFINITY 1
  17632. | #define HAVE_NAN 1
  17633. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  17634. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  17635. | #define BROKEN_CRYPT 1
  17636. | #define HAVE_CRT_EXTERNS_H 1
  17637. | #define HAVE_LIBDL 1
  17638. | #define HAVE_DIRENT_H 1
  17639. | #define HAVE__BOOL 1
  17640. | #define HAVE_STDBOOL_H 1
  17641. | #define HAVE_SYS_WAIT_H 1
  17642. | #define HAVE_GRP_H 1
  17643. | #define HAVE_FCNTL_H 1
  17644. | #define HAVE_FLOAT_H 1
  17645. | #define HAVE_LANGINFO_H 1
  17646. | #define HAVE_LIMITS_H 1
  17647. | #define HAVE_LOCALE_H 1
  17648. | #define HAVE_MALLOC_MALLOC_H 1
  17649. | #define HAVE_PWD_H 1
  17650. | #define HAVE_SYS_ATTR_H 1
  17651. | #define HAVE_SYS_FCNTL_H 1
  17652. | #define HAVE_SYS_FILE_H 1
  17653. | #define HAVE_SYS_IOCTL_H 1
  17654. | #define HAVE_SYS_PARAM_H 1
  17655. | #define HAVE_SYS_RESOURCE_H 1
  17656. | #define HAVE_SYS_SELECT_H 1
  17657. | #define HAVE_SYS_SOCKET_H 1
  17658. | #define HAVE_SYS_TIME_H 1
  17659. | #define HAVE_SYS_TIMES_H 1
  17660. | #define HAVE_SYS_UIO_H 1
  17661. | #define HAVE_TIME_H 1
  17662. | #define HAVE_UCONTEXT_H 1
  17663. | #define HAVE_UTIME_H 1
  17664. | #define HAVE_GMP_H 1
  17665. | #define HAVE_LIBGMP 1
  17666. | #define HAVE_TYPEOF 1
  17667. | #define HAVE_LONG_LONG 1
  17668. | #define HAVE_OFF_T 1
  17669. | #define SIZEOF_INT 4
  17670. | #define SIZEOF_SHORT 2
  17671. | #define SIZEOF_LONG 8
  17672. | #define SIZEOF_LONG_LONG 8
  17673. | #define SIZEOF___INT64 0
  17674. | #define SIZEOF___INT128 16
  17675. | #define SIZEOF_OFF_T 8
  17676. | #define SIZEOF_VOIDP 8
  17677. | #define SIZEOF_FLOAT 4
  17678. | #define SIZEOF_DOUBLE 8
  17679. | #define SIZEOF_TIME_T 8
  17680. | #define SIZEOF_CLOCK_T 8
  17681. | #define PACKED_STRUCT(x) x __attribute__((packed))
  17682. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  17683. | #define PRI_LL_PREFIX "ll"
  17684. | #define rb_pid_t pid_t
  17685. | #define SIGNEDNESS_OF_PID_T -1
  17686. | #define PIDT2NUM(v) INT2NUM(v)
  17687. | #define NUM2PIDT(v) NUM2INT(v)
  17688. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  17689. | #define rb_uid_t uid_t
  17690. | #define SIGNEDNESS_OF_UID_T +1
  17691. | #define UIDT2NUM(v) UINT2NUM(v)
  17692. | #define NUM2UIDT(v) NUM2UINT(v)
  17693. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  17694. | #define rb_gid_t gid_t
  17695. | #define SIGNEDNESS_OF_GID_T +1
  17696. | #define GIDT2NUM(v) UINT2NUM(v)
  17697. | #define NUM2GIDT(v) NUM2UINT(v)
  17698. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  17699. | #define rb_time_t time_t
  17700. | #define SIGNEDNESS_OF_TIME_T -1
  17701. | #define TIMET2NUM(v) LONG2NUM(v)
  17702. | #define NUM2TIMET(v) NUM2LONG(v)
  17703. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  17704. | #define rb_dev_t dev_t
  17705. | #define SIGNEDNESS_OF_DEV_T -1
  17706. | #define DEVT2NUM(v) INT2NUM(v)
  17707. | #define NUM2DEVT(v) NUM2INT(v)
  17708. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  17709. | #define rb_mode_t mode_t
  17710. | #define SIGNEDNESS_OF_MODE_T +1
  17711. | #define MODET2NUM(v) UINT2NUM(v)
  17712. | #define NUM2MODET(v) NUM2UINT(v)
  17713. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  17714. | #define rb_rlim_t rlim_t
  17715. | #define SIGNEDNESS_OF_RLIM_T +1
  17716. | #define RLIM2NUM(v) ULL2NUM(v)
  17717. | #define NUM2RLIM(v) NUM2ULL(v)
  17718. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  17719. | #define rb_off_t off_t
  17720. | #define SIGNEDNESS_OF_OFF_T -1
  17721. | #define OFFT2NUM(v) LL2NUM(v)
  17722. | #define NUM2OFFT(v) NUM2LL(v)
  17723. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  17724. | #define rb_clockid_t int
  17725. | #define SIGNEDNESS_OF_CLOCKID_T -1
  17726. | #define CLOCKID2NUM(v) INT2NUM(v)
  17727. | #define NUM2CLOCKID(v) NUM2INT(v)
  17728. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  17729. | #define HAVE_PROTOTYPES 1
  17730. | #define TOKEN_PASTE(x,y) x##y
  17731. | #define STRINGIZE(expr) STRINGIZE0(expr)
  17732. | #define HAVE_STDARG_PROTOTYPES 1
  17733. | #define HAVE_VA_ARGS_MACRO 1
  17734. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  17735. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  17736. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  17737. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  17738. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  17739. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  17740. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  17741. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  17742. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  17743. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  17744. | #define WEAK(x) __attribute__ ((__weak__)) x
  17745. | #define HAVE_FUNC_WEAK 1
  17746. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  17747. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  17748. | #define HAVE_GCC_SYNC_BUILTINS 1
  17749. | #define UNREACHABLE __builtin_unreachable()
  17750. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  17751. | #define RUBY_FUNCTION_NAME_STRING __func__
  17752. | #define ENUM_OVER_INT 1
  17753. | #define HAVE_DECL_SYS_NERR 1
  17754. | #define HAVE_DECL_GETENV 1
  17755. | #define SIZEOF_SIZE_T 8
  17756. | #define SIZEOF_PTRDIFF_T 8
  17757. | #define PRI_SIZE_PREFIX "z"
  17758. | #define PRI_PTRDIFF_PREFIX "t"
  17759. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  17760. | #define HAVE_ST_BLKSIZE 1
  17761. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  17762. | #define HAVE_ST_BLOCKS 1
  17763. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  17764. | #define HAVE_ST_RDEV 1
  17765. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  17766. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  17767. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  17768. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  17769. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  17770. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  17771. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  17772. | #define HAVE_STRUCT_TIMEVAL 1
  17773. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  17774. | #define HAVE_STRUCT_TIMESPEC 1
  17775. | #define HAVE_STRUCT_TIMEZONE 1
  17776. | #define HAVE_INT8_T 1
  17777. | #define SIZEOF_INT8_T 1
  17778. | #define HAVE_UINT8_T 1
  17779. | #define SIZEOF_UINT8_T 1
  17780. | #define HAVE_INT16_T 1
  17781. | #define SIZEOF_INT16_T 2
  17782. | #define HAVE_UINT16_T 1
  17783. | #define SIZEOF_UINT16_T 2
  17784. | #define HAVE_INT32_T 1
  17785. | #define SIZEOF_INT32_T 4
  17786. | #define HAVE_UINT32_T 1
  17787. | #define SIZEOF_UINT32_T 4
  17788. | #define HAVE_INT64_T 1
  17789. | #define SIZEOF_INT64_T 8
  17790. | #define HAVE_UINT64_T 1
  17791. | #define SIZEOF_UINT64_T 8
  17792. | #define HAVE_INT128_T 1
  17793. | #define int128_t __int128
  17794. | #define SIZEOF_INT128_T SIZEOF___INT128
  17795. | #define HAVE_UINT128_T 1
  17796. | #define uint128_t unsigned __int128
  17797. | #define SIZEOF_UINT128_T SIZEOF___INT128
  17798. | #define HAVE_INTPTR_T 1
  17799. | #define SIZEOF_INTPTR_T 8
  17800. | #define HAVE_UINTPTR_T 1
  17801. | #define SIZEOF_UINTPTR_T 8
  17802. | #define HAVE_SSIZE_T 1
  17803. | #define SIZEOF_SSIZE_T 8
  17804. | #define GETGROUPS_T gid_t
  17805. | /* end confdefs.h. */
  17806. | #include <sys/types.h>
  17807. | #include <signal.h>
  17808. |
  17809. | int
  17810. | main ()
  17811. | {
  17812. | return *(signal (0, 0)) (0) == 1;
  17813. | ;
  17814. | return 0;
  17815. | }
  17816. configure:20130: result: void
  17817. configure:20181: checking for working alloca.h
  17818. 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
  17819. configure:20198: $? = 0
  17820. configure:20206: result: yes
  17821. configure:20214: checking for alloca
  17822. 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
  17823. configure:20251: $? = 0
  17824. configure:20259: result: yes
  17825. configure:20369: checking for dynamic size alloca
  17826. 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
  17827. configure:20393: $? = 0
  17828. configure:20400: result: ok
  17829. configure:20421: checking for working memcmp
  17830. 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
  17831. configure:20464: $? = 0
  17832. configure:20464: ./conftest
  17833. configure:20464: $? = 0
  17834. configure:20474: result: yes
  17835. configure:20487: checking for broken erfc of glibc-2.3.6 on IA64
  17836. 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
  17837. conftest.c:207:4: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  17838. erfc(10000.0);
  17839. ^~~~ ~~~~~~~
  17840. 1 warning generated.
  17841. configure:20507: $? = 0
  17842. configure:20507: ./conftest
  17843. configure:20507: $? = 0
  17844. configure:20517: result: no
  17845. configure:20550: checking for acosh
  17846. 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
  17847. conftest.c:225:6: warning: incompatible redeclaration of library function 'acosh' [-Wincompatible-library-redeclaration]
  17848. char acosh ();
  17849. ^
  17850. conftest.c:225:6: note: 'acosh' is a builtin with type 'double (double)'
  17851. 1 warning generated.
  17852. configure:20550: $? = 0
  17853. configure:20550: result: yes
  17854. configure:20564: checking for cbrt
  17855. 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
  17856. conftest.c:226:6: warning: incompatible redeclaration of library function 'cbrt' [-Wincompatible-library-redeclaration]
  17857. char cbrt ();
  17858. ^
  17859. conftest.c:226:6: note: 'cbrt' is a builtin with type 'double (double)'
  17860. 1 warning generated.
  17861. configure:20564: $? = 0
  17862. configure:20564: result: yes
  17863. configure:20578: checking for crypt
  17864. 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
  17865. configure:20578: $? = 0
  17866. configure:20578: result: yes
  17867. configure:20592: checking for dup2
  17868. 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
  17869. configure:20592: $? = 0
  17870. configure:20592: result: yes
  17871. configure:20606: checking for erf
  17872. 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
  17873. conftest.c:229:6: warning: incompatible redeclaration of library function 'erf' [-Wincompatible-library-redeclaration]
  17874. char erf ();
  17875. ^
  17876. conftest.c:229:6: note: 'erf' is a builtin with type 'double (double)'
  17877. 1 warning generated.
  17878. configure:20606: $? = 0
  17879. configure:20606: result: yes
  17880. configure:20620: checking for explicit_bzero
  17881. 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
  17882. Undefined symbols for architecture x86_64:
  17883. "_explicit_bzero", referenced from:
  17884. _main in conftest-fd4728.o
  17885. ld: symbol(s) not found for architecture x86_64
  17886. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  17887. configure:20620: $? = 1
  17888. configure: failed program was:
  17889. | /* confdefs.h */
  17890. | #define PACKAGE_NAME ""
  17891. | #define PACKAGE_TARNAME ""
  17892. | #define PACKAGE_VERSION ""
  17893. | #define PACKAGE_STRING ""
  17894. | #define PACKAGE_BUGREPORT ""
  17895. | #define PACKAGE_URL ""
  17896. | #define CANONICALIZATION_FOR_MATHN 1
  17897. | #define STDC_HEADERS 1
  17898. | #define HAVE_SYS_TYPES_H 1
  17899. | #define HAVE_SYS_STAT_H 1
  17900. | #define HAVE_STDLIB_H 1
  17901. | #define HAVE_STRING_H 1
  17902. | #define HAVE_MEMORY_H 1
  17903. | #define HAVE_STRINGS_H 1
  17904. | #define HAVE_INTTYPES_H 1
  17905. | #define HAVE_STDINT_H 1
  17906. | #define HAVE_UNISTD_H 1
  17907. | #define __EXTENSIONS__ 1
  17908. | #define _ALL_SOURCE 1
  17909. | #define _GNU_SOURCE 1
  17910. | #define _POSIX_PTHREAD_SEMANTICS 1
  17911. | #define _TANDEM_SOURCE 1
  17912. | #define HAVE_INFINITY 1
  17913. | #define HAVE_NAN 1
  17914. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  17915. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  17916. | #define BROKEN_CRYPT 1
  17917. | #define HAVE_CRT_EXTERNS_H 1
  17918. | #define HAVE_LIBDL 1
  17919. | #define HAVE_DIRENT_H 1
  17920. | #define HAVE__BOOL 1
  17921. | #define HAVE_STDBOOL_H 1
  17922. | #define HAVE_SYS_WAIT_H 1
  17923. | #define HAVE_GRP_H 1
  17924. | #define HAVE_FCNTL_H 1
  17925. | #define HAVE_FLOAT_H 1
  17926. | #define HAVE_LANGINFO_H 1
  17927. | #define HAVE_LIMITS_H 1
  17928. | #define HAVE_LOCALE_H 1
  17929. | #define HAVE_MALLOC_MALLOC_H 1
  17930. | #define HAVE_PWD_H 1
  17931. | #define HAVE_SYS_ATTR_H 1
  17932. | #define HAVE_SYS_FCNTL_H 1
  17933. | #define HAVE_SYS_FILE_H 1
  17934. | #define HAVE_SYS_IOCTL_H 1
  17935. | #define HAVE_SYS_PARAM_H 1
  17936. | #define HAVE_SYS_RESOURCE_H 1
  17937. | #define HAVE_SYS_SELECT_H 1
  17938. | #define HAVE_SYS_SOCKET_H 1
  17939. | #define HAVE_SYS_TIME_H 1
  17940. | #define HAVE_SYS_TIMES_H 1
  17941. | #define HAVE_SYS_UIO_H 1
  17942. | #define HAVE_TIME_H 1
  17943. | #define HAVE_UCONTEXT_H 1
  17944. | #define HAVE_UTIME_H 1
  17945. | #define HAVE_GMP_H 1
  17946. | #define HAVE_LIBGMP 1
  17947. | #define HAVE_TYPEOF 1
  17948. | #define HAVE_LONG_LONG 1
  17949. | #define HAVE_OFF_T 1
  17950. | #define SIZEOF_INT 4
  17951. | #define SIZEOF_SHORT 2
  17952. | #define SIZEOF_LONG 8
  17953. | #define SIZEOF_LONG_LONG 8
  17954. | #define SIZEOF___INT64 0
  17955. | #define SIZEOF___INT128 16
  17956. | #define SIZEOF_OFF_T 8
  17957. | #define SIZEOF_VOIDP 8
  17958. | #define SIZEOF_FLOAT 4
  17959. | #define SIZEOF_DOUBLE 8
  17960. | #define SIZEOF_TIME_T 8
  17961. | #define SIZEOF_CLOCK_T 8
  17962. | #define PACKED_STRUCT(x) x __attribute__((packed))
  17963. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  17964. | #define PRI_LL_PREFIX "ll"
  17965. | #define rb_pid_t pid_t
  17966. | #define SIGNEDNESS_OF_PID_T -1
  17967. | #define PIDT2NUM(v) INT2NUM(v)
  17968. | #define NUM2PIDT(v) NUM2INT(v)
  17969. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  17970. | #define rb_uid_t uid_t
  17971. | #define SIGNEDNESS_OF_UID_T +1
  17972. | #define UIDT2NUM(v) UINT2NUM(v)
  17973. | #define NUM2UIDT(v) NUM2UINT(v)
  17974. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  17975. | #define rb_gid_t gid_t
  17976. | #define SIGNEDNESS_OF_GID_T +1
  17977. | #define GIDT2NUM(v) UINT2NUM(v)
  17978. | #define NUM2GIDT(v) NUM2UINT(v)
  17979. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  17980. | #define rb_time_t time_t
  17981. | #define SIGNEDNESS_OF_TIME_T -1
  17982. | #define TIMET2NUM(v) LONG2NUM(v)
  17983. | #define NUM2TIMET(v) NUM2LONG(v)
  17984. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  17985. | #define rb_dev_t dev_t
  17986. | #define SIGNEDNESS_OF_DEV_T -1
  17987. | #define DEVT2NUM(v) INT2NUM(v)
  17988. | #define NUM2DEVT(v) NUM2INT(v)
  17989. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  17990. | #define rb_mode_t mode_t
  17991. | #define SIGNEDNESS_OF_MODE_T +1
  17992. | #define MODET2NUM(v) UINT2NUM(v)
  17993. | #define NUM2MODET(v) NUM2UINT(v)
  17994. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  17995. | #define rb_rlim_t rlim_t
  17996. | #define SIGNEDNESS_OF_RLIM_T +1
  17997. | #define RLIM2NUM(v) ULL2NUM(v)
  17998. | #define NUM2RLIM(v) NUM2ULL(v)
  17999. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  18000. | #define rb_off_t off_t
  18001. | #define SIGNEDNESS_OF_OFF_T -1
  18002. | #define OFFT2NUM(v) LL2NUM(v)
  18003. | #define NUM2OFFT(v) NUM2LL(v)
  18004. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  18005. | #define rb_clockid_t int
  18006. | #define SIGNEDNESS_OF_CLOCKID_T -1
  18007. | #define CLOCKID2NUM(v) INT2NUM(v)
  18008. | #define NUM2CLOCKID(v) NUM2INT(v)
  18009. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  18010. | #define HAVE_PROTOTYPES 1
  18011. | #define TOKEN_PASTE(x,y) x##y
  18012. | #define STRINGIZE(expr) STRINGIZE0(expr)
  18013. | #define HAVE_STDARG_PROTOTYPES 1
  18014. | #define HAVE_VA_ARGS_MACRO 1
  18015. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  18016. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  18017. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  18018. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  18019. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  18020. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  18021. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  18022. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  18023. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  18024. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  18025. | #define WEAK(x) __attribute__ ((__weak__)) x
  18026. | #define HAVE_FUNC_WEAK 1
  18027. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  18028. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  18029. | #define HAVE_GCC_SYNC_BUILTINS 1
  18030. | #define UNREACHABLE __builtin_unreachable()
  18031. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  18032. | #define RUBY_FUNCTION_NAME_STRING __func__
  18033. | #define ENUM_OVER_INT 1
  18034. | #define HAVE_DECL_SYS_NERR 1
  18035. | #define HAVE_DECL_GETENV 1
  18036. | #define SIZEOF_SIZE_T 8
  18037. | #define SIZEOF_PTRDIFF_T 8
  18038. | #define PRI_SIZE_PREFIX "z"
  18039. | #define PRI_PTRDIFF_PREFIX "t"
  18040. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  18041. | #define HAVE_ST_BLKSIZE 1
  18042. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  18043. | #define HAVE_ST_BLOCKS 1
  18044. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  18045. | #define HAVE_ST_RDEV 1
  18046. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  18047. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  18048. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  18049. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  18050. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  18051. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  18052. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  18053. | #define HAVE_STRUCT_TIMEVAL 1
  18054. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  18055. | #define HAVE_STRUCT_TIMESPEC 1
  18056. | #define HAVE_STRUCT_TIMEZONE 1
  18057. | #define HAVE_INT8_T 1
  18058. | #define SIZEOF_INT8_T 1
  18059. | #define HAVE_UINT8_T 1
  18060. | #define SIZEOF_UINT8_T 1
  18061. | #define HAVE_INT16_T 1
  18062. | #define SIZEOF_INT16_T 2
  18063. | #define HAVE_UINT16_T 1
  18064. | #define SIZEOF_UINT16_T 2
  18065. | #define HAVE_INT32_T 1
  18066. | #define SIZEOF_INT32_T 4
  18067. | #define HAVE_UINT32_T 1
  18068. | #define SIZEOF_UINT32_T 4
  18069. | #define HAVE_INT64_T 1
  18070. | #define SIZEOF_INT64_T 8
  18071. | #define HAVE_UINT64_T 1
  18072. | #define SIZEOF_UINT64_T 8
  18073. | #define HAVE_INT128_T 1
  18074. | #define int128_t __int128
  18075. | #define SIZEOF_INT128_T SIZEOF___INT128
  18076. | #define HAVE_UINT128_T 1
  18077. | #define uint128_t unsigned __int128
  18078. | #define SIZEOF_UINT128_T SIZEOF___INT128
  18079. | #define HAVE_INTPTR_T 1
  18080. | #define SIZEOF_INTPTR_T 8
  18081. | #define HAVE_UINTPTR_T 1
  18082. | #define SIZEOF_UINTPTR_T 8
  18083. | #define HAVE_SSIZE_T 1
  18084. | #define SIZEOF_SSIZE_T 8
  18085. | #define GETGROUPS_T gid_t
  18086. | #define RETSIGTYPE void
  18087. | #define HAVE_ALLOCA_H 1
  18088. | #define HAVE_ALLOCA 1
  18089. | #define HAVE_ACOSH 1
  18090. | #define HAVE_CBRT 1
  18091. | #define HAVE_CRYPT 1
  18092. | #define HAVE_DUP2 1
  18093. | #define HAVE_ERF 1
  18094. | /* end confdefs.h. */
  18095. | /* Define explicit_bzero to an innocuous variant, in case <limits.h> declares explicit_bzero.
  18096. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  18097. | #define explicit_bzero innocuous_explicit_bzero
  18098. |
  18099. | /* System header to define __stub macros and hopefully few prototypes,
  18100. | which can conflict with char explicit_bzero (); below.
  18101. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  18102. | <limits.h> exists even on freestanding compilers. */
  18103. |
  18104. | #ifdef __STDC__
  18105. | # include <limits.h>
  18106. | #else
  18107. | # include <assert.h>
  18108. | #endif
  18109. |
  18110. | #undef explicit_bzero
  18111. |
  18112. | /* Override any GCC internal prototype to avoid an error.
  18113. | Use char because int might match the return type of a GCC
  18114. | builtin and then its argument prototype would still apply. */
  18115. | #ifdef __cplusplus
  18116. | extern "C"
  18117. | #endif
  18118. | char explicit_bzero ();
  18119. | /* The GNU C library defines this for functions which it implements
  18120. | to always fail with ENOSYS. Some functions are actually named
  18121. | something starting with __ and the normal name is an alias. */
  18122. | #if defined __stub_explicit_bzero || defined __stub___explicit_bzero
  18123. | choke me
  18124. | #endif
  18125. |
  18126. | int
  18127. | main ()
  18128. | {
  18129. | return explicit_bzero ();
  18130. | ;
  18131. | return 0;
  18132. | }
  18133. configure:20620: result: no
  18134. configure:20634: checking for ffs
  18135. 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
  18136. configure:20634: $? = 0
  18137. configure:20634: result: yes
  18138. configure:20648: checking for finite
  18139. 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
  18140. conftest.c:231:6: warning: incompatible redeclaration of library function 'finite' [-Wincompatible-library-redeclaration]
  18141. char finite ();
  18142. ^
  18143. conftest.c:231:6: note: 'finite' is a builtin with type 'int (double)'
  18144. 1 warning generated.
  18145. configure:20648: $? = 0
  18146. configure:20648: result: yes
  18147. configure:20662: checking for flock
  18148. 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
  18149. configure:20662: $? = 0
  18150. configure:20662: result: yes
  18151. configure:20676: checking for hypot
  18152. 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
  18153. conftest.c:233:6: warning: incompatible redeclaration of library function 'hypot' [-Wincompatible-library-redeclaration]
  18154. char hypot ();
  18155. ^
  18156. conftest.c:233:6: note: 'hypot' is a builtin with type 'double (double, double)'
  18157. 1 warning generated.
  18158. configure:20676: $? = 0
  18159. configure:20676: result: yes
  18160. configure:20690: checking for isinf
  18161. 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
  18162. configure:20690: $? = 0
  18163. configure:20690: result: yes
  18164. configure:20704: checking for isnan
  18165. 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
  18166. configure:20704: $? = 0
  18167. configure:20704: result: yes
  18168. configure:20718: checking for lgamma_r
  18169. 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
  18170. configure:20718: $? = 0
  18171. configure:20718: result: yes
  18172. configure:20732: checking for memmove
  18173. 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
  18174. conftest.c:237:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
  18175. char memmove ();
  18176. ^
  18177. conftest.c:237:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
  18178. 1 warning generated.
  18179. configure:20732: $? = 0
  18180. configure:20732: result: yes
  18181. configure:20746: checking for nextafter
  18182. 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
  18183. conftest.c:238:6: warning: incompatible redeclaration of library function 'nextafter' [-Wincompatible-library-redeclaration]
  18184. char nextafter ();
  18185. ^
  18186. conftest.c:238:6: note: 'nextafter' is a builtin with type 'double (double, double)'
  18187. 1 warning generated.
  18188. configure:20746: $? = 0
  18189. configure:20746: result: yes
  18190. configure:20760: checking for setproctitle
  18191. 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
  18192. Undefined symbols for architecture x86_64:
  18193. "_setproctitle", referenced from:
  18194. _main in conftest-f6e66b.o
  18195. ld: symbol(s) not found for architecture x86_64
  18196. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  18197. configure:20760: $? = 1
  18198. configure: failed program was:
  18199. | /* confdefs.h */
  18200. | #define PACKAGE_NAME ""
  18201. | #define PACKAGE_TARNAME ""
  18202. | #define PACKAGE_VERSION ""
  18203. | #define PACKAGE_STRING ""
  18204. | #define PACKAGE_BUGREPORT ""
  18205. | #define PACKAGE_URL ""
  18206. | #define CANONICALIZATION_FOR_MATHN 1
  18207. | #define STDC_HEADERS 1
  18208. | #define HAVE_SYS_TYPES_H 1
  18209. | #define HAVE_SYS_STAT_H 1
  18210. | #define HAVE_STDLIB_H 1
  18211. | #define HAVE_STRING_H 1
  18212. | #define HAVE_MEMORY_H 1
  18213. | #define HAVE_STRINGS_H 1
  18214. | #define HAVE_INTTYPES_H 1
  18215. | #define HAVE_STDINT_H 1
  18216. | #define HAVE_UNISTD_H 1
  18217. | #define __EXTENSIONS__ 1
  18218. | #define _ALL_SOURCE 1
  18219. | #define _GNU_SOURCE 1
  18220. | #define _POSIX_PTHREAD_SEMANTICS 1
  18221. | #define _TANDEM_SOURCE 1
  18222. | #define HAVE_INFINITY 1
  18223. | #define HAVE_NAN 1
  18224. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  18225. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  18226. | #define BROKEN_CRYPT 1
  18227. | #define HAVE_CRT_EXTERNS_H 1
  18228. | #define HAVE_LIBDL 1
  18229. | #define HAVE_DIRENT_H 1
  18230. | #define HAVE__BOOL 1
  18231. | #define HAVE_STDBOOL_H 1
  18232. | #define HAVE_SYS_WAIT_H 1
  18233. | #define HAVE_GRP_H 1
  18234. | #define HAVE_FCNTL_H 1
  18235. | #define HAVE_FLOAT_H 1
  18236. | #define HAVE_LANGINFO_H 1
  18237. | #define HAVE_LIMITS_H 1
  18238. | #define HAVE_LOCALE_H 1
  18239. | #define HAVE_MALLOC_MALLOC_H 1
  18240. | #define HAVE_PWD_H 1
  18241. | #define HAVE_SYS_ATTR_H 1
  18242. | #define HAVE_SYS_FCNTL_H 1
  18243. | #define HAVE_SYS_FILE_H 1
  18244. | #define HAVE_SYS_IOCTL_H 1
  18245. | #define HAVE_SYS_PARAM_H 1
  18246. | #define HAVE_SYS_RESOURCE_H 1
  18247. | #define HAVE_SYS_SELECT_H 1
  18248. | #define HAVE_SYS_SOCKET_H 1
  18249. | #define HAVE_SYS_TIME_H 1
  18250. | #define HAVE_SYS_TIMES_H 1
  18251. | #define HAVE_SYS_UIO_H 1
  18252. | #define HAVE_TIME_H 1
  18253. | #define HAVE_UCONTEXT_H 1
  18254. | #define HAVE_UTIME_H 1
  18255. | #define HAVE_GMP_H 1
  18256. | #define HAVE_LIBGMP 1
  18257. | #define HAVE_TYPEOF 1
  18258. | #define HAVE_LONG_LONG 1
  18259. | #define HAVE_OFF_T 1
  18260. | #define SIZEOF_INT 4
  18261. | #define SIZEOF_SHORT 2
  18262. | #define SIZEOF_LONG 8
  18263. | #define SIZEOF_LONG_LONG 8
  18264. | #define SIZEOF___INT64 0
  18265. | #define SIZEOF___INT128 16
  18266. | #define SIZEOF_OFF_T 8
  18267. | #define SIZEOF_VOIDP 8
  18268. | #define SIZEOF_FLOAT 4
  18269. | #define SIZEOF_DOUBLE 8
  18270. | #define SIZEOF_TIME_T 8
  18271. | #define SIZEOF_CLOCK_T 8
  18272. | #define PACKED_STRUCT(x) x __attribute__((packed))
  18273. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  18274. | #define PRI_LL_PREFIX "ll"
  18275. | #define rb_pid_t pid_t
  18276. | #define SIGNEDNESS_OF_PID_T -1
  18277. | #define PIDT2NUM(v) INT2NUM(v)
  18278. | #define NUM2PIDT(v) NUM2INT(v)
  18279. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  18280. | #define rb_uid_t uid_t
  18281. | #define SIGNEDNESS_OF_UID_T +1
  18282. | #define UIDT2NUM(v) UINT2NUM(v)
  18283. | #define NUM2UIDT(v) NUM2UINT(v)
  18284. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  18285. | #define rb_gid_t gid_t
  18286. | #define SIGNEDNESS_OF_GID_T +1
  18287. | #define GIDT2NUM(v) UINT2NUM(v)
  18288. | #define NUM2GIDT(v) NUM2UINT(v)
  18289. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  18290. | #define rb_time_t time_t
  18291. | #define SIGNEDNESS_OF_TIME_T -1
  18292. | #define TIMET2NUM(v) LONG2NUM(v)
  18293. | #define NUM2TIMET(v) NUM2LONG(v)
  18294. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  18295. | #define rb_dev_t dev_t
  18296. | #define SIGNEDNESS_OF_DEV_T -1
  18297. | #define DEVT2NUM(v) INT2NUM(v)
  18298. | #define NUM2DEVT(v) NUM2INT(v)
  18299. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  18300. | #define rb_mode_t mode_t
  18301. | #define SIGNEDNESS_OF_MODE_T +1
  18302. | #define MODET2NUM(v) UINT2NUM(v)
  18303. | #define NUM2MODET(v) NUM2UINT(v)
  18304. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  18305. | #define rb_rlim_t rlim_t
  18306. | #define SIGNEDNESS_OF_RLIM_T +1
  18307. | #define RLIM2NUM(v) ULL2NUM(v)
  18308. | #define NUM2RLIM(v) NUM2ULL(v)
  18309. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  18310. | #define rb_off_t off_t
  18311. | #define SIGNEDNESS_OF_OFF_T -1
  18312. | #define OFFT2NUM(v) LL2NUM(v)
  18313. | #define NUM2OFFT(v) NUM2LL(v)
  18314. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  18315. | #define rb_clockid_t int
  18316. | #define SIGNEDNESS_OF_CLOCKID_T -1
  18317. | #define CLOCKID2NUM(v) INT2NUM(v)
  18318. | #define NUM2CLOCKID(v) NUM2INT(v)
  18319. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  18320. | #define HAVE_PROTOTYPES 1
  18321. | #define TOKEN_PASTE(x,y) x##y
  18322. | #define STRINGIZE(expr) STRINGIZE0(expr)
  18323. | #define HAVE_STDARG_PROTOTYPES 1
  18324. | #define HAVE_VA_ARGS_MACRO 1
  18325. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  18326. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  18327. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  18328. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  18329. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  18330. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  18331. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  18332. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  18333. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  18334. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  18335. | #define WEAK(x) __attribute__ ((__weak__)) x
  18336. | #define HAVE_FUNC_WEAK 1
  18337. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  18338. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  18339. | #define HAVE_GCC_SYNC_BUILTINS 1
  18340. | #define UNREACHABLE __builtin_unreachable()
  18341. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  18342. | #define RUBY_FUNCTION_NAME_STRING __func__
  18343. | #define ENUM_OVER_INT 1
  18344. | #define HAVE_DECL_SYS_NERR 1
  18345. | #define HAVE_DECL_GETENV 1
  18346. | #define SIZEOF_SIZE_T 8
  18347. | #define SIZEOF_PTRDIFF_T 8
  18348. | #define PRI_SIZE_PREFIX "z"
  18349. | #define PRI_PTRDIFF_PREFIX "t"
  18350. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  18351. | #define HAVE_ST_BLKSIZE 1
  18352. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  18353. | #define HAVE_ST_BLOCKS 1
  18354. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  18355. | #define HAVE_ST_RDEV 1
  18356. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  18357. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  18358. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  18359. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  18360. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  18361. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  18362. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  18363. | #define HAVE_STRUCT_TIMEVAL 1
  18364. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  18365. | #define HAVE_STRUCT_TIMESPEC 1
  18366. | #define HAVE_STRUCT_TIMEZONE 1
  18367. | #define HAVE_INT8_T 1
  18368. | #define SIZEOF_INT8_T 1
  18369. | #define HAVE_UINT8_T 1
  18370. | #define SIZEOF_UINT8_T 1
  18371. | #define HAVE_INT16_T 1
  18372. | #define SIZEOF_INT16_T 2
  18373. | #define HAVE_UINT16_T 1
  18374. | #define SIZEOF_UINT16_T 2
  18375. | #define HAVE_INT32_T 1
  18376. | #define SIZEOF_INT32_T 4
  18377. | #define HAVE_UINT32_T 1
  18378. | #define SIZEOF_UINT32_T 4
  18379. | #define HAVE_INT64_T 1
  18380. | #define SIZEOF_INT64_T 8
  18381. | #define HAVE_UINT64_T 1
  18382. | #define SIZEOF_UINT64_T 8
  18383. | #define HAVE_INT128_T 1
  18384. | #define int128_t __int128
  18385. | #define SIZEOF_INT128_T SIZEOF___INT128
  18386. | #define HAVE_UINT128_T 1
  18387. | #define uint128_t unsigned __int128
  18388. | #define SIZEOF_UINT128_T SIZEOF___INT128
  18389. | #define HAVE_INTPTR_T 1
  18390. | #define SIZEOF_INTPTR_T 8
  18391. | #define HAVE_UINTPTR_T 1
  18392. | #define SIZEOF_UINTPTR_T 8
  18393. | #define HAVE_SSIZE_T 1
  18394. | #define SIZEOF_SSIZE_T 8
  18395. | #define GETGROUPS_T gid_t
  18396. | #define RETSIGTYPE void
  18397. | #define HAVE_ALLOCA_H 1
  18398. | #define HAVE_ALLOCA 1
  18399. | #define HAVE_ACOSH 1
  18400. | #define HAVE_CBRT 1
  18401. | #define HAVE_CRYPT 1
  18402. | #define HAVE_DUP2 1
  18403. | #define HAVE_ERF 1
  18404. | #define HAVE_FFS 1
  18405. | #define HAVE_FINITE 1
  18406. | #define HAVE_FLOCK 1
  18407. | #define HAVE_HYPOT 1
  18408. | #define HAVE_ISINF 1
  18409. | #define HAVE_ISNAN 1
  18410. | #define HAVE_LGAMMA_R 1
  18411. | #define HAVE_MEMMOVE 1
  18412. | #define HAVE_NEXTAFTER 1
  18413. | /* end confdefs.h. */
  18414. | /* Define setproctitle to an innocuous variant, in case <limits.h> declares setproctitle.
  18415. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  18416. | #define setproctitle innocuous_setproctitle
  18417. |
  18418. | /* System header to define __stub macros and hopefully few prototypes,
  18419. | which can conflict with char setproctitle (); below.
  18420. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  18421. | <limits.h> exists even on freestanding compilers. */
  18422. |
  18423. | #ifdef __STDC__
  18424. | # include <limits.h>
  18425. | #else
  18426. | # include <assert.h>
  18427. | #endif
  18428. |
  18429. | #undef setproctitle
  18430. |
  18431. | /* Override any GCC internal prototype to avoid an error.
  18432. | Use char because int might match the return type of a GCC
  18433. | builtin and then its argument prototype would still apply. */
  18434. | #ifdef __cplusplus
  18435. | extern "C"
  18436. | #endif
  18437. | char setproctitle ();
  18438. | /* The GNU C library defines this for functions which it implements
  18439. | to always fail with ENOSYS. Some functions are actually named
  18440. | something starting with __ and the normal name is an alias. */
  18441. | #if defined __stub_setproctitle || defined __stub___setproctitle
  18442. | choke me
  18443. | #endif
  18444. |
  18445. | int
  18446. | main ()
  18447. | {
  18448. | return setproctitle ();
  18449. | ;
  18450. | return 0;
  18451. | }
  18452. configure:20760: result: no
  18453. configure:20774: checking for strchr
  18454. 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
  18455. conftest.c:239:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
  18456. char strchr ();
  18457. ^
  18458. conftest.c:239:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
  18459. 1 warning generated.
  18460. configure:20774: $? = 0
  18461. configure:20774: result: yes
  18462. configure:20788: checking for strerror
  18463. 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
  18464. conftest.c:240:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
  18465. char strerror ();
  18466. ^
  18467. conftest.c:240:6: note: 'strerror' is a builtin with type 'char *(int)'
  18468. 1 warning generated.
  18469. configure:20788: $? = 0
  18470. configure:20788: result: yes
  18471. configure:20802: checking for strlcat
  18472. 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
  18473. conftest.c:241:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
  18474. char strlcat ();
  18475. ^
  18476. conftest.c:241:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
  18477. 1 warning generated.
  18478. configure:20802: $? = 0
  18479. configure:20802: result: yes
  18480. configure:20816: checking for strlcpy
  18481. 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
  18482. conftest.c:242:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
  18483. char strlcpy ();
  18484. ^
  18485. conftest.c:242:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
  18486. 1 warning generated.
  18487. configure:20816: $? = 0
  18488. configure:20816: result: yes
  18489. configure:20830: checking for strstr
  18490. 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
  18491. conftest.c:243:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
  18492. char strstr ();
  18493. ^
  18494. conftest.c:243:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
  18495. 1 warning generated.
  18496. configure:20830: $? = 0
  18497. configure:20830: result: yes
  18498. configure:20844: checking for tgamma
  18499. 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
  18500. conftest.c:244:6: warning: incompatible redeclaration of library function 'tgamma' [-Wincompatible-library-redeclaration]
  18501. char tgamma ();
  18502. ^
  18503. conftest.c:244:6: note: 'tgamma' is a builtin with type 'double (double)'
  18504. 1 warning generated.
  18505. configure:20844: $? = 0
  18506. configure:20844: result: yes
  18507. configure:20872: checking sys/pstat.h usability
  18508. 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
  18509. conftest.c:256:10: fatal error: 'sys/pstat.h' file not found
  18510. #include <sys/pstat.h>
  18511. ^~~~~~~~~~~~~
  18512. 1 error generated.
  18513. configure:20872: $? = 1
  18514. configure: failed program was:
  18515. | /* confdefs.h */
  18516. | #define PACKAGE_NAME ""
  18517. | #define PACKAGE_TARNAME ""
  18518. | #define PACKAGE_VERSION ""
  18519. | #define PACKAGE_STRING ""
  18520. | #define PACKAGE_BUGREPORT ""
  18521. | #define PACKAGE_URL ""
  18522. | #define CANONICALIZATION_FOR_MATHN 1
  18523. | #define STDC_HEADERS 1
  18524. | #define HAVE_SYS_TYPES_H 1
  18525. | #define HAVE_SYS_STAT_H 1
  18526. | #define HAVE_STDLIB_H 1
  18527. | #define HAVE_STRING_H 1
  18528. | #define HAVE_MEMORY_H 1
  18529. | #define HAVE_STRINGS_H 1
  18530. | #define HAVE_INTTYPES_H 1
  18531. | #define HAVE_STDINT_H 1
  18532. | #define HAVE_UNISTD_H 1
  18533. | #define __EXTENSIONS__ 1
  18534. | #define _ALL_SOURCE 1
  18535. | #define _GNU_SOURCE 1
  18536. | #define _POSIX_PTHREAD_SEMANTICS 1
  18537. | #define _TANDEM_SOURCE 1
  18538. | #define HAVE_INFINITY 1
  18539. | #define HAVE_NAN 1
  18540. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  18541. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  18542. | #define BROKEN_CRYPT 1
  18543. | #define HAVE_CRT_EXTERNS_H 1
  18544. | #define HAVE_LIBDL 1
  18545. | #define HAVE_DIRENT_H 1
  18546. | #define HAVE__BOOL 1
  18547. | #define HAVE_STDBOOL_H 1
  18548. | #define HAVE_SYS_WAIT_H 1
  18549. | #define HAVE_GRP_H 1
  18550. | #define HAVE_FCNTL_H 1
  18551. | #define HAVE_FLOAT_H 1
  18552. | #define HAVE_LANGINFO_H 1
  18553. | #define HAVE_LIMITS_H 1
  18554. | #define HAVE_LOCALE_H 1
  18555. | #define HAVE_MALLOC_MALLOC_H 1
  18556. | #define HAVE_PWD_H 1
  18557. | #define HAVE_SYS_ATTR_H 1
  18558. | #define HAVE_SYS_FCNTL_H 1
  18559. | #define HAVE_SYS_FILE_H 1
  18560. | #define HAVE_SYS_IOCTL_H 1
  18561. | #define HAVE_SYS_PARAM_H 1
  18562. | #define HAVE_SYS_RESOURCE_H 1
  18563. | #define HAVE_SYS_SELECT_H 1
  18564. | #define HAVE_SYS_SOCKET_H 1
  18565. | #define HAVE_SYS_TIME_H 1
  18566. | #define HAVE_SYS_TIMES_H 1
  18567. | #define HAVE_SYS_UIO_H 1
  18568. | #define HAVE_TIME_H 1
  18569. | #define HAVE_UCONTEXT_H 1
  18570. | #define HAVE_UTIME_H 1
  18571. | #define HAVE_GMP_H 1
  18572. | #define HAVE_LIBGMP 1
  18573. | #define HAVE_TYPEOF 1
  18574. | #define HAVE_LONG_LONG 1
  18575. | #define HAVE_OFF_T 1
  18576. | #define SIZEOF_INT 4
  18577. | #define SIZEOF_SHORT 2
  18578. | #define SIZEOF_LONG 8
  18579. | #define SIZEOF_LONG_LONG 8
  18580. | #define SIZEOF___INT64 0
  18581. | #define SIZEOF___INT128 16
  18582. | #define SIZEOF_OFF_T 8
  18583. | #define SIZEOF_VOIDP 8
  18584. | #define SIZEOF_FLOAT 4
  18585. | #define SIZEOF_DOUBLE 8
  18586. | #define SIZEOF_TIME_T 8
  18587. | #define SIZEOF_CLOCK_T 8
  18588. | #define PACKED_STRUCT(x) x __attribute__((packed))
  18589. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  18590. | #define PRI_LL_PREFIX "ll"
  18591. | #define rb_pid_t pid_t
  18592. | #define SIGNEDNESS_OF_PID_T -1
  18593. | #define PIDT2NUM(v) INT2NUM(v)
  18594. | #define NUM2PIDT(v) NUM2INT(v)
  18595. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  18596. | #define rb_uid_t uid_t
  18597. | #define SIGNEDNESS_OF_UID_T +1
  18598. | #define UIDT2NUM(v) UINT2NUM(v)
  18599. | #define NUM2UIDT(v) NUM2UINT(v)
  18600. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  18601. | #define rb_gid_t gid_t
  18602. | #define SIGNEDNESS_OF_GID_T +1
  18603. | #define GIDT2NUM(v) UINT2NUM(v)
  18604. | #define NUM2GIDT(v) NUM2UINT(v)
  18605. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  18606. | #define rb_time_t time_t
  18607. | #define SIGNEDNESS_OF_TIME_T -1
  18608. | #define TIMET2NUM(v) LONG2NUM(v)
  18609. | #define NUM2TIMET(v) NUM2LONG(v)
  18610. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  18611. | #define rb_dev_t dev_t
  18612. | #define SIGNEDNESS_OF_DEV_T -1
  18613. | #define DEVT2NUM(v) INT2NUM(v)
  18614. | #define NUM2DEVT(v) NUM2INT(v)
  18615. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  18616. | #define rb_mode_t mode_t
  18617. | #define SIGNEDNESS_OF_MODE_T +1
  18618. | #define MODET2NUM(v) UINT2NUM(v)
  18619. | #define NUM2MODET(v) NUM2UINT(v)
  18620. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  18621. | #define rb_rlim_t rlim_t
  18622. | #define SIGNEDNESS_OF_RLIM_T +1
  18623. | #define RLIM2NUM(v) ULL2NUM(v)
  18624. | #define NUM2RLIM(v) NUM2ULL(v)
  18625. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  18626. | #define rb_off_t off_t
  18627. | #define SIGNEDNESS_OF_OFF_T -1
  18628. | #define OFFT2NUM(v) LL2NUM(v)
  18629. | #define NUM2OFFT(v) NUM2LL(v)
  18630. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  18631. | #define rb_clockid_t int
  18632. | #define SIGNEDNESS_OF_CLOCKID_T -1
  18633. | #define CLOCKID2NUM(v) INT2NUM(v)
  18634. | #define NUM2CLOCKID(v) NUM2INT(v)
  18635. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  18636. | #define HAVE_PROTOTYPES 1
  18637. | #define TOKEN_PASTE(x,y) x##y
  18638. | #define STRINGIZE(expr) STRINGIZE0(expr)
  18639. | #define HAVE_STDARG_PROTOTYPES 1
  18640. | #define HAVE_VA_ARGS_MACRO 1
  18641. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  18642. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  18643. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  18644. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  18645. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  18646. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  18647. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  18648. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  18649. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  18650. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  18651. | #define WEAK(x) __attribute__ ((__weak__)) x
  18652. | #define HAVE_FUNC_WEAK 1
  18653. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  18654. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  18655. | #define HAVE_GCC_SYNC_BUILTINS 1
  18656. | #define UNREACHABLE __builtin_unreachable()
  18657. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  18658. | #define RUBY_FUNCTION_NAME_STRING __func__
  18659. | #define ENUM_OVER_INT 1
  18660. | #define HAVE_DECL_SYS_NERR 1
  18661. | #define HAVE_DECL_GETENV 1
  18662. | #define SIZEOF_SIZE_T 8
  18663. | #define SIZEOF_PTRDIFF_T 8
  18664. | #define PRI_SIZE_PREFIX "z"
  18665. | #define PRI_PTRDIFF_PREFIX "t"
  18666. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  18667. | #define HAVE_ST_BLKSIZE 1
  18668. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  18669. | #define HAVE_ST_BLOCKS 1
  18670. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  18671. | #define HAVE_ST_RDEV 1
  18672. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  18673. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  18674. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  18675. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  18676. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  18677. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  18678. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  18679. | #define HAVE_STRUCT_TIMEVAL 1
  18680. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  18681. | #define HAVE_STRUCT_TIMESPEC 1
  18682. | #define HAVE_STRUCT_TIMEZONE 1
  18683. | #define HAVE_INT8_T 1
  18684. | #define SIZEOF_INT8_T 1
  18685. | #define HAVE_UINT8_T 1
  18686. | #define SIZEOF_UINT8_T 1
  18687. | #define HAVE_INT16_T 1
  18688. | #define SIZEOF_INT16_T 2
  18689. | #define HAVE_UINT16_T 1
  18690. | #define SIZEOF_UINT16_T 2
  18691. | #define HAVE_INT32_T 1
  18692. | #define SIZEOF_INT32_T 4
  18693. | #define HAVE_UINT32_T 1
  18694. | #define SIZEOF_UINT32_T 4
  18695. | #define HAVE_INT64_T 1
  18696. | #define SIZEOF_INT64_T 8
  18697. | #define HAVE_UINT64_T 1
  18698. | #define SIZEOF_UINT64_T 8
  18699. | #define HAVE_INT128_T 1
  18700. | #define int128_t __int128
  18701. | #define SIZEOF_INT128_T SIZEOF___INT128
  18702. | #define HAVE_UINT128_T 1
  18703. | #define uint128_t unsigned __int128
  18704. | #define SIZEOF_UINT128_T SIZEOF___INT128
  18705. | #define HAVE_INTPTR_T 1
  18706. | #define SIZEOF_INTPTR_T 8
  18707. | #define HAVE_UINTPTR_T 1
  18708. | #define SIZEOF_UINTPTR_T 8
  18709. | #define HAVE_SSIZE_T 1
  18710. | #define SIZEOF_SSIZE_T 8
  18711. | #define GETGROUPS_T gid_t
  18712. | #define RETSIGTYPE void
  18713. | #define HAVE_ALLOCA_H 1
  18714. | #define HAVE_ALLOCA 1
  18715. | #define HAVE_ACOSH 1
  18716. | #define HAVE_CBRT 1
  18717. | #define HAVE_CRYPT 1
  18718. | #define HAVE_DUP2 1
  18719. | #define HAVE_ERF 1
  18720. | #define HAVE_FFS 1
  18721. | #define HAVE_FINITE 1
  18722. | #define HAVE_FLOCK 1
  18723. | #define HAVE_HYPOT 1
  18724. | #define HAVE_ISINF 1
  18725. | #define HAVE_ISNAN 1
  18726. | #define HAVE_LGAMMA_R 1
  18727. | #define HAVE_MEMMOVE 1
  18728. | #define HAVE_NEXTAFTER 1
  18729. | #define HAVE_STRCHR 1
  18730. | #define HAVE_STRERROR 1
  18731. | #define HAVE_STRLCAT 1
  18732. | #define HAVE_STRLCPY 1
  18733. | #define HAVE_STRSTR 1
  18734. | #define HAVE_TGAMMA 1
  18735. | #define SPT_TYPE SPT_REUSEARGV
  18736. | /* end confdefs.h. */
  18737. | #include <stdio.h>
  18738. | #ifdef HAVE_SYS_TYPES_H
  18739. | # include <sys/types.h>
  18740. | #endif
  18741. | #ifdef HAVE_SYS_STAT_H
  18742. | # include <sys/stat.h>
  18743. | #endif
  18744. | #ifdef STDC_HEADERS
  18745. | # include <stdlib.h>
  18746. | # include <stddef.h>
  18747. | #else
  18748. | # ifdef HAVE_STDLIB_H
  18749. | # include <stdlib.h>
  18750. | # endif
  18751. | #endif
  18752. | #ifdef HAVE_STRING_H
  18753. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  18754. | # include <memory.h>
  18755. | # endif
  18756. | # include <string.h>
  18757. | #endif
  18758. | #ifdef HAVE_STRINGS_H
  18759. | # include <strings.h>
  18760. | #endif
  18761. | #ifdef HAVE_INTTYPES_H
  18762. | # include <inttypes.h>
  18763. | #endif
  18764. | #ifdef HAVE_STDINT_H
  18765. | # include <stdint.h>
  18766. | #endif
  18767. | #ifdef HAVE_UNISTD_H
  18768. | # include <unistd.h>
  18769. | #endif
  18770. | #include <sys/pstat.h>
  18771. configure:20872: result: no
  18772. configure:20872: checking sys/pstat.h presence
  18773. 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
  18774. conftest.c:223:10: fatal error: 'sys/pstat.h' file not found
  18775. #include <sys/pstat.h>
  18776. ^~~~~~~~~~~~~
  18777. 1 error generated.
  18778. configure:20872: $? = 1
  18779. configure: failed program was:
  18780. | /* confdefs.h */
  18781. | #define PACKAGE_NAME ""
  18782. | #define PACKAGE_TARNAME ""
  18783. | #define PACKAGE_VERSION ""
  18784. | #define PACKAGE_STRING ""
  18785. | #define PACKAGE_BUGREPORT ""
  18786. | #define PACKAGE_URL ""
  18787. | #define CANONICALIZATION_FOR_MATHN 1
  18788. | #define STDC_HEADERS 1
  18789. | #define HAVE_SYS_TYPES_H 1
  18790. | #define HAVE_SYS_STAT_H 1
  18791. | #define HAVE_STDLIB_H 1
  18792. | #define HAVE_STRING_H 1
  18793. | #define HAVE_MEMORY_H 1
  18794. | #define HAVE_STRINGS_H 1
  18795. | #define HAVE_INTTYPES_H 1
  18796. | #define HAVE_STDINT_H 1
  18797. | #define HAVE_UNISTD_H 1
  18798. | #define __EXTENSIONS__ 1
  18799. | #define _ALL_SOURCE 1
  18800. | #define _GNU_SOURCE 1
  18801. | #define _POSIX_PTHREAD_SEMANTICS 1
  18802. | #define _TANDEM_SOURCE 1
  18803. | #define HAVE_INFINITY 1
  18804. | #define HAVE_NAN 1
  18805. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  18806. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  18807. | #define BROKEN_CRYPT 1
  18808. | #define HAVE_CRT_EXTERNS_H 1
  18809. | #define HAVE_LIBDL 1
  18810. | #define HAVE_DIRENT_H 1
  18811. | #define HAVE__BOOL 1
  18812. | #define HAVE_STDBOOL_H 1
  18813. | #define HAVE_SYS_WAIT_H 1
  18814. | #define HAVE_GRP_H 1
  18815. | #define HAVE_FCNTL_H 1
  18816. | #define HAVE_FLOAT_H 1
  18817. | #define HAVE_LANGINFO_H 1
  18818. | #define HAVE_LIMITS_H 1
  18819. | #define HAVE_LOCALE_H 1
  18820. | #define HAVE_MALLOC_MALLOC_H 1
  18821. | #define HAVE_PWD_H 1
  18822. | #define HAVE_SYS_ATTR_H 1
  18823. | #define HAVE_SYS_FCNTL_H 1
  18824. | #define HAVE_SYS_FILE_H 1
  18825. | #define HAVE_SYS_IOCTL_H 1
  18826. | #define HAVE_SYS_PARAM_H 1
  18827. | #define HAVE_SYS_RESOURCE_H 1
  18828. | #define HAVE_SYS_SELECT_H 1
  18829. | #define HAVE_SYS_SOCKET_H 1
  18830. | #define HAVE_SYS_TIME_H 1
  18831. | #define HAVE_SYS_TIMES_H 1
  18832. | #define HAVE_SYS_UIO_H 1
  18833. | #define HAVE_TIME_H 1
  18834. | #define HAVE_UCONTEXT_H 1
  18835. | #define HAVE_UTIME_H 1
  18836. | #define HAVE_GMP_H 1
  18837. | #define HAVE_LIBGMP 1
  18838. | #define HAVE_TYPEOF 1
  18839. | #define HAVE_LONG_LONG 1
  18840. | #define HAVE_OFF_T 1
  18841. | #define SIZEOF_INT 4
  18842. | #define SIZEOF_SHORT 2
  18843. | #define SIZEOF_LONG 8
  18844. | #define SIZEOF_LONG_LONG 8
  18845. | #define SIZEOF___INT64 0
  18846. | #define SIZEOF___INT128 16
  18847. | #define SIZEOF_OFF_T 8
  18848. | #define SIZEOF_VOIDP 8
  18849. | #define SIZEOF_FLOAT 4
  18850. | #define SIZEOF_DOUBLE 8
  18851. | #define SIZEOF_TIME_T 8
  18852. | #define SIZEOF_CLOCK_T 8
  18853. | #define PACKED_STRUCT(x) x __attribute__((packed))
  18854. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  18855. | #define PRI_LL_PREFIX "ll"
  18856. | #define rb_pid_t pid_t
  18857. | #define SIGNEDNESS_OF_PID_T -1
  18858. | #define PIDT2NUM(v) INT2NUM(v)
  18859. | #define NUM2PIDT(v) NUM2INT(v)
  18860. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  18861. | #define rb_uid_t uid_t
  18862. | #define SIGNEDNESS_OF_UID_T +1
  18863. | #define UIDT2NUM(v) UINT2NUM(v)
  18864. | #define NUM2UIDT(v) NUM2UINT(v)
  18865. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  18866. | #define rb_gid_t gid_t
  18867. | #define SIGNEDNESS_OF_GID_T +1
  18868. | #define GIDT2NUM(v) UINT2NUM(v)
  18869. | #define NUM2GIDT(v) NUM2UINT(v)
  18870. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  18871. | #define rb_time_t time_t
  18872. | #define SIGNEDNESS_OF_TIME_T -1
  18873. | #define TIMET2NUM(v) LONG2NUM(v)
  18874. | #define NUM2TIMET(v) NUM2LONG(v)
  18875. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  18876. | #define rb_dev_t dev_t
  18877. | #define SIGNEDNESS_OF_DEV_T -1
  18878. | #define DEVT2NUM(v) INT2NUM(v)
  18879. | #define NUM2DEVT(v) NUM2INT(v)
  18880. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  18881. | #define rb_mode_t mode_t
  18882. | #define SIGNEDNESS_OF_MODE_T +1
  18883. | #define MODET2NUM(v) UINT2NUM(v)
  18884. | #define NUM2MODET(v) NUM2UINT(v)
  18885. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  18886. | #define rb_rlim_t rlim_t
  18887. | #define SIGNEDNESS_OF_RLIM_T +1
  18888. | #define RLIM2NUM(v) ULL2NUM(v)
  18889. | #define NUM2RLIM(v) NUM2ULL(v)
  18890. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  18891. | #define rb_off_t off_t
  18892. | #define SIGNEDNESS_OF_OFF_T -1
  18893. | #define OFFT2NUM(v) LL2NUM(v)
  18894. | #define NUM2OFFT(v) NUM2LL(v)
  18895. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  18896. | #define rb_clockid_t int
  18897. | #define SIGNEDNESS_OF_CLOCKID_T -1
  18898. | #define CLOCKID2NUM(v) INT2NUM(v)
  18899. | #define NUM2CLOCKID(v) NUM2INT(v)
  18900. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  18901. | #define HAVE_PROTOTYPES 1
  18902. | #define TOKEN_PASTE(x,y) x##y
  18903. | #define STRINGIZE(expr) STRINGIZE0(expr)
  18904. | #define HAVE_STDARG_PROTOTYPES 1
  18905. | #define HAVE_VA_ARGS_MACRO 1
  18906. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  18907. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  18908. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  18909. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  18910. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  18911. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  18912. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  18913. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  18914. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  18915. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  18916. | #define WEAK(x) __attribute__ ((__weak__)) x
  18917. | #define HAVE_FUNC_WEAK 1
  18918. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  18919. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  18920. | #define HAVE_GCC_SYNC_BUILTINS 1
  18921. | #define UNREACHABLE __builtin_unreachable()
  18922. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  18923. | #define RUBY_FUNCTION_NAME_STRING __func__
  18924. | #define ENUM_OVER_INT 1
  18925. | #define HAVE_DECL_SYS_NERR 1
  18926. | #define HAVE_DECL_GETENV 1
  18927. | #define SIZEOF_SIZE_T 8
  18928. | #define SIZEOF_PTRDIFF_T 8
  18929. | #define PRI_SIZE_PREFIX "z"
  18930. | #define PRI_PTRDIFF_PREFIX "t"
  18931. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  18932. | #define HAVE_ST_BLKSIZE 1
  18933. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  18934. | #define HAVE_ST_BLOCKS 1
  18935. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  18936. | #define HAVE_ST_RDEV 1
  18937. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  18938. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  18939. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  18940. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  18941. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  18942. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  18943. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  18944. | #define HAVE_STRUCT_TIMEVAL 1
  18945. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  18946. | #define HAVE_STRUCT_TIMESPEC 1
  18947. | #define HAVE_STRUCT_TIMEZONE 1
  18948. | #define HAVE_INT8_T 1
  18949. | #define SIZEOF_INT8_T 1
  18950. | #define HAVE_UINT8_T 1
  18951. | #define SIZEOF_UINT8_T 1
  18952. | #define HAVE_INT16_T 1
  18953. | #define SIZEOF_INT16_T 2
  18954. | #define HAVE_UINT16_T 1
  18955. | #define SIZEOF_UINT16_T 2
  18956. | #define HAVE_INT32_T 1
  18957. | #define SIZEOF_INT32_T 4
  18958. | #define HAVE_UINT32_T 1
  18959. | #define SIZEOF_UINT32_T 4
  18960. | #define HAVE_INT64_T 1
  18961. | #define SIZEOF_INT64_T 8
  18962. | #define HAVE_UINT64_T 1
  18963. | #define SIZEOF_UINT64_T 8
  18964. | #define HAVE_INT128_T 1
  18965. | #define int128_t __int128
  18966. | #define SIZEOF_INT128_T SIZEOF___INT128
  18967. | #define HAVE_UINT128_T 1
  18968. | #define uint128_t unsigned __int128
  18969. | #define SIZEOF_UINT128_T SIZEOF___INT128
  18970. | #define HAVE_INTPTR_T 1
  18971. | #define SIZEOF_INTPTR_T 8
  18972. | #define HAVE_UINTPTR_T 1
  18973. | #define SIZEOF_UINTPTR_T 8
  18974. | #define HAVE_SSIZE_T 1
  18975. | #define SIZEOF_SSIZE_T 8
  18976. | #define GETGROUPS_T gid_t
  18977. | #define RETSIGTYPE void
  18978. | #define HAVE_ALLOCA_H 1
  18979. | #define HAVE_ALLOCA 1
  18980. | #define HAVE_ACOSH 1
  18981. | #define HAVE_CBRT 1
  18982. | #define HAVE_CRYPT 1
  18983. | #define HAVE_DUP2 1
  18984. | #define HAVE_ERF 1
  18985. | #define HAVE_FFS 1
  18986. | #define HAVE_FINITE 1
  18987. | #define HAVE_FLOCK 1
  18988. | #define HAVE_HYPOT 1
  18989. | #define HAVE_ISINF 1
  18990. | #define HAVE_ISNAN 1
  18991. | #define HAVE_LGAMMA_R 1
  18992. | #define HAVE_MEMMOVE 1
  18993. | #define HAVE_NEXTAFTER 1
  18994. | #define HAVE_STRCHR 1
  18995. | #define HAVE_STRERROR 1
  18996. | #define HAVE_STRLCAT 1
  18997. | #define HAVE_STRLCPY 1
  18998. | #define HAVE_STRSTR 1
  18999. | #define HAVE_TGAMMA 1
  19000. | #define SPT_TYPE SPT_REUSEARGV
  19001. | /* end confdefs.h. */
  19002. | #include <sys/pstat.h>
  19003. configure:20872: result: no
  19004. configure:20872: checking for sys/pstat.h
  19005. configure:20872: result: no
  19006. configure:20884: checking for signbit
  19007. 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
  19008. configure:20902: $? = 0
  19009. configure:20910: result: yes
  19010. configure:20928: checking for broken memmem
  19011. 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
  19012. configure:20960: $? = 0
  19013. configure:20960: ./conftest
  19014. configure:20960: $? = 1
  19015. configure: program exited with status 1
  19016. configure: failed program was:
  19017. | /* confdefs.h */
  19018. | #define PACKAGE_NAME ""
  19019. | #define PACKAGE_TARNAME ""
  19020. | #define PACKAGE_VERSION ""
  19021. | #define PACKAGE_STRING ""
  19022. | #define PACKAGE_BUGREPORT ""
  19023. | #define PACKAGE_URL ""
  19024. | #define CANONICALIZATION_FOR_MATHN 1
  19025. | #define STDC_HEADERS 1
  19026. | #define HAVE_SYS_TYPES_H 1
  19027. | #define HAVE_SYS_STAT_H 1
  19028. | #define HAVE_STDLIB_H 1
  19029. | #define HAVE_STRING_H 1
  19030. | #define HAVE_MEMORY_H 1
  19031. | #define HAVE_STRINGS_H 1
  19032. | #define HAVE_INTTYPES_H 1
  19033. | #define HAVE_STDINT_H 1
  19034. | #define HAVE_UNISTD_H 1
  19035. | #define __EXTENSIONS__ 1
  19036. | #define _ALL_SOURCE 1
  19037. | #define _GNU_SOURCE 1
  19038. | #define _POSIX_PTHREAD_SEMANTICS 1
  19039. | #define _TANDEM_SOURCE 1
  19040. | #define HAVE_INFINITY 1
  19041. | #define HAVE_NAN 1
  19042. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  19043. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  19044. | #define BROKEN_CRYPT 1
  19045. | #define HAVE_CRT_EXTERNS_H 1
  19046. | #define HAVE_LIBDL 1
  19047. | #define HAVE_DIRENT_H 1
  19048. | #define HAVE__BOOL 1
  19049. | #define HAVE_STDBOOL_H 1
  19050. | #define HAVE_SYS_WAIT_H 1
  19051. | #define HAVE_GRP_H 1
  19052. | #define HAVE_FCNTL_H 1
  19053. | #define HAVE_FLOAT_H 1
  19054. | #define HAVE_LANGINFO_H 1
  19055. | #define HAVE_LIMITS_H 1
  19056. | #define HAVE_LOCALE_H 1
  19057. | #define HAVE_MALLOC_MALLOC_H 1
  19058. | #define HAVE_PWD_H 1
  19059. | #define HAVE_SYS_ATTR_H 1
  19060. | #define HAVE_SYS_FCNTL_H 1
  19061. | #define HAVE_SYS_FILE_H 1
  19062. | #define HAVE_SYS_IOCTL_H 1
  19063. | #define HAVE_SYS_PARAM_H 1
  19064. | #define HAVE_SYS_RESOURCE_H 1
  19065. | #define HAVE_SYS_SELECT_H 1
  19066. | #define HAVE_SYS_SOCKET_H 1
  19067. | #define HAVE_SYS_TIME_H 1
  19068. | #define HAVE_SYS_TIMES_H 1
  19069. | #define HAVE_SYS_UIO_H 1
  19070. | #define HAVE_TIME_H 1
  19071. | #define HAVE_UCONTEXT_H 1
  19072. | #define HAVE_UTIME_H 1
  19073. | #define HAVE_GMP_H 1
  19074. | #define HAVE_LIBGMP 1
  19075. | #define HAVE_TYPEOF 1
  19076. | #define HAVE_LONG_LONG 1
  19077. | #define HAVE_OFF_T 1
  19078. | #define SIZEOF_INT 4
  19079. | #define SIZEOF_SHORT 2
  19080. | #define SIZEOF_LONG 8
  19081. | #define SIZEOF_LONG_LONG 8
  19082. | #define SIZEOF___INT64 0
  19083. | #define SIZEOF___INT128 16
  19084. | #define SIZEOF_OFF_T 8
  19085. | #define SIZEOF_VOIDP 8
  19086. | #define SIZEOF_FLOAT 4
  19087. | #define SIZEOF_DOUBLE 8
  19088. | #define SIZEOF_TIME_T 8
  19089. | #define SIZEOF_CLOCK_T 8
  19090. | #define PACKED_STRUCT(x) x __attribute__((packed))
  19091. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  19092. | #define PRI_LL_PREFIX "ll"
  19093. | #define rb_pid_t pid_t
  19094. | #define SIGNEDNESS_OF_PID_T -1
  19095. | #define PIDT2NUM(v) INT2NUM(v)
  19096. | #define NUM2PIDT(v) NUM2INT(v)
  19097. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  19098. | #define rb_uid_t uid_t
  19099. | #define SIGNEDNESS_OF_UID_T +1
  19100. | #define UIDT2NUM(v) UINT2NUM(v)
  19101. | #define NUM2UIDT(v) NUM2UINT(v)
  19102. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  19103. | #define rb_gid_t gid_t
  19104. | #define SIGNEDNESS_OF_GID_T +1
  19105. | #define GIDT2NUM(v) UINT2NUM(v)
  19106. | #define NUM2GIDT(v) NUM2UINT(v)
  19107. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  19108. | #define rb_time_t time_t
  19109. | #define SIGNEDNESS_OF_TIME_T -1
  19110. | #define TIMET2NUM(v) LONG2NUM(v)
  19111. | #define NUM2TIMET(v) NUM2LONG(v)
  19112. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  19113. | #define rb_dev_t dev_t
  19114. | #define SIGNEDNESS_OF_DEV_T -1
  19115. | #define DEVT2NUM(v) INT2NUM(v)
  19116. | #define NUM2DEVT(v) NUM2INT(v)
  19117. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  19118. | #define rb_mode_t mode_t
  19119. | #define SIGNEDNESS_OF_MODE_T +1
  19120. | #define MODET2NUM(v) UINT2NUM(v)
  19121. | #define NUM2MODET(v) NUM2UINT(v)
  19122. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  19123. | #define rb_rlim_t rlim_t
  19124. | #define SIGNEDNESS_OF_RLIM_T +1
  19125. | #define RLIM2NUM(v) ULL2NUM(v)
  19126. | #define NUM2RLIM(v) NUM2ULL(v)
  19127. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  19128. | #define rb_off_t off_t
  19129. | #define SIGNEDNESS_OF_OFF_T -1
  19130. | #define OFFT2NUM(v) LL2NUM(v)
  19131. | #define NUM2OFFT(v) NUM2LL(v)
  19132. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  19133. | #define rb_clockid_t int
  19134. | #define SIGNEDNESS_OF_CLOCKID_T -1
  19135. | #define CLOCKID2NUM(v) INT2NUM(v)
  19136. | #define NUM2CLOCKID(v) NUM2INT(v)
  19137. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  19138. | #define HAVE_PROTOTYPES 1
  19139. | #define TOKEN_PASTE(x,y) x##y
  19140. | #define STRINGIZE(expr) STRINGIZE0(expr)
  19141. | #define HAVE_STDARG_PROTOTYPES 1
  19142. | #define HAVE_VA_ARGS_MACRO 1
  19143. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  19144. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  19145. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  19146. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  19147. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  19148. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  19149. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  19150. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  19151. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  19152. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  19153. | #define WEAK(x) __attribute__ ((__weak__)) x
  19154. | #define HAVE_FUNC_WEAK 1
  19155. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  19156. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  19157. | #define HAVE_GCC_SYNC_BUILTINS 1
  19158. | #define UNREACHABLE __builtin_unreachable()
  19159. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  19160. | #define RUBY_FUNCTION_NAME_STRING __func__
  19161. | #define ENUM_OVER_INT 1
  19162. | #define HAVE_DECL_SYS_NERR 1
  19163. | #define HAVE_DECL_GETENV 1
  19164. | #define SIZEOF_SIZE_T 8
  19165. | #define SIZEOF_PTRDIFF_T 8
  19166. | #define PRI_SIZE_PREFIX "z"
  19167. | #define PRI_PTRDIFF_PREFIX "t"
  19168. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  19169. | #define HAVE_ST_BLKSIZE 1
  19170. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  19171. | #define HAVE_ST_BLOCKS 1
  19172. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  19173. | #define HAVE_ST_RDEV 1
  19174. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  19175. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  19176. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  19177. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  19178. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  19179. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  19180. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  19181. | #define HAVE_STRUCT_TIMEVAL 1
  19182. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  19183. | #define HAVE_STRUCT_TIMESPEC 1
  19184. | #define HAVE_STRUCT_TIMEZONE 1
  19185. | #define HAVE_INT8_T 1
  19186. | #define SIZEOF_INT8_T 1
  19187. | #define HAVE_UINT8_T 1
  19188. | #define SIZEOF_UINT8_T 1
  19189. | #define HAVE_INT16_T 1
  19190. | #define SIZEOF_INT16_T 2
  19191. | #define HAVE_UINT16_T 1
  19192. | #define SIZEOF_UINT16_T 2
  19193. | #define HAVE_INT32_T 1
  19194. | #define SIZEOF_INT32_T 4
  19195. | #define HAVE_UINT32_T 1
  19196. | #define SIZEOF_UINT32_T 4
  19197. | #define HAVE_INT64_T 1
  19198. | #define SIZEOF_INT64_T 8
  19199. | #define HAVE_UINT64_T 1
  19200. | #define SIZEOF_UINT64_T 8
  19201. | #define HAVE_INT128_T 1
  19202. | #define int128_t __int128
  19203. | #define SIZEOF_INT128_T SIZEOF___INT128
  19204. | #define HAVE_UINT128_T 1
  19205. | #define uint128_t unsigned __int128
  19206. | #define SIZEOF_UINT128_T SIZEOF___INT128
  19207. | #define HAVE_INTPTR_T 1
  19208. | #define SIZEOF_INTPTR_T 8
  19209. | #define HAVE_UINTPTR_T 1
  19210. | #define SIZEOF_UINTPTR_T 8
  19211. | #define HAVE_SSIZE_T 1
  19212. | #define SIZEOF_SSIZE_T 8
  19213. | #define GETGROUPS_T gid_t
  19214. | #define RETSIGTYPE void
  19215. | #define HAVE_ALLOCA_H 1
  19216. | #define HAVE_ALLOCA 1
  19217. | #define HAVE_ACOSH 1
  19218. | #define HAVE_CBRT 1
  19219. | #define HAVE_CRYPT 1
  19220. | #define HAVE_DUP2 1
  19221. | #define HAVE_ERF 1
  19222. | #define HAVE_FFS 1
  19223. | #define HAVE_FINITE 1
  19224. | #define HAVE_FLOCK 1
  19225. | #define HAVE_HYPOT 1
  19226. | #define HAVE_ISINF 1
  19227. | #define HAVE_ISNAN 1
  19228. | #define HAVE_LGAMMA_R 1
  19229. | #define HAVE_MEMMOVE 1
  19230. | #define HAVE_NEXTAFTER 1
  19231. | #define HAVE_STRCHR 1
  19232. | #define HAVE_STRERROR 1
  19233. | #define HAVE_STRLCAT 1
  19234. | #define HAVE_STRLCPY 1
  19235. | #define HAVE_STRSTR 1
  19236. | #define HAVE_TGAMMA 1
  19237. | #define SPT_TYPE SPT_REUSEARGV
  19238. | #define HAVE_SIGNBIT 1
  19239. | /* end confdefs.h. */
  19240. |
  19241. | #include <string.h>
  19242. |
  19243. | int
  19244. | main(int argc, char **argv)
  19245. | {
  19246. | const char *str = "hogefugafoobar";
  19247. | const char *rs = "foo";
  19248. | const char *empty = "";
  19249. | char *p;
  19250. |
  19251. | p = memmem(str, strlen(str), rs, strlen(rs));
  19252. | if (p == str+8) {
  19253. | p = memmem(str, strlen(str), empty, strlen(empty));
  19254. | if (p == str)
  19255. | return 0;
  19256. | }
  19257. | return 1;
  19258. | }
  19259. |
  19260. configure:20971: result: yes
  19261. configure:20975: checking for pid_t
  19262. configure:20975: result: yes
  19263. configure:20988: checking vfork.h usability
  19264. 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
  19265. conftest.c:257:10: fatal error: 'vfork.h' file not found
  19266. #include <vfork.h>
  19267. ^~~~~~~~~
  19268. 1 error generated.
  19269. configure:20988: $? = 1
  19270. configure: failed program was:
  19271. | /* confdefs.h */
  19272. | #define PACKAGE_NAME ""
  19273. | #define PACKAGE_TARNAME ""
  19274. | #define PACKAGE_VERSION ""
  19275. | #define PACKAGE_STRING ""
  19276. | #define PACKAGE_BUGREPORT ""
  19277. | #define PACKAGE_URL ""
  19278. | #define CANONICALIZATION_FOR_MATHN 1
  19279. | #define STDC_HEADERS 1
  19280. | #define HAVE_SYS_TYPES_H 1
  19281. | #define HAVE_SYS_STAT_H 1
  19282. | #define HAVE_STDLIB_H 1
  19283. | #define HAVE_STRING_H 1
  19284. | #define HAVE_MEMORY_H 1
  19285. | #define HAVE_STRINGS_H 1
  19286. | #define HAVE_INTTYPES_H 1
  19287. | #define HAVE_STDINT_H 1
  19288. | #define HAVE_UNISTD_H 1
  19289. | #define __EXTENSIONS__ 1
  19290. | #define _ALL_SOURCE 1
  19291. | #define _GNU_SOURCE 1
  19292. | #define _POSIX_PTHREAD_SEMANTICS 1
  19293. | #define _TANDEM_SOURCE 1
  19294. | #define HAVE_INFINITY 1
  19295. | #define HAVE_NAN 1
  19296. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  19297. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  19298. | #define BROKEN_CRYPT 1
  19299. | #define HAVE_CRT_EXTERNS_H 1
  19300. | #define HAVE_LIBDL 1
  19301. | #define HAVE_DIRENT_H 1
  19302. | #define HAVE__BOOL 1
  19303. | #define HAVE_STDBOOL_H 1
  19304. | #define HAVE_SYS_WAIT_H 1
  19305. | #define HAVE_GRP_H 1
  19306. | #define HAVE_FCNTL_H 1
  19307. | #define HAVE_FLOAT_H 1
  19308. | #define HAVE_LANGINFO_H 1
  19309. | #define HAVE_LIMITS_H 1
  19310. | #define HAVE_LOCALE_H 1
  19311. | #define HAVE_MALLOC_MALLOC_H 1
  19312. | #define HAVE_PWD_H 1
  19313. | #define HAVE_SYS_ATTR_H 1
  19314. | #define HAVE_SYS_FCNTL_H 1
  19315. | #define HAVE_SYS_FILE_H 1
  19316. | #define HAVE_SYS_IOCTL_H 1
  19317. | #define HAVE_SYS_PARAM_H 1
  19318. | #define HAVE_SYS_RESOURCE_H 1
  19319. | #define HAVE_SYS_SELECT_H 1
  19320. | #define HAVE_SYS_SOCKET_H 1
  19321. | #define HAVE_SYS_TIME_H 1
  19322. | #define HAVE_SYS_TIMES_H 1
  19323. | #define HAVE_SYS_UIO_H 1
  19324. | #define HAVE_TIME_H 1
  19325. | #define HAVE_UCONTEXT_H 1
  19326. | #define HAVE_UTIME_H 1
  19327. | #define HAVE_GMP_H 1
  19328. | #define HAVE_LIBGMP 1
  19329. | #define HAVE_TYPEOF 1
  19330. | #define HAVE_LONG_LONG 1
  19331. | #define HAVE_OFF_T 1
  19332. | #define SIZEOF_INT 4
  19333. | #define SIZEOF_SHORT 2
  19334. | #define SIZEOF_LONG 8
  19335. | #define SIZEOF_LONG_LONG 8
  19336. | #define SIZEOF___INT64 0
  19337. | #define SIZEOF___INT128 16
  19338. | #define SIZEOF_OFF_T 8
  19339. | #define SIZEOF_VOIDP 8
  19340. | #define SIZEOF_FLOAT 4
  19341. | #define SIZEOF_DOUBLE 8
  19342. | #define SIZEOF_TIME_T 8
  19343. | #define SIZEOF_CLOCK_T 8
  19344. | #define PACKED_STRUCT(x) x __attribute__((packed))
  19345. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  19346. | #define PRI_LL_PREFIX "ll"
  19347. | #define rb_pid_t pid_t
  19348. | #define SIGNEDNESS_OF_PID_T -1
  19349. | #define PIDT2NUM(v) INT2NUM(v)
  19350. | #define NUM2PIDT(v) NUM2INT(v)
  19351. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  19352. | #define rb_uid_t uid_t
  19353. | #define SIGNEDNESS_OF_UID_T +1
  19354. | #define UIDT2NUM(v) UINT2NUM(v)
  19355. | #define NUM2UIDT(v) NUM2UINT(v)
  19356. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  19357. | #define rb_gid_t gid_t
  19358. | #define SIGNEDNESS_OF_GID_T +1
  19359. | #define GIDT2NUM(v) UINT2NUM(v)
  19360. | #define NUM2GIDT(v) NUM2UINT(v)
  19361. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  19362. | #define rb_time_t time_t
  19363. | #define SIGNEDNESS_OF_TIME_T -1
  19364. | #define TIMET2NUM(v) LONG2NUM(v)
  19365. | #define NUM2TIMET(v) NUM2LONG(v)
  19366. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  19367. | #define rb_dev_t dev_t
  19368. | #define SIGNEDNESS_OF_DEV_T -1
  19369. | #define DEVT2NUM(v) INT2NUM(v)
  19370. | #define NUM2DEVT(v) NUM2INT(v)
  19371. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  19372. | #define rb_mode_t mode_t
  19373. | #define SIGNEDNESS_OF_MODE_T +1
  19374. | #define MODET2NUM(v) UINT2NUM(v)
  19375. | #define NUM2MODET(v) NUM2UINT(v)
  19376. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  19377. | #define rb_rlim_t rlim_t
  19378. | #define SIGNEDNESS_OF_RLIM_T +1
  19379. | #define RLIM2NUM(v) ULL2NUM(v)
  19380. | #define NUM2RLIM(v) NUM2ULL(v)
  19381. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  19382. | #define rb_off_t off_t
  19383. | #define SIGNEDNESS_OF_OFF_T -1
  19384. | #define OFFT2NUM(v) LL2NUM(v)
  19385. | #define NUM2OFFT(v) NUM2LL(v)
  19386. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  19387. | #define rb_clockid_t int
  19388. | #define SIGNEDNESS_OF_CLOCKID_T -1
  19389. | #define CLOCKID2NUM(v) INT2NUM(v)
  19390. | #define NUM2CLOCKID(v) NUM2INT(v)
  19391. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  19392. | #define HAVE_PROTOTYPES 1
  19393. | #define TOKEN_PASTE(x,y) x##y
  19394. | #define STRINGIZE(expr) STRINGIZE0(expr)
  19395. | #define HAVE_STDARG_PROTOTYPES 1
  19396. | #define HAVE_VA_ARGS_MACRO 1
  19397. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  19398. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  19399. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  19400. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  19401. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  19402. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  19403. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  19404. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  19405. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  19406. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  19407. | #define WEAK(x) __attribute__ ((__weak__)) x
  19408. | #define HAVE_FUNC_WEAK 1
  19409. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  19410. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  19411. | #define HAVE_GCC_SYNC_BUILTINS 1
  19412. | #define UNREACHABLE __builtin_unreachable()
  19413. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  19414. | #define RUBY_FUNCTION_NAME_STRING __func__
  19415. | #define ENUM_OVER_INT 1
  19416. | #define HAVE_DECL_SYS_NERR 1
  19417. | #define HAVE_DECL_GETENV 1
  19418. | #define SIZEOF_SIZE_T 8
  19419. | #define SIZEOF_PTRDIFF_T 8
  19420. | #define PRI_SIZE_PREFIX "z"
  19421. | #define PRI_PTRDIFF_PREFIX "t"
  19422. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  19423. | #define HAVE_ST_BLKSIZE 1
  19424. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  19425. | #define HAVE_ST_BLOCKS 1
  19426. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  19427. | #define HAVE_ST_RDEV 1
  19428. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  19429. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  19430. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  19431. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  19432. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  19433. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  19434. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  19435. | #define HAVE_STRUCT_TIMEVAL 1
  19436. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  19437. | #define HAVE_STRUCT_TIMESPEC 1
  19438. | #define HAVE_STRUCT_TIMEZONE 1
  19439. | #define HAVE_INT8_T 1
  19440. | #define SIZEOF_INT8_T 1
  19441. | #define HAVE_UINT8_T 1
  19442. | #define SIZEOF_UINT8_T 1
  19443. | #define HAVE_INT16_T 1
  19444. | #define SIZEOF_INT16_T 2
  19445. | #define HAVE_UINT16_T 1
  19446. | #define SIZEOF_UINT16_T 2
  19447. | #define HAVE_INT32_T 1
  19448. | #define SIZEOF_INT32_T 4
  19449. | #define HAVE_UINT32_T 1
  19450. | #define SIZEOF_UINT32_T 4
  19451. | #define HAVE_INT64_T 1
  19452. | #define SIZEOF_INT64_T 8
  19453. | #define HAVE_UINT64_T 1
  19454. | #define SIZEOF_UINT64_T 8
  19455. | #define HAVE_INT128_T 1
  19456. | #define int128_t __int128
  19457. | #define SIZEOF_INT128_T SIZEOF___INT128
  19458. | #define HAVE_UINT128_T 1
  19459. | #define uint128_t unsigned __int128
  19460. | #define SIZEOF_UINT128_T SIZEOF___INT128
  19461. | #define HAVE_INTPTR_T 1
  19462. | #define SIZEOF_INTPTR_T 8
  19463. | #define HAVE_UINTPTR_T 1
  19464. | #define SIZEOF_UINTPTR_T 8
  19465. | #define HAVE_SSIZE_T 1
  19466. | #define SIZEOF_SSIZE_T 8
  19467. | #define GETGROUPS_T gid_t
  19468. | #define RETSIGTYPE void
  19469. | #define HAVE_ALLOCA_H 1
  19470. | #define HAVE_ALLOCA 1
  19471. | #define HAVE_ACOSH 1
  19472. | #define HAVE_CBRT 1
  19473. | #define HAVE_CRYPT 1
  19474. | #define HAVE_DUP2 1
  19475. | #define HAVE_ERF 1
  19476. | #define HAVE_FFS 1
  19477. | #define HAVE_FINITE 1
  19478. | #define HAVE_FLOCK 1
  19479. | #define HAVE_HYPOT 1
  19480. | #define HAVE_ISINF 1
  19481. | #define HAVE_ISNAN 1
  19482. | #define HAVE_LGAMMA_R 1
  19483. | #define HAVE_MEMMOVE 1
  19484. | #define HAVE_NEXTAFTER 1
  19485. | #define HAVE_STRCHR 1
  19486. | #define HAVE_STRERROR 1
  19487. | #define HAVE_STRLCAT 1
  19488. | #define HAVE_STRLCPY 1
  19489. | #define HAVE_STRSTR 1
  19490. | #define HAVE_TGAMMA 1
  19491. | #define SPT_TYPE SPT_REUSEARGV
  19492. | #define HAVE_SIGNBIT 1
  19493. | /* end confdefs.h. */
  19494. | #include <stdio.h>
  19495. | #ifdef HAVE_SYS_TYPES_H
  19496. | # include <sys/types.h>
  19497. | #endif
  19498. | #ifdef HAVE_SYS_STAT_H
  19499. | # include <sys/stat.h>
  19500. | #endif
  19501. | #ifdef STDC_HEADERS
  19502. | # include <stdlib.h>
  19503. | # include <stddef.h>
  19504. | #else
  19505. | # ifdef HAVE_STDLIB_H
  19506. | # include <stdlib.h>
  19507. | # endif
  19508. | #endif
  19509. | #ifdef HAVE_STRING_H
  19510. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  19511. | # include <memory.h>
  19512. | # endif
  19513. | # include <string.h>
  19514. | #endif
  19515. | #ifdef HAVE_STRINGS_H
  19516. | # include <strings.h>
  19517. | #endif
  19518. | #ifdef HAVE_INTTYPES_H
  19519. | # include <inttypes.h>
  19520. | #endif
  19521. | #ifdef HAVE_STDINT_H
  19522. | # include <stdint.h>
  19523. | #endif
  19524. | #ifdef HAVE_UNISTD_H
  19525. | # include <unistd.h>
  19526. | #endif
  19527. | #include <vfork.h>
  19528. configure:20988: result: no
  19529. configure:20988: checking vfork.h presence
  19530. 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
  19531. conftest.c:224:10: fatal error: 'vfork.h' file not found
  19532. #include <vfork.h>
  19533. ^~~~~~~~~
  19534. 1 error generated.
  19535. configure:20988: $? = 1
  19536. configure: failed program was:
  19537. | /* confdefs.h */
  19538. | #define PACKAGE_NAME ""
  19539. | #define PACKAGE_TARNAME ""
  19540. | #define PACKAGE_VERSION ""
  19541. | #define PACKAGE_STRING ""
  19542. | #define PACKAGE_BUGREPORT ""
  19543. | #define PACKAGE_URL ""
  19544. | #define CANONICALIZATION_FOR_MATHN 1
  19545. | #define STDC_HEADERS 1
  19546. | #define HAVE_SYS_TYPES_H 1
  19547. | #define HAVE_SYS_STAT_H 1
  19548. | #define HAVE_STDLIB_H 1
  19549. | #define HAVE_STRING_H 1
  19550. | #define HAVE_MEMORY_H 1
  19551. | #define HAVE_STRINGS_H 1
  19552. | #define HAVE_INTTYPES_H 1
  19553. | #define HAVE_STDINT_H 1
  19554. | #define HAVE_UNISTD_H 1
  19555. | #define __EXTENSIONS__ 1
  19556. | #define _ALL_SOURCE 1
  19557. | #define _GNU_SOURCE 1
  19558. | #define _POSIX_PTHREAD_SEMANTICS 1
  19559. | #define _TANDEM_SOURCE 1
  19560. | #define HAVE_INFINITY 1
  19561. | #define HAVE_NAN 1
  19562. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  19563. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  19564. | #define BROKEN_CRYPT 1
  19565. | #define HAVE_CRT_EXTERNS_H 1
  19566. | #define HAVE_LIBDL 1
  19567. | #define HAVE_DIRENT_H 1
  19568. | #define HAVE__BOOL 1
  19569. | #define HAVE_STDBOOL_H 1
  19570. | #define HAVE_SYS_WAIT_H 1
  19571. | #define HAVE_GRP_H 1
  19572. | #define HAVE_FCNTL_H 1
  19573. | #define HAVE_FLOAT_H 1
  19574. | #define HAVE_LANGINFO_H 1
  19575. | #define HAVE_LIMITS_H 1
  19576. | #define HAVE_LOCALE_H 1
  19577. | #define HAVE_MALLOC_MALLOC_H 1
  19578. | #define HAVE_PWD_H 1
  19579. | #define HAVE_SYS_ATTR_H 1
  19580. | #define HAVE_SYS_FCNTL_H 1
  19581. | #define HAVE_SYS_FILE_H 1
  19582. | #define HAVE_SYS_IOCTL_H 1
  19583. | #define HAVE_SYS_PARAM_H 1
  19584. | #define HAVE_SYS_RESOURCE_H 1
  19585. | #define HAVE_SYS_SELECT_H 1
  19586. | #define HAVE_SYS_SOCKET_H 1
  19587. | #define HAVE_SYS_TIME_H 1
  19588. | #define HAVE_SYS_TIMES_H 1
  19589. | #define HAVE_SYS_UIO_H 1
  19590. | #define HAVE_TIME_H 1
  19591. | #define HAVE_UCONTEXT_H 1
  19592. | #define HAVE_UTIME_H 1
  19593. | #define HAVE_GMP_H 1
  19594. | #define HAVE_LIBGMP 1
  19595. | #define HAVE_TYPEOF 1
  19596. | #define HAVE_LONG_LONG 1
  19597. | #define HAVE_OFF_T 1
  19598. | #define SIZEOF_INT 4
  19599. | #define SIZEOF_SHORT 2
  19600. | #define SIZEOF_LONG 8
  19601. | #define SIZEOF_LONG_LONG 8
  19602. | #define SIZEOF___INT64 0
  19603. | #define SIZEOF___INT128 16
  19604. | #define SIZEOF_OFF_T 8
  19605. | #define SIZEOF_VOIDP 8
  19606. | #define SIZEOF_FLOAT 4
  19607. | #define SIZEOF_DOUBLE 8
  19608. | #define SIZEOF_TIME_T 8
  19609. | #define SIZEOF_CLOCK_T 8
  19610. | #define PACKED_STRUCT(x) x __attribute__((packed))
  19611. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  19612. | #define PRI_LL_PREFIX "ll"
  19613. | #define rb_pid_t pid_t
  19614. | #define SIGNEDNESS_OF_PID_T -1
  19615. | #define PIDT2NUM(v) INT2NUM(v)
  19616. | #define NUM2PIDT(v) NUM2INT(v)
  19617. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  19618. | #define rb_uid_t uid_t
  19619. | #define SIGNEDNESS_OF_UID_T +1
  19620. | #define UIDT2NUM(v) UINT2NUM(v)
  19621. | #define NUM2UIDT(v) NUM2UINT(v)
  19622. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  19623. | #define rb_gid_t gid_t
  19624. | #define SIGNEDNESS_OF_GID_T +1
  19625. | #define GIDT2NUM(v) UINT2NUM(v)
  19626. | #define NUM2GIDT(v) NUM2UINT(v)
  19627. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  19628. | #define rb_time_t time_t
  19629. | #define SIGNEDNESS_OF_TIME_T -1
  19630. | #define TIMET2NUM(v) LONG2NUM(v)
  19631. | #define NUM2TIMET(v) NUM2LONG(v)
  19632. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  19633. | #define rb_dev_t dev_t
  19634. | #define SIGNEDNESS_OF_DEV_T -1
  19635. | #define DEVT2NUM(v) INT2NUM(v)
  19636. | #define NUM2DEVT(v) NUM2INT(v)
  19637. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  19638. | #define rb_mode_t mode_t
  19639. | #define SIGNEDNESS_OF_MODE_T +1
  19640. | #define MODET2NUM(v) UINT2NUM(v)
  19641. | #define NUM2MODET(v) NUM2UINT(v)
  19642. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  19643. | #define rb_rlim_t rlim_t
  19644. | #define SIGNEDNESS_OF_RLIM_T +1
  19645. | #define RLIM2NUM(v) ULL2NUM(v)
  19646. | #define NUM2RLIM(v) NUM2ULL(v)
  19647. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  19648. | #define rb_off_t off_t
  19649. | #define SIGNEDNESS_OF_OFF_T -1
  19650. | #define OFFT2NUM(v) LL2NUM(v)
  19651. | #define NUM2OFFT(v) NUM2LL(v)
  19652. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  19653. | #define rb_clockid_t int
  19654. | #define SIGNEDNESS_OF_CLOCKID_T -1
  19655. | #define CLOCKID2NUM(v) INT2NUM(v)
  19656. | #define NUM2CLOCKID(v) NUM2INT(v)
  19657. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  19658. | #define HAVE_PROTOTYPES 1
  19659. | #define TOKEN_PASTE(x,y) x##y
  19660. | #define STRINGIZE(expr) STRINGIZE0(expr)
  19661. | #define HAVE_STDARG_PROTOTYPES 1
  19662. | #define HAVE_VA_ARGS_MACRO 1
  19663. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  19664. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  19665. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  19666. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  19667. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  19668. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  19669. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  19670. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  19671. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  19672. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  19673. | #define WEAK(x) __attribute__ ((__weak__)) x
  19674. | #define HAVE_FUNC_WEAK 1
  19675. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  19676. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  19677. | #define HAVE_GCC_SYNC_BUILTINS 1
  19678. | #define UNREACHABLE __builtin_unreachable()
  19679. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  19680. | #define RUBY_FUNCTION_NAME_STRING __func__
  19681. | #define ENUM_OVER_INT 1
  19682. | #define HAVE_DECL_SYS_NERR 1
  19683. | #define HAVE_DECL_GETENV 1
  19684. | #define SIZEOF_SIZE_T 8
  19685. | #define SIZEOF_PTRDIFF_T 8
  19686. | #define PRI_SIZE_PREFIX "z"
  19687. | #define PRI_PTRDIFF_PREFIX "t"
  19688. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  19689. | #define HAVE_ST_BLKSIZE 1
  19690. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  19691. | #define HAVE_ST_BLOCKS 1
  19692. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  19693. | #define HAVE_ST_RDEV 1
  19694. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  19695. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  19696. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  19697. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  19698. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  19699. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  19700. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  19701. | #define HAVE_STRUCT_TIMEVAL 1
  19702. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  19703. | #define HAVE_STRUCT_TIMESPEC 1
  19704. | #define HAVE_STRUCT_TIMEZONE 1
  19705. | #define HAVE_INT8_T 1
  19706. | #define SIZEOF_INT8_T 1
  19707. | #define HAVE_UINT8_T 1
  19708. | #define SIZEOF_UINT8_T 1
  19709. | #define HAVE_INT16_T 1
  19710. | #define SIZEOF_INT16_T 2
  19711. | #define HAVE_UINT16_T 1
  19712. | #define SIZEOF_UINT16_T 2
  19713. | #define HAVE_INT32_T 1
  19714. | #define SIZEOF_INT32_T 4
  19715. | #define HAVE_UINT32_T 1
  19716. | #define SIZEOF_UINT32_T 4
  19717. | #define HAVE_INT64_T 1
  19718. | #define SIZEOF_INT64_T 8
  19719. | #define HAVE_UINT64_T 1
  19720. | #define SIZEOF_UINT64_T 8
  19721. | #define HAVE_INT128_T 1
  19722. | #define int128_t __int128
  19723. | #define SIZEOF_INT128_T SIZEOF___INT128
  19724. | #define HAVE_UINT128_T 1
  19725. | #define uint128_t unsigned __int128
  19726. | #define SIZEOF_UINT128_T SIZEOF___INT128
  19727. | #define HAVE_INTPTR_T 1
  19728. | #define SIZEOF_INTPTR_T 8
  19729. | #define HAVE_UINTPTR_T 1
  19730. | #define SIZEOF_UINTPTR_T 8
  19731. | #define HAVE_SSIZE_T 1
  19732. | #define SIZEOF_SSIZE_T 8
  19733. | #define GETGROUPS_T gid_t
  19734. | #define RETSIGTYPE void
  19735. | #define HAVE_ALLOCA_H 1
  19736. | #define HAVE_ALLOCA 1
  19737. | #define HAVE_ACOSH 1
  19738. | #define HAVE_CBRT 1
  19739. | #define HAVE_CRYPT 1
  19740. | #define HAVE_DUP2 1
  19741. | #define HAVE_ERF 1
  19742. | #define HAVE_FFS 1
  19743. | #define HAVE_FINITE 1
  19744. | #define HAVE_FLOCK 1
  19745. | #define HAVE_HYPOT 1
  19746. | #define HAVE_ISINF 1
  19747. | #define HAVE_ISNAN 1
  19748. | #define HAVE_LGAMMA_R 1
  19749. | #define HAVE_MEMMOVE 1
  19750. | #define HAVE_NEXTAFTER 1
  19751. | #define HAVE_STRCHR 1
  19752. | #define HAVE_STRERROR 1
  19753. | #define HAVE_STRLCAT 1
  19754. | #define HAVE_STRLCPY 1
  19755. | #define HAVE_STRSTR 1
  19756. | #define HAVE_TGAMMA 1
  19757. | #define SPT_TYPE SPT_REUSEARGV
  19758. | #define HAVE_SIGNBIT 1
  19759. | /* end confdefs.h. */
  19760. | #include <vfork.h>
  19761. configure:20988: result: no
  19762. configure:20988: checking for vfork.h
  19763. configure:20988: result: no
  19764. configure:21001: checking for fork
  19765. 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
  19766. configure:21001: $? = 0
  19767. configure:21001: result: yes
  19768. configure:21001: checking for vfork
  19769. configure:21001: result: no
  19770. configure:21011: checking for working fork
  19771. 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
  19772. configure:21033: $? = 0
  19773. configure:21033: ./conftest
  19774. configure:21033: $? = 0
  19775. configure:21043: result: yes
  19776. configure:21202: checking for __syscall
  19777. configure:21202: result: no
  19778. configure:21213: checking for _longjmp
  19779. 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
  19780. conftest.c:250:6: warning: declaration of built-in function '_longjmp' requires inclusion of the header <setjmp.h> [-Wbuiltin-requires-header]
  19781. char _longjmp ();
  19782. ^
  19783. 1 warning generated.
  19784. configure:21213: $? = 0
  19785. configure:21213: result: yes
  19786. configure:21226: checking for arc4random_buf
  19787. 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
  19788. configure:21226: $? = 0
  19789. configure:21226: result: yes
  19790. configure:21238: checking for atan2l
  19791. 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
  19792. conftest.c:252:6: warning: incompatible redeclaration of library function 'atan2l' [-Wincompatible-library-redeclaration]
  19793. char atan2l ();
  19794. ^
  19795. conftest.c:252:6: note: 'atan2l' is a builtin with type 'long double (long double, long double)'
  19796. 1 warning generated.
  19797. configure:21238: $? = 0
  19798. configure:21238: result: yes
  19799. configure:21238: checking for atan2f
  19800. 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
  19801. conftest.c:253:6: warning: incompatible redeclaration of library function 'atan2f' [-Wincompatible-library-redeclaration]
  19802. char atan2f ();
  19803. ^
  19804. conftest.c:253:6: note: 'atan2f' is a builtin with type 'float (float, float)'
  19805. 1 warning generated.
  19806. configure:21238: $? = 0
  19807. configure:21238: result: yes
  19808. configure:21249: checking for chroot
  19809. 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
  19810. configure:21249: $? = 0
  19811. configure:21249: result: yes
  19812. configure:21260: checking for chsize
  19813. 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
  19814. Undefined symbols for architecture x86_64:
  19815. "_chsize", referenced from:
  19816. _main in conftest-ad73be.o
  19817. ld: symbol(s) not found for architecture x86_64
  19818. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  19819. configure:21260: $? = 1
  19820. configure: failed program was:
  19821. | /* confdefs.h */
  19822. | #define PACKAGE_NAME ""
  19823. | #define PACKAGE_TARNAME ""
  19824. | #define PACKAGE_VERSION ""
  19825. | #define PACKAGE_STRING ""
  19826. | #define PACKAGE_BUGREPORT ""
  19827. | #define PACKAGE_URL ""
  19828. | #define CANONICALIZATION_FOR_MATHN 1
  19829. | #define STDC_HEADERS 1
  19830. | #define HAVE_SYS_TYPES_H 1
  19831. | #define HAVE_SYS_STAT_H 1
  19832. | #define HAVE_STDLIB_H 1
  19833. | #define HAVE_STRING_H 1
  19834. | #define HAVE_MEMORY_H 1
  19835. | #define HAVE_STRINGS_H 1
  19836. | #define HAVE_INTTYPES_H 1
  19837. | #define HAVE_STDINT_H 1
  19838. | #define HAVE_UNISTD_H 1
  19839. | #define __EXTENSIONS__ 1
  19840. | #define _ALL_SOURCE 1
  19841. | #define _GNU_SOURCE 1
  19842. | #define _POSIX_PTHREAD_SEMANTICS 1
  19843. | #define _TANDEM_SOURCE 1
  19844. | #define HAVE_INFINITY 1
  19845. | #define HAVE_NAN 1
  19846. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  19847. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  19848. | #define BROKEN_CRYPT 1
  19849. | #define HAVE_CRT_EXTERNS_H 1
  19850. | #define HAVE_LIBDL 1
  19851. | #define HAVE_DIRENT_H 1
  19852. | #define HAVE__BOOL 1
  19853. | #define HAVE_STDBOOL_H 1
  19854. | #define HAVE_SYS_WAIT_H 1
  19855. | #define HAVE_GRP_H 1
  19856. | #define HAVE_FCNTL_H 1
  19857. | #define HAVE_FLOAT_H 1
  19858. | #define HAVE_LANGINFO_H 1
  19859. | #define HAVE_LIMITS_H 1
  19860. | #define HAVE_LOCALE_H 1
  19861. | #define HAVE_MALLOC_MALLOC_H 1
  19862. | #define HAVE_PWD_H 1
  19863. | #define HAVE_SYS_ATTR_H 1
  19864. | #define HAVE_SYS_FCNTL_H 1
  19865. | #define HAVE_SYS_FILE_H 1
  19866. | #define HAVE_SYS_IOCTL_H 1
  19867. | #define HAVE_SYS_PARAM_H 1
  19868. | #define HAVE_SYS_RESOURCE_H 1
  19869. | #define HAVE_SYS_SELECT_H 1
  19870. | #define HAVE_SYS_SOCKET_H 1
  19871. | #define HAVE_SYS_TIME_H 1
  19872. | #define HAVE_SYS_TIMES_H 1
  19873. | #define HAVE_SYS_UIO_H 1
  19874. | #define HAVE_TIME_H 1
  19875. | #define HAVE_UCONTEXT_H 1
  19876. | #define HAVE_UTIME_H 1
  19877. | #define HAVE_GMP_H 1
  19878. | #define HAVE_LIBGMP 1
  19879. | #define HAVE_TYPEOF 1
  19880. | #define HAVE_LONG_LONG 1
  19881. | #define HAVE_OFF_T 1
  19882. | #define SIZEOF_INT 4
  19883. | #define SIZEOF_SHORT 2
  19884. | #define SIZEOF_LONG 8
  19885. | #define SIZEOF_LONG_LONG 8
  19886. | #define SIZEOF___INT64 0
  19887. | #define SIZEOF___INT128 16
  19888. | #define SIZEOF_OFF_T 8
  19889. | #define SIZEOF_VOIDP 8
  19890. | #define SIZEOF_FLOAT 4
  19891. | #define SIZEOF_DOUBLE 8
  19892. | #define SIZEOF_TIME_T 8
  19893. | #define SIZEOF_CLOCK_T 8
  19894. | #define PACKED_STRUCT(x) x __attribute__((packed))
  19895. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  19896. | #define PRI_LL_PREFIX "ll"
  19897. | #define rb_pid_t pid_t
  19898. | #define SIGNEDNESS_OF_PID_T -1
  19899. | #define PIDT2NUM(v) INT2NUM(v)
  19900. | #define NUM2PIDT(v) NUM2INT(v)
  19901. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  19902. | #define rb_uid_t uid_t
  19903. | #define SIGNEDNESS_OF_UID_T +1
  19904. | #define UIDT2NUM(v) UINT2NUM(v)
  19905. | #define NUM2UIDT(v) NUM2UINT(v)
  19906. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  19907. | #define rb_gid_t gid_t
  19908. | #define SIGNEDNESS_OF_GID_T +1
  19909. | #define GIDT2NUM(v) UINT2NUM(v)
  19910. | #define NUM2GIDT(v) NUM2UINT(v)
  19911. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  19912. | #define rb_time_t time_t
  19913. | #define SIGNEDNESS_OF_TIME_T -1
  19914. | #define TIMET2NUM(v) LONG2NUM(v)
  19915. | #define NUM2TIMET(v) NUM2LONG(v)
  19916. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  19917. | #define rb_dev_t dev_t
  19918. | #define SIGNEDNESS_OF_DEV_T -1
  19919. | #define DEVT2NUM(v) INT2NUM(v)
  19920. | #define NUM2DEVT(v) NUM2INT(v)
  19921. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  19922. | #define rb_mode_t mode_t
  19923. | #define SIGNEDNESS_OF_MODE_T +1
  19924. | #define MODET2NUM(v) UINT2NUM(v)
  19925. | #define NUM2MODET(v) NUM2UINT(v)
  19926. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  19927. | #define rb_rlim_t rlim_t
  19928. | #define SIGNEDNESS_OF_RLIM_T +1
  19929. | #define RLIM2NUM(v) ULL2NUM(v)
  19930. | #define NUM2RLIM(v) NUM2ULL(v)
  19931. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  19932. | #define rb_off_t off_t
  19933. | #define SIGNEDNESS_OF_OFF_T -1
  19934. | #define OFFT2NUM(v) LL2NUM(v)
  19935. | #define NUM2OFFT(v) NUM2LL(v)
  19936. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  19937. | #define rb_clockid_t int
  19938. | #define SIGNEDNESS_OF_CLOCKID_T -1
  19939. | #define CLOCKID2NUM(v) INT2NUM(v)
  19940. | #define NUM2CLOCKID(v) NUM2INT(v)
  19941. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  19942. | #define HAVE_PROTOTYPES 1
  19943. | #define TOKEN_PASTE(x,y) x##y
  19944. | #define STRINGIZE(expr) STRINGIZE0(expr)
  19945. | #define HAVE_STDARG_PROTOTYPES 1
  19946. | #define HAVE_VA_ARGS_MACRO 1
  19947. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  19948. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  19949. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  19950. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  19951. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  19952. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  19953. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  19954. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  19955. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  19956. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  19957. | #define WEAK(x) __attribute__ ((__weak__)) x
  19958. | #define HAVE_FUNC_WEAK 1
  19959. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  19960. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  19961. | #define HAVE_GCC_SYNC_BUILTINS 1
  19962. | #define UNREACHABLE __builtin_unreachable()
  19963. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  19964. | #define RUBY_FUNCTION_NAME_STRING __func__
  19965. | #define ENUM_OVER_INT 1
  19966. | #define HAVE_DECL_SYS_NERR 1
  19967. | #define HAVE_DECL_GETENV 1
  19968. | #define SIZEOF_SIZE_T 8
  19969. | #define SIZEOF_PTRDIFF_T 8
  19970. | #define PRI_SIZE_PREFIX "z"
  19971. | #define PRI_PTRDIFF_PREFIX "t"
  19972. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  19973. | #define HAVE_ST_BLKSIZE 1
  19974. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  19975. | #define HAVE_ST_BLOCKS 1
  19976. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  19977. | #define HAVE_ST_RDEV 1
  19978. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  19979. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  19980. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  19981. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  19982. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  19983. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  19984. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  19985. | #define HAVE_STRUCT_TIMEVAL 1
  19986. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  19987. | #define HAVE_STRUCT_TIMESPEC 1
  19988. | #define HAVE_STRUCT_TIMEZONE 1
  19989. | #define HAVE_INT8_T 1
  19990. | #define SIZEOF_INT8_T 1
  19991. | #define HAVE_UINT8_T 1
  19992. | #define SIZEOF_UINT8_T 1
  19993. | #define HAVE_INT16_T 1
  19994. | #define SIZEOF_INT16_T 2
  19995. | #define HAVE_UINT16_T 1
  19996. | #define SIZEOF_UINT16_T 2
  19997. | #define HAVE_INT32_T 1
  19998. | #define SIZEOF_INT32_T 4
  19999. | #define HAVE_UINT32_T 1
  20000. | #define SIZEOF_UINT32_T 4
  20001. | #define HAVE_INT64_T 1
  20002. | #define SIZEOF_INT64_T 8
  20003. | #define HAVE_UINT64_T 1
  20004. | #define SIZEOF_UINT64_T 8
  20005. | #define HAVE_INT128_T 1
  20006. | #define int128_t __int128
  20007. | #define SIZEOF_INT128_T SIZEOF___INT128
  20008. | #define HAVE_UINT128_T 1
  20009. | #define uint128_t unsigned __int128
  20010. | #define SIZEOF_UINT128_T SIZEOF___INT128
  20011. | #define HAVE_INTPTR_T 1
  20012. | #define SIZEOF_INTPTR_T 8
  20013. | #define HAVE_UINTPTR_T 1
  20014. | #define SIZEOF_UINTPTR_T 8
  20015. | #define HAVE_SSIZE_T 1
  20016. | #define SIZEOF_SSIZE_T 8
  20017. | #define GETGROUPS_T gid_t
  20018. | #define RETSIGTYPE void
  20019. | #define HAVE_ALLOCA_H 1
  20020. | #define HAVE_ALLOCA 1
  20021. | #define HAVE_ACOSH 1
  20022. | #define HAVE_CBRT 1
  20023. | #define HAVE_CRYPT 1
  20024. | #define HAVE_DUP2 1
  20025. | #define HAVE_ERF 1
  20026. | #define HAVE_FFS 1
  20027. | #define HAVE_FINITE 1
  20028. | #define HAVE_FLOCK 1
  20029. | #define HAVE_HYPOT 1
  20030. | #define HAVE_ISINF 1
  20031. | #define HAVE_ISNAN 1
  20032. | #define HAVE_LGAMMA_R 1
  20033. | #define HAVE_MEMMOVE 1
  20034. | #define HAVE_NEXTAFTER 1
  20035. | #define HAVE_STRCHR 1
  20036. | #define HAVE_STRERROR 1
  20037. | #define HAVE_STRLCAT 1
  20038. | #define HAVE_STRLCPY 1
  20039. | #define HAVE_STRSTR 1
  20040. | #define HAVE_TGAMMA 1
  20041. | #define SPT_TYPE SPT_REUSEARGV
  20042. | #define HAVE_SIGNBIT 1
  20043. | #define HAVE_FORK 1
  20044. | #define vfork fork
  20045. | #define HAVE_WORKING_FORK 1
  20046. | #define HAVE__LONGJMP 1
  20047. | #define HAVE_ARC4RANDOM_BUF 1
  20048. | #define HAVE_ATAN2L 1
  20049. | #define HAVE_ATAN2F 1
  20050. | #define HAVE_CHROOT 1
  20051. | /* end confdefs.h. */
  20052. | /* Define chsize to an innocuous variant, in case <limits.h> declares chsize.
  20053. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  20054. | #define chsize innocuous_chsize
  20055. |
  20056. | /* System header to define __stub macros and hopefully few prototypes,
  20057. | which can conflict with char chsize (); below.
  20058. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  20059. | <limits.h> exists even on freestanding compilers. */
  20060. |
  20061. | #ifdef __STDC__
  20062. | # include <limits.h>
  20063. | #else
  20064. | # include <assert.h>
  20065. | #endif
  20066. |
  20067. | #undef chsize
  20068. |
  20069. | /* Override any GCC internal prototype to avoid an error.
  20070. | Use char because int might match the return type of a GCC
  20071. | builtin and then its argument prototype would still apply. */
  20072. | #ifdef __cplusplus
  20073. | extern "C"
  20074. | #endif
  20075. | char chsize ();
  20076. | /* The GNU C library defines this for functions which it implements
  20077. | to always fail with ENOSYS. Some functions are actually named
  20078. | something starting with __ and the normal name is an alias. */
  20079. | #if defined __stub_chsize || defined __stub___chsize
  20080. | choke me
  20081. | #endif
  20082. |
  20083. | int
  20084. | main ()
  20085. | {
  20086. | return chsize ();
  20087. | ;
  20088. | return 0;
  20089. | }
  20090. configure:21260: result: no
  20091. configure:21271: checking for clock_gettime
  20092. 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
  20093. configure:21271: $? = 0
  20094. configure:21271: result: yes
  20095. configure:21282: checking for cosh
  20096. 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
  20097. conftest.c:256:6: warning: incompatible redeclaration of library function 'cosh' [-Wincompatible-library-redeclaration]
  20098. char cosh ();
  20099. ^
  20100. conftest.c:256:6: note: 'cosh' is a builtin with type 'double (double)'
  20101. 1 warning generated.
  20102. configure:21282: $? = 0
  20103. configure:21282: result: yes
  20104. configure:21293: checking for crypt_r
  20105. 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
  20106. Undefined symbols for architecture x86_64:
  20107. "_crypt_r", referenced from:
  20108. _main in conftest-a918e6.o
  20109. ld: symbol(s) not found for architecture x86_64
  20110. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  20111. configure:21293: $? = 1
  20112. configure: failed program was:
  20113. | /* confdefs.h */
  20114. | #define PACKAGE_NAME ""
  20115. | #define PACKAGE_TARNAME ""
  20116. | #define PACKAGE_VERSION ""
  20117. | #define PACKAGE_STRING ""
  20118. | #define PACKAGE_BUGREPORT ""
  20119. | #define PACKAGE_URL ""
  20120. | #define CANONICALIZATION_FOR_MATHN 1
  20121. | #define STDC_HEADERS 1
  20122. | #define HAVE_SYS_TYPES_H 1
  20123. | #define HAVE_SYS_STAT_H 1
  20124. | #define HAVE_STDLIB_H 1
  20125. | #define HAVE_STRING_H 1
  20126. | #define HAVE_MEMORY_H 1
  20127. | #define HAVE_STRINGS_H 1
  20128. | #define HAVE_INTTYPES_H 1
  20129. | #define HAVE_STDINT_H 1
  20130. | #define HAVE_UNISTD_H 1
  20131. | #define __EXTENSIONS__ 1
  20132. | #define _ALL_SOURCE 1
  20133. | #define _GNU_SOURCE 1
  20134. | #define _POSIX_PTHREAD_SEMANTICS 1
  20135. | #define _TANDEM_SOURCE 1
  20136. | #define HAVE_INFINITY 1
  20137. | #define HAVE_NAN 1
  20138. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  20139. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  20140. | #define BROKEN_CRYPT 1
  20141. | #define HAVE_CRT_EXTERNS_H 1
  20142. | #define HAVE_LIBDL 1
  20143. | #define HAVE_DIRENT_H 1
  20144. | #define HAVE__BOOL 1
  20145. | #define HAVE_STDBOOL_H 1
  20146. | #define HAVE_SYS_WAIT_H 1
  20147. | #define HAVE_GRP_H 1
  20148. | #define HAVE_FCNTL_H 1
  20149. | #define HAVE_FLOAT_H 1
  20150. | #define HAVE_LANGINFO_H 1
  20151. | #define HAVE_LIMITS_H 1
  20152. | #define HAVE_LOCALE_H 1
  20153. | #define HAVE_MALLOC_MALLOC_H 1
  20154. | #define HAVE_PWD_H 1
  20155. | #define HAVE_SYS_ATTR_H 1
  20156. | #define HAVE_SYS_FCNTL_H 1
  20157. | #define HAVE_SYS_FILE_H 1
  20158. | #define HAVE_SYS_IOCTL_H 1
  20159. | #define HAVE_SYS_PARAM_H 1
  20160. | #define HAVE_SYS_RESOURCE_H 1
  20161. | #define HAVE_SYS_SELECT_H 1
  20162. | #define HAVE_SYS_SOCKET_H 1
  20163. | #define HAVE_SYS_TIME_H 1
  20164. | #define HAVE_SYS_TIMES_H 1
  20165. | #define HAVE_SYS_UIO_H 1
  20166. | #define HAVE_TIME_H 1
  20167. | #define HAVE_UCONTEXT_H 1
  20168. | #define HAVE_UTIME_H 1
  20169. | #define HAVE_GMP_H 1
  20170. | #define HAVE_LIBGMP 1
  20171. | #define HAVE_TYPEOF 1
  20172. | #define HAVE_LONG_LONG 1
  20173. | #define HAVE_OFF_T 1
  20174. | #define SIZEOF_INT 4
  20175. | #define SIZEOF_SHORT 2
  20176. | #define SIZEOF_LONG 8
  20177. | #define SIZEOF_LONG_LONG 8
  20178. | #define SIZEOF___INT64 0
  20179. | #define SIZEOF___INT128 16
  20180. | #define SIZEOF_OFF_T 8
  20181. | #define SIZEOF_VOIDP 8
  20182. | #define SIZEOF_FLOAT 4
  20183. | #define SIZEOF_DOUBLE 8
  20184. | #define SIZEOF_TIME_T 8
  20185. | #define SIZEOF_CLOCK_T 8
  20186. | #define PACKED_STRUCT(x) x __attribute__((packed))
  20187. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  20188. | #define PRI_LL_PREFIX "ll"
  20189. | #define rb_pid_t pid_t
  20190. | #define SIGNEDNESS_OF_PID_T -1
  20191. | #define PIDT2NUM(v) INT2NUM(v)
  20192. | #define NUM2PIDT(v) NUM2INT(v)
  20193. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  20194. | #define rb_uid_t uid_t
  20195. | #define SIGNEDNESS_OF_UID_T +1
  20196. | #define UIDT2NUM(v) UINT2NUM(v)
  20197. | #define NUM2UIDT(v) NUM2UINT(v)
  20198. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  20199. | #define rb_gid_t gid_t
  20200. | #define SIGNEDNESS_OF_GID_T +1
  20201. | #define GIDT2NUM(v) UINT2NUM(v)
  20202. | #define NUM2GIDT(v) NUM2UINT(v)
  20203. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  20204. | #define rb_time_t time_t
  20205. | #define SIGNEDNESS_OF_TIME_T -1
  20206. | #define TIMET2NUM(v) LONG2NUM(v)
  20207. | #define NUM2TIMET(v) NUM2LONG(v)
  20208. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  20209. | #define rb_dev_t dev_t
  20210. | #define SIGNEDNESS_OF_DEV_T -1
  20211. | #define DEVT2NUM(v) INT2NUM(v)
  20212. | #define NUM2DEVT(v) NUM2INT(v)
  20213. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  20214. | #define rb_mode_t mode_t
  20215. | #define SIGNEDNESS_OF_MODE_T +1
  20216. | #define MODET2NUM(v) UINT2NUM(v)
  20217. | #define NUM2MODET(v) NUM2UINT(v)
  20218. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  20219. | #define rb_rlim_t rlim_t
  20220. | #define SIGNEDNESS_OF_RLIM_T +1
  20221. | #define RLIM2NUM(v) ULL2NUM(v)
  20222. | #define NUM2RLIM(v) NUM2ULL(v)
  20223. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  20224. | #define rb_off_t off_t
  20225. | #define SIGNEDNESS_OF_OFF_T -1
  20226. | #define OFFT2NUM(v) LL2NUM(v)
  20227. | #define NUM2OFFT(v) NUM2LL(v)
  20228. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  20229. | #define rb_clockid_t int
  20230. | #define SIGNEDNESS_OF_CLOCKID_T -1
  20231. | #define CLOCKID2NUM(v) INT2NUM(v)
  20232. | #define NUM2CLOCKID(v) NUM2INT(v)
  20233. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  20234. | #define HAVE_PROTOTYPES 1
  20235. | #define TOKEN_PASTE(x,y) x##y
  20236. | #define STRINGIZE(expr) STRINGIZE0(expr)
  20237. | #define HAVE_STDARG_PROTOTYPES 1
  20238. | #define HAVE_VA_ARGS_MACRO 1
  20239. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  20240. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  20241. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  20242. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  20243. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  20244. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  20245. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  20246. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  20247. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  20248. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  20249. | #define WEAK(x) __attribute__ ((__weak__)) x
  20250. | #define HAVE_FUNC_WEAK 1
  20251. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  20252. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  20253. | #define HAVE_GCC_SYNC_BUILTINS 1
  20254. | #define UNREACHABLE __builtin_unreachable()
  20255. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  20256. | #define RUBY_FUNCTION_NAME_STRING __func__
  20257. | #define ENUM_OVER_INT 1
  20258. | #define HAVE_DECL_SYS_NERR 1
  20259. | #define HAVE_DECL_GETENV 1
  20260. | #define SIZEOF_SIZE_T 8
  20261. | #define SIZEOF_PTRDIFF_T 8
  20262. | #define PRI_SIZE_PREFIX "z"
  20263. | #define PRI_PTRDIFF_PREFIX "t"
  20264. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  20265. | #define HAVE_ST_BLKSIZE 1
  20266. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  20267. | #define HAVE_ST_BLOCKS 1
  20268. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  20269. | #define HAVE_ST_RDEV 1
  20270. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  20271. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  20272. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  20273. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  20274. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  20275. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  20276. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  20277. | #define HAVE_STRUCT_TIMEVAL 1
  20278. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  20279. | #define HAVE_STRUCT_TIMESPEC 1
  20280. | #define HAVE_STRUCT_TIMEZONE 1
  20281. | #define HAVE_INT8_T 1
  20282. | #define SIZEOF_INT8_T 1
  20283. | #define HAVE_UINT8_T 1
  20284. | #define SIZEOF_UINT8_T 1
  20285. | #define HAVE_INT16_T 1
  20286. | #define SIZEOF_INT16_T 2
  20287. | #define HAVE_UINT16_T 1
  20288. | #define SIZEOF_UINT16_T 2
  20289. | #define HAVE_INT32_T 1
  20290. | #define SIZEOF_INT32_T 4
  20291. | #define HAVE_UINT32_T 1
  20292. | #define SIZEOF_UINT32_T 4
  20293. | #define HAVE_INT64_T 1
  20294. | #define SIZEOF_INT64_T 8
  20295. | #define HAVE_UINT64_T 1
  20296. | #define SIZEOF_UINT64_T 8
  20297. | #define HAVE_INT128_T 1
  20298. | #define int128_t __int128
  20299. | #define SIZEOF_INT128_T SIZEOF___INT128
  20300. | #define HAVE_UINT128_T 1
  20301. | #define uint128_t unsigned __int128
  20302. | #define SIZEOF_UINT128_T SIZEOF___INT128
  20303. | #define HAVE_INTPTR_T 1
  20304. | #define SIZEOF_INTPTR_T 8
  20305. | #define HAVE_UINTPTR_T 1
  20306. | #define SIZEOF_UINTPTR_T 8
  20307. | #define HAVE_SSIZE_T 1
  20308. | #define SIZEOF_SSIZE_T 8
  20309. | #define GETGROUPS_T gid_t
  20310. | #define RETSIGTYPE void
  20311. | #define HAVE_ALLOCA_H 1
  20312. | #define HAVE_ALLOCA 1
  20313. | #define HAVE_ACOSH 1
  20314. | #define HAVE_CBRT 1
  20315. | #define HAVE_CRYPT 1
  20316. | #define HAVE_DUP2 1
  20317. | #define HAVE_ERF 1
  20318. | #define HAVE_FFS 1
  20319. | #define HAVE_FINITE 1
  20320. | #define HAVE_FLOCK 1
  20321. | #define HAVE_HYPOT 1
  20322. | #define HAVE_ISINF 1
  20323. | #define HAVE_ISNAN 1
  20324. | #define HAVE_LGAMMA_R 1
  20325. | #define HAVE_MEMMOVE 1
  20326. | #define HAVE_NEXTAFTER 1
  20327. | #define HAVE_STRCHR 1
  20328. | #define HAVE_STRERROR 1
  20329. | #define HAVE_STRLCAT 1
  20330. | #define HAVE_STRLCPY 1
  20331. | #define HAVE_STRSTR 1
  20332. | #define HAVE_TGAMMA 1
  20333. | #define SPT_TYPE SPT_REUSEARGV
  20334. | #define HAVE_SIGNBIT 1
  20335. | #define HAVE_FORK 1
  20336. | #define vfork fork
  20337. | #define HAVE_WORKING_FORK 1
  20338. | #define HAVE__LONGJMP 1
  20339. | #define HAVE_ARC4RANDOM_BUF 1
  20340. | #define HAVE_ATAN2L 1
  20341. | #define HAVE_ATAN2F 1
  20342. | #define HAVE_CHROOT 1
  20343. | #define HAVE_CLOCK_GETTIME 1
  20344. | #define HAVE_COSH 1
  20345. | /* end confdefs.h. */
  20346. | /* Define crypt_r to an innocuous variant, in case <limits.h> declares crypt_r.
  20347. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  20348. | #define crypt_r innocuous_crypt_r
  20349. |
  20350. | /* System header to define __stub macros and hopefully few prototypes,
  20351. | which can conflict with char crypt_r (); below.
  20352. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  20353. | <limits.h> exists even on freestanding compilers. */
  20354. |
  20355. | #ifdef __STDC__
  20356. | # include <limits.h>
  20357. | #else
  20358. | # include <assert.h>
  20359. | #endif
  20360. |
  20361. | #undef crypt_r
  20362. |
  20363. | /* Override any GCC internal prototype to avoid an error.
  20364. | Use char because int might match the return type of a GCC
  20365. | builtin and then its argument prototype would still apply. */
  20366. | #ifdef __cplusplus
  20367. | extern "C"
  20368. | #endif
  20369. | char crypt_r ();
  20370. | /* The GNU C library defines this for functions which it implements
  20371. | to always fail with ENOSYS. Some functions are actually named
  20372. | something starting with __ and the normal name is an alias. */
  20373. | #if defined __stub_crypt_r || defined __stub___crypt_r
  20374. | choke me
  20375. | #endif
  20376. |
  20377. | int
  20378. | main ()
  20379. | {
  20380. | return crypt_r ();
  20381. | ;
  20382. | return 0;
  20383. | }
  20384. configure:21293: result: no
  20385. configure:21304: checking for daemon
  20386. configure:21304: result: no
  20387. configure:21315: checking for dirfd
  20388. 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
  20389. configure:21315: $? = 0
  20390. configure:21315: result: yes
  20391. configure:21326: checking for dl_iterate_phdr
  20392. 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
  20393. Undefined symbols for architecture x86_64:
  20394. "_dl_iterate_phdr", referenced from:
  20395. _main in conftest-6228e0.o
  20396. ld: symbol(s) not found for architecture x86_64
  20397. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  20398. configure:21326: $? = 1
  20399. configure: failed program was:
  20400. | /* confdefs.h */
  20401. | #define PACKAGE_NAME ""
  20402. | #define PACKAGE_TARNAME ""
  20403. | #define PACKAGE_VERSION ""
  20404. | #define PACKAGE_STRING ""
  20405. | #define PACKAGE_BUGREPORT ""
  20406. | #define PACKAGE_URL ""
  20407. | #define CANONICALIZATION_FOR_MATHN 1
  20408. | #define STDC_HEADERS 1
  20409. | #define HAVE_SYS_TYPES_H 1
  20410. | #define HAVE_SYS_STAT_H 1
  20411. | #define HAVE_STDLIB_H 1
  20412. | #define HAVE_STRING_H 1
  20413. | #define HAVE_MEMORY_H 1
  20414. | #define HAVE_STRINGS_H 1
  20415. | #define HAVE_INTTYPES_H 1
  20416. | #define HAVE_STDINT_H 1
  20417. | #define HAVE_UNISTD_H 1
  20418. | #define __EXTENSIONS__ 1
  20419. | #define _ALL_SOURCE 1
  20420. | #define _GNU_SOURCE 1
  20421. | #define _POSIX_PTHREAD_SEMANTICS 1
  20422. | #define _TANDEM_SOURCE 1
  20423. | #define HAVE_INFINITY 1
  20424. | #define HAVE_NAN 1
  20425. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  20426. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  20427. | #define BROKEN_CRYPT 1
  20428. | #define HAVE_CRT_EXTERNS_H 1
  20429. | #define HAVE_LIBDL 1
  20430. | #define HAVE_DIRENT_H 1
  20431. | #define HAVE__BOOL 1
  20432. | #define HAVE_STDBOOL_H 1
  20433. | #define HAVE_SYS_WAIT_H 1
  20434. | #define HAVE_GRP_H 1
  20435. | #define HAVE_FCNTL_H 1
  20436. | #define HAVE_FLOAT_H 1
  20437. | #define HAVE_LANGINFO_H 1
  20438. | #define HAVE_LIMITS_H 1
  20439. | #define HAVE_LOCALE_H 1
  20440. | #define HAVE_MALLOC_MALLOC_H 1
  20441. | #define HAVE_PWD_H 1
  20442. | #define HAVE_SYS_ATTR_H 1
  20443. | #define HAVE_SYS_FCNTL_H 1
  20444. | #define HAVE_SYS_FILE_H 1
  20445. | #define HAVE_SYS_IOCTL_H 1
  20446. | #define HAVE_SYS_PARAM_H 1
  20447. | #define HAVE_SYS_RESOURCE_H 1
  20448. | #define HAVE_SYS_SELECT_H 1
  20449. | #define HAVE_SYS_SOCKET_H 1
  20450. | #define HAVE_SYS_TIME_H 1
  20451. | #define HAVE_SYS_TIMES_H 1
  20452. | #define HAVE_SYS_UIO_H 1
  20453. | #define HAVE_TIME_H 1
  20454. | #define HAVE_UCONTEXT_H 1
  20455. | #define HAVE_UTIME_H 1
  20456. | #define HAVE_GMP_H 1
  20457. | #define HAVE_LIBGMP 1
  20458. | #define HAVE_TYPEOF 1
  20459. | #define HAVE_LONG_LONG 1
  20460. | #define HAVE_OFF_T 1
  20461. | #define SIZEOF_INT 4
  20462. | #define SIZEOF_SHORT 2
  20463. | #define SIZEOF_LONG 8
  20464. | #define SIZEOF_LONG_LONG 8
  20465. | #define SIZEOF___INT64 0
  20466. | #define SIZEOF___INT128 16
  20467. | #define SIZEOF_OFF_T 8
  20468. | #define SIZEOF_VOIDP 8
  20469. | #define SIZEOF_FLOAT 4
  20470. | #define SIZEOF_DOUBLE 8
  20471. | #define SIZEOF_TIME_T 8
  20472. | #define SIZEOF_CLOCK_T 8
  20473. | #define PACKED_STRUCT(x) x __attribute__((packed))
  20474. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  20475. | #define PRI_LL_PREFIX "ll"
  20476. | #define rb_pid_t pid_t
  20477. | #define SIGNEDNESS_OF_PID_T -1
  20478. | #define PIDT2NUM(v) INT2NUM(v)
  20479. | #define NUM2PIDT(v) NUM2INT(v)
  20480. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  20481. | #define rb_uid_t uid_t
  20482. | #define SIGNEDNESS_OF_UID_T +1
  20483. | #define UIDT2NUM(v) UINT2NUM(v)
  20484. | #define NUM2UIDT(v) NUM2UINT(v)
  20485. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  20486. | #define rb_gid_t gid_t
  20487. | #define SIGNEDNESS_OF_GID_T +1
  20488. | #define GIDT2NUM(v) UINT2NUM(v)
  20489. | #define NUM2GIDT(v) NUM2UINT(v)
  20490. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  20491. | #define rb_time_t time_t
  20492. | #define SIGNEDNESS_OF_TIME_T -1
  20493. | #define TIMET2NUM(v) LONG2NUM(v)
  20494. | #define NUM2TIMET(v) NUM2LONG(v)
  20495. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  20496. | #define rb_dev_t dev_t
  20497. | #define SIGNEDNESS_OF_DEV_T -1
  20498. | #define DEVT2NUM(v) INT2NUM(v)
  20499. | #define NUM2DEVT(v) NUM2INT(v)
  20500. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  20501. | #define rb_mode_t mode_t
  20502. | #define SIGNEDNESS_OF_MODE_T +1
  20503. | #define MODET2NUM(v) UINT2NUM(v)
  20504. | #define NUM2MODET(v) NUM2UINT(v)
  20505. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  20506. | #define rb_rlim_t rlim_t
  20507. | #define SIGNEDNESS_OF_RLIM_T +1
  20508. | #define RLIM2NUM(v) ULL2NUM(v)
  20509. | #define NUM2RLIM(v) NUM2ULL(v)
  20510. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  20511. | #define rb_off_t off_t
  20512. | #define SIGNEDNESS_OF_OFF_T -1
  20513. | #define OFFT2NUM(v) LL2NUM(v)
  20514. | #define NUM2OFFT(v) NUM2LL(v)
  20515. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  20516. | #define rb_clockid_t int
  20517. | #define SIGNEDNESS_OF_CLOCKID_T -1
  20518. | #define CLOCKID2NUM(v) INT2NUM(v)
  20519. | #define NUM2CLOCKID(v) NUM2INT(v)
  20520. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  20521. | #define HAVE_PROTOTYPES 1
  20522. | #define TOKEN_PASTE(x,y) x##y
  20523. | #define STRINGIZE(expr) STRINGIZE0(expr)
  20524. | #define HAVE_STDARG_PROTOTYPES 1
  20525. | #define HAVE_VA_ARGS_MACRO 1
  20526. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  20527. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  20528. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  20529. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  20530. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  20531. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  20532. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  20533. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  20534. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  20535. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  20536. | #define WEAK(x) __attribute__ ((__weak__)) x
  20537. | #define HAVE_FUNC_WEAK 1
  20538. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  20539. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  20540. | #define HAVE_GCC_SYNC_BUILTINS 1
  20541. | #define UNREACHABLE __builtin_unreachable()
  20542. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  20543. | #define RUBY_FUNCTION_NAME_STRING __func__
  20544. | #define ENUM_OVER_INT 1
  20545. | #define HAVE_DECL_SYS_NERR 1
  20546. | #define HAVE_DECL_GETENV 1
  20547. | #define SIZEOF_SIZE_T 8
  20548. | #define SIZEOF_PTRDIFF_T 8
  20549. | #define PRI_SIZE_PREFIX "z"
  20550. | #define PRI_PTRDIFF_PREFIX "t"
  20551. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  20552. | #define HAVE_ST_BLKSIZE 1
  20553. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  20554. | #define HAVE_ST_BLOCKS 1
  20555. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  20556. | #define HAVE_ST_RDEV 1
  20557. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  20558. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  20559. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  20560. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  20561. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  20562. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  20563. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  20564. | #define HAVE_STRUCT_TIMEVAL 1
  20565. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  20566. | #define HAVE_STRUCT_TIMESPEC 1
  20567. | #define HAVE_STRUCT_TIMEZONE 1
  20568. | #define HAVE_INT8_T 1
  20569. | #define SIZEOF_INT8_T 1
  20570. | #define HAVE_UINT8_T 1
  20571. | #define SIZEOF_UINT8_T 1
  20572. | #define HAVE_INT16_T 1
  20573. | #define SIZEOF_INT16_T 2
  20574. | #define HAVE_UINT16_T 1
  20575. | #define SIZEOF_UINT16_T 2
  20576. | #define HAVE_INT32_T 1
  20577. | #define SIZEOF_INT32_T 4
  20578. | #define HAVE_UINT32_T 1
  20579. | #define SIZEOF_UINT32_T 4
  20580. | #define HAVE_INT64_T 1
  20581. | #define SIZEOF_INT64_T 8
  20582. | #define HAVE_UINT64_T 1
  20583. | #define SIZEOF_UINT64_T 8
  20584. | #define HAVE_INT128_T 1
  20585. | #define int128_t __int128
  20586. | #define SIZEOF_INT128_T SIZEOF___INT128
  20587. | #define HAVE_UINT128_T 1
  20588. | #define uint128_t unsigned __int128
  20589. | #define SIZEOF_UINT128_T SIZEOF___INT128
  20590. | #define HAVE_INTPTR_T 1
  20591. | #define SIZEOF_INTPTR_T 8
  20592. | #define HAVE_UINTPTR_T 1
  20593. | #define SIZEOF_UINTPTR_T 8
  20594. | #define HAVE_SSIZE_T 1
  20595. | #define SIZEOF_SSIZE_T 8
  20596. | #define GETGROUPS_T gid_t
  20597. | #define RETSIGTYPE void
  20598. | #define HAVE_ALLOCA_H 1
  20599. | #define HAVE_ALLOCA 1
  20600. | #define HAVE_ACOSH 1
  20601. | #define HAVE_CBRT 1
  20602. | #define HAVE_CRYPT 1
  20603. | #define HAVE_DUP2 1
  20604. | #define HAVE_ERF 1
  20605. | #define HAVE_FFS 1
  20606. | #define HAVE_FINITE 1
  20607. | #define HAVE_FLOCK 1
  20608. | #define HAVE_HYPOT 1
  20609. | #define HAVE_ISINF 1
  20610. | #define HAVE_ISNAN 1
  20611. | #define HAVE_LGAMMA_R 1
  20612. | #define HAVE_MEMMOVE 1
  20613. | #define HAVE_NEXTAFTER 1
  20614. | #define HAVE_STRCHR 1
  20615. | #define HAVE_STRERROR 1
  20616. | #define HAVE_STRLCAT 1
  20617. | #define HAVE_STRLCPY 1
  20618. | #define HAVE_STRSTR 1
  20619. | #define HAVE_TGAMMA 1
  20620. | #define SPT_TYPE SPT_REUSEARGV
  20621. | #define HAVE_SIGNBIT 1
  20622. | #define HAVE_FORK 1
  20623. | #define vfork fork
  20624. | #define HAVE_WORKING_FORK 1
  20625. | #define HAVE__LONGJMP 1
  20626. | #define HAVE_ARC4RANDOM_BUF 1
  20627. | #define HAVE_ATAN2L 1
  20628. | #define HAVE_ATAN2F 1
  20629. | #define HAVE_CHROOT 1
  20630. | #define HAVE_CLOCK_GETTIME 1
  20631. | #define HAVE_COSH 1
  20632. | #define HAVE_DIRFD 1
  20633. | /* end confdefs.h. */
  20634. | /* Define dl_iterate_phdr to an innocuous variant, in case <limits.h> declares dl_iterate_phdr.
  20635. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  20636. | #define dl_iterate_phdr innocuous_dl_iterate_phdr
  20637. |
  20638. | /* System header to define __stub macros and hopefully few prototypes,
  20639. | which can conflict with char dl_iterate_phdr (); below.
  20640. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  20641. | <limits.h> exists even on freestanding compilers. */
  20642. |
  20643. | #ifdef __STDC__
  20644. | # include <limits.h>
  20645. | #else
  20646. | # include <assert.h>
  20647. | #endif
  20648. |
  20649. | #undef dl_iterate_phdr
  20650. |
  20651. | /* Override any GCC internal prototype to avoid an error.
  20652. | Use char because int might match the return type of a GCC
  20653. | builtin and then its argument prototype would still apply. */
  20654. | #ifdef __cplusplus
  20655. | extern "C"
  20656. | #endif
  20657. | char dl_iterate_phdr ();
  20658. | /* The GNU C library defines this for functions which it implements
  20659. | to always fail with ENOSYS. Some functions are actually named
  20660. | something starting with __ and the normal name is an alias. */
  20661. | #if defined __stub_dl_iterate_phdr || defined __stub___dl_iterate_phdr
  20662. | choke me
  20663. | #endif
  20664. |
  20665. | int
  20666. | main ()
  20667. | {
  20668. | return dl_iterate_phdr ();
  20669. | ;
  20670. | return 0;
  20671. | }
  20672. configure:21326: result: no
  20673. configure:21337: checking for dlopen
  20674. 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
  20675. configure:21337: $? = 0
  20676. configure:21337: result: yes
  20677. configure:21348: checking for dladdr
  20678. 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
  20679. configure:21348: $? = 0
  20680. configure:21348: result: yes
  20681. configure:21359: checking for dup
  20682. 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
  20683. configure:21359: $? = 0
  20684. configure:21359: result: yes
  20685. configure:21370: checking for dup3
  20686. 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
  20687. Undefined symbols for architecture x86_64:
  20688. "_dup3", referenced from:
  20689. _main in conftest-8a6561.o
  20690. ld: symbol(s) not found for architecture x86_64
  20691. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  20692. configure:21370: $? = 1
  20693. configure: failed program was:
  20694. | /* confdefs.h */
  20695. | #define PACKAGE_NAME ""
  20696. | #define PACKAGE_TARNAME ""
  20697. | #define PACKAGE_VERSION ""
  20698. | #define PACKAGE_STRING ""
  20699. | #define PACKAGE_BUGREPORT ""
  20700. | #define PACKAGE_URL ""
  20701. | #define CANONICALIZATION_FOR_MATHN 1
  20702. | #define STDC_HEADERS 1
  20703. | #define HAVE_SYS_TYPES_H 1
  20704. | #define HAVE_SYS_STAT_H 1
  20705. | #define HAVE_STDLIB_H 1
  20706. | #define HAVE_STRING_H 1
  20707. | #define HAVE_MEMORY_H 1
  20708. | #define HAVE_STRINGS_H 1
  20709. | #define HAVE_INTTYPES_H 1
  20710. | #define HAVE_STDINT_H 1
  20711. | #define HAVE_UNISTD_H 1
  20712. | #define __EXTENSIONS__ 1
  20713. | #define _ALL_SOURCE 1
  20714. | #define _GNU_SOURCE 1
  20715. | #define _POSIX_PTHREAD_SEMANTICS 1
  20716. | #define _TANDEM_SOURCE 1
  20717. | #define HAVE_INFINITY 1
  20718. | #define HAVE_NAN 1
  20719. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  20720. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  20721. | #define BROKEN_CRYPT 1
  20722. | #define HAVE_CRT_EXTERNS_H 1
  20723. | #define HAVE_LIBDL 1
  20724. | #define HAVE_DIRENT_H 1
  20725. | #define HAVE__BOOL 1
  20726. | #define HAVE_STDBOOL_H 1
  20727. | #define HAVE_SYS_WAIT_H 1
  20728. | #define HAVE_GRP_H 1
  20729. | #define HAVE_FCNTL_H 1
  20730. | #define HAVE_FLOAT_H 1
  20731. | #define HAVE_LANGINFO_H 1
  20732. | #define HAVE_LIMITS_H 1
  20733. | #define HAVE_LOCALE_H 1
  20734. | #define HAVE_MALLOC_MALLOC_H 1
  20735. | #define HAVE_PWD_H 1
  20736. | #define HAVE_SYS_ATTR_H 1
  20737. | #define HAVE_SYS_FCNTL_H 1
  20738. | #define HAVE_SYS_FILE_H 1
  20739. | #define HAVE_SYS_IOCTL_H 1
  20740. | #define HAVE_SYS_PARAM_H 1
  20741. | #define HAVE_SYS_RESOURCE_H 1
  20742. | #define HAVE_SYS_SELECT_H 1
  20743. | #define HAVE_SYS_SOCKET_H 1
  20744. | #define HAVE_SYS_TIME_H 1
  20745. | #define HAVE_SYS_TIMES_H 1
  20746. | #define HAVE_SYS_UIO_H 1
  20747. | #define HAVE_TIME_H 1
  20748. | #define HAVE_UCONTEXT_H 1
  20749. | #define HAVE_UTIME_H 1
  20750. | #define HAVE_GMP_H 1
  20751. | #define HAVE_LIBGMP 1
  20752. | #define HAVE_TYPEOF 1
  20753. | #define HAVE_LONG_LONG 1
  20754. | #define HAVE_OFF_T 1
  20755. | #define SIZEOF_INT 4
  20756. | #define SIZEOF_SHORT 2
  20757. | #define SIZEOF_LONG 8
  20758. | #define SIZEOF_LONG_LONG 8
  20759. | #define SIZEOF___INT64 0
  20760. | #define SIZEOF___INT128 16
  20761. | #define SIZEOF_OFF_T 8
  20762. | #define SIZEOF_VOIDP 8
  20763. | #define SIZEOF_FLOAT 4
  20764. | #define SIZEOF_DOUBLE 8
  20765. | #define SIZEOF_TIME_T 8
  20766. | #define SIZEOF_CLOCK_T 8
  20767. | #define PACKED_STRUCT(x) x __attribute__((packed))
  20768. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  20769. | #define PRI_LL_PREFIX "ll"
  20770. | #define rb_pid_t pid_t
  20771. | #define SIGNEDNESS_OF_PID_T -1
  20772. | #define PIDT2NUM(v) INT2NUM(v)
  20773. | #define NUM2PIDT(v) NUM2INT(v)
  20774. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  20775. | #define rb_uid_t uid_t
  20776. | #define SIGNEDNESS_OF_UID_T +1
  20777. | #define UIDT2NUM(v) UINT2NUM(v)
  20778. | #define NUM2UIDT(v) NUM2UINT(v)
  20779. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  20780. | #define rb_gid_t gid_t
  20781. | #define SIGNEDNESS_OF_GID_T +1
  20782. | #define GIDT2NUM(v) UINT2NUM(v)
  20783. | #define NUM2GIDT(v) NUM2UINT(v)
  20784. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  20785. | #define rb_time_t time_t
  20786. | #define SIGNEDNESS_OF_TIME_T -1
  20787. | #define TIMET2NUM(v) LONG2NUM(v)
  20788. | #define NUM2TIMET(v) NUM2LONG(v)
  20789. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  20790. | #define rb_dev_t dev_t
  20791. | #define SIGNEDNESS_OF_DEV_T -1
  20792. | #define DEVT2NUM(v) INT2NUM(v)
  20793. | #define NUM2DEVT(v) NUM2INT(v)
  20794. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  20795. | #define rb_mode_t mode_t
  20796. | #define SIGNEDNESS_OF_MODE_T +1
  20797. | #define MODET2NUM(v) UINT2NUM(v)
  20798. | #define NUM2MODET(v) NUM2UINT(v)
  20799. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  20800. | #define rb_rlim_t rlim_t
  20801. | #define SIGNEDNESS_OF_RLIM_T +1
  20802. | #define RLIM2NUM(v) ULL2NUM(v)
  20803. | #define NUM2RLIM(v) NUM2ULL(v)
  20804. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  20805. | #define rb_off_t off_t
  20806. | #define SIGNEDNESS_OF_OFF_T -1
  20807. | #define OFFT2NUM(v) LL2NUM(v)
  20808. | #define NUM2OFFT(v) NUM2LL(v)
  20809. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  20810. | #define rb_clockid_t int
  20811. | #define SIGNEDNESS_OF_CLOCKID_T -1
  20812. | #define CLOCKID2NUM(v) INT2NUM(v)
  20813. | #define NUM2CLOCKID(v) NUM2INT(v)
  20814. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  20815. | #define HAVE_PROTOTYPES 1
  20816. | #define TOKEN_PASTE(x,y) x##y
  20817. | #define STRINGIZE(expr) STRINGIZE0(expr)
  20818. | #define HAVE_STDARG_PROTOTYPES 1
  20819. | #define HAVE_VA_ARGS_MACRO 1
  20820. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  20821. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  20822. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  20823. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  20824. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  20825. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  20826. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  20827. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  20828. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  20829. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  20830. | #define WEAK(x) __attribute__ ((__weak__)) x
  20831. | #define HAVE_FUNC_WEAK 1
  20832. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  20833. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  20834. | #define HAVE_GCC_SYNC_BUILTINS 1
  20835. | #define UNREACHABLE __builtin_unreachable()
  20836. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  20837. | #define RUBY_FUNCTION_NAME_STRING __func__
  20838. | #define ENUM_OVER_INT 1
  20839. | #define HAVE_DECL_SYS_NERR 1
  20840. | #define HAVE_DECL_GETENV 1
  20841. | #define SIZEOF_SIZE_T 8
  20842. | #define SIZEOF_PTRDIFF_T 8
  20843. | #define PRI_SIZE_PREFIX "z"
  20844. | #define PRI_PTRDIFF_PREFIX "t"
  20845. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  20846. | #define HAVE_ST_BLKSIZE 1
  20847. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  20848. | #define HAVE_ST_BLOCKS 1
  20849. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  20850. | #define HAVE_ST_RDEV 1
  20851. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  20852. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  20853. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  20854. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  20855. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  20856. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  20857. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  20858. | #define HAVE_STRUCT_TIMEVAL 1
  20859. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  20860. | #define HAVE_STRUCT_TIMESPEC 1
  20861. | #define HAVE_STRUCT_TIMEZONE 1
  20862. | #define HAVE_INT8_T 1
  20863. | #define SIZEOF_INT8_T 1
  20864. | #define HAVE_UINT8_T 1
  20865. | #define SIZEOF_UINT8_T 1
  20866. | #define HAVE_INT16_T 1
  20867. | #define SIZEOF_INT16_T 2
  20868. | #define HAVE_UINT16_T 1
  20869. | #define SIZEOF_UINT16_T 2
  20870. | #define HAVE_INT32_T 1
  20871. | #define SIZEOF_INT32_T 4
  20872. | #define HAVE_UINT32_T 1
  20873. | #define SIZEOF_UINT32_T 4
  20874. | #define HAVE_INT64_T 1
  20875. | #define SIZEOF_INT64_T 8
  20876. | #define HAVE_UINT64_T 1
  20877. | #define SIZEOF_UINT64_T 8
  20878. | #define HAVE_INT128_T 1
  20879. | #define int128_t __int128
  20880. | #define SIZEOF_INT128_T SIZEOF___INT128
  20881. | #define HAVE_UINT128_T 1
  20882. | #define uint128_t unsigned __int128
  20883. | #define SIZEOF_UINT128_T SIZEOF___INT128
  20884. | #define HAVE_INTPTR_T 1
  20885. | #define SIZEOF_INTPTR_T 8
  20886. | #define HAVE_UINTPTR_T 1
  20887. | #define SIZEOF_UINTPTR_T 8
  20888. | #define HAVE_SSIZE_T 1
  20889. | #define SIZEOF_SSIZE_T 8
  20890. | #define GETGROUPS_T gid_t
  20891. | #define RETSIGTYPE void
  20892. | #define HAVE_ALLOCA_H 1
  20893. | #define HAVE_ALLOCA 1
  20894. | #define HAVE_ACOSH 1
  20895. | #define HAVE_CBRT 1
  20896. | #define HAVE_CRYPT 1
  20897. | #define HAVE_DUP2 1
  20898. | #define HAVE_ERF 1
  20899. | #define HAVE_FFS 1
  20900. | #define HAVE_FINITE 1
  20901. | #define HAVE_FLOCK 1
  20902. | #define HAVE_HYPOT 1
  20903. | #define HAVE_ISINF 1
  20904. | #define HAVE_ISNAN 1
  20905. | #define HAVE_LGAMMA_R 1
  20906. | #define HAVE_MEMMOVE 1
  20907. | #define HAVE_NEXTAFTER 1
  20908. | #define HAVE_STRCHR 1
  20909. | #define HAVE_STRERROR 1
  20910. | #define HAVE_STRLCAT 1
  20911. | #define HAVE_STRLCPY 1
  20912. | #define HAVE_STRSTR 1
  20913. | #define HAVE_TGAMMA 1
  20914. | #define SPT_TYPE SPT_REUSEARGV
  20915. | #define HAVE_SIGNBIT 1
  20916. | #define HAVE_FORK 1
  20917. | #define vfork fork
  20918. | #define HAVE_WORKING_FORK 1
  20919. | #define HAVE__LONGJMP 1
  20920. | #define HAVE_ARC4RANDOM_BUF 1
  20921. | #define HAVE_ATAN2L 1
  20922. | #define HAVE_ATAN2F 1
  20923. | #define HAVE_CHROOT 1
  20924. | #define HAVE_CLOCK_GETTIME 1
  20925. | #define HAVE_COSH 1
  20926. | #define HAVE_DIRFD 1
  20927. | #define HAVE_DLOPEN 1
  20928. | #define HAVE_DLADDR 1
  20929. | #define HAVE_DUP 1
  20930. | /* end confdefs.h. */
  20931. | /* Define dup3 to an innocuous variant, in case <limits.h> declares dup3.
  20932. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  20933. | #define dup3 innocuous_dup3
  20934. |
  20935. | /* System header to define __stub macros and hopefully few prototypes,
  20936. | which can conflict with char dup3 (); below.
  20937. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  20938. | <limits.h> exists even on freestanding compilers. */
  20939. |
  20940. | #ifdef __STDC__
  20941. | # include <limits.h>
  20942. | #else
  20943. | # include <assert.h>
  20944. | #endif
  20945. |
  20946. | #undef dup3
  20947. |
  20948. | /* Override any GCC internal prototype to avoid an error.
  20949. | Use char because int might match the return type of a GCC
  20950. | builtin and then its argument prototype would still apply. */
  20951. | #ifdef __cplusplus
  20952. | extern "C"
  20953. | #endif
  20954. | char dup3 ();
  20955. | /* The GNU C library defines this for functions which it implements
  20956. | to always fail with ENOSYS. Some functions are actually named
  20957. | something starting with __ and the normal name is an alias. */
  20958. | #if defined __stub_dup3 || defined __stub___dup3
  20959. | choke me
  20960. | #endif
  20961. |
  20962. | int
  20963. | main ()
  20964. | {
  20965. | return dup3 ();
  20966. | ;
  20967. | return 0;
  20968. | }
  20969. configure:21370: result: no
  20970. configure:21381: checking for eaccess
  20971. 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
  20972. Undefined symbols for architecture x86_64:
  20973. "_eaccess", referenced from:
  20974. _main in conftest-d0d39b.o
  20975. ld: symbol(s) not found for architecture x86_64
  20976. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  20977. configure:21381: $? = 1
  20978. configure: failed program was:
  20979. | /* confdefs.h */
  20980. | #define PACKAGE_NAME ""
  20981. | #define PACKAGE_TARNAME ""
  20982. | #define PACKAGE_VERSION ""
  20983. | #define PACKAGE_STRING ""
  20984. | #define PACKAGE_BUGREPORT ""
  20985. | #define PACKAGE_URL ""
  20986. | #define CANONICALIZATION_FOR_MATHN 1
  20987. | #define STDC_HEADERS 1
  20988. | #define HAVE_SYS_TYPES_H 1
  20989. | #define HAVE_SYS_STAT_H 1
  20990. | #define HAVE_STDLIB_H 1
  20991. | #define HAVE_STRING_H 1
  20992. | #define HAVE_MEMORY_H 1
  20993. | #define HAVE_STRINGS_H 1
  20994. | #define HAVE_INTTYPES_H 1
  20995. | #define HAVE_STDINT_H 1
  20996. | #define HAVE_UNISTD_H 1
  20997. | #define __EXTENSIONS__ 1
  20998. | #define _ALL_SOURCE 1
  20999. | #define _GNU_SOURCE 1
  21000. | #define _POSIX_PTHREAD_SEMANTICS 1
  21001. | #define _TANDEM_SOURCE 1
  21002. | #define HAVE_INFINITY 1
  21003. | #define HAVE_NAN 1
  21004. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  21005. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  21006. | #define BROKEN_CRYPT 1
  21007. | #define HAVE_CRT_EXTERNS_H 1
  21008. | #define HAVE_LIBDL 1
  21009. | #define HAVE_DIRENT_H 1
  21010. | #define HAVE__BOOL 1
  21011. | #define HAVE_STDBOOL_H 1
  21012. | #define HAVE_SYS_WAIT_H 1
  21013. | #define HAVE_GRP_H 1
  21014. | #define HAVE_FCNTL_H 1
  21015. | #define HAVE_FLOAT_H 1
  21016. | #define HAVE_LANGINFO_H 1
  21017. | #define HAVE_LIMITS_H 1
  21018. | #define HAVE_LOCALE_H 1
  21019. | #define HAVE_MALLOC_MALLOC_H 1
  21020. | #define HAVE_PWD_H 1
  21021. | #define HAVE_SYS_ATTR_H 1
  21022. | #define HAVE_SYS_FCNTL_H 1
  21023. | #define HAVE_SYS_FILE_H 1
  21024. | #define HAVE_SYS_IOCTL_H 1
  21025. | #define HAVE_SYS_PARAM_H 1
  21026. | #define HAVE_SYS_RESOURCE_H 1
  21027. | #define HAVE_SYS_SELECT_H 1
  21028. | #define HAVE_SYS_SOCKET_H 1
  21029. | #define HAVE_SYS_TIME_H 1
  21030. | #define HAVE_SYS_TIMES_H 1
  21031. | #define HAVE_SYS_UIO_H 1
  21032. | #define HAVE_TIME_H 1
  21033. | #define HAVE_UCONTEXT_H 1
  21034. | #define HAVE_UTIME_H 1
  21035. | #define HAVE_GMP_H 1
  21036. | #define HAVE_LIBGMP 1
  21037. | #define HAVE_TYPEOF 1
  21038. | #define HAVE_LONG_LONG 1
  21039. | #define HAVE_OFF_T 1
  21040. | #define SIZEOF_INT 4
  21041. | #define SIZEOF_SHORT 2
  21042. | #define SIZEOF_LONG 8
  21043. | #define SIZEOF_LONG_LONG 8
  21044. | #define SIZEOF___INT64 0
  21045. | #define SIZEOF___INT128 16
  21046. | #define SIZEOF_OFF_T 8
  21047. | #define SIZEOF_VOIDP 8
  21048. | #define SIZEOF_FLOAT 4
  21049. | #define SIZEOF_DOUBLE 8
  21050. | #define SIZEOF_TIME_T 8
  21051. | #define SIZEOF_CLOCK_T 8
  21052. | #define PACKED_STRUCT(x) x __attribute__((packed))
  21053. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  21054. | #define PRI_LL_PREFIX "ll"
  21055. | #define rb_pid_t pid_t
  21056. | #define SIGNEDNESS_OF_PID_T -1
  21057. | #define PIDT2NUM(v) INT2NUM(v)
  21058. | #define NUM2PIDT(v) NUM2INT(v)
  21059. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  21060. | #define rb_uid_t uid_t
  21061. | #define SIGNEDNESS_OF_UID_T +1
  21062. | #define UIDT2NUM(v) UINT2NUM(v)
  21063. | #define NUM2UIDT(v) NUM2UINT(v)
  21064. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  21065. | #define rb_gid_t gid_t
  21066. | #define SIGNEDNESS_OF_GID_T +1
  21067. | #define GIDT2NUM(v) UINT2NUM(v)
  21068. | #define NUM2GIDT(v) NUM2UINT(v)
  21069. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  21070. | #define rb_time_t time_t
  21071. | #define SIGNEDNESS_OF_TIME_T -1
  21072. | #define TIMET2NUM(v) LONG2NUM(v)
  21073. | #define NUM2TIMET(v) NUM2LONG(v)
  21074. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  21075. | #define rb_dev_t dev_t
  21076. | #define SIGNEDNESS_OF_DEV_T -1
  21077. | #define DEVT2NUM(v) INT2NUM(v)
  21078. | #define NUM2DEVT(v) NUM2INT(v)
  21079. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  21080. | #define rb_mode_t mode_t
  21081. | #define SIGNEDNESS_OF_MODE_T +1
  21082. | #define MODET2NUM(v) UINT2NUM(v)
  21083. | #define NUM2MODET(v) NUM2UINT(v)
  21084. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  21085. | #define rb_rlim_t rlim_t
  21086. | #define SIGNEDNESS_OF_RLIM_T +1
  21087. | #define RLIM2NUM(v) ULL2NUM(v)
  21088. | #define NUM2RLIM(v) NUM2ULL(v)
  21089. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  21090. | #define rb_off_t off_t
  21091. | #define SIGNEDNESS_OF_OFF_T -1
  21092. | #define OFFT2NUM(v) LL2NUM(v)
  21093. | #define NUM2OFFT(v) NUM2LL(v)
  21094. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  21095. | #define rb_clockid_t int
  21096. | #define SIGNEDNESS_OF_CLOCKID_T -1
  21097. | #define CLOCKID2NUM(v) INT2NUM(v)
  21098. | #define NUM2CLOCKID(v) NUM2INT(v)
  21099. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  21100. | #define HAVE_PROTOTYPES 1
  21101. | #define TOKEN_PASTE(x,y) x##y
  21102. | #define STRINGIZE(expr) STRINGIZE0(expr)
  21103. | #define HAVE_STDARG_PROTOTYPES 1
  21104. | #define HAVE_VA_ARGS_MACRO 1
  21105. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  21106. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  21107. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  21108. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  21109. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  21110. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  21111. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  21112. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  21113. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  21114. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  21115. | #define WEAK(x) __attribute__ ((__weak__)) x
  21116. | #define HAVE_FUNC_WEAK 1
  21117. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  21118. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  21119. | #define HAVE_GCC_SYNC_BUILTINS 1
  21120. | #define UNREACHABLE __builtin_unreachable()
  21121. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  21122. | #define RUBY_FUNCTION_NAME_STRING __func__
  21123. | #define ENUM_OVER_INT 1
  21124. | #define HAVE_DECL_SYS_NERR 1
  21125. | #define HAVE_DECL_GETENV 1
  21126. | #define SIZEOF_SIZE_T 8
  21127. | #define SIZEOF_PTRDIFF_T 8
  21128. | #define PRI_SIZE_PREFIX "z"
  21129. | #define PRI_PTRDIFF_PREFIX "t"
  21130. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  21131. | #define HAVE_ST_BLKSIZE 1
  21132. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  21133. | #define HAVE_ST_BLOCKS 1
  21134. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  21135. | #define HAVE_ST_RDEV 1
  21136. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  21137. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  21138. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  21139. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  21140. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  21141. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  21142. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  21143. | #define HAVE_STRUCT_TIMEVAL 1
  21144. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  21145. | #define HAVE_STRUCT_TIMESPEC 1
  21146. | #define HAVE_STRUCT_TIMEZONE 1
  21147. | #define HAVE_INT8_T 1
  21148. | #define SIZEOF_INT8_T 1
  21149. | #define HAVE_UINT8_T 1
  21150. | #define SIZEOF_UINT8_T 1
  21151. | #define HAVE_INT16_T 1
  21152. | #define SIZEOF_INT16_T 2
  21153. | #define HAVE_UINT16_T 1
  21154. | #define SIZEOF_UINT16_T 2
  21155. | #define HAVE_INT32_T 1
  21156. | #define SIZEOF_INT32_T 4
  21157. | #define HAVE_UINT32_T 1
  21158. | #define SIZEOF_UINT32_T 4
  21159. | #define HAVE_INT64_T 1
  21160. | #define SIZEOF_INT64_T 8
  21161. | #define HAVE_UINT64_T 1
  21162. | #define SIZEOF_UINT64_T 8
  21163. | #define HAVE_INT128_T 1
  21164. | #define int128_t __int128
  21165. | #define SIZEOF_INT128_T SIZEOF___INT128
  21166. | #define HAVE_UINT128_T 1
  21167. | #define uint128_t unsigned __int128
  21168. | #define SIZEOF_UINT128_T SIZEOF___INT128
  21169. | #define HAVE_INTPTR_T 1
  21170. | #define SIZEOF_INTPTR_T 8
  21171. | #define HAVE_UINTPTR_T 1
  21172. | #define SIZEOF_UINTPTR_T 8
  21173. | #define HAVE_SSIZE_T 1
  21174. | #define SIZEOF_SSIZE_T 8
  21175. | #define GETGROUPS_T gid_t
  21176. | #define RETSIGTYPE void
  21177. | #define HAVE_ALLOCA_H 1
  21178. | #define HAVE_ALLOCA 1
  21179. | #define HAVE_ACOSH 1
  21180. | #define HAVE_CBRT 1
  21181. | #define HAVE_CRYPT 1
  21182. | #define HAVE_DUP2 1
  21183. | #define HAVE_ERF 1
  21184. | #define HAVE_FFS 1
  21185. | #define HAVE_FINITE 1
  21186. | #define HAVE_FLOCK 1
  21187. | #define HAVE_HYPOT 1
  21188. | #define HAVE_ISINF 1
  21189. | #define HAVE_ISNAN 1
  21190. | #define HAVE_LGAMMA_R 1
  21191. | #define HAVE_MEMMOVE 1
  21192. | #define HAVE_NEXTAFTER 1
  21193. | #define HAVE_STRCHR 1
  21194. | #define HAVE_STRERROR 1
  21195. | #define HAVE_STRLCAT 1
  21196. | #define HAVE_STRLCPY 1
  21197. | #define HAVE_STRSTR 1
  21198. | #define HAVE_TGAMMA 1
  21199. | #define SPT_TYPE SPT_REUSEARGV
  21200. | #define HAVE_SIGNBIT 1
  21201. | #define HAVE_FORK 1
  21202. | #define vfork fork
  21203. | #define HAVE_WORKING_FORK 1
  21204. | #define HAVE__LONGJMP 1
  21205. | #define HAVE_ARC4RANDOM_BUF 1
  21206. | #define HAVE_ATAN2L 1
  21207. | #define HAVE_ATAN2F 1
  21208. | #define HAVE_CHROOT 1
  21209. | #define HAVE_CLOCK_GETTIME 1
  21210. | #define HAVE_COSH 1
  21211. | #define HAVE_DIRFD 1
  21212. | #define HAVE_DLOPEN 1
  21213. | #define HAVE_DLADDR 1
  21214. | #define HAVE_DUP 1
  21215. | /* end confdefs.h. */
  21216. | /* Define eaccess to an innocuous variant, in case <limits.h> declares eaccess.
  21217. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  21218. | #define eaccess innocuous_eaccess
  21219. |
  21220. | /* System header to define __stub macros and hopefully few prototypes,
  21221. | which can conflict with char eaccess (); below.
  21222. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  21223. | <limits.h> exists even on freestanding compilers. */
  21224. |
  21225. | #ifdef __STDC__
  21226. | # include <limits.h>
  21227. | #else
  21228. | # include <assert.h>
  21229. | #endif
  21230. |
  21231. | #undef eaccess
  21232. |
  21233. | /* Override any GCC internal prototype to avoid an error.
  21234. | Use char because int might match the return type of a GCC
  21235. | builtin and then its argument prototype would still apply. */
  21236. | #ifdef __cplusplus
  21237. | extern "C"
  21238. | #endif
  21239. | char eaccess ();
  21240. | /* The GNU C library defines this for functions which it implements
  21241. | to always fail with ENOSYS. Some functions are actually named
  21242. | something starting with __ and the normal name is an alias. */
  21243. | #if defined __stub_eaccess || defined __stub___eaccess
  21244. | choke me
  21245. | #endif
  21246. |
  21247. | int
  21248. | main ()
  21249. | {
  21250. | return eaccess ();
  21251. | ;
  21252. | return 0;
  21253. | }
  21254. configure:21381: result: no
  21255. configure:21392: checking for endgrent
  21256. 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
  21257. configure:21392: $? = 0
  21258. configure:21392: result: yes
  21259. configure:21403: checking for fchmod
  21260. 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
  21261. configure:21403: $? = 0
  21262. configure:21403: result: yes
  21263. configure:21414: checking for fchown
  21264. 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
  21265. configure:21414: $? = 0
  21266. configure:21414: result: yes
  21267. configure:21425: checking for fcntl
  21268. 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
  21269. configure:21425: $? = 0
  21270. configure:21425: result: yes
  21271. configure:21436: checking for fdatasync
  21272. configure:21436: result: no
  21273. configure:21447: checking for fdopendir
  21274. 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
  21275. configure:21447: $? = 0
  21276. configure:21447: result: yes
  21277. configure:21458: checking for fgetattrlist
  21278. 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
  21279. configure:21458: $? = 0
  21280. configure:21458: result: yes
  21281. configure:21469: checking for fmod
  21282. 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
  21283. conftest.c:267:6: warning: incompatible redeclaration of library function 'fmod' [-Wincompatible-library-redeclaration]
  21284. char fmod ();
  21285. ^
  21286. conftest.c:267:6: note: 'fmod' is a builtin with type 'double (double, double)'
  21287. 1 warning generated.
  21288. configure:21469: $? = 0
  21289. configure:21469: result: yes
  21290. configure:21480: checking for fstatat
  21291. 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
  21292. configure:21480: $? = 0
  21293. configure:21480: result: yes
  21294. configure:21491: checking for fsync
  21295. 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
  21296. configure:21491: $? = 0
  21297. configure:21491: result: yes
  21298. configure:21502: checking for ftruncate
  21299. 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
  21300. configure:21502: $? = 0
  21301. configure:21502: result: yes
  21302. configure:21513: checking for ftruncate64
  21303. 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
  21304. Undefined symbols for architecture x86_64:
  21305. "_ftruncate64", referenced from:
  21306. _main in conftest-018b96.o
  21307. ld: symbol(s) not found for architecture x86_64
  21308. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  21309. configure:21513: $? = 1
  21310. configure: failed program was:
  21311. | /* confdefs.h */
  21312. | #define PACKAGE_NAME ""
  21313. | #define PACKAGE_TARNAME ""
  21314. | #define PACKAGE_VERSION ""
  21315. | #define PACKAGE_STRING ""
  21316. | #define PACKAGE_BUGREPORT ""
  21317. | #define PACKAGE_URL ""
  21318. | #define CANONICALIZATION_FOR_MATHN 1
  21319. | #define STDC_HEADERS 1
  21320. | #define HAVE_SYS_TYPES_H 1
  21321. | #define HAVE_SYS_STAT_H 1
  21322. | #define HAVE_STDLIB_H 1
  21323. | #define HAVE_STRING_H 1
  21324. | #define HAVE_MEMORY_H 1
  21325. | #define HAVE_STRINGS_H 1
  21326. | #define HAVE_INTTYPES_H 1
  21327. | #define HAVE_STDINT_H 1
  21328. | #define HAVE_UNISTD_H 1
  21329. | #define __EXTENSIONS__ 1
  21330. | #define _ALL_SOURCE 1
  21331. | #define _GNU_SOURCE 1
  21332. | #define _POSIX_PTHREAD_SEMANTICS 1
  21333. | #define _TANDEM_SOURCE 1
  21334. | #define HAVE_INFINITY 1
  21335. | #define HAVE_NAN 1
  21336. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  21337. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  21338. | #define BROKEN_CRYPT 1
  21339. | #define HAVE_CRT_EXTERNS_H 1
  21340. | #define HAVE_LIBDL 1
  21341. | #define HAVE_DIRENT_H 1
  21342. | #define HAVE__BOOL 1
  21343. | #define HAVE_STDBOOL_H 1
  21344. | #define HAVE_SYS_WAIT_H 1
  21345. | #define HAVE_GRP_H 1
  21346. | #define HAVE_FCNTL_H 1
  21347. | #define HAVE_FLOAT_H 1
  21348. | #define HAVE_LANGINFO_H 1
  21349. | #define HAVE_LIMITS_H 1
  21350. | #define HAVE_LOCALE_H 1
  21351. | #define HAVE_MALLOC_MALLOC_H 1
  21352. | #define HAVE_PWD_H 1
  21353. | #define HAVE_SYS_ATTR_H 1
  21354. | #define HAVE_SYS_FCNTL_H 1
  21355. | #define HAVE_SYS_FILE_H 1
  21356. | #define HAVE_SYS_IOCTL_H 1
  21357. | #define HAVE_SYS_PARAM_H 1
  21358. | #define HAVE_SYS_RESOURCE_H 1
  21359. | #define HAVE_SYS_SELECT_H 1
  21360. | #define HAVE_SYS_SOCKET_H 1
  21361. | #define HAVE_SYS_TIME_H 1
  21362. | #define HAVE_SYS_TIMES_H 1
  21363. | #define HAVE_SYS_UIO_H 1
  21364. | #define HAVE_TIME_H 1
  21365. | #define HAVE_UCONTEXT_H 1
  21366. | #define HAVE_UTIME_H 1
  21367. | #define HAVE_GMP_H 1
  21368. | #define HAVE_LIBGMP 1
  21369. | #define HAVE_TYPEOF 1
  21370. | #define HAVE_LONG_LONG 1
  21371. | #define HAVE_OFF_T 1
  21372. | #define SIZEOF_INT 4
  21373. | #define SIZEOF_SHORT 2
  21374. | #define SIZEOF_LONG 8
  21375. | #define SIZEOF_LONG_LONG 8
  21376. | #define SIZEOF___INT64 0
  21377. | #define SIZEOF___INT128 16
  21378. | #define SIZEOF_OFF_T 8
  21379. | #define SIZEOF_VOIDP 8
  21380. | #define SIZEOF_FLOAT 4
  21381. | #define SIZEOF_DOUBLE 8
  21382. | #define SIZEOF_TIME_T 8
  21383. | #define SIZEOF_CLOCK_T 8
  21384. | #define PACKED_STRUCT(x) x __attribute__((packed))
  21385. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  21386. | #define PRI_LL_PREFIX "ll"
  21387. | #define rb_pid_t pid_t
  21388. | #define SIGNEDNESS_OF_PID_T -1
  21389. | #define PIDT2NUM(v) INT2NUM(v)
  21390. | #define NUM2PIDT(v) NUM2INT(v)
  21391. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  21392. | #define rb_uid_t uid_t
  21393. | #define SIGNEDNESS_OF_UID_T +1
  21394. | #define UIDT2NUM(v) UINT2NUM(v)
  21395. | #define NUM2UIDT(v) NUM2UINT(v)
  21396. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  21397. | #define rb_gid_t gid_t
  21398. | #define SIGNEDNESS_OF_GID_T +1
  21399. | #define GIDT2NUM(v) UINT2NUM(v)
  21400. | #define NUM2GIDT(v) NUM2UINT(v)
  21401. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  21402. | #define rb_time_t time_t
  21403. | #define SIGNEDNESS_OF_TIME_T -1
  21404. | #define TIMET2NUM(v) LONG2NUM(v)
  21405. | #define NUM2TIMET(v) NUM2LONG(v)
  21406. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  21407. | #define rb_dev_t dev_t
  21408. | #define SIGNEDNESS_OF_DEV_T -1
  21409. | #define DEVT2NUM(v) INT2NUM(v)
  21410. | #define NUM2DEVT(v) NUM2INT(v)
  21411. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  21412. | #define rb_mode_t mode_t
  21413. | #define SIGNEDNESS_OF_MODE_T +1
  21414. | #define MODET2NUM(v) UINT2NUM(v)
  21415. | #define NUM2MODET(v) NUM2UINT(v)
  21416. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  21417. | #define rb_rlim_t rlim_t
  21418. | #define SIGNEDNESS_OF_RLIM_T +1
  21419. | #define RLIM2NUM(v) ULL2NUM(v)
  21420. | #define NUM2RLIM(v) NUM2ULL(v)
  21421. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  21422. | #define rb_off_t off_t
  21423. | #define SIGNEDNESS_OF_OFF_T -1
  21424. | #define OFFT2NUM(v) LL2NUM(v)
  21425. | #define NUM2OFFT(v) NUM2LL(v)
  21426. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  21427. | #define rb_clockid_t int
  21428. | #define SIGNEDNESS_OF_CLOCKID_T -1
  21429. | #define CLOCKID2NUM(v) INT2NUM(v)
  21430. | #define NUM2CLOCKID(v) NUM2INT(v)
  21431. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  21432. | #define HAVE_PROTOTYPES 1
  21433. | #define TOKEN_PASTE(x,y) x##y
  21434. | #define STRINGIZE(expr) STRINGIZE0(expr)
  21435. | #define HAVE_STDARG_PROTOTYPES 1
  21436. | #define HAVE_VA_ARGS_MACRO 1
  21437. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  21438. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  21439. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  21440. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  21441. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  21442. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  21443. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  21444. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  21445. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  21446. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  21447. | #define WEAK(x) __attribute__ ((__weak__)) x
  21448. | #define HAVE_FUNC_WEAK 1
  21449. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  21450. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  21451. | #define HAVE_GCC_SYNC_BUILTINS 1
  21452. | #define UNREACHABLE __builtin_unreachable()
  21453. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  21454. | #define RUBY_FUNCTION_NAME_STRING __func__
  21455. | #define ENUM_OVER_INT 1
  21456. | #define HAVE_DECL_SYS_NERR 1
  21457. | #define HAVE_DECL_GETENV 1
  21458. | #define SIZEOF_SIZE_T 8
  21459. | #define SIZEOF_PTRDIFF_T 8
  21460. | #define PRI_SIZE_PREFIX "z"
  21461. | #define PRI_PTRDIFF_PREFIX "t"
  21462. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  21463. | #define HAVE_ST_BLKSIZE 1
  21464. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  21465. | #define HAVE_ST_BLOCKS 1
  21466. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  21467. | #define HAVE_ST_RDEV 1
  21468. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  21469. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  21470. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  21471. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  21472. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  21473. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  21474. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  21475. | #define HAVE_STRUCT_TIMEVAL 1
  21476. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  21477. | #define HAVE_STRUCT_TIMESPEC 1
  21478. | #define HAVE_STRUCT_TIMEZONE 1
  21479. | #define HAVE_INT8_T 1
  21480. | #define SIZEOF_INT8_T 1
  21481. | #define HAVE_UINT8_T 1
  21482. | #define SIZEOF_UINT8_T 1
  21483. | #define HAVE_INT16_T 1
  21484. | #define SIZEOF_INT16_T 2
  21485. | #define HAVE_UINT16_T 1
  21486. | #define SIZEOF_UINT16_T 2
  21487. | #define HAVE_INT32_T 1
  21488. | #define SIZEOF_INT32_T 4
  21489. | #define HAVE_UINT32_T 1
  21490. | #define SIZEOF_UINT32_T 4
  21491. | #define HAVE_INT64_T 1
  21492. | #define SIZEOF_INT64_T 8
  21493. | #define HAVE_UINT64_T 1
  21494. | #define SIZEOF_UINT64_T 8
  21495. | #define HAVE_INT128_T 1
  21496. | #define int128_t __int128
  21497. | #define SIZEOF_INT128_T SIZEOF___INT128
  21498. | #define HAVE_UINT128_T 1
  21499. | #define uint128_t unsigned __int128
  21500. | #define SIZEOF_UINT128_T SIZEOF___INT128
  21501. | #define HAVE_INTPTR_T 1
  21502. | #define SIZEOF_INTPTR_T 8
  21503. | #define HAVE_UINTPTR_T 1
  21504. | #define SIZEOF_UINTPTR_T 8
  21505. | #define HAVE_SSIZE_T 1
  21506. | #define SIZEOF_SSIZE_T 8
  21507. | #define GETGROUPS_T gid_t
  21508. | #define RETSIGTYPE void
  21509. | #define HAVE_ALLOCA_H 1
  21510. | #define HAVE_ALLOCA 1
  21511. | #define HAVE_ACOSH 1
  21512. | #define HAVE_CBRT 1
  21513. | #define HAVE_CRYPT 1
  21514. | #define HAVE_DUP2 1
  21515. | #define HAVE_ERF 1
  21516. | #define HAVE_FFS 1
  21517. | #define HAVE_FINITE 1
  21518. | #define HAVE_FLOCK 1
  21519. | #define HAVE_HYPOT 1
  21520. | #define HAVE_ISINF 1
  21521. | #define HAVE_ISNAN 1
  21522. | #define HAVE_LGAMMA_R 1
  21523. | #define HAVE_MEMMOVE 1
  21524. | #define HAVE_NEXTAFTER 1
  21525. | #define HAVE_STRCHR 1
  21526. | #define HAVE_STRERROR 1
  21527. | #define HAVE_STRLCAT 1
  21528. | #define HAVE_STRLCPY 1
  21529. | #define HAVE_STRSTR 1
  21530. | #define HAVE_TGAMMA 1
  21531. | #define SPT_TYPE SPT_REUSEARGV
  21532. | #define HAVE_SIGNBIT 1
  21533. | #define HAVE_FORK 1
  21534. | #define vfork fork
  21535. | #define HAVE_WORKING_FORK 1
  21536. | #define HAVE__LONGJMP 1
  21537. | #define HAVE_ARC4RANDOM_BUF 1
  21538. | #define HAVE_ATAN2L 1
  21539. | #define HAVE_ATAN2F 1
  21540. | #define HAVE_CHROOT 1
  21541. | #define HAVE_CLOCK_GETTIME 1
  21542. | #define HAVE_COSH 1
  21543. | #define HAVE_DIRFD 1
  21544. | #define HAVE_DLOPEN 1
  21545. | #define HAVE_DLADDR 1
  21546. | #define HAVE_DUP 1
  21547. | #define HAVE_ENDGRENT 1
  21548. | #define HAVE_FCHMOD 1
  21549. | #define HAVE_FCHOWN 1
  21550. | #define HAVE_FCNTL 1
  21551. | #define HAVE_FDOPENDIR 1
  21552. | #define HAVE_FGETATTRLIST 1
  21553. | #define HAVE_FMOD 1
  21554. | #define HAVE_FSTATAT 1
  21555. | #define HAVE_FSYNC 1
  21556. | #define HAVE_FTRUNCATE 1
  21557. | /* end confdefs.h. */
  21558. | /* Define ftruncate64 to an innocuous variant, in case <limits.h> declares ftruncate64.
  21559. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  21560. | #define ftruncate64 innocuous_ftruncate64
  21561. |
  21562. | /* System header to define __stub macros and hopefully few prototypes,
  21563. | which can conflict with char ftruncate64 (); below.
  21564. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  21565. | <limits.h> exists even on freestanding compilers. */
  21566. |
  21567. | #ifdef __STDC__
  21568. | # include <limits.h>
  21569. | #else
  21570. | # include <assert.h>
  21571. | #endif
  21572. |
  21573. | #undef ftruncate64
  21574. |
  21575. | /* Override any GCC internal prototype to avoid an error.
  21576. | Use char because int might match the return type of a GCC
  21577. | builtin and then its argument prototype would still apply. */
  21578. | #ifdef __cplusplus
  21579. | extern "C"
  21580. | #endif
  21581. | char ftruncate64 ();
  21582. | /* The GNU C library defines this for functions which it implements
  21583. | to always fail with ENOSYS. Some functions are actually named
  21584. | something starting with __ and the normal name is an alias. */
  21585. | #if defined __stub_ftruncate64 || defined __stub___ftruncate64
  21586. | choke me
  21587. | #endif
  21588. |
  21589. | int
  21590. | main ()
  21591. | {
  21592. | return ftruncate64 ();
  21593. | ;
  21594. | return 0;
  21595. | }
  21596. configure:21513: result: no
  21597. configure:21524: checking for getattrlist
  21598. 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
  21599. configure:21524: $? = 0
  21600. configure:21524: result: yes
  21601. configure:21535: checking for getcwd
  21602. 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
  21603. configure:21535: $? = 0
  21604. configure:21535: result: yes
  21605. configure:21546: checking for getgidx
  21606. 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
  21607. Undefined symbols for architecture x86_64:
  21608. "_getgidx", referenced from:
  21609. _main in conftest-3b3420.o
  21610. ld: symbol(s) not found for architecture x86_64
  21611. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  21612. configure:21546: $? = 1
  21613. configure: failed program was:
  21614. | /* confdefs.h */
  21615. | #define PACKAGE_NAME ""
  21616. | #define PACKAGE_TARNAME ""
  21617. | #define PACKAGE_VERSION ""
  21618. | #define PACKAGE_STRING ""
  21619. | #define PACKAGE_BUGREPORT ""
  21620. | #define PACKAGE_URL ""
  21621. | #define CANONICALIZATION_FOR_MATHN 1
  21622. | #define STDC_HEADERS 1
  21623. | #define HAVE_SYS_TYPES_H 1
  21624. | #define HAVE_SYS_STAT_H 1
  21625. | #define HAVE_STDLIB_H 1
  21626. | #define HAVE_STRING_H 1
  21627. | #define HAVE_MEMORY_H 1
  21628. | #define HAVE_STRINGS_H 1
  21629. | #define HAVE_INTTYPES_H 1
  21630. | #define HAVE_STDINT_H 1
  21631. | #define HAVE_UNISTD_H 1
  21632. | #define __EXTENSIONS__ 1
  21633. | #define _ALL_SOURCE 1
  21634. | #define _GNU_SOURCE 1
  21635. | #define _POSIX_PTHREAD_SEMANTICS 1
  21636. | #define _TANDEM_SOURCE 1
  21637. | #define HAVE_INFINITY 1
  21638. | #define HAVE_NAN 1
  21639. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  21640. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  21641. | #define BROKEN_CRYPT 1
  21642. | #define HAVE_CRT_EXTERNS_H 1
  21643. | #define HAVE_LIBDL 1
  21644. | #define HAVE_DIRENT_H 1
  21645. | #define HAVE__BOOL 1
  21646. | #define HAVE_STDBOOL_H 1
  21647. | #define HAVE_SYS_WAIT_H 1
  21648. | #define HAVE_GRP_H 1
  21649. | #define HAVE_FCNTL_H 1
  21650. | #define HAVE_FLOAT_H 1
  21651. | #define HAVE_LANGINFO_H 1
  21652. | #define HAVE_LIMITS_H 1
  21653. | #define HAVE_LOCALE_H 1
  21654. | #define HAVE_MALLOC_MALLOC_H 1
  21655. | #define HAVE_PWD_H 1
  21656. | #define HAVE_SYS_ATTR_H 1
  21657. | #define HAVE_SYS_FCNTL_H 1
  21658. | #define HAVE_SYS_FILE_H 1
  21659. | #define HAVE_SYS_IOCTL_H 1
  21660. | #define HAVE_SYS_PARAM_H 1
  21661. | #define HAVE_SYS_RESOURCE_H 1
  21662. | #define HAVE_SYS_SELECT_H 1
  21663. | #define HAVE_SYS_SOCKET_H 1
  21664. | #define HAVE_SYS_TIME_H 1
  21665. | #define HAVE_SYS_TIMES_H 1
  21666. | #define HAVE_SYS_UIO_H 1
  21667. | #define HAVE_TIME_H 1
  21668. | #define HAVE_UCONTEXT_H 1
  21669. | #define HAVE_UTIME_H 1
  21670. | #define HAVE_GMP_H 1
  21671. | #define HAVE_LIBGMP 1
  21672. | #define HAVE_TYPEOF 1
  21673. | #define HAVE_LONG_LONG 1
  21674. | #define HAVE_OFF_T 1
  21675. | #define SIZEOF_INT 4
  21676. | #define SIZEOF_SHORT 2
  21677. | #define SIZEOF_LONG 8
  21678. | #define SIZEOF_LONG_LONG 8
  21679. | #define SIZEOF___INT64 0
  21680. | #define SIZEOF___INT128 16
  21681. | #define SIZEOF_OFF_T 8
  21682. | #define SIZEOF_VOIDP 8
  21683. | #define SIZEOF_FLOAT 4
  21684. | #define SIZEOF_DOUBLE 8
  21685. | #define SIZEOF_TIME_T 8
  21686. | #define SIZEOF_CLOCK_T 8
  21687. | #define PACKED_STRUCT(x) x __attribute__((packed))
  21688. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  21689. | #define PRI_LL_PREFIX "ll"
  21690. | #define rb_pid_t pid_t
  21691. | #define SIGNEDNESS_OF_PID_T -1
  21692. | #define PIDT2NUM(v) INT2NUM(v)
  21693. | #define NUM2PIDT(v) NUM2INT(v)
  21694. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  21695. | #define rb_uid_t uid_t
  21696. | #define SIGNEDNESS_OF_UID_T +1
  21697. | #define UIDT2NUM(v) UINT2NUM(v)
  21698. | #define NUM2UIDT(v) NUM2UINT(v)
  21699. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  21700. | #define rb_gid_t gid_t
  21701. | #define SIGNEDNESS_OF_GID_T +1
  21702. | #define GIDT2NUM(v) UINT2NUM(v)
  21703. | #define NUM2GIDT(v) NUM2UINT(v)
  21704. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  21705. | #define rb_time_t time_t
  21706. | #define SIGNEDNESS_OF_TIME_T -1
  21707. | #define TIMET2NUM(v) LONG2NUM(v)
  21708. | #define NUM2TIMET(v) NUM2LONG(v)
  21709. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  21710. | #define rb_dev_t dev_t
  21711. | #define SIGNEDNESS_OF_DEV_T -1
  21712. | #define DEVT2NUM(v) INT2NUM(v)
  21713. | #define NUM2DEVT(v) NUM2INT(v)
  21714. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  21715. | #define rb_mode_t mode_t
  21716. | #define SIGNEDNESS_OF_MODE_T +1
  21717. | #define MODET2NUM(v) UINT2NUM(v)
  21718. | #define NUM2MODET(v) NUM2UINT(v)
  21719. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  21720. | #define rb_rlim_t rlim_t
  21721. | #define SIGNEDNESS_OF_RLIM_T +1
  21722. | #define RLIM2NUM(v) ULL2NUM(v)
  21723. | #define NUM2RLIM(v) NUM2ULL(v)
  21724. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  21725. | #define rb_off_t off_t
  21726. | #define SIGNEDNESS_OF_OFF_T -1
  21727. | #define OFFT2NUM(v) LL2NUM(v)
  21728. | #define NUM2OFFT(v) NUM2LL(v)
  21729. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  21730. | #define rb_clockid_t int
  21731. | #define SIGNEDNESS_OF_CLOCKID_T -1
  21732. | #define CLOCKID2NUM(v) INT2NUM(v)
  21733. | #define NUM2CLOCKID(v) NUM2INT(v)
  21734. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  21735. | #define HAVE_PROTOTYPES 1
  21736. | #define TOKEN_PASTE(x,y) x##y
  21737. | #define STRINGIZE(expr) STRINGIZE0(expr)
  21738. | #define HAVE_STDARG_PROTOTYPES 1
  21739. | #define HAVE_VA_ARGS_MACRO 1
  21740. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  21741. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  21742. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  21743. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  21744. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  21745. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  21746. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  21747. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  21748. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  21749. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  21750. | #define WEAK(x) __attribute__ ((__weak__)) x
  21751. | #define HAVE_FUNC_WEAK 1
  21752. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  21753. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  21754. | #define HAVE_GCC_SYNC_BUILTINS 1
  21755. | #define UNREACHABLE __builtin_unreachable()
  21756. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  21757. | #define RUBY_FUNCTION_NAME_STRING __func__
  21758. | #define ENUM_OVER_INT 1
  21759. | #define HAVE_DECL_SYS_NERR 1
  21760. | #define HAVE_DECL_GETENV 1
  21761. | #define SIZEOF_SIZE_T 8
  21762. | #define SIZEOF_PTRDIFF_T 8
  21763. | #define PRI_SIZE_PREFIX "z"
  21764. | #define PRI_PTRDIFF_PREFIX "t"
  21765. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  21766. | #define HAVE_ST_BLKSIZE 1
  21767. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  21768. | #define HAVE_ST_BLOCKS 1
  21769. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  21770. | #define HAVE_ST_RDEV 1
  21771. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  21772. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  21773. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  21774. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  21775. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  21776. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  21777. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  21778. | #define HAVE_STRUCT_TIMEVAL 1
  21779. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  21780. | #define HAVE_STRUCT_TIMESPEC 1
  21781. | #define HAVE_STRUCT_TIMEZONE 1
  21782. | #define HAVE_INT8_T 1
  21783. | #define SIZEOF_INT8_T 1
  21784. | #define HAVE_UINT8_T 1
  21785. | #define SIZEOF_UINT8_T 1
  21786. | #define HAVE_INT16_T 1
  21787. | #define SIZEOF_INT16_T 2
  21788. | #define HAVE_UINT16_T 1
  21789. | #define SIZEOF_UINT16_T 2
  21790. | #define HAVE_INT32_T 1
  21791. | #define SIZEOF_INT32_T 4
  21792. | #define HAVE_UINT32_T 1
  21793. | #define SIZEOF_UINT32_T 4
  21794. | #define HAVE_INT64_T 1
  21795. | #define SIZEOF_INT64_T 8
  21796. | #define HAVE_UINT64_T 1
  21797. | #define SIZEOF_UINT64_T 8
  21798. | #define HAVE_INT128_T 1
  21799. | #define int128_t __int128
  21800. | #define SIZEOF_INT128_T SIZEOF___INT128
  21801. | #define HAVE_UINT128_T 1
  21802. | #define uint128_t unsigned __int128
  21803. | #define SIZEOF_UINT128_T SIZEOF___INT128
  21804. | #define HAVE_INTPTR_T 1
  21805. | #define SIZEOF_INTPTR_T 8
  21806. | #define HAVE_UINTPTR_T 1
  21807. | #define SIZEOF_UINTPTR_T 8
  21808. | #define HAVE_SSIZE_T 1
  21809. | #define SIZEOF_SSIZE_T 8
  21810. | #define GETGROUPS_T gid_t
  21811. | #define RETSIGTYPE void
  21812. | #define HAVE_ALLOCA_H 1
  21813. | #define HAVE_ALLOCA 1
  21814. | #define HAVE_ACOSH 1
  21815. | #define HAVE_CBRT 1
  21816. | #define HAVE_CRYPT 1
  21817. | #define HAVE_DUP2 1
  21818. | #define HAVE_ERF 1
  21819. | #define HAVE_FFS 1
  21820. | #define HAVE_FINITE 1
  21821. | #define HAVE_FLOCK 1
  21822. | #define HAVE_HYPOT 1
  21823. | #define HAVE_ISINF 1
  21824. | #define HAVE_ISNAN 1
  21825. | #define HAVE_LGAMMA_R 1
  21826. | #define HAVE_MEMMOVE 1
  21827. | #define HAVE_NEXTAFTER 1
  21828. | #define HAVE_STRCHR 1
  21829. | #define HAVE_STRERROR 1
  21830. | #define HAVE_STRLCAT 1
  21831. | #define HAVE_STRLCPY 1
  21832. | #define HAVE_STRSTR 1
  21833. | #define HAVE_TGAMMA 1
  21834. | #define SPT_TYPE SPT_REUSEARGV
  21835. | #define HAVE_SIGNBIT 1
  21836. | #define HAVE_FORK 1
  21837. | #define vfork fork
  21838. | #define HAVE_WORKING_FORK 1
  21839. | #define HAVE__LONGJMP 1
  21840. | #define HAVE_ARC4RANDOM_BUF 1
  21841. | #define HAVE_ATAN2L 1
  21842. | #define HAVE_ATAN2F 1
  21843. | #define HAVE_CHROOT 1
  21844. | #define HAVE_CLOCK_GETTIME 1
  21845. | #define HAVE_COSH 1
  21846. | #define HAVE_DIRFD 1
  21847. | #define HAVE_DLOPEN 1
  21848. | #define HAVE_DLADDR 1
  21849. | #define HAVE_DUP 1
  21850. | #define HAVE_ENDGRENT 1
  21851. | #define HAVE_FCHMOD 1
  21852. | #define HAVE_FCHOWN 1
  21853. | #define HAVE_FCNTL 1
  21854. | #define HAVE_FDOPENDIR 1
  21855. | #define HAVE_FGETATTRLIST 1
  21856. | #define HAVE_FMOD 1
  21857. | #define HAVE_FSTATAT 1
  21858. | #define HAVE_FSYNC 1
  21859. | #define HAVE_FTRUNCATE 1
  21860. | #define HAVE_GETATTRLIST 1
  21861. | #define HAVE_GETCWD 1
  21862. | /* end confdefs.h. */
  21863. | /* Define getgidx to an innocuous variant, in case <limits.h> declares getgidx.
  21864. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  21865. | #define getgidx innocuous_getgidx
  21866. |
  21867. | /* System header to define __stub macros and hopefully few prototypes,
  21868. | which can conflict with char getgidx (); below.
  21869. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  21870. | <limits.h> exists even on freestanding compilers. */
  21871. |
  21872. | #ifdef __STDC__
  21873. | # include <limits.h>
  21874. | #else
  21875. | # include <assert.h>
  21876. | #endif
  21877. |
  21878. | #undef getgidx
  21879. |
  21880. | /* Override any GCC internal prototype to avoid an error.
  21881. | Use char because int might match the return type of a GCC
  21882. | builtin and then its argument prototype would still apply. */
  21883. | #ifdef __cplusplus
  21884. | extern "C"
  21885. | #endif
  21886. | char getgidx ();
  21887. | /* The GNU C library defines this for functions which it implements
  21888. | to always fail with ENOSYS. Some functions are actually named
  21889. | something starting with __ and the normal name is an alias. */
  21890. | #if defined __stub_getgidx || defined __stub___getgidx
  21891. | choke me
  21892. | #endif
  21893. |
  21894. | int
  21895. | main ()
  21896. | {
  21897. | return getgidx ();
  21898. | ;
  21899. | return 0;
  21900. | }
  21901. configure:21546: result: no
  21902. configure:21557: checking for getgrnam
  21903. 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
  21904. configure:21557: $? = 0
  21905. configure:21557: result: yes
  21906. configure:21568: checking for getgrnam_r
  21907. 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
  21908. configure:21568: $? = 0
  21909. configure:21568: result: yes
  21910. configure:21579: checking for getgroups
  21911. 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
  21912. configure:21579: $? = 0
  21913. configure:21579: result: yes
  21914. configure:21590: checking for getpgid
  21915. 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
  21916. configure:21590: $? = 0
  21917. configure:21590: result: yes
  21918. configure:21601: checking for getpgrp
  21919. 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
  21920. configure:21601: $? = 0
  21921. configure:21601: result: yes
  21922. configure:21612: checking for getpriority
  21923. 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
  21924. configure:21612: $? = 0
  21925. configure:21612: result: yes
  21926. configure:21623: checking for getpwnam_r
  21927. 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
  21928. configure:21623: $? = 0
  21929. configure:21623: result: yes
  21930. configure:21634: checking for getresgid
  21931. 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
  21932. Undefined symbols for architecture x86_64:
  21933. "_getresgid", referenced from:
  21934. _main in conftest-7f4ccb.o
  21935. ld: symbol(s) not found for architecture x86_64
  21936. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  21937. configure:21634: $? = 1
  21938. configure: failed program was:
  21939. | /* confdefs.h */
  21940. | #define PACKAGE_NAME ""
  21941. | #define PACKAGE_TARNAME ""
  21942. | #define PACKAGE_VERSION ""
  21943. | #define PACKAGE_STRING ""
  21944. | #define PACKAGE_BUGREPORT ""
  21945. | #define PACKAGE_URL ""
  21946. | #define CANONICALIZATION_FOR_MATHN 1
  21947. | #define STDC_HEADERS 1
  21948. | #define HAVE_SYS_TYPES_H 1
  21949. | #define HAVE_SYS_STAT_H 1
  21950. | #define HAVE_STDLIB_H 1
  21951. | #define HAVE_STRING_H 1
  21952. | #define HAVE_MEMORY_H 1
  21953. | #define HAVE_STRINGS_H 1
  21954. | #define HAVE_INTTYPES_H 1
  21955. | #define HAVE_STDINT_H 1
  21956. | #define HAVE_UNISTD_H 1
  21957. | #define __EXTENSIONS__ 1
  21958. | #define _ALL_SOURCE 1
  21959. | #define _GNU_SOURCE 1
  21960. | #define _POSIX_PTHREAD_SEMANTICS 1
  21961. | #define _TANDEM_SOURCE 1
  21962. | #define HAVE_INFINITY 1
  21963. | #define HAVE_NAN 1
  21964. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  21965. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  21966. | #define BROKEN_CRYPT 1
  21967. | #define HAVE_CRT_EXTERNS_H 1
  21968. | #define HAVE_LIBDL 1
  21969. | #define HAVE_DIRENT_H 1
  21970. | #define HAVE__BOOL 1
  21971. | #define HAVE_STDBOOL_H 1
  21972. | #define HAVE_SYS_WAIT_H 1
  21973. | #define HAVE_GRP_H 1
  21974. | #define HAVE_FCNTL_H 1
  21975. | #define HAVE_FLOAT_H 1
  21976. | #define HAVE_LANGINFO_H 1
  21977. | #define HAVE_LIMITS_H 1
  21978. | #define HAVE_LOCALE_H 1
  21979. | #define HAVE_MALLOC_MALLOC_H 1
  21980. | #define HAVE_PWD_H 1
  21981. | #define HAVE_SYS_ATTR_H 1
  21982. | #define HAVE_SYS_FCNTL_H 1
  21983. | #define HAVE_SYS_FILE_H 1
  21984. | #define HAVE_SYS_IOCTL_H 1
  21985. | #define HAVE_SYS_PARAM_H 1
  21986. | #define HAVE_SYS_RESOURCE_H 1
  21987. | #define HAVE_SYS_SELECT_H 1
  21988. | #define HAVE_SYS_SOCKET_H 1
  21989. | #define HAVE_SYS_TIME_H 1
  21990. | #define HAVE_SYS_TIMES_H 1
  21991. | #define HAVE_SYS_UIO_H 1
  21992. | #define HAVE_TIME_H 1
  21993. | #define HAVE_UCONTEXT_H 1
  21994. | #define HAVE_UTIME_H 1
  21995. | #define HAVE_GMP_H 1
  21996. | #define HAVE_LIBGMP 1
  21997. | #define HAVE_TYPEOF 1
  21998. | #define HAVE_LONG_LONG 1
  21999. | #define HAVE_OFF_T 1
  22000. | #define SIZEOF_INT 4
  22001. | #define SIZEOF_SHORT 2
  22002. | #define SIZEOF_LONG 8
  22003. | #define SIZEOF_LONG_LONG 8
  22004. | #define SIZEOF___INT64 0
  22005. | #define SIZEOF___INT128 16
  22006. | #define SIZEOF_OFF_T 8
  22007. | #define SIZEOF_VOIDP 8
  22008. | #define SIZEOF_FLOAT 4
  22009. | #define SIZEOF_DOUBLE 8
  22010. | #define SIZEOF_TIME_T 8
  22011. | #define SIZEOF_CLOCK_T 8
  22012. | #define PACKED_STRUCT(x) x __attribute__((packed))
  22013. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  22014. | #define PRI_LL_PREFIX "ll"
  22015. | #define rb_pid_t pid_t
  22016. | #define SIGNEDNESS_OF_PID_T -1
  22017. | #define PIDT2NUM(v) INT2NUM(v)
  22018. | #define NUM2PIDT(v) NUM2INT(v)
  22019. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  22020. | #define rb_uid_t uid_t
  22021. | #define SIGNEDNESS_OF_UID_T +1
  22022. | #define UIDT2NUM(v) UINT2NUM(v)
  22023. | #define NUM2UIDT(v) NUM2UINT(v)
  22024. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  22025. | #define rb_gid_t gid_t
  22026. | #define SIGNEDNESS_OF_GID_T +1
  22027. | #define GIDT2NUM(v) UINT2NUM(v)
  22028. | #define NUM2GIDT(v) NUM2UINT(v)
  22029. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  22030. | #define rb_time_t time_t
  22031. | #define SIGNEDNESS_OF_TIME_T -1
  22032. | #define TIMET2NUM(v) LONG2NUM(v)
  22033. | #define NUM2TIMET(v) NUM2LONG(v)
  22034. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  22035. | #define rb_dev_t dev_t
  22036. | #define SIGNEDNESS_OF_DEV_T -1
  22037. | #define DEVT2NUM(v) INT2NUM(v)
  22038. | #define NUM2DEVT(v) NUM2INT(v)
  22039. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  22040. | #define rb_mode_t mode_t
  22041. | #define SIGNEDNESS_OF_MODE_T +1
  22042. | #define MODET2NUM(v) UINT2NUM(v)
  22043. | #define NUM2MODET(v) NUM2UINT(v)
  22044. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  22045. | #define rb_rlim_t rlim_t
  22046. | #define SIGNEDNESS_OF_RLIM_T +1
  22047. | #define RLIM2NUM(v) ULL2NUM(v)
  22048. | #define NUM2RLIM(v) NUM2ULL(v)
  22049. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  22050. | #define rb_off_t off_t
  22051. | #define SIGNEDNESS_OF_OFF_T -1
  22052. | #define OFFT2NUM(v) LL2NUM(v)
  22053. | #define NUM2OFFT(v) NUM2LL(v)
  22054. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  22055. | #define rb_clockid_t int
  22056. | #define SIGNEDNESS_OF_CLOCKID_T -1
  22057. | #define CLOCKID2NUM(v) INT2NUM(v)
  22058. | #define NUM2CLOCKID(v) NUM2INT(v)
  22059. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  22060. | #define HAVE_PROTOTYPES 1
  22061. | #define TOKEN_PASTE(x,y) x##y
  22062. | #define STRINGIZE(expr) STRINGIZE0(expr)
  22063. | #define HAVE_STDARG_PROTOTYPES 1
  22064. | #define HAVE_VA_ARGS_MACRO 1
  22065. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  22066. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  22067. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  22068. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  22069. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  22070. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  22071. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  22072. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  22073. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  22074. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  22075. | #define WEAK(x) __attribute__ ((__weak__)) x
  22076. | #define HAVE_FUNC_WEAK 1
  22077. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  22078. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  22079. | #define HAVE_GCC_SYNC_BUILTINS 1
  22080. | #define UNREACHABLE __builtin_unreachable()
  22081. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  22082. | #define RUBY_FUNCTION_NAME_STRING __func__
  22083. | #define ENUM_OVER_INT 1
  22084. | #define HAVE_DECL_SYS_NERR 1
  22085. | #define HAVE_DECL_GETENV 1
  22086. | #define SIZEOF_SIZE_T 8
  22087. | #define SIZEOF_PTRDIFF_T 8
  22088. | #define PRI_SIZE_PREFIX "z"
  22089. | #define PRI_PTRDIFF_PREFIX "t"
  22090. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  22091. | #define HAVE_ST_BLKSIZE 1
  22092. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  22093. | #define HAVE_ST_BLOCKS 1
  22094. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  22095. | #define HAVE_ST_RDEV 1
  22096. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  22097. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  22098. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  22099. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  22100. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  22101. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  22102. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  22103. | #define HAVE_STRUCT_TIMEVAL 1
  22104. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  22105. | #define HAVE_STRUCT_TIMESPEC 1
  22106. | #define HAVE_STRUCT_TIMEZONE 1
  22107. | #define HAVE_INT8_T 1
  22108. | #define SIZEOF_INT8_T 1
  22109. | #define HAVE_UINT8_T 1
  22110. | #define SIZEOF_UINT8_T 1
  22111. | #define HAVE_INT16_T 1
  22112. | #define SIZEOF_INT16_T 2
  22113. | #define HAVE_UINT16_T 1
  22114. | #define SIZEOF_UINT16_T 2
  22115. | #define HAVE_INT32_T 1
  22116. | #define SIZEOF_INT32_T 4
  22117. | #define HAVE_UINT32_T 1
  22118. | #define SIZEOF_UINT32_T 4
  22119. | #define HAVE_INT64_T 1
  22120. | #define SIZEOF_INT64_T 8
  22121. | #define HAVE_UINT64_T 1
  22122. | #define SIZEOF_UINT64_T 8
  22123. | #define HAVE_INT128_T 1
  22124. | #define int128_t __int128
  22125. | #define SIZEOF_INT128_T SIZEOF___INT128
  22126. | #define HAVE_UINT128_T 1
  22127. | #define uint128_t unsigned __int128
  22128. | #define SIZEOF_UINT128_T SIZEOF___INT128
  22129. | #define HAVE_INTPTR_T 1
  22130. | #define SIZEOF_INTPTR_T 8
  22131. | #define HAVE_UINTPTR_T 1
  22132. | #define SIZEOF_UINTPTR_T 8
  22133. | #define HAVE_SSIZE_T 1
  22134. | #define SIZEOF_SSIZE_T 8
  22135. | #define GETGROUPS_T gid_t
  22136. | #define RETSIGTYPE void
  22137. | #define HAVE_ALLOCA_H 1
  22138. | #define HAVE_ALLOCA 1
  22139. | #define HAVE_ACOSH 1
  22140. | #define HAVE_CBRT 1
  22141. | #define HAVE_CRYPT 1
  22142. | #define HAVE_DUP2 1
  22143. | #define HAVE_ERF 1
  22144. | #define HAVE_FFS 1
  22145. | #define HAVE_FINITE 1
  22146. | #define HAVE_FLOCK 1
  22147. | #define HAVE_HYPOT 1
  22148. | #define HAVE_ISINF 1
  22149. | #define HAVE_ISNAN 1
  22150. | #define HAVE_LGAMMA_R 1
  22151. | #define HAVE_MEMMOVE 1
  22152. | #define HAVE_NEXTAFTER 1
  22153. | #define HAVE_STRCHR 1
  22154. | #define HAVE_STRERROR 1
  22155. | #define HAVE_STRLCAT 1
  22156. | #define HAVE_STRLCPY 1
  22157. | #define HAVE_STRSTR 1
  22158. | #define HAVE_TGAMMA 1
  22159. | #define SPT_TYPE SPT_REUSEARGV
  22160. | #define HAVE_SIGNBIT 1
  22161. | #define HAVE_FORK 1
  22162. | #define vfork fork
  22163. | #define HAVE_WORKING_FORK 1
  22164. | #define HAVE__LONGJMP 1
  22165. | #define HAVE_ARC4RANDOM_BUF 1
  22166. | #define HAVE_ATAN2L 1
  22167. | #define HAVE_ATAN2F 1
  22168. | #define HAVE_CHROOT 1
  22169. | #define HAVE_CLOCK_GETTIME 1
  22170. | #define HAVE_COSH 1
  22171. | #define HAVE_DIRFD 1
  22172. | #define HAVE_DLOPEN 1
  22173. | #define HAVE_DLADDR 1
  22174. | #define HAVE_DUP 1
  22175. | #define HAVE_ENDGRENT 1
  22176. | #define HAVE_FCHMOD 1
  22177. | #define HAVE_FCHOWN 1
  22178. | #define HAVE_FCNTL 1
  22179. | #define HAVE_FDOPENDIR 1
  22180. | #define HAVE_FGETATTRLIST 1
  22181. | #define HAVE_FMOD 1
  22182. | #define HAVE_FSTATAT 1
  22183. | #define HAVE_FSYNC 1
  22184. | #define HAVE_FTRUNCATE 1
  22185. | #define HAVE_GETATTRLIST 1
  22186. | #define HAVE_GETCWD 1
  22187. | #define HAVE_GETGRNAM 1
  22188. | #define HAVE_GETGRNAM_R 1
  22189. | #define HAVE_GETGROUPS 1
  22190. | #define HAVE_GETPGID 1
  22191. | #define HAVE_GETPGRP 1
  22192. | #define HAVE_GETPRIORITY 1
  22193. | #define HAVE_GETPWNAM_R 1
  22194. | /* end confdefs.h. */
  22195. | /* Define getresgid to an innocuous variant, in case <limits.h> declares getresgid.
  22196. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  22197. | #define getresgid innocuous_getresgid
  22198. |
  22199. | /* System header to define __stub macros and hopefully few prototypes,
  22200. | which can conflict with char getresgid (); below.
  22201. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  22202. | <limits.h> exists even on freestanding compilers. */
  22203. |
  22204. | #ifdef __STDC__
  22205. | # include <limits.h>
  22206. | #else
  22207. | # include <assert.h>
  22208. | #endif
  22209. |
  22210. | #undef getresgid
  22211. |
  22212. | /* Override any GCC internal prototype to avoid an error.
  22213. | Use char because int might match the return type of a GCC
  22214. | builtin and then its argument prototype would still apply. */
  22215. | #ifdef __cplusplus
  22216. | extern "C"
  22217. | #endif
  22218. | char getresgid ();
  22219. | /* The GNU C library defines this for functions which it implements
  22220. | to always fail with ENOSYS. Some functions are actually named
  22221. | something starting with __ and the normal name is an alias. */
  22222. | #if defined __stub_getresgid || defined __stub___getresgid
  22223. | choke me
  22224. | #endif
  22225. |
  22226. | int
  22227. | main ()
  22228. | {
  22229. | return getresgid ();
  22230. | ;
  22231. | return 0;
  22232. | }
  22233. configure:21634: result: no
  22234. configure:21645: checking for getresuid
  22235. 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
  22236. Undefined symbols for architecture x86_64:
  22237. "_getresuid", referenced from:
  22238. _main in conftest-fc0d16.o
  22239. ld: symbol(s) not found for architecture x86_64
  22240. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  22241. configure:21645: $? = 1
  22242. configure: failed program was:
  22243. | /* confdefs.h */
  22244. | #define PACKAGE_NAME ""
  22245. | #define PACKAGE_TARNAME ""
  22246. | #define PACKAGE_VERSION ""
  22247. | #define PACKAGE_STRING ""
  22248. | #define PACKAGE_BUGREPORT ""
  22249. | #define PACKAGE_URL ""
  22250. | #define CANONICALIZATION_FOR_MATHN 1
  22251. | #define STDC_HEADERS 1
  22252. | #define HAVE_SYS_TYPES_H 1
  22253. | #define HAVE_SYS_STAT_H 1
  22254. | #define HAVE_STDLIB_H 1
  22255. | #define HAVE_STRING_H 1
  22256. | #define HAVE_MEMORY_H 1
  22257. | #define HAVE_STRINGS_H 1
  22258. | #define HAVE_INTTYPES_H 1
  22259. | #define HAVE_STDINT_H 1
  22260. | #define HAVE_UNISTD_H 1
  22261. | #define __EXTENSIONS__ 1
  22262. | #define _ALL_SOURCE 1
  22263. | #define _GNU_SOURCE 1
  22264. | #define _POSIX_PTHREAD_SEMANTICS 1
  22265. | #define _TANDEM_SOURCE 1
  22266. | #define HAVE_INFINITY 1
  22267. | #define HAVE_NAN 1
  22268. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  22269. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  22270. | #define BROKEN_CRYPT 1
  22271. | #define HAVE_CRT_EXTERNS_H 1
  22272. | #define HAVE_LIBDL 1
  22273. | #define HAVE_DIRENT_H 1
  22274. | #define HAVE__BOOL 1
  22275. | #define HAVE_STDBOOL_H 1
  22276. | #define HAVE_SYS_WAIT_H 1
  22277. | #define HAVE_GRP_H 1
  22278. | #define HAVE_FCNTL_H 1
  22279. | #define HAVE_FLOAT_H 1
  22280. | #define HAVE_LANGINFO_H 1
  22281. | #define HAVE_LIMITS_H 1
  22282. | #define HAVE_LOCALE_H 1
  22283. | #define HAVE_MALLOC_MALLOC_H 1
  22284. | #define HAVE_PWD_H 1
  22285. | #define HAVE_SYS_ATTR_H 1
  22286. | #define HAVE_SYS_FCNTL_H 1
  22287. | #define HAVE_SYS_FILE_H 1
  22288. | #define HAVE_SYS_IOCTL_H 1
  22289. | #define HAVE_SYS_PARAM_H 1
  22290. | #define HAVE_SYS_RESOURCE_H 1
  22291. | #define HAVE_SYS_SELECT_H 1
  22292. | #define HAVE_SYS_SOCKET_H 1
  22293. | #define HAVE_SYS_TIME_H 1
  22294. | #define HAVE_SYS_TIMES_H 1
  22295. | #define HAVE_SYS_UIO_H 1
  22296. | #define HAVE_TIME_H 1
  22297. | #define HAVE_UCONTEXT_H 1
  22298. | #define HAVE_UTIME_H 1
  22299. | #define HAVE_GMP_H 1
  22300. | #define HAVE_LIBGMP 1
  22301. | #define HAVE_TYPEOF 1
  22302. | #define HAVE_LONG_LONG 1
  22303. | #define HAVE_OFF_T 1
  22304. | #define SIZEOF_INT 4
  22305. | #define SIZEOF_SHORT 2
  22306. | #define SIZEOF_LONG 8
  22307. | #define SIZEOF_LONG_LONG 8
  22308. | #define SIZEOF___INT64 0
  22309. | #define SIZEOF___INT128 16
  22310. | #define SIZEOF_OFF_T 8
  22311. | #define SIZEOF_VOIDP 8
  22312. | #define SIZEOF_FLOAT 4
  22313. | #define SIZEOF_DOUBLE 8
  22314. | #define SIZEOF_TIME_T 8
  22315. | #define SIZEOF_CLOCK_T 8
  22316. | #define PACKED_STRUCT(x) x __attribute__((packed))
  22317. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  22318. | #define PRI_LL_PREFIX "ll"
  22319. | #define rb_pid_t pid_t
  22320. | #define SIGNEDNESS_OF_PID_T -1
  22321. | #define PIDT2NUM(v) INT2NUM(v)
  22322. | #define NUM2PIDT(v) NUM2INT(v)
  22323. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  22324. | #define rb_uid_t uid_t
  22325. | #define SIGNEDNESS_OF_UID_T +1
  22326. | #define UIDT2NUM(v) UINT2NUM(v)
  22327. | #define NUM2UIDT(v) NUM2UINT(v)
  22328. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  22329. | #define rb_gid_t gid_t
  22330. | #define SIGNEDNESS_OF_GID_T +1
  22331. | #define GIDT2NUM(v) UINT2NUM(v)
  22332. | #define NUM2GIDT(v) NUM2UINT(v)
  22333. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  22334. | #define rb_time_t time_t
  22335. | #define SIGNEDNESS_OF_TIME_T -1
  22336. | #define TIMET2NUM(v) LONG2NUM(v)
  22337. | #define NUM2TIMET(v) NUM2LONG(v)
  22338. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  22339. | #define rb_dev_t dev_t
  22340. | #define SIGNEDNESS_OF_DEV_T -1
  22341. | #define DEVT2NUM(v) INT2NUM(v)
  22342. | #define NUM2DEVT(v) NUM2INT(v)
  22343. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  22344. | #define rb_mode_t mode_t
  22345. | #define SIGNEDNESS_OF_MODE_T +1
  22346. | #define MODET2NUM(v) UINT2NUM(v)
  22347. | #define NUM2MODET(v) NUM2UINT(v)
  22348. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  22349. | #define rb_rlim_t rlim_t
  22350. | #define SIGNEDNESS_OF_RLIM_T +1
  22351. | #define RLIM2NUM(v) ULL2NUM(v)
  22352. | #define NUM2RLIM(v) NUM2ULL(v)
  22353. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  22354. | #define rb_off_t off_t
  22355. | #define SIGNEDNESS_OF_OFF_T -1
  22356. | #define OFFT2NUM(v) LL2NUM(v)
  22357. | #define NUM2OFFT(v) NUM2LL(v)
  22358. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  22359. | #define rb_clockid_t int
  22360. | #define SIGNEDNESS_OF_CLOCKID_T -1
  22361. | #define CLOCKID2NUM(v) INT2NUM(v)
  22362. | #define NUM2CLOCKID(v) NUM2INT(v)
  22363. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  22364. | #define HAVE_PROTOTYPES 1
  22365. | #define TOKEN_PASTE(x,y) x##y
  22366. | #define STRINGIZE(expr) STRINGIZE0(expr)
  22367. | #define HAVE_STDARG_PROTOTYPES 1
  22368. | #define HAVE_VA_ARGS_MACRO 1
  22369. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  22370. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  22371. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  22372. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  22373. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  22374. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  22375. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  22376. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  22377. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  22378. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  22379. | #define WEAK(x) __attribute__ ((__weak__)) x
  22380. | #define HAVE_FUNC_WEAK 1
  22381. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  22382. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  22383. | #define HAVE_GCC_SYNC_BUILTINS 1
  22384. | #define UNREACHABLE __builtin_unreachable()
  22385. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  22386. | #define RUBY_FUNCTION_NAME_STRING __func__
  22387. | #define ENUM_OVER_INT 1
  22388. | #define HAVE_DECL_SYS_NERR 1
  22389. | #define HAVE_DECL_GETENV 1
  22390. | #define SIZEOF_SIZE_T 8
  22391. | #define SIZEOF_PTRDIFF_T 8
  22392. | #define PRI_SIZE_PREFIX "z"
  22393. | #define PRI_PTRDIFF_PREFIX "t"
  22394. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  22395. | #define HAVE_ST_BLKSIZE 1
  22396. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  22397. | #define HAVE_ST_BLOCKS 1
  22398. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  22399. | #define HAVE_ST_RDEV 1
  22400. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  22401. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  22402. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  22403. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  22404. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  22405. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  22406. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  22407. | #define HAVE_STRUCT_TIMEVAL 1
  22408. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  22409. | #define HAVE_STRUCT_TIMESPEC 1
  22410. | #define HAVE_STRUCT_TIMEZONE 1
  22411. | #define HAVE_INT8_T 1
  22412. | #define SIZEOF_INT8_T 1
  22413. | #define HAVE_UINT8_T 1
  22414. | #define SIZEOF_UINT8_T 1
  22415. | #define HAVE_INT16_T 1
  22416. | #define SIZEOF_INT16_T 2
  22417. | #define HAVE_UINT16_T 1
  22418. | #define SIZEOF_UINT16_T 2
  22419. | #define HAVE_INT32_T 1
  22420. | #define SIZEOF_INT32_T 4
  22421. | #define HAVE_UINT32_T 1
  22422. | #define SIZEOF_UINT32_T 4
  22423. | #define HAVE_INT64_T 1
  22424. | #define SIZEOF_INT64_T 8
  22425. | #define HAVE_UINT64_T 1
  22426. | #define SIZEOF_UINT64_T 8
  22427. | #define HAVE_INT128_T 1
  22428. | #define int128_t __int128
  22429. | #define SIZEOF_INT128_T SIZEOF___INT128
  22430. | #define HAVE_UINT128_T 1
  22431. | #define uint128_t unsigned __int128
  22432. | #define SIZEOF_UINT128_T SIZEOF___INT128
  22433. | #define HAVE_INTPTR_T 1
  22434. | #define SIZEOF_INTPTR_T 8
  22435. | #define HAVE_UINTPTR_T 1
  22436. | #define SIZEOF_UINTPTR_T 8
  22437. | #define HAVE_SSIZE_T 1
  22438. | #define SIZEOF_SSIZE_T 8
  22439. | #define GETGROUPS_T gid_t
  22440. | #define RETSIGTYPE void
  22441. | #define HAVE_ALLOCA_H 1
  22442. | #define HAVE_ALLOCA 1
  22443. | #define HAVE_ACOSH 1
  22444. | #define HAVE_CBRT 1
  22445. | #define HAVE_CRYPT 1
  22446. | #define HAVE_DUP2 1
  22447. | #define HAVE_ERF 1
  22448. | #define HAVE_FFS 1
  22449. | #define HAVE_FINITE 1
  22450. | #define HAVE_FLOCK 1
  22451. | #define HAVE_HYPOT 1
  22452. | #define HAVE_ISINF 1
  22453. | #define HAVE_ISNAN 1
  22454. | #define HAVE_LGAMMA_R 1
  22455. | #define HAVE_MEMMOVE 1
  22456. | #define HAVE_NEXTAFTER 1
  22457. | #define HAVE_STRCHR 1
  22458. | #define HAVE_STRERROR 1
  22459. | #define HAVE_STRLCAT 1
  22460. | #define HAVE_STRLCPY 1
  22461. | #define HAVE_STRSTR 1
  22462. | #define HAVE_TGAMMA 1
  22463. | #define SPT_TYPE SPT_REUSEARGV
  22464. | #define HAVE_SIGNBIT 1
  22465. | #define HAVE_FORK 1
  22466. | #define vfork fork
  22467. | #define HAVE_WORKING_FORK 1
  22468. | #define HAVE__LONGJMP 1
  22469. | #define HAVE_ARC4RANDOM_BUF 1
  22470. | #define HAVE_ATAN2L 1
  22471. | #define HAVE_ATAN2F 1
  22472. | #define HAVE_CHROOT 1
  22473. | #define HAVE_CLOCK_GETTIME 1
  22474. | #define HAVE_COSH 1
  22475. | #define HAVE_DIRFD 1
  22476. | #define HAVE_DLOPEN 1
  22477. | #define HAVE_DLADDR 1
  22478. | #define HAVE_DUP 1
  22479. | #define HAVE_ENDGRENT 1
  22480. | #define HAVE_FCHMOD 1
  22481. | #define HAVE_FCHOWN 1
  22482. | #define HAVE_FCNTL 1
  22483. | #define HAVE_FDOPENDIR 1
  22484. | #define HAVE_FGETATTRLIST 1
  22485. | #define HAVE_FMOD 1
  22486. | #define HAVE_FSTATAT 1
  22487. | #define HAVE_FSYNC 1
  22488. | #define HAVE_FTRUNCATE 1
  22489. | #define HAVE_GETATTRLIST 1
  22490. | #define HAVE_GETCWD 1
  22491. | #define HAVE_GETGRNAM 1
  22492. | #define HAVE_GETGRNAM_R 1
  22493. | #define HAVE_GETGROUPS 1
  22494. | #define HAVE_GETPGID 1
  22495. | #define HAVE_GETPGRP 1
  22496. | #define HAVE_GETPRIORITY 1
  22497. | #define HAVE_GETPWNAM_R 1
  22498. | /* end confdefs.h. */
  22499. | /* Define getresuid to an innocuous variant, in case <limits.h> declares getresuid.
  22500. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  22501. | #define getresuid innocuous_getresuid
  22502. |
  22503. | /* System header to define __stub macros and hopefully few prototypes,
  22504. | which can conflict with char getresuid (); below.
  22505. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  22506. | <limits.h> exists even on freestanding compilers. */
  22507. |
  22508. | #ifdef __STDC__
  22509. | # include <limits.h>
  22510. | #else
  22511. | # include <assert.h>
  22512. | #endif
  22513. |
  22514. | #undef getresuid
  22515. |
  22516. | /* Override any GCC internal prototype to avoid an error.
  22517. | Use char because int might match the return type of a GCC
  22518. | builtin and then its argument prototype would still apply. */
  22519. | #ifdef __cplusplus
  22520. | extern "C"
  22521. | #endif
  22522. | char getresuid ();
  22523. | /* The GNU C library defines this for functions which it implements
  22524. | to always fail with ENOSYS. Some functions are actually named
  22525. | something starting with __ and the normal name is an alias. */
  22526. | #if defined __stub_getresuid || defined __stub___getresuid
  22527. | choke me
  22528. | #endif
  22529. |
  22530. | int
  22531. | main ()
  22532. | {
  22533. | return getresuid ();
  22534. | ;
  22535. | return 0;
  22536. | }
  22537. configure:21645: result: no
  22538. configure:21656: checking for getrlimit
  22539. 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
  22540. configure:21656: $? = 0
  22541. configure:21656: result: yes
  22542. configure:21667: checking for getsid
  22543. 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
  22544. configure:21667: $? = 0
  22545. configure:21667: result: yes
  22546. configure:21678: checking for gettimeofday
  22547. 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
  22548. configure:21678: $? = 0
  22549. configure:21678: result: yes
  22550. configure:21689: checking for getuidx
  22551. 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
  22552. Undefined symbols for architecture x86_64:
  22553. "_getuidx", referenced from:
  22554. _main in conftest-ae750a.o
  22555. ld: symbol(s) not found for architecture x86_64
  22556. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  22557. configure:21689: $? = 1
  22558. configure: failed program was:
  22559. | /* confdefs.h */
  22560. | #define PACKAGE_NAME ""
  22561. | #define PACKAGE_TARNAME ""
  22562. | #define PACKAGE_VERSION ""
  22563. | #define PACKAGE_STRING ""
  22564. | #define PACKAGE_BUGREPORT ""
  22565. | #define PACKAGE_URL ""
  22566. | #define CANONICALIZATION_FOR_MATHN 1
  22567. | #define STDC_HEADERS 1
  22568. | #define HAVE_SYS_TYPES_H 1
  22569. | #define HAVE_SYS_STAT_H 1
  22570. | #define HAVE_STDLIB_H 1
  22571. | #define HAVE_STRING_H 1
  22572. | #define HAVE_MEMORY_H 1
  22573. | #define HAVE_STRINGS_H 1
  22574. | #define HAVE_INTTYPES_H 1
  22575. | #define HAVE_STDINT_H 1
  22576. | #define HAVE_UNISTD_H 1
  22577. | #define __EXTENSIONS__ 1
  22578. | #define _ALL_SOURCE 1
  22579. | #define _GNU_SOURCE 1
  22580. | #define _POSIX_PTHREAD_SEMANTICS 1
  22581. | #define _TANDEM_SOURCE 1
  22582. | #define HAVE_INFINITY 1
  22583. | #define HAVE_NAN 1
  22584. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  22585. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  22586. | #define BROKEN_CRYPT 1
  22587. | #define HAVE_CRT_EXTERNS_H 1
  22588. | #define HAVE_LIBDL 1
  22589. | #define HAVE_DIRENT_H 1
  22590. | #define HAVE__BOOL 1
  22591. | #define HAVE_STDBOOL_H 1
  22592. | #define HAVE_SYS_WAIT_H 1
  22593. | #define HAVE_GRP_H 1
  22594. | #define HAVE_FCNTL_H 1
  22595. | #define HAVE_FLOAT_H 1
  22596. | #define HAVE_LANGINFO_H 1
  22597. | #define HAVE_LIMITS_H 1
  22598. | #define HAVE_LOCALE_H 1
  22599. | #define HAVE_MALLOC_MALLOC_H 1
  22600. | #define HAVE_PWD_H 1
  22601. | #define HAVE_SYS_ATTR_H 1
  22602. | #define HAVE_SYS_FCNTL_H 1
  22603. | #define HAVE_SYS_FILE_H 1
  22604. | #define HAVE_SYS_IOCTL_H 1
  22605. | #define HAVE_SYS_PARAM_H 1
  22606. | #define HAVE_SYS_RESOURCE_H 1
  22607. | #define HAVE_SYS_SELECT_H 1
  22608. | #define HAVE_SYS_SOCKET_H 1
  22609. | #define HAVE_SYS_TIME_H 1
  22610. | #define HAVE_SYS_TIMES_H 1
  22611. | #define HAVE_SYS_UIO_H 1
  22612. | #define HAVE_TIME_H 1
  22613. | #define HAVE_UCONTEXT_H 1
  22614. | #define HAVE_UTIME_H 1
  22615. | #define HAVE_GMP_H 1
  22616. | #define HAVE_LIBGMP 1
  22617. | #define HAVE_TYPEOF 1
  22618. | #define HAVE_LONG_LONG 1
  22619. | #define HAVE_OFF_T 1
  22620. | #define SIZEOF_INT 4
  22621. | #define SIZEOF_SHORT 2
  22622. | #define SIZEOF_LONG 8
  22623. | #define SIZEOF_LONG_LONG 8
  22624. | #define SIZEOF___INT64 0
  22625. | #define SIZEOF___INT128 16
  22626. | #define SIZEOF_OFF_T 8
  22627. | #define SIZEOF_VOIDP 8
  22628. | #define SIZEOF_FLOAT 4
  22629. | #define SIZEOF_DOUBLE 8
  22630. | #define SIZEOF_TIME_T 8
  22631. | #define SIZEOF_CLOCK_T 8
  22632. | #define PACKED_STRUCT(x) x __attribute__((packed))
  22633. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  22634. | #define PRI_LL_PREFIX "ll"
  22635. | #define rb_pid_t pid_t
  22636. | #define SIGNEDNESS_OF_PID_T -1
  22637. | #define PIDT2NUM(v) INT2NUM(v)
  22638. | #define NUM2PIDT(v) NUM2INT(v)
  22639. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  22640. | #define rb_uid_t uid_t
  22641. | #define SIGNEDNESS_OF_UID_T +1
  22642. | #define UIDT2NUM(v) UINT2NUM(v)
  22643. | #define NUM2UIDT(v) NUM2UINT(v)
  22644. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  22645. | #define rb_gid_t gid_t
  22646. | #define SIGNEDNESS_OF_GID_T +1
  22647. | #define GIDT2NUM(v) UINT2NUM(v)
  22648. | #define NUM2GIDT(v) NUM2UINT(v)
  22649. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  22650. | #define rb_time_t time_t
  22651. | #define SIGNEDNESS_OF_TIME_T -1
  22652. | #define TIMET2NUM(v) LONG2NUM(v)
  22653. | #define NUM2TIMET(v) NUM2LONG(v)
  22654. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  22655. | #define rb_dev_t dev_t
  22656. | #define SIGNEDNESS_OF_DEV_T -1
  22657. | #define DEVT2NUM(v) INT2NUM(v)
  22658. | #define NUM2DEVT(v) NUM2INT(v)
  22659. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  22660. | #define rb_mode_t mode_t
  22661. | #define SIGNEDNESS_OF_MODE_T +1
  22662. | #define MODET2NUM(v) UINT2NUM(v)
  22663. | #define NUM2MODET(v) NUM2UINT(v)
  22664. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  22665. | #define rb_rlim_t rlim_t
  22666. | #define SIGNEDNESS_OF_RLIM_T +1
  22667. | #define RLIM2NUM(v) ULL2NUM(v)
  22668. | #define NUM2RLIM(v) NUM2ULL(v)
  22669. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  22670. | #define rb_off_t off_t
  22671. | #define SIGNEDNESS_OF_OFF_T -1
  22672. | #define OFFT2NUM(v) LL2NUM(v)
  22673. | #define NUM2OFFT(v) NUM2LL(v)
  22674. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  22675. | #define rb_clockid_t int
  22676. | #define SIGNEDNESS_OF_CLOCKID_T -1
  22677. | #define CLOCKID2NUM(v) INT2NUM(v)
  22678. | #define NUM2CLOCKID(v) NUM2INT(v)
  22679. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  22680. | #define HAVE_PROTOTYPES 1
  22681. | #define TOKEN_PASTE(x,y) x##y
  22682. | #define STRINGIZE(expr) STRINGIZE0(expr)
  22683. | #define HAVE_STDARG_PROTOTYPES 1
  22684. | #define HAVE_VA_ARGS_MACRO 1
  22685. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  22686. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  22687. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  22688. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  22689. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  22690. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  22691. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  22692. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  22693. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  22694. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  22695. | #define WEAK(x) __attribute__ ((__weak__)) x
  22696. | #define HAVE_FUNC_WEAK 1
  22697. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  22698. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  22699. | #define HAVE_GCC_SYNC_BUILTINS 1
  22700. | #define UNREACHABLE __builtin_unreachable()
  22701. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  22702. | #define RUBY_FUNCTION_NAME_STRING __func__
  22703. | #define ENUM_OVER_INT 1
  22704. | #define HAVE_DECL_SYS_NERR 1
  22705. | #define HAVE_DECL_GETENV 1
  22706. | #define SIZEOF_SIZE_T 8
  22707. | #define SIZEOF_PTRDIFF_T 8
  22708. | #define PRI_SIZE_PREFIX "z"
  22709. | #define PRI_PTRDIFF_PREFIX "t"
  22710. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  22711. | #define HAVE_ST_BLKSIZE 1
  22712. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  22713. | #define HAVE_ST_BLOCKS 1
  22714. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  22715. | #define HAVE_ST_RDEV 1
  22716. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  22717. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  22718. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  22719. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  22720. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  22721. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  22722. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  22723. | #define HAVE_STRUCT_TIMEVAL 1
  22724. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  22725. | #define HAVE_STRUCT_TIMESPEC 1
  22726. | #define HAVE_STRUCT_TIMEZONE 1
  22727. | #define HAVE_INT8_T 1
  22728. | #define SIZEOF_INT8_T 1
  22729. | #define HAVE_UINT8_T 1
  22730. | #define SIZEOF_UINT8_T 1
  22731. | #define HAVE_INT16_T 1
  22732. | #define SIZEOF_INT16_T 2
  22733. | #define HAVE_UINT16_T 1
  22734. | #define SIZEOF_UINT16_T 2
  22735. | #define HAVE_INT32_T 1
  22736. | #define SIZEOF_INT32_T 4
  22737. | #define HAVE_UINT32_T 1
  22738. | #define SIZEOF_UINT32_T 4
  22739. | #define HAVE_INT64_T 1
  22740. | #define SIZEOF_INT64_T 8
  22741. | #define HAVE_UINT64_T 1
  22742. | #define SIZEOF_UINT64_T 8
  22743. | #define HAVE_INT128_T 1
  22744. | #define int128_t __int128
  22745. | #define SIZEOF_INT128_T SIZEOF___INT128
  22746. | #define HAVE_UINT128_T 1
  22747. | #define uint128_t unsigned __int128
  22748. | #define SIZEOF_UINT128_T SIZEOF___INT128
  22749. | #define HAVE_INTPTR_T 1
  22750. | #define SIZEOF_INTPTR_T 8
  22751. | #define HAVE_UINTPTR_T 1
  22752. | #define SIZEOF_UINTPTR_T 8
  22753. | #define HAVE_SSIZE_T 1
  22754. | #define SIZEOF_SSIZE_T 8
  22755. | #define GETGROUPS_T gid_t
  22756. | #define RETSIGTYPE void
  22757. | #define HAVE_ALLOCA_H 1
  22758. | #define HAVE_ALLOCA 1
  22759. | #define HAVE_ACOSH 1
  22760. | #define HAVE_CBRT 1
  22761. | #define HAVE_CRYPT 1
  22762. | #define HAVE_DUP2 1
  22763. | #define HAVE_ERF 1
  22764. | #define HAVE_FFS 1
  22765. | #define HAVE_FINITE 1
  22766. | #define HAVE_FLOCK 1
  22767. | #define HAVE_HYPOT 1
  22768. | #define HAVE_ISINF 1
  22769. | #define HAVE_ISNAN 1
  22770. | #define HAVE_LGAMMA_R 1
  22771. | #define HAVE_MEMMOVE 1
  22772. | #define HAVE_NEXTAFTER 1
  22773. | #define HAVE_STRCHR 1
  22774. | #define HAVE_STRERROR 1
  22775. | #define HAVE_STRLCAT 1
  22776. | #define HAVE_STRLCPY 1
  22777. | #define HAVE_STRSTR 1
  22778. | #define HAVE_TGAMMA 1
  22779. | #define SPT_TYPE SPT_REUSEARGV
  22780. | #define HAVE_SIGNBIT 1
  22781. | #define HAVE_FORK 1
  22782. | #define vfork fork
  22783. | #define HAVE_WORKING_FORK 1
  22784. | #define HAVE__LONGJMP 1
  22785. | #define HAVE_ARC4RANDOM_BUF 1
  22786. | #define HAVE_ATAN2L 1
  22787. | #define HAVE_ATAN2F 1
  22788. | #define HAVE_CHROOT 1
  22789. | #define HAVE_CLOCK_GETTIME 1
  22790. | #define HAVE_COSH 1
  22791. | #define HAVE_DIRFD 1
  22792. | #define HAVE_DLOPEN 1
  22793. | #define HAVE_DLADDR 1
  22794. | #define HAVE_DUP 1
  22795. | #define HAVE_ENDGRENT 1
  22796. | #define HAVE_FCHMOD 1
  22797. | #define HAVE_FCHOWN 1
  22798. | #define HAVE_FCNTL 1
  22799. | #define HAVE_FDOPENDIR 1
  22800. | #define HAVE_FGETATTRLIST 1
  22801. | #define HAVE_FMOD 1
  22802. | #define HAVE_FSTATAT 1
  22803. | #define HAVE_FSYNC 1
  22804. | #define HAVE_FTRUNCATE 1
  22805. | #define HAVE_GETATTRLIST 1
  22806. | #define HAVE_GETCWD 1
  22807. | #define HAVE_GETGRNAM 1
  22808. | #define HAVE_GETGRNAM_R 1
  22809. | #define HAVE_GETGROUPS 1
  22810. | #define HAVE_GETPGID 1
  22811. | #define HAVE_GETPGRP 1
  22812. | #define HAVE_GETPRIORITY 1
  22813. | #define HAVE_GETPWNAM_R 1
  22814. | #define HAVE_GETRLIMIT 1
  22815. | #define HAVE_GETSID 1
  22816. | #define HAVE_GETTIMEOFDAY 1
  22817. | /* end confdefs.h. */
  22818. | /* Define getuidx to an innocuous variant, in case <limits.h> declares getuidx.
  22819. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  22820. | #define getuidx innocuous_getuidx
  22821. |
  22822. | /* System header to define __stub macros and hopefully few prototypes,
  22823. | which can conflict with char getuidx (); below.
  22824. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  22825. | <limits.h> exists even on freestanding compilers. */
  22826. |
  22827. | #ifdef __STDC__
  22828. | # include <limits.h>
  22829. | #else
  22830. | # include <assert.h>
  22831. | #endif
  22832. |
  22833. | #undef getuidx
  22834. |
  22835. | /* Override any GCC internal prototype to avoid an error.
  22836. | Use char because int might match the return type of a GCC
  22837. | builtin and then its argument prototype would still apply. */
  22838. | #ifdef __cplusplus
  22839. | extern "C"
  22840. | #endif
  22841. | char getuidx ();
  22842. | /* The GNU C library defines this for functions which it implements
  22843. | to always fail with ENOSYS. Some functions are actually named
  22844. | something starting with __ and the normal name is an alias. */
  22845. | #if defined __stub_getuidx || defined __stub___getuidx
  22846. | choke me
  22847. | #endif
  22848. |
  22849. | int
  22850. | main ()
  22851. | {
  22852. | return getuidx ();
  22853. | ;
  22854. | return 0;
  22855. | }
  22856. configure:21689: result: no
  22857. configure:21700: checking for gmtime_r
  22858. 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
  22859. configure:21700: $? = 0
  22860. configure:21700: result: yes
  22861. configure:21711: checking for initgroups
  22862. 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
  22863. configure:21711: $? = 0
  22864. configure:21711: result: yes
  22865. configure:21722: checking for ioctl
  22866. 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
  22867. configure:21722: $? = 0
  22868. configure:21722: result: yes
  22869. configure:21733: checking for isfinite
  22870. 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
  22871. Undefined symbols for architecture x86_64:
  22872. "_isfinite", referenced from:
  22873. _main in conftest-110b35.o
  22874. ld: symbol(s) not found for architecture x86_64
  22875. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  22876. configure:21733: $? = 1
  22877. configure: failed program was:
  22878. | /* confdefs.h */
  22879. | #define PACKAGE_NAME ""
  22880. | #define PACKAGE_TARNAME ""
  22881. | #define PACKAGE_VERSION ""
  22882. | #define PACKAGE_STRING ""
  22883. | #define PACKAGE_BUGREPORT ""
  22884. | #define PACKAGE_URL ""
  22885. | #define CANONICALIZATION_FOR_MATHN 1
  22886. | #define STDC_HEADERS 1
  22887. | #define HAVE_SYS_TYPES_H 1
  22888. | #define HAVE_SYS_STAT_H 1
  22889. | #define HAVE_STDLIB_H 1
  22890. | #define HAVE_STRING_H 1
  22891. | #define HAVE_MEMORY_H 1
  22892. | #define HAVE_STRINGS_H 1
  22893. | #define HAVE_INTTYPES_H 1
  22894. | #define HAVE_STDINT_H 1
  22895. | #define HAVE_UNISTD_H 1
  22896. | #define __EXTENSIONS__ 1
  22897. | #define _ALL_SOURCE 1
  22898. | #define _GNU_SOURCE 1
  22899. | #define _POSIX_PTHREAD_SEMANTICS 1
  22900. | #define _TANDEM_SOURCE 1
  22901. | #define HAVE_INFINITY 1
  22902. | #define HAVE_NAN 1
  22903. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  22904. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  22905. | #define BROKEN_CRYPT 1
  22906. | #define HAVE_CRT_EXTERNS_H 1
  22907. | #define HAVE_LIBDL 1
  22908. | #define HAVE_DIRENT_H 1
  22909. | #define HAVE__BOOL 1
  22910. | #define HAVE_STDBOOL_H 1
  22911. | #define HAVE_SYS_WAIT_H 1
  22912. | #define HAVE_GRP_H 1
  22913. | #define HAVE_FCNTL_H 1
  22914. | #define HAVE_FLOAT_H 1
  22915. | #define HAVE_LANGINFO_H 1
  22916. | #define HAVE_LIMITS_H 1
  22917. | #define HAVE_LOCALE_H 1
  22918. | #define HAVE_MALLOC_MALLOC_H 1
  22919. | #define HAVE_PWD_H 1
  22920. | #define HAVE_SYS_ATTR_H 1
  22921. | #define HAVE_SYS_FCNTL_H 1
  22922. | #define HAVE_SYS_FILE_H 1
  22923. | #define HAVE_SYS_IOCTL_H 1
  22924. | #define HAVE_SYS_PARAM_H 1
  22925. | #define HAVE_SYS_RESOURCE_H 1
  22926. | #define HAVE_SYS_SELECT_H 1
  22927. | #define HAVE_SYS_SOCKET_H 1
  22928. | #define HAVE_SYS_TIME_H 1
  22929. | #define HAVE_SYS_TIMES_H 1
  22930. | #define HAVE_SYS_UIO_H 1
  22931. | #define HAVE_TIME_H 1
  22932. | #define HAVE_UCONTEXT_H 1
  22933. | #define HAVE_UTIME_H 1
  22934. | #define HAVE_GMP_H 1
  22935. | #define HAVE_LIBGMP 1
  22936. | #define HAVE_TYPEOF 1
  22937. | #define HAVE_LONG_LONG 1
  22938. | #define HAVE_OFF_T 1
  22939. | #define SIZEOF_INT 4
  22940. | #define SIZEOF_SHORT 2
  22941. | #define SIZEOF_LONG 8
  22942. | #define SIZEOF_LONG_LONG 8
  22943. | #define SIZEOF___INT64 0
  22944. | #define SIZEOF___INT128 16
  22945. | #define SIZEOF_OFF_T 8
  22946. | #define SIZEOF_VOIDP 8
  22947. | #define SIZEOF_FLOAT 4
  22948. | #define SIZEOF_DOUBLE 8
  22949. | #define SIZEOF_TIME_T 8
  22950. | #define SIZEOF_CLOCK_T 8
  22951. | #define PACKED_STRUCT(x) x __attribute__((packed))
  22952. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  22953. | #define PRI_LL_PREFIX "ll"
  22954. | #define rb_pid_t pid_t
  22955. | #define SIGNEDNESS_OF_PID_T -1
  22956. | #define PIDT2NUM(v) INT2NUM(v)
  22957. | #define NUM2PIDT(v) NUM2INT(v)
  22958. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  22959. | #define rb_uid_t uid_t
  22960. | #define SIGNEDNESS_OF_UID_T +1
  22961. | #define UIDT2NUM(v) UINT2NUM(v)
  22962. | #define NUM2UIDT(v) NUM2UINT(v)
  22963. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  22964. | #define rb_gid_t gid_t
  22965. | #define SIGNEDNESS_OF_GID_T +1
  22966. | #define GIDT2NUM(v) UINT2NUM(v)
  22967. | #define NUM2GIDT(v) NUM2UINT(v)
  22968. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  22969. | #define rb_time_t time_t
  22970. | #define SIGNEDNESS_OF_TIME_T -1
  22971. | #define TIMET2NUM(v) LONG2NUM(v)
  22972. | #define NUM2TIMET(v) NUM2LONG(v)
  22973. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  22974. | #define rb_dev_t dev_t
  22975. | #define SIGNEDNESS_OF_DEV_T -1
  22976. | #define DEVT2NUM(v) INT2NUM(v)
  22977. | #define NUM2DEVT(v) NUM2INT(v)
  22978. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  22979. | #define rb_mode_t mode_t
  22980. | #define SIGNEDNESS_OF_MODE_T +1
  22981. | #define MODET2NUM(v) UINT2NUM(v)
  22982. | #define NUM2MODET(v) NUM2UINT(v)
  22983. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  22984. | #define rb_rlim_t rlim_t
  22985. | #define SIGNEDNESS_OF_RLIM_T +1
  22986. | #define RLIM2NUM(v) ULL2NUM(v)
  22987. | #define NUM2RLIM(v) NUM2ULL(v)
  22988. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  22989. | #define rb_off_t off_t
  22990. | #define SIGNEDNESS_OF_OFF_T -1
  22991. | #define OFFT2NUM(v) LL2NUM(v)
  22992. | #define NUM2OFFT(v) NUM2LL(v)
  22993. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  22994. | #define rb_clockid_t int
  22995. | #define SIGNEDNESS_OF_CLOCKID_T -1
  22996. | #define CLOCKID2NUM(v) INT2NUM(v)
  22997. | #define NUM2CLOCKID(v) NUM2INT(v)
  22998. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  22999. | #define HAVE_PROTOTYPES 1
  23000. | #define TOKEN_PASTE(x,y) x##y
  23001. | #define STRINGIZE(expr) STRINGIZE0(expr)
  23002. | #define HAVE_STDARG_PROTOTYPES 1
  23003. | #define HAVE_VA_ARGS_MACRO 1
  23004. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  23005. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  23006. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  23007. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  23008. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  23009. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  23010. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  23011. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  23012. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  23013. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  23014. | #define WEAK(x) __attribute__ ((__weak__)) x
  23015. | #define HAVE_FUNC_WEAK 1
  23016. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  23017. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  23018. | #define HAVE_GCC_SYNC_BUILTINS 1
  23019. | #define UNREACHABLE __builtin_unreachable()
  23020. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  23021. | #define RUBY_FUNCTION_NAME_STRING __func__
  23022. | #define ENUM_OVER_INT 1
  23023. | #define HAVE_DECL_SYS_NERR 1
  23024. | #define HAVE_DECL_GETENV 1
  23025. | #define SIZEOF_SIZE_T 8
  23026. | #define SIZEOF_PTRDIFF_T 8
  23027. | #define PRI_SIZE_PREFIX "z"
  23028. | #define PRI_PTRDIFF_PREFIX "t"
  23029. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  23030. | #define HAVE_ST_BLKSIZE 1
  23031. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  23032. | #define HAVE_ST_BLOCKS 1
  23033. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  23034. | #define HAVE_ST_RDEV 1
  23035. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  23036. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  23037. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  23038. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  23039. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  23040. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  23041. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  23042. | #define HAVE_STRUCT_TIMEVAL 1
  23043. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  23044. | #define HAVE_STRUCT_TIMESPEC 1
  23045. | #define HAVE_STRUCT_TIMEZONE 1
  23046. | #define HAVE_INT8_T 1
  23047. | #define SIZEOF_INT8_T 1
  23048. | #define HAVE_UINT8_T 1
  23049. | #define SIZEOF_UINT8_T 1
  23050. | #define HAVE_INT16_T 1
  23051. | #define SIZEOF_INT16_T 2
  23052. | #define HAVE_UINT16_T 1
  23053. | #define SIZEOF_UINT16_T 2
  23054. | #define HAVE_INT32_T 1
  23055. | #define SIZEOF_INT32_T 4
  23056. | #define HAVE_UINT32_T 1
  23057. | #define SIZEOF_UINT32_T 4
  23058. | #define HAVE_INT64_T 1
  23059. | #define SIZEOF_INT64_T 8
  23060. | #define HAVE_UINT64_T 1
  23061. | #define SIZEOF_UINT64_T 8
  23062. | #define HAVE_INT128_T 1
  23063. | #define int128_t __int128
  23064. | #define SIZEOF_INT128_T SIZEOF___INT128
  23065. | #define HAVE_UINT128_T 1
  23066. | #define uint128_t unsigned __int128
  23067. | #define SIZEOF_UINT128_T SIZEOF___INT128
  23068. | #define HAVE_INTPTR_T 1
  23069. | #define SIZEOF_INTPTR_T 8
  23070. | #define HAVE_UINTPTR_T 1
  23071. | #define SIZEOF_UINTPTR_T 8
  23072. | #define HAVE_SSIZE_T 1
  23073. | #define SIZEOF_SSIZE_T 8
  23074. | #define GETGROUPS_T gid_t
  23075. | #define RETSIGTYPE void
  23076. | #define HAVE_ALLOCA_H 1
  23077. | #define HAVE_ALLOCA 1
  23078. | #define HAVE_ACOSH 1
  23079. | #define HAVE_CBRT 1
  23080. | #define HAVE_CRYPT 1
  23081. | #define HAVE_DUP2 1
  23082. | #define HAVE_ERF 1
  23083. | #define HAVE_FFS 1
  23084. | #define HAVE_FINITE 1
  23085. | #define HAVE_FLOCK 1
  23086. | #define HAVE_HYPOT 1
  23087. | #define HAVE_ISINF 1
  23088. | #define HAVE_ISNAN 1
  23089. | #define HAVE_LGAMMA_R 1
  23090. | #define HAVE_MEMMOVE 1
  23091. | #define HAVE_NEXTAFTER 1
  23092. | #define HAVE_STRCHR 1
  23093. | #define HAVE_STRERROR 1
  23094. | #define HAVE_STRLCAT 1
  23095. | #define HAVE_STRLCPY 1
  23096. | #define HAVE_STRSTR 1
  23097. | #define HAVE_TGAMMA 1
  23098. | #define SPT_TYPE SPT_REUSEARGV
  23099. | #define HAVE_SIGNBIT 1
  23100. | #define HAVE_FORK 1
  23101. | #define vfork fork
  23102. | #define HAVE_WORKING_FORK 1
  23103. | #define HAVE__LONGJMP 1
  23104. | #define HAVE_ARC4RANDOM_BUF 1
  23105. | #define HAVE_ATAN2L 1
  23106. | #define HAVE_ATAN2F 1
  23107. | #define HAVE_CHROOT 1
  23108. | #define HAVE_CLOCK_GETTIME 1
  23109. | #define HAVE_COSH 1
  23110. | #define HAVE_DIRFD 1
  23111. | #define HAVE_DLOPEN 1
  23112. | #define HAVE_DLADDR 1
  23113. | #define HAVE_DUP 1
  23114. | #define HAVE_ENDGRENT 1
  23115. | #define HAVE_FCHMOD 1
  23116. | #define HAVE_FCHOWN 1
  23117. | #define HAVE_FCNTL 1
  23118. | #define HAVE_FDOPENDIR 1
  23119. | #define HAVE_FGETATTRLIST 1
  23120. | #define HAVE_FMOD 1
  23121. | #define HAVE_FSTATAT 1
  23122. | #define HAVE_FSYNC 1
  23123. | #define HAVE_FTRUNCATE 1
  23124. | #define HAVE_GETATTRLIST 1
  23125. | #define HAVE_GETCWD 1
  23126. | #define HAVE_GETGRNAM 1
  23127. | #define HAVE_GETGRNAM_R 1
  23128. | #define HAVE_GETGROUPS 1
  23129. | #define HAVE_GETPGID 1
  23130. | #define HAVE_GETPGRP 1
  23131. | #define HAVE_GETPRIORITY 1
  23132. | #define HAVE_GETPWNAM_R 1
  23133. | #define HAVE_GETRLIMIT 1
  23134. | #define HAVE_GETSID 1
  23135. | #define HAVE_GETTIMEOFDAY 1
  23136. | #define HAVE_GMTIME_R 1
  23137. | #define HAVE_INITGROUPS 1
  23138. | #define HAVE_IOCTL 1
  23139. | /* end confdefs.h. */
  23140. | /* Define isfinite to an innocuous variant, in case <limits.h> declares isfinite.
  23141. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  23142. | #define isfinite innocuous_isfinite
  23143. |
  23144. | /* System header to define __stub macros and hopefully few prototypes,
  23145. | which can conflict with char isfinite (); below.
  23146. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  23147. | <limits.h> exists even on freestanding compilers. */
  23148. |
  23149. | #ifdef __STDC__
  23150. | # include <limits.h>
  23151. | #else
  23152. | # include <assert.h>
  23153. | #endif
  23154. |
  23155. | #undef isfinite
  23156. |
  23157. | /* Override any GCC internal prototype to avoid an error.
  23158. | Use char because int might match the return type of a GCC
  23159. | builtin and then its argument prototype would still apply. */
  23160. | #ifdef __cplusplus
  23161. | extern "C"
  23162. | #endif
  23163. | char isfinite ();
  23164. | /* The GNU C library defines this for functions which it implements
  23165. | to always fail with ENOSYS. Some functions are actually named
  23166. | something starting with __ and the normal name is an alias. */
  23167. | #if defined __stub_isfinite || defined __stub___isfinite
  23168. | choke me
  23169. | #endif
  23170. |
  23171. | int
  23172. | main ()
  23173. | {
  23174. | return isfinite ();
  23175. | ;
  23176. | return 0;
  23177. | }
  23178. configure:21733: result: no
  23179. configure:21744: checking for issetugid
  23180. 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
  23181. configure:21744: $? = 0
  23182. configure:21744: result: yes
  23183. configure:21755: checking for killpg
  23184. 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
  23185. configure:21755: $? = 0
  23186. configure:21755: result: yes
  23187. configure:21766: checking for lchmod
  23188. 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
  23189. configure:21766: $? = 0
  23190. configure:21766: result: yes
  23191. configure:21777: checking for lchown
  23192. 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
  23193. configure:21777: $? = 0
  23194. configure:21777: result: yes
  23195. configure:21788: checking for link
  23196. 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
  23197. configure:21788: $? = 0
  23198. configure:21788: result: yes
  23199. configure:21799: checking for llabs
  23200. 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
  23201. conftest.c:291:6: warning: incompatible redeclaration of library function 'llabs' [-Wincompatible-library-redeclaration]
  23202. char llabs ();
  23203. ^
  23204. conftest.c:291:6: note: 'llabs' is a builtin with type 'long long (long long)'
  23205. 1 warning generated.
  23206. configure:21799: $? = 0
  23207. configure:21799: result: yes
  23208. configure:21810: checking for lockf
  23209. 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
  23210. configure:21810: $? = 0
  23211. configure:21810: result: yes
  23212. configure:21821: checking for log2
  23213. 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
  23214. conftest.c:293:6: warning: incompatible redeclaration of library function 'log2' [-Wincompatible-library-redeclaration]
  23215. char log2 ();
  23216. ^
  23217. conftest.c:293:6: note: 'log2' is a builtin with type 'double (double)'
  23218. 1 warning generated.
  23219. configure:21821: $? = 0
  23220. configure:21821: result: yes
  23221. configure:21832: checking for lstat
  23222. 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
  23223. configure:21832: $? = 0
  23224. configure:21832: result: yes
  23225. configure:21843: checking for lutimes
  23226. 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
  23227. configure:21843: $? = 0
  23228. configure:21843: result: yes
  23229. configure:21854: checking for malloc_usable_size
  23230. 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
  23231. Undefined symbols for architecture x86_64:
  23232. "_malloc_usable_size", referenced from:
  23233. _main in conftest-8d59cd.o
  23234. ld: symbol(s) not found for architecture x86_64
  23235. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  23236. configure:21854: $? = 1
  23237. configure: failed program was:
  23238. | /* confdefs.h */
  23239. | #define PACKAGE_NAME ""
  23240. | #define PACKAGE_TARNAME ""
  23241. | #define PACKAGE_VERSION ""
  23242. | #define PACKAGE_STRING ""
  23243. | #define PACKAGE_BUGREPORT ""
  23244. | #define PACKAGE_URL ""
  23245. | #define CANONICALIZATION_FOR_MATHN 1
  23246. | #define STDC_HEADERS 1
  23247. | #define HAVE_SYS_TYPES_H 1
  23248. | #define HAVE_SYS_STAT_H 1
  23249. | #define HAVE_STDLIB_H 1
  23250. | #define HAVE_STRING_H 1
  23251. | #define HAVE_MEMORY_H 1
  23252. | #define HAVE_STRINGS_H 1
  23253. | #define HAVE_INTTYPES_H 1
  23254. | #define HAVE_STDINT_H 1
  23255. | #define HAVE_UNISTD_H 1
  23256. | #define __EXTENSIONS__ 1
  23257. | #define _ALL_SOURCE 1
  23258. | #define _GNU_SOURCE 1
  23259. | #define _POSIX_PTHREAD_SEMANTICS 1
  23260. | #define _TANDEM_SOURCE 1
  23261. | #define HAVE_INFINITY 1
  23262. | #define HAVE_NAN 1
  23263. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  23264. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  23265. | #define BROKEN_CRYPT 1
  23266. | #define HAVE_CRT_EXTERNS_H 1
  23267. | #define HAVE_LIBDL 1
  23268. | #define HAVE_DIRENT_H 1
  23269. | #define HAVE__BOOL 1
  23270. | #define HAVE_STDBOOL_H 1
  23271. | #define HAVE_SYS_WAIT_H 1
  23272. | #define HAVE_GRP_H 1
  23273. | #define HAVE_FCNTL_H 1
  23274. | #define HAVE_FLOAT_H 1
  23275. | #define HAVE_LANGINFO_H 1
  23276. | #define HAVE_LIMITS_H 1
  23277. | #define HAVE_LOCALE_H 1
  23278. | #define HAVE_MALLOC_MALLOC_H 1
  23279. | #define HAVE_PWD_H 1
  23280. | #define HAVE_SYS_ATTR_H 1
  23281. | #define HAVE_SYS_FCNTL_H 1
  23282. | #define HAVE_SYS_FILE_H 1
  23283. | #define HAVE_SYS_IOCTL_H 1
  23284. | #define HAVE_SYS_PARAM_H 1
  23285. | #define HAVE_SYS_RESOURCE_H 1
  23286. | #define HAVE_SYS_SELECT_H 1
  23287. | #define HAVE_SYS_SOCKET_H 1
  23288. | #define HAVE_SYS_TIME_H 1
  23289. | #define HAVE_SYS_TIMES_H 1
  23290. | #define HAVE_SYS_UIO_H 1
  23291. | #define HAVE_TIME_H 1
  23292. | #define HAVE_UCONTEXT_H 1
  23293. | #define HAVE_UTIME_H 1
  23294. | #define HAVE_GMP_H 1
  23295. | #define HAVE_LIBGMP 1
  23296. | #define HAVE_TYPEOF 1
  23297. | #define HAVE_LONG_LONG 1
  23298. | #define HAVE_OFF_T 1
  23299. | #define SIZEOF_INT 4
  23300. | #define SIZEOF_SHORT 2
  23301. | #define SIZEOF_LONG 8
  23302. | #define SIZEOF_LONG_LONG 8
  23303. | #define SIZEOF___INT64 0
  23304. | #define SIZEOF___INT128 16
  23305. | #define SIZEOF_OFF_T 8
  23306. | #define SIZEOF_VOIDP 8
  23307. | #define SIZEOF_FLOAT 4
  23308. | #define SIZEOF_DOUBLE 8
  23309. | #define SIZEOF_TIME_T 8
  23310. | #define SIZEOF_CLOCK_T 8
  23311. | #define PACKED_STRUCT(x) x __attribute__((packed))
  23312. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  23313. | #define PRI_LL_PREFIX "ll"
  23314. | #define rb_pid_t pid_t
  23315. | #define SIGNEDNESS_OF_PID_T -1
  23316. | #define PIDT2NUM(v) INT2NUM(v)
  23317. | #define NUM2PIDT(v) NUM2INT(v)
  23318. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  23319. | #define rb_uid_t uid_t
  23320. | #define SIGNEDNESS_OF_UID_T +1
  23321. | #define UIDT2NUM(v) UINT2NUM(v)
  23322. | #define NUM2UIDT(v) NUM2UINT(v)
  23323. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  23324. | #define rb_gid_t gid_t
  23325. | #define SIGNEDNESS_OF_GID_T +1
  23326. | #define GIDT2NUM(v) UINT2NUM(v)
  23327. | #define NUM2GIDT(v) NUM2UINT(v)
  23328. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  23329. | #define rb_time_t time_t
  23330. | #define SIGNEDNESS_OF_TIME_T -1
  23331. | #define TIMET2NUM(v) LONG2NUM(v)
  23332. | #define NUM2TIMET(v) NUM2LONG(v)
  23333. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  23334. | #define rb_dev_t dev_t
  23335. | #define SIGNEDNESS_OF_DEV_T -1
  23336. | #define DEVT2NUM(v) INT2NUM(v)
  23337. | #define NUM2DEVT(v) NUM2INT(v)
  23338. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  23339. | #define rb_mode_t mode_t
  23340. | #define SIGNEDNESS_OF_MODE_T +1
  23341. | #define MODET2NUM(v) UINT2NUM(v)
  23342. | #define NUM2MODET(v) NUM2UINT(v)
  23343. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  23344. | #define rb_rlim_t rlim_t
  23345. | #define SIGNEDNESS_OF_RLIM_T +1
  23346. | #define RLIM2NUM(v) ULL2NUM(v)
  23347. | #define NUM2RLIM(v) NUM2ULL(v)
  23348. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  23349. | #define rb_off_t off_t
  23350. | #define SIGNEDNESS_OF_OFF_T -1
  23351. | #define OFFT2NUM(v) LL2NUM(v)
  23352. | #define NUM2OFFT(v) NUM2LL(v)
  23353. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  23354. | #define rb_clockid_t int
  23355. | #define SIGNEDNESS_OF_CLOCKID_T -1
  23356. | #define CLOCKID2NUM(v) INT2NUM(v)
  23357. | #define NUM2CLOCKID(v) NUM2INT(v)
  23358. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  23359. | #define HAVE_PROTOTYPES 1
  23360. | #define TOKEN_PASTE(x,y) x##y
  23361. | #define STRINGIZE(expr) STRINGIZE0(expr)
  23362. | #define HAVE_STDARG_PROTOTYPES 1
  23363. | #define HAVE_VA_ARGS_MACRO 1
  23364. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  23365. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  23366. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  23367. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  23368. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  23369. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  23370. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  23371. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  23372. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  23373. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  23374. | #define WEAK(x) __attribute__ ((__weak__)) x
  23375. | #define HAVE_FUNC_WEAK 1
  23376. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  23377. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  23378. | #define HAVE_GCC_SYNC_BUILTINS 1
  23379. | #define UNREACHABLE __builtin_unreachable()
  23380. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  23381. | #define RUBY_FUNCTION_NAME_STRING __func__
  23382. | #define ENUM_OVER_INT 1
  23383. | #define HAVE_DECL_SYS_NERR 1
  23384. | #define HAVE_DECL_GETENV 1
  23385. | #define SIZEOF_SIZE_T 8
  23386. | #define SIZEOF_PTRDIFF_T 8
  23387. | #define PRI_SIZE_PREFIX "z"
  23388. | #define PRI_PTRDIFF_PREFIX "t"
  23389. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  23390. | #define HAVE_ST_BLKSIZE 1
  23391. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  23392. | #define HAVE_ST_BLOCKS 1
  23393. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  23394. | #define HAVE_ST_RDEV 1
  23395. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  23396. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  23397. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  23398. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  23399. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  23400. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  23401. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  23402. | #define HAVE_STRUCT_TIMEVAL 1
  23403. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  23404. | #define HAVE_STRUCT_TIMESPEC 1
  23405. | #define HAVE_STRUCT_TIMEZONE 1
  23406. | #define HAVE_INT8_T 1
  23407. | #define SIZEOF_INT8_T 1
  23408. | #define HAVE_UINT8_T 1
  23409. | #define SIZEOF_UINT8_T 1
  23410. | #define HAVE_INT16_T 1
  23411. | #define SIZEOF_INT16_T 2
  23412. | #define HAVE_UINT16_T 1
  23413. | #define SIZEOF_UINT16_T 2
  23414. | #define HAVE_INT32_T 1
  23415. | #define SIZEOF_INT32_T 4
  23416. | #define HAVE_UINT32_T 1
  23417. | #define SIZEOF_UINT32_T 4
  23418. | #define HAVE_INT64_T 1
  23419. | #define SIZEOF_INT64_T 8
  23420. | #define HAVE_UINT64_T 1
  23421. | #define SIZEOF_UINT64_T 8
  23422. | #define HAVE_INT128_T 1
  23423. | #define int128_t __int128
  23424. | #define SIZEOF_INT128_T SIZEOF___INT128
  23425. | #define HAVE_UINT128_T 1
  23426. | #define uint128_t unsigned __int128
  23427. | #define SIZEOF_UINT128_T SIZEOF___INT128
  23428. | #define HAVE_INTPTR_T 1
  23429. | #define SIZEOF_INTPTR_T 8
  23430. | #define HAVE_UINTPTR_T 1
  23431. | #define SIZEOF_UINTPTR_T 8
  23432. | #define HAVE_SSIZE_T 1
  23433. | #define SIZEOF_SSIZE_T 8
  23434. | #define GETGROUPS_T gid_t
  23435. | #define RETSIGTYPE void
  23436. | #define HAVE_ALLOCA_H 1
  23437. | #define HAVE_ALLOCA 1
  23438. | #define HAVE_ACOSH 1
  23439. | #define HAVE_CBRT 1
  23440. | #define HAVE_CRYPT 1
  23441. | #define HAVE_DUP2 1
  23442. | #define HAVE_ERF 1
  23443. | #define HAVE_FFS 1
  23444. | #define HAVE_FINITE 1
  23445. | #define HAVE_FLOCK 1
  23446. | #define HAVE_HYPOT 1
  23447. | #define HAVE_ISINF 1
  23448. | #define HAVE_ISNAN 1
  23449. | #define HAVE_LGAMMA_R 1
  23450. | #define HAVE_MEMMOVE 1
  23451. | #define HAVE_NEXTAFTER 1
  23452. | #define HAVE_STRCHR 1
  23453. | #define HAVE_STRERROR 1
  23454. | #define HAVE_STRLCAT 1
  23455. | #define HAVE_STRLCPY 1
  23456. | #define HAVE_STRSTR 1
  23457. | #define HAVE_TGAMMA 1
  23458. | #define SPT_TYPE SPT_REUSEARGV
  23459. | #define HAVE_SIGNBIT 1
  23460. | #define HAVE_FORK 1
  23461. | #define vfork fork
  23462. | #define HAVE_WORKING_FORK 1
  23463. | #define HAVE__LONGJMP 1
  23464. | #define HAVE_ARC4RANDOM_BUF 1
  23465. | #define HAVE_ATAN2L 1
  23466. | #define HAVE_ATAN2F 1
  23467. | #define HAVE_CHROOT 1
  23468. | #define HAVE_CLOCK_GETTIME 1
  23469. | #define HAVE_COSH 1
  23470. | #define HAVE_DIRFD 1
  23471. | #define HAVE_DLOPEN 1
  23472. | #define HAVE_DLADDR 1
  23473. | #define HAVE_DUP 1
  23474. | #define HAVE_ENDGRENT 1
  23475. | #define HAVE_FCHMOD 1
  23476. | #define HAVE_FCHOWN 1
  23477. | #define HAVE_FCNTL 1
  23478. | #define HAVE_FDOPENDIR 1
  23479. | #define HAVE_FGETATTRLIST 1
  23480. | #define HAVE_FMOD 1
  23481. | #define HAVE_FSTATAT 1
  23482. | #define HAVE_FSYNC 1
  23483. | #define HAVE_FTRUNCATE 1
  23484. | #define HAVE_GETATTRLIST 1
  23485. | #define HAVE_GETCWD 1
  23486. | #define HAVE_GETGRNAM 1
  23487. | #define HAVE_GETGRNAM_R 1
  23488. | #define HAVE_GETGROUPS 1
  23489. | #define HAVE_GETPGID 1
  23490. | #define HAVE_GETPGRP 1
  23491. | #define HAVE_GETPRIORITY 1
  23492. | #define HAVE_GETPWNAM_R 1
  23493. | #define HAVE_GETRLIMIT 1
  23494. | #define HAVE_GETSID 1
  23495. | #define HAVE_GETTIMEOFDAY 1
  23496. | #define HAVE_GMTIME_R 1
  23497. | #define HAVE_INITGROUPS 1
  23498. | #define HAVE_IOCTL 1
  23499. | #define HAVE_ISSETUGID 1
  23500. | #define HAVE_KILLPG 1
  23501. | #define HAVE_LCHMOD 1
  23502. | #define HAVE_LCHOWN 1
  23503. | #define HAVE_LINK 1
  23504. | #define HAVE_LLABS 1
  23505. | #define HAVE_LOCKF 1
  23506. | #define HAVE_LOG2 1
  23507. | #define HAVE_LSTAT 1
  23508. | #define HAVE_LUTIMES 1
  23509. | /* end confdefs.h. */
  23510. | /* Define malloc_usable_size to an innocuous variant, in case <limits.h> declares malloc_usable_size.
  23511. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  23512. | #define malloc_usable_size innocuous_malloc_usable_size
  23513. |
  23514. | /* System header to define __stub macros and hopefully few prototypes,
  23515. | which can conflict with char malloc_usable_size (); below.
  23516. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  23517. | <limits.h> exists even on freestanding compilers. */
  23518. |
  23519. | #ifdef __STDC__
  23520. | # include <limits.h>
  23521. | #else
  23522. | # include <assert.h>
  23523. | #endif
  23524. |
  23525. | #undef malloc_usable_size
  23526. |
  23527. | /* Override any GCC internal prototype to avoid an error.
  23528. | Use char because int might match the return type of a GCC
  23529. | builtin and then its argument prototype would still apply. */
  23530. | #ifdef __cplusplus
  23531. | extern "C"
  23532. | #endif
  23533. | char malloc_usable_size ();
  23534. | /* The GNU C library defines this for functions which it implements
  23535. | to always fail with ENOSYS. Some functions are actually named
  23536. | something starting with __ and the normal name is an alias. */
  23537. | #if defined __stub_malloc_usable_size || defined __stub___malloc_usable_size
  23538. | choke me
  23539. | #endif
  23540. |
  23541. | int
  23542. | main ()
  23543. | {
  23544. | return malloc_usable_size ();
  23545. | ;
  23546. | return 0;
  23547. | }
  23548. configure:21854: result: no
  23549. configure:21865: checking for malloc_size
  23550. 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
  23551. configure:21865: $? = 0
  23552. configure:21865: result: yes
  23553. configure:21876: checking for mblen
  23554. 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
  23555. configure:21876: $? = 0
  23556. configure:21876: result: yes
  23557. configure:21887: checking for memalign
  23558. 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
  23559. Undefined symbols for architecture x86_64:
  23560. "_memalign", referenced from:
  23561. _main in conftest-2f1e0f.o
  23562. ld: symbol(s) not found for architecture x86_64
  23563. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  23564. configure:21887: $? = 1
  23565. configure: failed program was:
  23566. | /* confdefs.h */
  23567. | #define PACKAGE_NAME ""
  23568. | #define PACKAGE_TARNAME ""
  23569. | #define PACKAGE_VERSION ""
  23570. | #define PACKAGE_STRING ""
  23571. | #define PACKAGE_BUGREPORT ""
  23572. | #define PACKAGE_URL ""
  23573. | #define CANONICALIZATION_FOR_MATHN 1
  23574. | #define STDC_HEADERS 1
  23575. | #define HAVE_SYS_TYPES_H 1
  23576. | #define HAVE_SYS_STAT_H 1
  23577. | #define HAVE_STDLIB_H 1
  23578. | #define HAVE_STRING_H 1
  23579. | #define HAVE_MEMORY_H 1
  23580. | #define HAVE_STRINGS_H 1
  23581. | #define HAVE_INTTYPES_H 1
  23582. | #define HAVE_STDINT_H 1
  23583. | #define HAVE_UNISTD_H 1
  23584. | #define __EXTENSIONS__ 1
  23585. | #define _ALL_SOURCE 1
  23586. | #define _GNU_SOURCE 1
  23587. | #define _POSIX_PTHREAD_SEMANTICS 1
  23588. | #define _TANDEM_SOURCE 1
  23589. | #define HAVE_INFINITY 1
  23590. | #define HAVE_NAN 1
  23591. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  23592. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  23593. | #define BROKEN_CRYPT 1
  23594. | #define HAVE_CRT_EXTERNS_H 1
  23595. | #define HAVE_LIBDL 1
  23596. | #define HAVE_DIRENT_H 1
  23597. | #define HAVE__BOOL 1
  23598. | #define HAVE_STDBOOL_H 1
  23599. | #define HAVE_SYS_WAIT_H 1
  23600. | #define HAVE_GRP_H 1
  23601. | #define HAVE_FCNTL_H 1
  23602. | #define HAVE_FLOAT_H 1
  23603. | #define HAVE_LANGINFO_H 1
  23604. | #define HAVE_LIMITS_H 1
  23605. | #define HAVE_LOCALE_H 1
  23606. | #define HAVE_MALLOC_MALLOC_H 1
  23607. | #define HAVE_PWD_H 1
  23608. | #define HAVE_SYS_ATTR_H 1
  23609. | #define HAVE_SYS_FCNTL_H 1
  23610. | #define HAVE_SYS_FILE_H 1
  23611. | #define HAVE_SYS_IOCTL_H 1
  23612. | #define HAVE_SYS_PARAM_H 1
  23613. | #define HAVE_SYS_RESOURCE_H 1
  23614. | #define HAVE_SYS_SELECT_H 1
  23615. | #define HAVE_SYS_SOCKET_H 1
  23616. | #define HAVE_SYS_TIME_H 1
  23617. | #define HAVE_SYS_TIMES_H 1
  23618. | #define HAVE_SYS_UIO_H 1
  23619. | #define HAVE_TIME_H 1
  23620. | #define HAVE_UCONTEXT_H 1
  23621. | #define HAVE_UTIME_H 1
  23622. | #define HAVE_GMP_H 1
  23623. | #define HAVE_LIBGMP 1
  23624. | #define HAVE_TYPEOF 1
  23625. | #define HAVE_LONG_LONG 1
  23626. | #define HAVE_OFF_T 1
  23627. | #define SIZEOF_INT 4
  23628. | #define SIZEOF_SHORT 2
  23629. | #define SIZEOF_LONG 8
  23630. | #define SIZEOF_LONG_LONG 8
  23631. | #define SIZEOF___INT64 0
  23632. | #define SIZEOF___INT128 16
  23633. | #define SIZEOF_OFF_T 8
  23634. | #define SIZEOF_VOIDP 8
  23635. | #define SIZEOF_FLOAT 4
  23636. | #define SIZEOF_DOUBLE 8
  23637. | #define SIZEOF_TIME_T 8
  23638. | #define SIZEOF_CLOCK_T 8
  23639. | #define PACKED_STRUCT(x) x __attribute__((packed))
  23640. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  23641. | #define PRI_LL_PREFIX "ll"
  23642. | #define rb_pid_t pid_t
  23643. | #define SIGNEDNESS_OF_PID_T -1
  23644. | #define PIDT2NUM(v) INT2NUM(v)
  23645. | #define NUM2PIDT(v) NUM2INT(v)
  23646. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  23647. | #define rb_uid_t uid_t
  23648. | #define SIGNEDNESS_OF_UID_T +1
  23649. | #define UIDT2NUM(v) UINT2NUM(v)
  23650. | #define NUM2UIDT(v) NUM2UINT(v)
  23651. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  23652. | #define rb_gid_t gid_t
  23653. | #define SIGNEDNESS_OF_GID_T +1
  23654. | #define GIDT2NUM(v) UINT2NUM(v)
  23655. | #define NUM2GIDT(v) NUM2UINT(v)
  23656. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  23657. | #define rb_time_t time_t
  23658. | #define SIGNEDNESS_OF_TIME_T -1
  23659. | #define TIMET2NUM(v) LONG2NUM(v)
  23660. | #define NUM2TIMET(v) NUM2LONG(v)
  23661. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  23662. | #define rb_dev_t dev_t
  23663. | #define SIGNEDNESS_OF_DEV_T -1
  23664. | #define DEVT2NUM(v) INT2NUM(v)
  23665. | #define NUM2DEVT(v) NUM2INT(v)
  23666. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  23667. | #define rb_mode_t mode_t
  23668. | #define SIGNEDNESS_OF_MODE_T +1
  23669. | #define MODET2NUM(v) UINT2NUM(v)
  23670. | #define NUM2MODET(v) NUM2UINT(v)
  23671. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  23672. | #define rb_rlim_t rlim_t
  23673. | #define SIGNEDNESS_OF_RLIM_T +1
  23674. | #define RLIM2NUM(v) ULL2NUM(v)
  23675. | #define NUM2RLIM(v) NUM2ULL(v)
  23676. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  23677. | #define rb_off_t off_t
  23678. | #define SIGNEDNESS_OF_OFF_T -1
  23679. | #define OFFT2NUM(v) LL2NUM(v)
  23680. | #define NUM2OFFT(v) NUM2LL(v)
  23681. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  23682. | #define rb_clockid_t int
  23683. | #define SIGNEDNESS_OF_CLOCKID_T -1
  23684. | #define CLOCKID2NUM(v) INT2NUM(v)
  23685. | #define NUM2CLOCKID(v) NUM2INT(v)
  23686. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  23687. | #define HAVE_PROTOTYPES 1
  23688. | #define TOKEN_PASTE(x,y) x##y
  23689. | #define STRINGIZE(expr) STRINGIZE0(expr)
  23690. | #define HAVE_STDARG_PROTOTYPES 1
  23691. | #define HAVE_VA_ARGS_MACRO 1
  23692. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  23693. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  23694. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  23695. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  23696. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  23697. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  23698. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  23699. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  23700. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  23701. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  23702. | #define WEAK(x) __attribute__ ((__weak__)) x
  23703. | #define HAVE_FUNC_WEAK 1
  23704. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  23705. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  23706. | #define HAVE_GCC_SYNC_BUILTINS 1
  23707. | #define UNREACHABLE __builtin_unreachable()
  23708. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  23709. | #define RUBY_FUNCTION_NAME_STRING __func__
  23710. | #define ENUM_OVER_INT 1
  23711. | #define HAVE_DECL_SYS_NERR 1
  23712. | #define HAVE_DECL_GETENV 1
  23713. | #define SIZEOF_SIZE_T 8
  23714. | #define SIZEOF_PTRDIFF_T 8
  23715. | #define PRI_SIZE_PREFIX "z"
  23716. | #define PRI_PTRDIFF_PREFIX "t"
  23717. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  23718. | #define HAVE_ST_BLKSIZE 1
  23719. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  23720. | #define HAVE_ST_BLOCKS 1
  23721. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  23722. | #define HAVE_ST_RDEV 1
  23723. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  23724. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  23725. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  23726. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  23727. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  23728. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  23729. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  23730. | #define HAVE_STRUCT_TIMEVAL 1
  23731. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  23732. | #define HAVE_STRUCT_TIMESPEC 1
  23733. | #define HAVE_STRUCT_TIMEZONE 1
  23734. | #define HAVE_INT8_T 1
  23735. | #define SIZEOF_INT8_T 1
  23736. | #define HAVE_UINT8_T 1
  23737. | #define SIZEOF_UINT8_T 1
  23738. | #define HAVE_INT16_T 1
  23739. | #define SIZEOF_INT16_T 2
  23740. | #define HAVE_UINT16_T 1
  23741. | #define SIZEOF_UINT16_T 2
  23742. | #define HAVE_INT32_T 1
  23743. | #define SIZEOF_INT32_T 4
  23744. | #define HAVE_UINT32_T 1
  23745. | #define SIZEOF_UINT32_T 4
  23746. | #define HAVE_INT64_T 1
  23747. | #define SIZEOF_INT64_T 8
  23748. | #define HAVE_UINT64_T 1
  23749. | #define SIZEOF_UINT64_T 8
  23750. | #define HAVE_INT128_T 1
  23751. | #define int128_t __int128
  23752. | #define SIZEOF_INT128_T SIZEOF___INT128
  23753. | #define HAVE_UINT128_T 1
  23754. | #define uint128_t unsigned __int128
  23755. | #define SIZEOF_UINT128_T SIZEOF___INT128
  23756. | #define HAVE_INTPTR_T 1
  23757. | #define SIZEOF_INTPTR_T 8
  23758. | #define HAVE_UINTPTR_T 1
  23759. | #define SIZEOF_UINTPTR_T 8
  23760. | #define HAVE_SSIZE_T 1
  23761. | #define SIZEOF_SSIZE_T 8
  23762. | #define GETGROUPS_T gid_t
  23763. | #define RETSIGTYPE void
  23764. | #define HAVE_ALLOCA_H 1
  23765. | #define HAVE_ALLOCA 1
  23766. | #define HAVE_ACOSH 1
  23767. | #define HAVE_CBRT 1
  23768. | #define HAVE_CRYPT 1
  23769. | #define HAVE_DUP2 1
  23770. | #define HAVE_ERF 1
  23771. | #define HAVE_FFS 1
  23772. | #define HAVE_FINITE 1
  23773. | #define HAVE_FLOCK 1
  23774. | #define HAVE_HYPOT 1
  23775. | #define HAVE_ISINF 1
  23776. | #define HAVE_ISNAN 1
  23777. | #define HAVE_LGAMMA_R 1
  23778. | #define HAVE_MEMMOVE 1
  23779. | #define HAVE_NEXTAFTER 1
  23780. | #define HAVE_STRCHR 1
  23781. | #define HAVE_STRERROR 1
  23782. | #define HAVE_STRLCAT 1
  23783. | #define HAVE_STRLCPY 1
  23784. | #define HAVE_STRSTR 1
  23785. | #define HAVE_TGAMMA 1
  23786. | #define SPT_TYPE SPT_REUSEARGV
  23787. | #define HAVE_SIGNBIT 1
  23788. | #define HAVE_FORK 1
  23789. | #define vfork fork
  23790. | #define HAVE_WORKING_FORK 1
  23791. | #define HAVE__LONGJMP 1
  23792. | #define HAVE_ARC4RANDOM_BUF 1
  23793. | #define HAVE_ATAN2L 1
  23794. | #define HAVE_ATAN2F 1
  23795. | #define HAVE_CHROOT 1
  23796. | #define HAVE_CLOCK_GETTIME 1
  23797. | #define HAVE_COSH 1
  23798. | #define HAVE_DIRFD 1
  23799. | #define HAVE_DLOPEN 1
  23800. | #define HAVE_DLADDR 1
  23801. | #define HAVE_DUP 1
  23802. | #define HAVE_ENDGRENT 1
  23803. | #define HAVE_FCHMOD 1
  23804. | #define HAVE_FCHOWN 1
  23805. | #define HAVE_FCNTL 1
  23806. | #define HAVE_FDOPENDIR 1
  23807. | #define HAVE_FGETATTRLIST 1
  23808. | #define HAVE_FMOD 1
  23809. | #define HAVE_FSTATAT 1
  23810. | #define HAVE_FSYNC 1
  23811. | #define HAVE_FTRUNCATE 1
  23812. | #define HAVE_GETATTRLIST 1
  23813. | #define HAVE_GETCWD 1
  23814. | #define HAVE_GETGRNAM 1
  23815. | #define HAVE_GETGRNAM_R 1
  23816. | #define HAVE_GETGROUPS 1
  23817. | #define HAVE_GETPGID 1
  23818. | #define HAVE_GETPGRP 1
  23819. | #define HAVE_GETPRIORITY 1
  23820. | #define HAVE_GETPWNAM_R 1
  23821. | #define HAVE_GETRLIMIT 1
  23822. | #define HAVE_GETSID 1
  23823. | #define HAVE_GETTIMEOFDAY 1
  23824. | #define HAVE_GMTIME_R 1
  23825. | #define HAVE_INITGROUPS 1
  23826. | #define HAVE_IOCTL 1
  23827. | #define HAVE_ISSETUGID 1
  23828. | #define HAVE_KILLPG 1
  23829. | #define HAVE_LCHMOD 1
  23830. | #define HAVE_LCHOWN 1
  23831. | #define HAVE_LINK 1
  23832. | #define HAVE_LLABS 1
  23833. | #define HAVE_LOCKF 1
  23834. | #define HAVE_LOG2 1
  23835. | #define HAVE_LSTAT 1
  23836. | #define HAVE_LUTIMES 1
  23837. | #define HAVE_MALLOC_SIZE 1
  23838. | #define HAVE_MBLEN 1
  23839. | /* end confdefs.h. */
  23840. | /* Define memalign to an innocuous variant, in case <limits.h> declares memalign.
  23841. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  23842. | #define memalign innocuous_memalign
  23843. |
  23844. | /* System header to define __stub macros and hopefully few prototypes,
  23845. | which can conflict with char memalign (); below.
  23846. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  23847. | <limits.h> exists even on freestanding compilers. */
  23848. |
  23849. | #ifdef __STDC__
  23850. | # include <limits.h>
  23851. | #else
  23852. | # include <assert.h>
  23853. | #endif
  23854. |
  23855. | #undef memalign
  23856. |
  23857. | /* Override any GCC internal prototype to avoid an error.
  23858. | Use char because int might match the return type of a GCC
  23859. | builtin and then its argument prototype would still apply. */
  23860. | #ifdef __cplusplus
  23861. | extern "C"
  23862. | #endif
  23863. | char memalign ();
  23864. | /* The GNU C library defines this for functions which it implements
  23865. | to always fail with ENOSYS. Some functions are actually named
  23866. | something starting with __ and the normal name is an alias. */
  23867. | #if defined __stub_memalign || defined __stub___memalign
  23868. | choke me
  23869. | #endif
  23870. |
  23871. | int
  23872. | main ()
  23873. | {
  23874. | return memalign ();
  23875. | ;
  23876. | return 0;
  23877. | }
  23878. configure:21887: result: no
  23879. configure:21898: checking for memset_s
  23880. 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
  23881. configure:21898: $? = 0
  23882. configure:21898: result: yes
  23883. configure:21909: checking for writev
  23884. 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
  23885. configure:21909: $? = 0
  23886. configure:21909: result: yes
  23887. configure:21920: checking for memrchr
  23888. 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
  23889. Undefined symbols for architecture x86_64:
  23890. "_memrchr", referenced from:
  23891. _main in conftest-f418c3.o
  23892. ld: symbol(s) not found for architecture x86_64
  23893. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  23894. configure:21920: $? = 1
  23895. configure: failed program was:
  23896. | /* confdefs.h */
  23897. | #define PACKAGE_NAME ""
  23898. | #define PACKAGE_TARNAME ""
  23899. | #define PACKAGE_VERSION ""
  23900. | #define PACKAGE_STRING ""
  23901. | #define PACKAGE_BUGREPORT ""
  23902. | #define PACKAGE_URL ""
  23903. | #define CANONICALIZATION_FOR_MATHN 1
  23904. | #define STDC_HEADERS 1
  23905. | #define HAVE_SYS_TYPES_H 1
  23906. | #define HAVE_SYS_STAT_H 1
  23907. | #define HAVE_STDLIB_H 1
  23908. | #define HAVE_STRING_H 1
  23909. | #define HAVE_MEMORY_H 1
  23910. | #define HAVE_STRINGS_H 1
  23911. | #define HAVE_INTTYPES_H 1
  23912. | #define HAVE_STDINT_H 1
  23913. | #define HAVE_UNISTD_H 1
  23914. | #define __EXTENSIONS__ 1
  23915. | #define _ALL_SOURCE 1
  23916. | #define _GNU_SOURCE 1
  23917. | #define _POSIX_PTHREAD_SEMANTICS 1
  23918. | #define _TANDEM_SOURCE 1
  23919. | #define HAVE_INFINITY 1
  23920. | #define HAVE_NAN 1
  23921. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  23922. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  23923. | #define BROKEN_CRYPT 1
  23924. | #define HAVE_CRT_EXTERNS_H 1
  23925. | #define HAVE_LIBDL 1
  23926. | #define HAVE_DIRENT_H 1
  23927. | #define HAVE__BOOL 1
  23928. | #define HAVE_STDBOOL_H 1
  23929. | #define HAVE_SYS_WAIT_H 1
  23930. | #define HAVE_GRP_H 1
  23931. | #define HAVE_FCNTL_H 1
  23932. | #define HAVE_FLOAT_H 1
  23933. | #define HAVE_LANGINFO_H 1
  23934. | #define HAVE_LIMITS_H 1
  23935. | #define HAVE_LOCALE_H 1
  23936. | #define HAVE_MALLOC_MALLOC_H 1
  23937. | #define HAVE_PWD_H 1
  23938. | #define HAVE_SYS_ATTR_H 1
  23939. | #define HAVE_SYS_FCNTL_H 1
  23940. | #define HAVE_SYS_FILE_H 1
  23941. | #define HAVE_SYS_IOCTL_H 1
  23942. | #define HAVE_SYS_PARAM_H 1
  23943. | #define HAVE_SYS_RESOURCE_H 1
  23944. | #define HAVE_SYS_SELECT_H 1
  23945. | #define HAVE_SYS_SOCKET_H 1
  23946. | #define HAVE_SYS_TIME_H 1
  23947. | #define HAVE_SYS_TIMES_H 1
  23948. | #define HAVE_SYS_UIO_H 1
  23949. | #define HAVE_TIME_H 1
  23950. | #define HAVE_UCONTEXT_H 1
  23951. | #define HAVE_UTIME_H 1
  23952. | #define HAVE_GMP_H 1
  23953. | #define HAVE_LIBGMP 1
  23954. | #define HAVE_TYPEOF 1
  23955. | #define HAVE_LONG_LONG 1
  23956. | #define HAVE_OFF_T 1
  23957. | #define SIZEOF_INT 4
  23958. | #define SIZEOF_SHORT 2
  23959. | #define SIZEOF_LONG 8
  23960. | #define SIZEOF_LONG_LONG 8
  23961. | #define SIZEOF___INT64 0
  23962. | #define SIZEOF___INT128 16
  23963. | #define SIZEOF_OFF_T 8
  23964. | #define SIZEOF_VOIDP 8
  23965. | #define SIZEOF_FLOAT 4
  23966. | #define SIZEOF_DOUBLE 8
  23967. | #define SIZEOF_TIME_T 8
  23968. | #define SIZEOF_CLOCK_T 8
  23969. | #define PACKED_STRUCT(x) x __attribute__((packed))
  23970. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  23971. | #define PRI_LL_PREFIX "ll"
  23972. | #define rb_pid_t pid_t
  23973. | #define SIGNEDNESS_OF_PID_T -1
  23974. | #define PIDT2NUM(v) INT2NUM(v)
  23975. | #define NUM2PIDT(v) NUM2INT(v)
  23976. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  23977. | #define rb_uid_t uid_t
  23978. | #define SIGNEDNESS_OF_UID_T +1
  23979. | #define UIDT2NUM(v) UINT2NUM(v)
  23980. | #define NUM2UIDT(v) NUM2UINT(v)
  23981. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  23982. | #define rb_gid_t gid_t
  23983. | #define SIGNEDNESS_OF_GID_T +1
  23984. | #define GIDT2NUM(v) UINT2NUM(v)
  23985. | #define NUM2GIDT(v) NUM2UINT(v)
  23986. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  23987. | #define rb_time_t time_t
  23988. | #define SIGNEDNESS_OF_TIME_T -1
  23989. | #define TIMET2NUM(v) LONG2NUM(v)
  23990. | #define NUM2TIMET(v) NUM2LONG(v)
  23991. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  23992. | #define rb_dev_t dev_t
  23993. | #define SIGNEDNESS_OF_DEV_T -1
  23994. | #define DEVT2NUM(v) INT2NUM(v)
  23995. | #define NUM2DEVT(v) NUM2INT(v)
  23996. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  23997. | #define rb_mode_t mode_t
  23998. | #define SIGNEDNESS_OF_MODE_T +1
  23999. | #define MODET2NUM(v) UINT2NUM(v)
  24000. | #define NUM2MODET(v) NUM2UINT(v)
  24001. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  24002. | #define rb_rlim_t rlim_t
  24003. | #define SIGNEDNESS_OF_RLIM_T +1
  24004. | #define RLIM2NUM(v) ULL2NUM(v)
  24005. | #define NUM2RLIM(v) NUM2ULL(v)
  24006. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  24007. | #define rb_off_t off_t
  24008. | #define SIGNEDNESS_OF_OFF_T -1
  24009. | #define OFFT2NUM(v) LL2NUM(v)
  24010. | #define NUM2OFFT(v) NUM2LL(v)
  24011. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  24012. | #define rb_clockid_t int
  24013. | #define SIGNEDNESS_OF_CLOCKID_T -1
  24014. | #define CLOCKID2NUM(v) INT2NUM(v)
  24015. | #define NUM2CLOCKID(v) NUM2INT(v)
  24016. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  24017. | #define HAVE_PROTOTYPES 1
  24018. | #define TOKEN_PASTE(x,y) x##y
  24019. | #define STRINGIZE(expr) STRINGIZE0(expr)
  24020. | #define HAVE_STDARG_PROTOTYPES 1
  24021. | #define HAVE_VA_ARGS_MACRO 1
  24022. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  24023. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  24024. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  24025. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  24026. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  24027. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  24028. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  24029. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  24030. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  24031. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  24032. | #define WEAK(x) __attribute__ ((__weak__)) x
  24033. | #define HAVE_FUNC_WEAK 1
  24034. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  24035. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  24036. | #define HAVE_GCC_SYNC_BUILTINS 1
  24037. | #define UNREACHABLE __builtin_unreachable()
  24038. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  24039. | #define RUBY_FUNCTION_NAME_STRING __func__
  24040. | #define ENUM_OVER_INT 1
  24041. | #define HAVE_DECL_SYS_NERR 1
  24042. | #define HAVE_DECL_GETENV 1
  24043. | #define SIZEOF_SIZE_T 8
  24044. | #define SIZEOF_PTRDIFF_T 8
  24045. | #define PRI_SIZE_PREFIX "z"
  24046. | #define PRI_PTRDIFF_PREFIX "t"
  24047. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  24048. | #define HAVE_ST_BLKSIZE 1
  24049. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  24050. | #define HAVE_ST_BLOCKS 1
  24051. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  24052. | #define HAVE_ST_RDEV 1
  24053. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  24054. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  24055. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  24056. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  24057. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  24058. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  24059. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  24060. | #define HAVE_STRUCT_TIMEVAL 1
  24061. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  24062. | #define HAVE_STRUCT_TIMESPEC 1
  24063. | #define HAVE_STRUCT_TIMEZONE 1
  24064. | #define HAVE_INT8_T 1
  24065. | #define SIZEOF_INT8_T 1
  24066. | #define HAVE_UINT8_T 1
  24067. | #define SIZEOF_UINT8_T 1
  24068. | #define HAVE_INT16_T 1
  24069. | #define SIZEOF_INT16_T 2
  24070. | #define HAVE_UINT16_T 1
  24071. | #define SIZEOF_UINT16_T 2
  24072. | #define HAVE_INT32_T 1
  24073. | #define SIZEOF_INT32_T 4
  24074. | #define HAVE_UINT32_T 1
  24075. | #define SIZEOF_UINT32_T 4
  24076. | #define HAVE_INT64_T 1
  24077. | #define SIZEOF_INT64_T 8
  24078. | #define HAVE_UINT64_T 1
  24079. | #define SIZEOF_UINT64_T 8
  24080. | #define HAVE_INT128_T 1
  24081. | #define int128_t __int128
  24082. | #define SIZEOF_INT128_T SIZEOF___INT128
  24083. | #define HAVE_UINT128_T 1
  24084. | #define uint128_t unsigned __int128
  24085. | #define SIZEOF_UINT128_T SIZEOF___INT128
  24086. | #define HAVE_INTPTR_T 1
  24087. | #define SIZEOF_INTPTR_T 8
  24088. | #define HAVE_UINTPTR_T 1
  24089. | #define SIZEOF_UINTPTR_T 8
  24090. | #define HAVE_SSIZE_T 1
  24091. | #define SIZEOF_SSIZE_T 8
  24092. | #define GETGROUPS_T gid_t
  24093. | #define RETSIGTYPE void
  24094. | #define HAVE_ALLOCA_H 1
  24095. | #define HAVE_ALLOCA 1
  24096. | #define HAVE_ACOSH 1
  24097. | #define HAVE_CBRT 1
  24098. | #define HAVE_CRYPT 1
  24099. | #define HAVE_DUP2 1
  24100. | #define HAVE_ERF 1
  24101. | #define HAVE_FFS 1
  24102. | #define HAVE_FINITE 1
  24103. | #define HAVE_FLOCK 1
  24104. | #define HAVE_HYPOT 1
  24105. | #define HAVE_ISINF 1
  24106. | #define HAVE_ISNAN 1
  24107. | #define HAVE_LGAMMA_R 1
  24108. | #define HAVE_MEMMOVE 1
  24109. | #define HAVE_NEXTAFTER 1
  24110. | #define HAVE_STRCHR 1
  24111. | #define HAVE_STRERROR 1
  24112. | #define HAVE_STRLCAT 1
  24113. | #define HAVE_STRLCPY 1
  24114. | #define HAVE_STRSTR 1
  24115. | #define HAVE_TGAMMA 1
  24116. | #define SPT_TYPE SPT_REUSEARGV
  24117. | #define HAVE_SIGNBIT 1
  24118. | #define HAVE_FORK 1
  24119. | #define vfork fork
  24120. | #define HAVE_WORKING_FORK 1
  24121. | #define HAVE__LONGJMP 1
  24122. | #define HAVE_ARC4RANDOM_BUF 1
  24123. | #define HAVE_ATAN2L 1
  24124. | #define HAVE_ATAN2F 1
  24125. | #define HAVE_CHROOT 1
  24126. | #define HAVE_CLOCK_GETTIME 1
  24127. | #define HAVE_COSH 1
  24128. | #define HAVE_DIRFD 1
  24129. | #define HAVE_DLOPEN 1
  24130. | #define HAVE_DLADDR 1
  24131. | #define HAVE_DUP 1
  24132. | #define HAVE_ENDGRENT 1
  24133. | #define HAVE_FCHMOD 1
  24134. | #define HAVE_FCHOWN 1
  24135. | #define HAVE_FCNTL 1
  24136. | #define HAVE_FDOPENDIR 1
  24137. | #define HAVE_FGETATTRLIST 1
  24138. | #define HAVE_FMOD 1
  24139. | #define HAVE_FSTATAT 1
  24140. | #define HAVE_FSYNC 1
  24141. | #define HAVE_FTRUNCATE 1
  24142. | #define HAVE_GETATTRLIST 1
  24143. | #define HAVE_GETCWD 1
  24144. | #define HAVE_GETGRNAM 1
  24145. | #define HAVE_GETGRNAM_R 1
  24146. | #define HAVE_GETGROUPS 1
  24147. | #define HAVE_GETPGID 1
  24148. | #define HAVE_GETPGRP 1
  24149. | #define HAVE_GETPRIORITY 1
  24150. | #define HAVE_GETPWNAM_R 1
  24151. | #define HAVE_GETRLIMIT 1
  24152. | #define HAVE_GETSID 1
  24153. | #define HAVE_GETTIMEOFDAY 1
  24154. | #define HAVE_GMTIME_R 1
  24155. | #define HAVE_INITGROUPS 1
  24156. | #define HAVE_IOCTL 1
  24157. | #define HAVE_ISSETUGID 1
  24158. | #define HAVE_KILLPG 1
  24159. | #define HAVE_LCHMOD 1
  24160. | #define HAVE_LCHOWN 1
  24161. | #define HAVE_LINK 1
  24162. | #define HAVE_LLABS 1
  24163. | #define HAVE_LOCKF 1
  24164. | #define HAVE_LOG2 1
  24165. | #define HAVE_LSTAT 1
  24166. | #define HAVE_LUTIMES 1
  24167. | #define HAVE_MALLOC_SIZE 1
  24168. | #define HAVE_MBLEN 1
  24169. | #define HAVE_MEMSET_S 1
  24170. | #define HAVE_WRITEV 1
  24171. | /* end confdefs.h. */
  24172. | /* Define memrchr to an innocuous variant, in case <limits.h> declares memrchr.
  24173. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  24174. | #define memrchr innocuous_memrchr
  24175. |
  24176. | /* System header to define __stub macros and hopefully few prototypes,
  24177. | which can conflict with char memrchr (); below.
  24178. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  24179. | <limits.h> exists even on freestanding compilers. */
  24180. |
  24181. | #ifdef __STDC__
  24182. | # include <limits.h>
  24183. | #else
  24184. | # include <assert.h>
  24185. | #endif
  24186. |
  24187. | #undef memrchr
  24188. |
  24189. | /* Override any GCC internal prototype to avoid an error.
  24190. | Use char because int might match the return type of a GCC
  24191. | builtin and then its argument prototype would still apply. */
  24192. | #ifdef __cplusplus
  24193. | extern "C"
  24194. | #endif
  24195. | char memrchr ();
  24196. | /* The GNU C library defines this for functions which it implements
  24197. | to always fail with ENOSYS. Some functions are actually named
  24198. | something starting with __ and the normal name is an alias. */
  24199. | #if defined __stub_memrchr || defined __stub___memrchr
  24200. | choke me
  24201. | #endif
  24202. |
  24203. | int
  24204. | main ()
  24205. | {
  24206. | return memrchr ();
  24207. | ;
  24208. | return 0;
  24209. | }
  24210. configure:21920: result: no
  24211. configure:21931: checking for memmem
  24212. configure:21931: result: no
  24213. configure:21942: checking for mkfifo
  24214. 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
  24215. configure:21942: $? = 0
  24216. configure:21942: result: yes
  24217. configure:21953: checking for mknod
  24218. 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
  24219. configure:21953: $? = 0
  24220. configure:21953: result: yes
  24221. configure:21964: checking for mktime
  24222. 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
  24223. configure:21964: $? = 0
  24224. configure:21964: result: yes
  24225. configure:21975: checking for openat
  24226. 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
  24227. configure:21975: $? = 0
  24228. configure:21975: result: yes
  24229. configure:21986: checking for pipe2
  24230. 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
  24231. Undefined symbols for architecture x86_64:
  24232. "_pipe2", referenced from:
  24233. _main in conftest-1d5bb7.o
  24234. ld: symbol(s) not found for architecture x86_64
  24235. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  24236. configure:21986: $? = 1
  24237. configure: failed program was:
  24238. | /* confdefs.h */
  24239. | #define PACKAGE_NAME ""
  24240. | #define PACKAGE_TARNAME ""
  24241. | #define PACKAGE_VERSION ""
  24242. | #define PACKAGE_STRING ""
  24243. | #define PACKAGE_BUGREPORT ""
  24244. | #define PACKAGE_URL ""
  24245. | #define CANONICALIZATION_FOR_MATHN 1
  24246. | #define STDC_HEADERS 1
  24247. | #define HAVE_SYS_TYPES_H 1
  24248. | #define HAVE_SYS_STAT_H 1
  24249. | #define HAVE_STDLIB_H 1
  24250. | #define HAVE_STRING_H 1
  24251. | #define HAVE_MEMORY_H 1
  24252. | #define HAVE_STRINGS_H 1
  24253. | #define HAVE_INTTYPES_H 1
  24254. | #define HAVE_STDINT_H 1
  24255. | #define HAVE_UNISTD_H 1
  24256. | #define __EXTENSIONS__ 1
  24257. | #define _ALL_SOURCE 1
  24258. | #define _GNU_SOURCE 1
  24259. | #define _POSIX_PTHREAD_SEMANTICS 1
  24260. | #define _TANDEM_SOURCE 1
  24261. | #define HAVE_INFINITY 1
  24262. | #define HAVE_NAN 1
  24263. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  24264. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  24265. | #define BROKEN_CRYPT 1
  24266. | #define HAVE_CRT_EXTERNS_H 1
  24267. | #define HAVE_LIBDL 1
  24268. | #define HAVE_DIRENT_H 1
  24269. | #define HAVE__BOOL 1
  24270. | #define HAVE_STDBOOL_H 1
  24271. | #define HAVE_SYS_WAIT_H 1
  24272. | #define HAVE_GRP_H 1
  24273. | #define HAVE_FCNTL_H 1
  24274. | #define HAVE_FLOAT_H 1
  24275. | #define HAVE_LANGINFO_H 1
  24276. | #define HAVE_LIMITS_H 1
  24277. | #define HAVE_LOCALE_H 1
  24278. | #define HAVE_MALLOC_MALLOC_H 1
  24279. | #define HAVE_PWD_H 1
  24280. | #define HAVE_SYS_ATTR_H 1
  24281. | #define HAVE_SYS_FCNTL_H 1
  24282. | #define HAVE_SYS_FILE_H 1
  24283. | #define HAVE_SYS_IOCTL_H 1
  24284. | #define HAVE_SYS_PARAM_H 1
  24285. | #define HAVE_SYS_RESOURCE_H 1
  24286. | #define HAVE_SYS_SELECT_H 1
  24287. | #define HAVE_SYS_SOCKET_H 1
  24288. | #define HAVE_SYS_TIME_H 1
  24289. | #define HAVE_SYS_TIMES_H 1
  24290. | #define HAVE_SYS_UIO_H 1
  24291. | #define HAVE_TIME_H 1
  24292. | #define HAVE_UCONTEXT_H 1
  24293. | #define HAVE_UTIME_H 1
  24294. | #define HAVE_GMP_H 1
  24295. | #define HAVE_LIBGMP 1
  24296. | #define HAVE_TYPEOF 1
  24297. | #define HAVE_LONG_LONG 1
  24298. | #define HAVE_OFF_T 1
  24299. | #define SIZEOF_INT 4
  24300. | #define SIZEOF_SHORT 2
  24301. | #define SIZEOF_LONG 8
  24302. | #define SIZEOF_LONG_LONG 8
  24303. | #define SIZEOF___INT64 0
  24304. | #define SIZEOF___INT128 16
  24305. | #define SIZEOF_OFF_T 8
  24306. | #define SIZEOF_VOIDP 8
  24307. | #define SIZEOF_FLOAT 4
  24308. | #define SIZEOF_DOUBLE 8
  24309. | #define SIZEOF_TIME_T 8
  24310. | #define SIZEOF_CLOCK_T 8
  24311. | #define PACKED_STRUCT(x) x __attribute__((packed))
  24312. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  24313. | #define PRI_LL_PREFIX "ll"
  24314. | #define rb_pid_t pid_t
  24315. | #define SIGNEDNESS_OF_PID_T -1
  24316. | #define PIDT2NUM(v) INT2NUM(v)
  24317. | #define NUM2PIDT(v) NUM2INT(v)
  24318. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  24319. | #define rb_uid_t uid_t
  24320. | #define SIGNEDNESS_OF_UID_T +1
  24321. | #define UIDT2NUM(v) UINT2NUM(v)
  24322. | #define NUM2UIDT(v) NUM2UINT(v)
  24323. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  24324. | #define rb_gid_t gid_t
  24325. | #define SIGNEDNESS_OF_GID_T +1
  24326. | #define GIDT2NUM(v) UINT2NUM(v)
  24327. | #define NUM2GIDT(v) NUM2UINT(v)
  24328. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  24329. | #define rb_time_t time_t
  24330. | #define SIGNEDNESS_OF_TIME_T -1
  24331. | #define TIMET2NUM(v) LONG2NUM(v)
  24332. | #define NUM2TIMET(v) NUM2LONG(v)
  24333. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  24334. | #define rb_dev_t dev_t
  24335. | #define SIGNEDNESS_OF_DEV_T -1
  24336. | #define DEVT2NUM(v) INT2NUM(v)
  24337. | #define NUM2DEVT(v) NUM2INT(v)
  24338. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  24339. | #define rb_mode_t mode_t
  24340. | #define SIGNEDNESS_OF_MODE_T +1
  24341. | #define MODET2NUM(v) UINT2NUM(v)
  24342. | #define NUM2MODET(v) NUM2UINT(v)
  24343. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  24344. | #define rb_rlim_t rlim_t
  24345. | #define SIGNEDNESS_OF_RLIM_T +1
  24346. | #define RLIM2NUM(v) ULL2NUM(v)
  24347. | #define NUM2RLIM(v) NUM2ULL(v)
  24348. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  24349. | #define rb_off_t off_t
  24350. | #define SIGNEDNESS_OF_OFF_T -1
  24351. | #define OFFT2NUM(v) LL2NUM(v)
  24352. | #define NUM2OFFT(v) NUM2LL(v)
  24353. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  24354. | #define rb_clockid_t int
  24355. | #define SIGNEDNESS_OF_CLOCKID_T -1
  24356. | #define CLOCKID2NUM(v) INT2NUM(v)
  24357. | #define NUM2CLOCKID(v) NUM2INT(v)
  24358. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  24359. | #define HAVE_PROTOTYPES 1
  24360. | #define TOKEN_PASTE(x,y) x##y
  24361. | #define STRINGIZE(expr) STRINGIZE0(expr)
  24362. | #define HAVE_STDARG_PROTOTYPES 1
  24363. | #define HAVE_VA_ARGS_MACRO 1
  24364. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  24365. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  24366. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  24367. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  24368. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  24369. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  24370. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  24371. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  24372. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  24373. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  24374. | #define WEAK(x) __attribute__ ((__weak__)) x
  24375. | #define HAVE_FUNC_WEAK 1
  24376. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  24377. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  24378. | #define HAVE_GCC_SYNC_BUILTINS 1
  24379. | #define UNREACHABLE __builtin_unreachable()
  24380. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  24381. | #define RUBY_FUNCTION_NAME_STRING __func__
  24382. | #define ENUM_OVER_INT 1
  24383. | #define HAVE_DECL_SYS_NERR 1
  24384. | #define HAVE_DECL_GETENV 1
  24385. | #define SIZEOF_SIZE_T 8
  24386. | #define SIZEOF_PTRDIFF_T 8
  24387. | #define PRI_SIZE_PREFIX "z"
  24388. | #define PRI_PTRDIFF_PREFIX "t"
  24389. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  24390. | #define HAVE_ST_BLKSIZE 1
  24391. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  24392. | #define HAVE_ST_BLOCKS 1
  24393. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  24394. | #define HAVE_ST_RDEV 1
  24395. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  24396. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  24397. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  24398. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  24399. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  24400. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  24401. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  24402. | #define HAVE_STRUCT_TIMEVAL 1
  24403. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  24404. | #define HAVE_STRUCT_TIMESPEC 1
  24405. | #define HAVE_STRUCT_TIMEZONE 1
  24406. | #define HAVE_INT8_T 1
  24407. | #define SIZEOF_INT8_T 1
  24408. | #define HAVE_UINT8_T 1
  24409. | #define SIZEOF_UINT8_T 1
  24410. | #define HAVE_INT16_T 1
  24411. | #define SIZEOF_INT16_T 2
  24412. | #define HAVE_UINT16_T 1
  24413. | #define SIZEOF_UINT16_T 2
  24414. | #define HAVE_INT32_T 1
  24415. | #define SIZEOF_INT32_T 4
  24416. | #define HAVE_UINT32_T 1
  24417. | #define SIZEOF_UINT32_T 4
  24418. | #define HAVE_INT64_T 1
  24419. | #define SIZEOF_INT64_T 8
  24420. | #define HAVE_UINT64_T 1
  24421. | #define SIZEOF_UINT64_T 8
  24422. | #define HAVE_INT128_T 1
  24423. | #define int128_t __int128
  24424. | #define SIZEOF_INT128_T SIZEOF___INT128
  24425. | #define HAVE_UINT128_T 1
  24426. | #define uint128_t unsigned __int128
  24427. | #define SIZEOF_UINT128_T SIZEOF___INT128
  24428. | #define HAVE_INTPTR_T 1
  24429. | #define SIZEOF_INTPTR_T 8
  24430. | #define HAVE_UINTPTR_T 1
  24431. | #define SIZEOF_UINTPTR_T 8
  24432. | #define HAVE_SSIZE_T 1
  24433. | #define SIZEOF_SSIZE_T 8
  24434. | #define GETGROUPS_T gid_t
  24435. | #define RETSIGTYPE void
  24436. | #define HAVE_ALLOCA_H 1
  24437. | #define HAVE_ALLOCA 1
  24438. | #define HAVE_ACOSH 1
  24439. | #define HAVE_CBRT 1
  24440. | #define HAVE_CRYPT 1
  24441. | #define HAVE_DUP2 1
  24442. | #define HAVE_ERF 1
  24443. | #define HAVE_FFS 1
  24444. | #define HAVE_FINITE 1
  24445. | #define HAVE_FLOCK 1
  24446. | #define HAVE_HYPOT 1
  24447. | #define HAVE_ISINF 1
  24448. | #define HAVE_ISNAN 1
  24449. | #define HAVE_LGAMMA_R 1
  24450. | #define HAVE_MEMMOVE 1
  24451. | #define HAVE_NEXTAFTER 1
  24452. | #define HAVE_STRCHR 1
  24453. | #define HAVE_STRERROR 1
  24454. | #define HAVE_STRLCAT 1
  24455. | #define HAVE_STRLCPY 1
  24456. | #define HAVE_STRSTR 1
  24457. | #define HAVE_TGAMMA 1
  24458. | #define SPT_TYPE SPT_REUSEARGV
  24459. | #define HAVE_SIGNBIT 1
  24460. | #define HAVE_FORK 1
  24461. | #define vfork fork
  24462. | #define HAVE_WORKING_FORK 1
  24463. | #define HAVE__LONGJMP 1
  24464. | #define HAVE_ARC4RANDOM_BUF 1
  24465. | #define HAVE_ATAN2L 1
  24466. | #define HAVE_ATAN2F 1
  24467. | #define HAVE_CHROOT 1
  24468. | #define HAVE_CLOCK_GETTIME 1
  24469. | #define HAVE_COSH 1
  24470. | #define HAVE_DIRFD 1
  24471. | #define HAVE_DLOPEN 1
  24472. | #define HAVE_DLADDR 1
  24473. | #define HAVE_DUP 1
  24474. | #define HAVE_ENDGRENT 1
  24475. | #define HAVE_FCHMOD 1
  24476. | #define HAVE_FCHOWN 1
  24477. | #define HAVE_FCNTL 1
  24478. | #define HAVE_FDOPENDIR 1
  24479. | #define HAVE_FGETATTRLIST 1
  24480. | #define HAVE_FMOD 1
  24481. | #define HAVE_FSTATAT 1
  24482. | #define HAVE_FSYNC 1
  24483. | #define HAVE_FTRUNCATE 1
  24484. | #define HAVE_GETATTRLIST 1
  24485. | #define HAVE_GETCWD 1
  24486. | #define HAVE_GETGRNAM 1
  24487. | #define HAVE_GETGRNAM_R 1
  24488. | #define HAVE_GETGROUPS 1
  24489. | #define HAVE_GETPGID 1
  24490. | #define HAVE_GETPGRP 1
  24491. | #define HAVE_GETPRIORITY 1
  24492. | #define HAVE_GETPWNAM_R 1
  24493. | #define HAVE_GETRLIMIT 1
  24494. | #define HAVE_GETSID 1
  24495. | #define HAVE_GETTIMEOFDAY 1
  24496. | #define HAVE_GMTIME_R 1
  24497. | #define HAVE_INITGROUPS 1
  24498. | #define HAVE_IOCTL 1
  24499. | #define HAVE_ISSETUGID 1
  24500. | #define HAVE_KILLPG 1
  24501. | #define HAVE_LCHMOD 1
  24502. | #define HAVE_LCHOWN 1
  24503. | #define HAVE_LINK 1
  24504. | #define HAVE_LLABS 1
  24505. | #define HAVE_LOCKF 1
  24506. | #define HAVE_LOG2 1
  24507. | #define HAVE_LSTAT 1
  24508. | #define HAVE_LUTIMES 1
  24509. | #define HAVE_MALLOC_SIZE 1
  24510. | #define HAVE_MBLEN 1
  24511. | #define HAVE_MEMSET_S 1
  24512. | #define HAVE_WRITEV 1
  24513. | #define HAVE_MKFIFO 1
  24514. | #define HAVE_MKNOD 1
  24515. | #define HAVE_MKTIME 1
  24516. | #define HAVE_OPENAT 1
  24517. | /* end confdefs.h. */
  24518. | /* Define pipe2 to an innocuous variant, in case <limits.h> declares pipe2.
  24519. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  24520. | #define pipe2 innocuous_pipe2
  24521. |
  24522. | /* System header to define __stub macros and hopefully few prototypes,
  24523. | which can conflict with char pipe2 (); below.
  24524. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  24525. | <limits.h> exists even on freestanding compilers. */
  24526. |
  24527. | #ifdef __STDC__
  24528. | # include <limits.h>
  24529. | #else
  24530. | # include <assert.h>
  24531. | #endif
  24532. |
  24533. | #undef pipe2
  24534. |
  24535. | /* Override any GCC internal prototype to avoid an error.
  24536. | Use char because int might match the return type of a GCC
  24537. | builtin and then its argument prototype would still apply. */
  24538. | #ifdef __cplusplus
  24539. | extern "C"
  24540. | #endif
  24541. | char pipe2 ();
  24542. | /* The GNU C library defines this for functions which it implements
  24543. | to always fail with ENOSYS. Some functions are actually named
  24544. | something starting with __ and the normal name is an alias. */
  24545. | #if defined __stub_pipe2 || defined __stub___pipe2
  24546. | choke me
  24547. | #endif
  24548. |
  24549. | int
  24550. | main ()
  24551. | {
  24552. | return pipe2 ();
  24553. | ;
  24554. | return 0;
  24555. | }
  24556. configure:21986: result: no
  24557. configure:21997: checking for poll
  24558. 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
  24559. configure:21997: $? = 0
  24560. configure:21997: result: yes
  24561. configure:22008: checking for posix_fadvise
  24562. 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
  24563. Undefined symbols for architecture x86_64:
  24564. "_posix_fadvise", referenced from:
  24565. _main in conftest-ec9f28.o
  24566. ld: symbol(s) not found for architecture x86_64
  24567. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  24568. configure:22008: $? = 1
  24569. configure: failed program was:
  24570. | /* confdefs.h */
  24571. | #define PACKAGE_NAME ""
  24572. | #define PACKAGE_TARNAME ""
  24573. | #define PACKAGE_VERSION ""
  24574. | #define PACKAGE_STRING ""
  24575. | #define PACKAGE_BUGREPORT ""
  24576. | #define PACKAGE_URL ""
  24577. | #define CANONICALIZATION_FOR_MATHN 1
  24578. | #define STDC_HEADERS 1
  24579. | #define HAVE_SYS_TYPES_H 1
  24580. | #define HAVE_SYS_STAT_H 1
  24581. | #define HAVE_STDLIB_H 1
  24582. | #define HAVE_STRING_H 1
  24583. | #define HAVE_MEMORY_H 1
  24584. | #define HAVE_STRINGS_H 1
  24585. | #define HAVE_INTTYPES_H 1
  24586. | #define HAVE_STDINT_H 1
  24587. | #define HAVE_UNISTD_H 1
  24588. | #define __EXTENSIONS__ 1
  24589. | #define _ALL_SOURCE 1
  24590. | #define _GNU_SOURCE 1
  24591. | #define _POSIX_PTHREAD_SEMANTICS 1
  24592. | #define _TANDEM_SOURCE 1
  24593. | #define HAVE_INFINITY 1
  24594. | #define HAVE_NAN 1
  24595. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  24596. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  24597. | #define BROKEN_CRYPT 1
  24598. | #define HAVE_CRT_EXTERNS_H 1
  24599. | #define HAVE_LIBDL 1
  24600. | #define HAVE_DIRENT_H 1
  24601. | #define HAVE__BOOL 1
  24602. | #define HAVE_STDBOOL_H 1
  24603. | #define HAVE_SYS_WAIT_H 1
  24604. | #define HAVE_GRP_H 1
  24605. | #define HAVE_FCNTL_H 1
  24606. | #define HAVE_FLOAT_H 1
  24607. | #define HAVE_LANGINFO_H 1
  24608. | #define HAVE_LIMITS_H 1
  24609. | #define HAVE_LOCALE_H 1
  24610. | #define HAVE_MALLOC_MALLOC_H 1
  24611. | #define HAVE_PWD_H 1
  24612. | #define HAVE_SYS_ATTR_H 1
  24613. | #define HAVE_SYS_FCNTL_H 1
  24614. | #define HAVE_SYS_FILE_H 1
  24615. | #define HAVE_SYS_IOCTL_H 1
  24616. | #define HAVE_SYS_PARAM_H 1
  24617. | #define HAVE_SYS_RESOURCE_H 1
  24618. | #define HAVE_SYS_SELECT_H 1
  24619. | #define HAVE_SYS_SOCKET_H 1
  24620. | #define HAVE_SYS_TIME_H 1
  24621. | #define HAVE_SYS_TIMES_H 1
  24622. | #define HAVE_SYS_UIO_H 1
  24623. | #define HAVE_TIME_H 1
  24624. | #define HAVE_UCONTEXT_H 1
  24625. | #define HAVE_UTIME_H 1
  24626. | #define HAVE_GMP_H 1
  24627. | #define HAVE_LIBGMP 1
  24628. | #define HAVE_TYPEOF 1
  24629. | #define HAVE_LONG_LONG 1
  24630. | #define HAVE_OFF_T 1
  24631. | #define SIZEOF_INT 4
  24632. | #define SIZEOF_SHORT 2
  24633. | #define SIZEOF_LONG 8
  24634. | #define SIZEOF_LONG_LONG 8
  24635. | #define SIZEOF___INT64 0
  24636. | #define SIZEOF___INT128 16
  24637. | #define SIZEOF_OFF_T 8
  24638. | #define SIZEOF_VOIDP 8
  24639. | #define SIZEOF_FLOAT 4
  24640. | #define SIZEOF_DOUBLE 8
  24641. | #define SIZEOF_TIME_T 8
  24642. | #define SIZEOF_CLOCK_T 8
  24643. | #define PACKED_STRUCT(x) x __attribute__((packed))
  24644. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  24645. | #define PRI_LL_PREFIX "ll"
  24646. | #define rb_pid_t pid_t
  24647. | #define SIGNEDNESS_OF_PID_T -1
  24648. | #define PIDT2NUM(v) INT2NUM(v)
  24649. | #define NUM2PIDT(v) NUM2INT(v)
  24650. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  24651. | #define rb_uid_t uid_t
  24652. | #define SIGNEDNESS_OF_UID_T +1
  24653. | #define UIDT2NUM(v) UINT2NUM(v)
  24654. | #define NUM2UIDT(v) NUM2UINT(v)
  24655. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  24656. | #define rb_gid_t gid_t
  24657. | #define SIGNEDNESS_OF_GID_T +1
  24658. | #define GIDT2NUM(v) UINT2NUM(v)
  24659. | #define NUM2GIDT(v) NUM2UINT(v)
  24660. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  24661. | #define rb_time_t time_t
  24662. | #define SIGNEDNESS_OF_TIME_T -1
  24663. | #define TIMET2NUM(v) LONG2NUM(v)
  24664. | #define NUM2TIMET(v) NUM2LONG(v)
  24665. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  24666. | #define rb_dev_t dev_t
  24667. | #define SIGNEDNESS_OF_DEV_T -1
  24668. | #define DEVT2NUM(v) INT2NUM(v)
  24669. | #define NUM2DEVT(v) NUM2INT(v)
  24670. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  24671. | #define rb_mode_t mode_t
  24672. | #define SIGNEDNESS_OF_MODE_T +1
  24673. | #define MODET2NUM(v) UINT2NUM(v)
  24674. | #define NUM2MODET(v) NUM2UINT(v)
  24675. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  24676. | #define rb_rlim_t rlim_t
  24677. | #define SIGNEDNESS_OF_RLIM_T +1
  24678. | #define RLIM2NUM(v) ULL2NUM(v)
  24679. | #define NUM2RLIM(v) NUM2ULL(v)
  24680. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  24681. | #define rb_off_t off_t
  24682. | #define SIGNEDNESS_OF_OFF_T -1
  24683. | #define OFFT2NUM(v) LL2NUM(v)
  24684. | #define NUM2OFFT(v) NUM2LL(v)
  24685. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  24686. | #define rb_clockid_t int
  24687. | #define SIGNEDNESS_OF_CLOCKID_T -1
  24688. | #define CLOCKID2NUM(v) INT2NUM(v)
  24689. | #define NUM2CLOCKID(v) NUM2INT(v)
  24690. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  24691. | #define HAVE_PROTOTYPES 1
  24692. | #define TOKEN_PASTE(x,y) x##y
  24693. | #define STRINGIZE(expr) STRINGIZE0(expr)
  24694. | #define HAVE_STDARG_PROTOTYPES 1
  24695. | #define HAVE_VA_ARGS_MACRO 1
  24696. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  24697. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  24698. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  24699. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  24700. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  24701. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  24702. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  24703. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  24704. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  24705. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  24706. | #define WEAK(x) __attribute__ ((__weak__)) x
  24707. | #define HAVE_FUNC_WEAK 1
  24708. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  24709. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  24710. | #define HAVE_GCC_SYNC_BUILTINS 1
  24711. | #define UNREACHABLE __builtin_unreachable()
  24712. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  24713. | #define RUBY_FUNCTION_NAME_STRING __func__
  24714. | #define ENUM_OVER_INT 1
  24715. | #define HAVE_DECL_SYS_NERR 1
  24716. | #define HAVE_DECL_GETENV 1
  24717. | #define SIZEOF_SIZE_T 8
  24718. | #define SIZEOF_PTRDIFF_T 8
  24719. | #define PRI_SIZE_PREFIX "z"
  24720. | #define PRI_PTRDIFF_PREFIX "t"
  24721. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  24722. | #define HAVE_ST_BLKSIZE 1
  24723. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  24724. | #define HAVE_ST_BLOCKS 1
  24725. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  24726. | #define HAVE_ST_RDEV 1
  24727. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  24728. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  24729. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  24730. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  24731. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  24732. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  24733. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  24734. | #define HAVE_STRUCT_TIMEVAL 1
  24735. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  24736. | #define HAVE_STRUCT_TIMESPEC 1
  24737. | #define HAVE_STRUCT_TIMEZONE 1
  24738. | #define HAVE_INT8_T 1
  24739. | #define SIZEOF_INT8_T 1
  24740. | #define HAVE_UINT8_T 1
  24741. | #define SIZEOF_UINT8_T 1
  24742. | #define HAVE_INT16_T 1
  24743. | #define SIZEOF_INT16_T 2
  24744. | #define HAVE_UINT16_T 1
  24745. | #define SIZEOF_UINT16_T 2
  24746. | #define HAVE_INT32_T 1
  24747. | #define SIZEOF_INT32_T 4
  24748. | #define HAVE_UINT32_T 1
  24749. | #define SIZEOF_UINT32_T 4
  24750. | #define HAVE_INT64_T 1
  24751. | #define SIZEOF_INT64_T 8
  24752. | #define HAVE_UINT64_T 1
  24753. | #define SIZEOF_UINT64_T 8
  24754. | #define HAVE_INT128_T 1
  24755. | #define int128_t __int128
  24756. | #define SIZEOF_INT128_T SIZEOF___INT128
  24757. | #define HAVE_UINT128_T 1
  24758. | #define uint128_t unsigned __int128
  24759. | #define SIZEOF_UINT128_T SIZEOF___INT128
  24760. | #define HAVE_INTPTR_T 1
  24761. | #define SIZEOF_INTPTR_T 8
  24762. | #define HAVE_UINTPTR_T 1
  24763. | #define SIZEOF_UINTPTR_T 8
  24764. | #define HAVE_SSIZE_T 1
  24765. | #define SIZEOF_SSIZE_T 8
  24766. | #define GETGROUPS_T gid_t
  24767. | #define RETSIGTYPE void
  24768. | #define HAVE_ALLOCA_H 1
  24769. | #define HAVE_ALLOCA 1
  24770. | #define HAVE_ACOSH 1
  24771. | #define HAVE_CBRT 1
  24772. | #define HAVE_CRYPT 1
  24773. | #define HAVE_DUP2 1
  24774. | #define HAVE_ERF 1
  24775. | #define HAVE_FFS 1
  24776. | #define HAVE_FINITE 1
  24777. | #define HAVE_FLOCK 1
  24778. | #define HAVE_HYPOT 1
  24779. | #define HAVE_ISINF 1
  24780. | #define HAVE_ISNAN 1
  24781. | #define HAVE_LGAMMA_R 1
  24782. | #define HAVE_MEMMOVE 1
  24783. | #define HAVE_NEXTAFTER 1
  24784. | #define HAVE_STRCHR 1
  24785. | #define HAVE_STRERROR 1
  24786. | #define HAVE_STRLCAT 1
  24787. | #define HAVE_STRLCPY 1
  24788. | #define HAVE_STRSTR 1
  24789. | #define HAVE_TGAMMA 1
  24790. | #define SPT_TYPE SPT_REUSEARGV
  24791. | #define HAVE_SIGNBIT 1
  24792. | #define HAVE_FORK 1
  24793. | #define vfork fork
  24794. | #define HAVE_WORKING_FORK 1
  24795. | #define HAVE__LONGJMP 1
  24796. | #define HAVE_ARC4RANDOM_BUF 1
  24797. | #define HAVE_ATAN2L 1
  24798. | #define HAVE_ATAN2F 1
  24799. | #define HAVE_CHROOT 1
  24800. | #define HAVE_CLOCK_GETTIME 1
  24801. | #define HAVE_COSH 1
  24802. | #define HAVE_DIRFD 1
  24803. | #define HAVE_DLOPEN 1
  24804. | #define HAVE_DLADDR 1
  24805. | #define HAVE_DUP 1
  24806. | #define HAVE_ENDGRENT 1
  24807. | #define HAVE_FCHMOD 1
  24808. | #define HAVE_FCHOWN 1
  24809. | #define HAVE_FCNTL 1
  24810. | #define HAVE_FDOPENDIR 1
  24811. | #define HAVE_FGETATTRLIST 1
  24812. | #define HAVE_FMOD 1
  24813. | #define HAVE_FSTATAT 1
  24814. | #define HAVE_FSYNC 1
  24815. | #define HAVE_FTRUNCATE 1
  24816. | #define HAVE_GETATTRLIST 1
  24817. | #define HAVE_GETCWD 1
  24818. | #define HAVE_GETGRNAM 1
  24819. | #define HAVE_GETGRNAM_R 1
  24820. | #define HAVE_GETGROUPS 1
  24821. | #define HAVE_GETPGID 1
  24822. | #define HAVE_GETPGRP 1
  24823. | #define HAVE_GETPRIORITY 1
  24824. | #define HAVE_GETPWNAM_R 1
  24825. | #define HAVE_GETRLIMIT 1
  24826. | #define HAVE_GETSID 1
  24827. | #define HAVE_GETTIMEOFDAY 1
  24828. | #define HAVE_GMTIME_R 1
  24829. | #define HAVE_INITGROUPS 1
  24830. | #define HAVE_IOCTL 1
  24831. | #define HAVE_ISSETUGID 1
  24832. | #define HAVE_KILLPG 1
  24833. | #define HAVE_LCHMOD 1
  24834. | #define HAVE_LCHOWN 1
  24835. | #define HAVE_LINK 1
  24836. | #define HAVE_LLABS 1
  24837. | #define HAVE_LOCKF 1
  24838. | #define HAVE_LOG2 1
  24839. | #define HAVE_LSTAT 1
  24840. | #define HAVE_LUTIMES 1
  24841. | #define HAVE_MALLOC_SIZE 1
  24842. | #define HAVE_MBLEN 1
  24843. | #define HAVE_MEMSET_S 1
  24844. | #define HAVE_WRITEV 1
  24845. | #define HAVE_MKFIFO 1
  24846. | #define HAVE_MKNOD 1
  24847. | #define HAVE_MKTIME 1
  24848. | #define HAVE_OPENAT 1
  24849. | #define HAVE_POLL 1
  24850. | /* end confdefs.h. */
  24851. | /* Define posix_fadvise to an innocuous variant, in case <limits.h> declares posix_fadvise.
  24852. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  24853. | #define posix_fadvise innocuous_posix_fadvise
  24854. |
  24855. | /* System header to define __stub macros and hopefully few prototypes,
  24856. | which can conflict with char posix_fadvise (); below.
  24857. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  24858. | <limits.h> exists even on freestanding compilers. */
  24859. |
  24860. | #ifdef __STDC__
  24861. | # include <limits.h>
  24862. | #else
  24863. | # include <assert.h>
  24864. | #endif
  24865. |
  24866. | #undef posix_fadvise
  24867. |
  24868. | /* Override any GCC internal prototype to avoid an error.
  24869. | Use char because int might match the return type of a GCC
  24870. | builtin and then its argument prototype would still apply. */
  24871. | #ifdef __cplusplus
  24872. | extern "C"
  24873. | #endif
  24874. | char posix_fadvise ();
  24875. | /* The GNU C library defines this for functions which it implements
  24876. | to always fail with ENOSYS. Some functions are actually named
  24877. | something starting with __ and the normal name is an alias. */
  24878. | #if defined __stub_posix_fadvise || defined __stub___posix_fadvise
  24879. | choke me
  24880. | #endif
  24881. |
  24882. | int
  24883. | main ()
  24884. | {
  24885. | return posix_fadvise ();
  24886. | ;
  24887. | return 0;
  24888. | }
  24889. configure:22008: result: no
  24890. configure:22019: checking for posix_memalign
  24891. 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
  24892. configure:22019: $? = 0
  24893. configure:22019: result: yes
  24894. configure:22030: checking for ppoll
  24895. 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
  24896. Undefined symbols for architecture x86_64:
  24897. "_ppoll", referenced from:
  24898. _main in conftest-0dae6a.o
  24899. ld: symbol(s) not found for architecture x86_64
  24900. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  24901. configure:22030: $? = 1
  24902. configure: failed program was:
  24903. | /* confdefs.h */
  24904. | #define PACKAGE_NAME ""
  24905. | #define PACKAGE_TARNAME ""
  24906. | #define PACKAGE_VERSION ""
  24907. | #define PACKAGE_STRING ""
  24908. | #define PACKAGE_BUGREPORT ""
  24909. | #define PACKAGE_URL ""
  24910. | #define CANONICALIZATION_FOR_MATHN 1
  24911. | #define STDC_HEADERS 1
  24912. | #define HAVE_SYS_TYPES_H 1
  24913. | #define HAVE_SYS_STAT_H 1
  24914. | #define HAVE_STDLIB_H 1
  24915. | #define HAVE_STRING_H 1
  24916. | #define HAVE_MEMORY_H 1
  24917. | #define HAVE_STRINGS_H 1
  24918. | #define HAVE_INTTYPES_H 1
  24919. | #define HAVE_STDINT_H 1
  24920. | #define HAVE_UNISTD_H 1
  24921. | #define __EXTENSIONS__ 1
  24922. | #define _ALL_SOURCE 1
  24923. | #define _GNU_SOURCE 1
  24924. | #define _POSIX_PTHREAD_SEMANTICS 1
  24925. | #define _TANDEM_SOURCE 1
  24926. | #define HAVE_INFINITY 1
  24927. | #define HAVE_NAN 1
  24928. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  24929. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  24930. | #define BROKEN_CRYPT 1
  24931. | #define HAVE_CRT_EXTERNS_H 1
  24932. | #define HAVE_LIBDL 1
  24933. | #define HAVE_DIRENT_H 1
  24934. | #define HAVE__BOOL 1
  24935. | #define HAVE_STDBOOL_H 1
  24936. | #define HAVE_SYS_WAIT_H 1
  24937. | #define HAVE_GRP_H 1
  24938. | #define HAVE_FCNTL_H 1
  24939. | #define HAVE_FLOAT_H 1
  24940. | #define HAVE_LANGINFO_H 1
  24941. | #define HAVE_LIMITS_H 1
  24942. | #define HAVE_LOCALE_H 1
  24943. | #define HAVE_MALLOC_MALLOC_H 1
  24944. | #define HAVE_PWD_H 1
  24945. | #define HAVE_SYS_ATTR_H 1
  24946. | #define HAVE_SYS_FCNTL_H 1
  24947. | #define HAVE_SYS_FILE_H 1
  24948. | #define HAVE_SYS_IOCTL_H 1
  24949. | #define HAVE_SYS_PARAM_H 1
  24950. | #define HAVE_SYS_RESOURCE_H 1
  24951. | #define HAVE_SYS_SELECT_H 1
  24952. | #define HAVE_SYS_SOCKET_H 1
  24953. | #define HAVE_SYS_TIME_H 1
  24954. | #define HAVE_SYS_TIMES_H 1
  24955. | #define HAVE_SYS_UIO_H 1
  24956. | #define HAVE_TIME_H 1
  24957. | #define HAVE_UCONTEXT_H 1
  24958. | #define HAVE_UTIME_H 1
  24959. | #define HAVE_GMP_H 1
  24960. | #define HAVE_LIBGMP 1
  24961. | #define HAVE_TYPEOF 1
  24962. | #define HAVE_LONG_LONG 1
  24963. | #define HAVE_OFF_T 1
  24964. | #define SIZEOF_INT 4
  24965. | #define SIZEOF_SHORT 2
  24966. | #define SIZEOF_LONG 8
  24967. | #define SIZEOF_LONG_LONG 8
  24968. | #define SIZEOF___INT64 0
  24969. | #define SIZEOF___INT128 16
  24970. | #define SIZEOF_OFF_T 8
  24971. | #define SIZEOF_VOIDP 8
  24972. | #define SIZEOF_FLOAT 4
  24973. | #define SIZEOF_DOUBLE 8
  24974. | #define SIZEOF_TIME_T 8
  24975. | #define SIZEOF_CLOCK_T 8
  24976. | #define PACKED_STRUCT(x) x __attribute__((packed))
  24977. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  24978. | #define PRI_LL_PREFIX "ll"
  24979. | #define rb_pid_t pid_t
  24980. | #define SIGNEDNESS_OF_PID_T -1
  24981. | #define PIDT2NUM(v) INT2NUM(v)
  24982. | #define NUM2PIDT(v) NUM2INT(v)
  24983. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  24984. | #define rb_uid_t uid_t
  24985. | #define SIGNEDNESS_OF_UID_T +1
  24986. | #define UIDT2NUM(v) UINT2NUM(v)
  24987. | #define NUM2UIDT(v) NUM2UINT(v)
  24988. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  24989. | #define rb_gid_t gid_t
  24990. | #define SIGNEDNESS_OF_GID_T +1
  24991. | #define GIDT2NUM(v) UINT2NUM(v)
  24992. | #define NUM2GIDT(v) NUM2UINT(v)
  24993. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  24994. | #define rb_time_t time_t
  24995. | #define SIGNEDNESS_OF_TIME_T -1
  24996. | #define TIMET2NUM(v) LONG2NUM(v)
  24997. | #define NUM2TIMET(v) NUM2LONG(v)
  24998. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  24999. | #define rb_dev_t dev_t
  25000. | #define SIGNEDNESS_OF_DEV_T -1
  25001. | #define DEVT2NUM(v) INT2NUM(v)
  25002. | #define NUM2DEVT(v) NUM2INT(v)
  25003. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  25004. | #define rb_mode_t mode_t
  25005. | #define SIGNEDNESS_OF_MODE_T +1
  25006. | #define MODET2NUM(v) UINT2NUM(v)
  25007. | #define NUM2MODET(v) NUM2UINT(v)
  25008. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  25009. | #define rb_rlim_t rlim_t
  25010. | #define SIGNEDNESS_OF_RLIM_T +1
  25011. | #define RLIM2NUM(v) ULL2NUM(v)
  25012. | #define NUM2RLIM(v) NUM2ULL(v)
  25013. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  25014. | #define rb_off_t off_t
  25015. | #define SIGNEDNESS_OF_OFF_T -1
  25016. | #define OFFT2NUM(v) LL2NUM(v)
  25017. | #define NUM2OFFT(v) NUM2LL(v)
  25018. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  25019. | #define rb_clockid_t int
  25020. | #define SIGNEDNESS_OF_CLOCKID_T -1
  25021. | #define CLOCKID2NUM(v) INT2NUM(v)
  25022. | #define NUM2CLOCKID(v) NUM2INT(v)
  25023. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  25024. | #define HAVE_PROTOTYPES 1
  25025. | #define TOKEN_PASTE(x,y) x##y
  25026. | #define STRINGIZE(expr) STRINGIZE0(expr)
  25027. | #define HAVE_STDARG_PROTOTYPES 1
  25028. | #define HAVE_VA_ARGS_MACRO 1
  25029. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  25030. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  25031. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  25032. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  25033. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  25034. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  25035. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  25036. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  25037. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  25038. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  25039. | #define WEAK(x) __attribute__ ((__weak__)) x
  25040. | #define HAVE_FUNC_WEAK 1
  25041. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  25042. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  25043. | #define HAVE_GCC_SYNC_BUILTINS 1
  25044. | #define UNREACHABLE __builtin_unreachable()
  25045. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  25046. | #define RUBY_FUNCTION_NAME_STRING __func__
  25047. | #define ENUM_OVER_INT 1
  25048. | #define HAVE_DECL_SYS_NERR 1
  25049. | #define HAVE_DECL_GETENV 1
  25050. | #define SIZEOF_SIZE_T 8
  25051. | #define SIZEOF_PTRDIFF_T 8
  25052. | #define PRI_SIZE_PREFIX "z"
  25053. | #define PRI_PTRDIFF_PREFIX "t"
  25054. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  25055. | #define HAVE_ST_BLKSIZE 1
  25056. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  25057. | #define HAVE_ST_BLOCKS 1
  25058. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  25059. | #define HAVE_ST_RDEV 1
  25060. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  25061. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  25062. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  25063. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  25064. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  25065. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  25066. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  25067. | #define HAVE_STRUCT_TIMEVAL 1
  25068. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  25069. | #define HAVE_STRUCT_TIMESPEC 1
  25070. | #define HAVE_STRUCT_TIMEZONE 1
  25071. | #define HAVE_INT8_T 1
  25072. | #define SIZEOF_INT8_T 1
  25073. | #define HAVE_UINT8_T 1
  25074. | #define SIZEOF_UINT8_T 1
  25075. | #define HAVE_INT16_T 1
  25076. | #define SIZEOF_INT16_T 2
  25077. | #define HAVE_UINT16_T 1
  25078. | #define SIZEOF_UINT16_T 2
  25079. | #define HAVE_INT32_T 1
  25080. | #define SIZEOF_INT32_T 4
  25081. | #define HAVE_UINT32_T 1
  25082. | #define SIZEOF_UINT32_T 4
  25083. | #define HAVE_INT64_T 1
  25084. | #define SIZEOF_INT64_T 8
  25085. | #define HAVE_UINT64_T 1
  25086. | #define SIZEOF_UINT64_T 8
  25087. | #define HAVE_INT128_T 1
  25088. | #define int128_t __int128
  25089. | #define SIZEOF_INT128_T SIZEOF___INT128
  25090. | #define HAVE_UINT128_T 1
  25091. | #define uint128_t unsigned __int128
  25092. | #define SIZEOF_UINT128_T SIZEOF___INT128
  25093. | #define HAVE_INTPTR_T 1
  25094. | #define SIZEOF_INTPTR_T 8
  25095. | #define HAVE_UINTPTR_T 1
  25096. | #define SIZEOF_UINTPTR_T 8
  25097. | #define HAVE_SSIZE_T 1
  25098. | #define SIZEOF_SSIZE_T 8
  25099. | #define GETGROUPS_T gid_t
  25100. | #define RETSIGTYPE void
  25101. | #define HAVE_ALLOCA_H 1
  25102. | #define HAVE_ALLOCA 1
  25103. | #define HAVE_ACOSH 1
  25104. | #define HAVE_CBRT 1
  25105. | #define HAVE_CRYPT 1
  25106. | #define HAVE_DUP2 1
  25107. | #define HAVE_ERF 1
  25108. | #define HAVE_FFS 1
  25109. | #define HAVE_FINITE 1
  25110. | #define HAVE_FLOCK 1
  25111. | #define HAVE_HYPOT 1
  25112. | #define HAVE_ISINF 1
  25113. | #define HAVE_ISNAN 1
  25114. | #define HAVE_LGAMMA_R 1
  25115. | #define HAVE_MEMMOVE 1
  25116. | #define HAVE_NEXTAFTER 1
  25117. | #define HAVE_STRCHR 1
  25118. | #define HAVE_STRERROR 1
  25119. | #define HAVE_STRLCAT 1
  25120. | #define HAVE_STRLCPY 1
  25121. | #define HAVE_STRSTR 1
  25122. | #define HAVE_TGAMMA 1
  25123. | #define SPT_TYPE SPT_REUSEARGV
  25124. | #define HAVE_SIGNBIT 1
  25125. | #define HAVE_FORK 1
  25126. | #define vfork fork
  25127. | #define HAVE_WORKING_FORK 1
  25128. | #define HAVE__LONGJMP 1
  25129. | #define HAVE_ARC4RANDOM_BUF 1
  25130. | #define HAVE_ATAN2L 1
  25131. | #define HAVE_ATAN2F 1
  25132. | #define HAVE_CHROOT 1
  25133. | #define HAVE_CLOCK_GETTIME 1
  25134. | #define HAVE_COSH 1
  25135. | #define HAVE_DIRFD 1
  25136. | #define HAVE_DLOPEN 1
  25137. | #define HAVE_DLADDR 1
  25138. | #define HAVE_DUP 1
  25139. | #define HAVE_ENDGRENT 1
  25140. | #define HAVE_FCHMOD 1
  25141. | #define HAVE_FCHOWN 1
  25142. | #define HAVE_FCNTL 1
  25143. | #define HAVE_FDOPENDIR 1
  25144. | #define HAVE_FGETATTRLIST 1
  25145. | #define HAVE_FMOD 1
  25146. | #define HAVE_FSTATAT 1
  25147. | #define HAVE_FSYNC 1
  25148. | #define HAVE_FTRUNCATE 1
  25149. | #define HAVE_GETATTRLIST 1
  25150. | #define HAVE_GETCWD 1
  25151. | #define HAVE_GETGRNAM 1
  25152. | #define HAVE_GETGRNAM_R 1
  25153. | #define HAVE_GETGROUPS 1
  25154. | #define HAVE_GETPGID 1
  25155. | #define HAVE_GETPGRP 1
  25156. | #define HAVE_GETPRIORITY 1
  25157. | #define HAVE_GETPWNAM_R 1
  25158. | #define HAVE_GETRLIMIT 1
  25159. | #define HAVE_GETSID 1
  25160. | #define HAVE_GETTIMEOFDAY 1
  25161. | #define HAVE_GMTIME_R 1
  25162. | #define HAVE_INITGROUPS 1
  25163. | #define HAVE_IOCTL 1
  25164. | #define HAVE_ISSETUGID 1
  25165. | #define HAVE_KILLPG 1
  25166. | #define HAVE_LCHMOD 1
  25167. | #define HAVE_LCHOWN 1
  25168. | #define HAVE_LINK 1
  25169. | #define HAVE_LLABS 1
  25170. | #define HAVE_LOCKF 1
  25171. | #define HAVE_LOG2 1
  25172. | #define HAVE_LSTAT 1
  25173. | #define HAVE_LUTIMES 1
  25174. | #define HAVE_MALLOC_SIZE 1
  25175. | #define HAVE_MBLEN 1
  25176. | #define HAVE_MEMSET_S 1
  25177. | #define HAVE_WRITEV 1
  25178. | #define HAVE_MKFIFO 1
  25179. | #define HAVE_MKNOD 1
  25180. | #define HAVE_MKTIME 1
  25181. | #define HAVE_OPENAT 1
  25182. | #define HAVE_POLL 1
  25183. | #define HAVE_POSIX_MEMALIGN 1
  25184. | /* end confdefs.h. */
  25185. | /* Define ppoll to an innocuous variant, in case <limits.h> declares ppoll.
  25186. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  25187. | #define ppoll innocuous_ppoll
  25188. |
  25189. | /* System header to define __stub macros and hopefully few prototypes,
  25190. | which can conflict with char ppoll (); below.
  25191. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  25192. | <limits.h> exists even on freestanding compilers. */
  25193. |
  25194. | #ifdef __STDC__
  25195. | # include <limits.h>
  25196. | #else
  25197. | # include <assert.h>
  25198. | #endif
  25199. |
  25200. | #undef ppoll
  25201. |
  25202. | /* Override any GCC internal prototype to avoid an error.
  25203. | Use char because int might match the return type of a GCC
  25204. | builtin and then its argument prototype would still apply. */
  25205. | #ifdef __cplusplus
  25206. | extern "C"
  25207. | #endif
  25208. | char ppoll ();
  25209. | /* The GNU C library defines this for functions which it implements
  25210. | to always fail with ENOSYS. Some functions are actually named
  25211. | something starting with __ and the normal name is an alias. */
  25212. | #if defined __stub_ppoll || defined __stub___ppoll
  25213. | choke me
  25214. | #endif
  25215. |
  25216. | int
  25217. | main ()
  25218. | {
  25219. | return ppoll ();
  25220. | ;
  25221. | return 0;
  25222. | }
  25223. configure:22030: result: no
  25224. configure:22041: checking for pread
  25225. 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
  25226. configure:22041: $? = 0
  25227. configure:22041: result: yes
  25228. configure:22052: checking for pwrite
  25229. 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
  25230. configure:22052: $? = 0
  25231. configure:22052: result: yes
  25232. configure:22063: checking for qsort_r
  25233. 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
  25234. configure:22063: $? = 0
  25235. configure:22063: result: yes
  25236. configure:22074: checking for qsort_s
  25237. 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
  25238. Undefined symbols for architecture x86_64:
  25239. "_qsort_s", referenced from:
  25240. _main in conftest-f02e51.o
  25241. ld: symbol(s) not found for architecture x86_64
  25242. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  25243. configure:22074: $? = 1
  25244. configure: failed program was:
  25245. | /* confdefs.h */
  25246. | #define PACKAGE_NAME ""
  25247. | #define PACKAGE_TARNAME ""
  25248. | #define PACKAGE_VERSION ""
  25249. | #define PACKAGE_STRING ""
  25250. | #define PACKAGE_BUGREPORT ""
  25251. | #define PACKAGE_URL ""
  25252. | #define CANONICALIZATION_FOR_MATHN 1
  25253. | #define STDC_HEADERS 1
  25254. | #define HAVE_SYS_TYPES_H 1
  25255. | #define HAVE_SYS_STAT_H 1
  25256. | #define HAVE_STDLIB_H 1
  25257. | #define HAVE_STRING_H 1
  25258. | #define HAVE_MEMORY_H 1
  25259. | #define HAVE_STRINGS_H 1
  25260. | #define HAVE_INTTYPES_H 1
  25261. | #define HAVE_STDINT_H 1
  25262. | #define HAVE_UNISTD_H 1
  25263. | #define __EXTENSIONS__ 1
  25264. | #define _ALL_SOURCE 1
  25265. | #define _GNU_SOURCE 1
  25266. | #define _POSIX_PTHREAD_SEMANTICS 1
  25267. | #define _TANDEM_SOURCE 1
  25268. | #define HAVE_INFINITY 1
  25269. | #define HAVE_NAN 1
  25270. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  25271. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  25272. | #define BROKEN_CRYPT 1
  25273. | #define HAVE_CRT_EXTERNS_H 1
  25274. | #define HAVE_LIBDL 1
  25275. | #define HAVE_DIRENT_H 1
  25276. | #define HAVE__BOOL 1
  25277. | #define HAVE_STDBOOL_H 1
  25278. | #define HAVE_SYS_WAIT_H 1
  25279. | #define HAVE_GRP_H 1
  25280. | #define HAVE_FCNTL_H 1
  25281. | #define HAVE_FLOAT_H 1
  25282. | #define HAVE_LANGINFO_H 1
  25283. | #define HAVE_LIMITS_H 1
  25284. | #define HAVE_LOCALE_H 1
  25285. | #define HAVE_MALLOC_MALLOC_H 1
  25286. | #define HAVE_PWD_H 1
  25287. | #define HAVE_SYS_ATTR_H 1
  25288. | #define HAVE_SYS_FCNTL_H 1
  25289. | #define HAVE_SYS_FILE_H 1
  25290. | #define HAVE_SYS_IOCTL_H 1
  25291. | #define HAVE_SYS_PARAM_H 1
  25292. | #define HAVE_SYS_RESOURCE_H 1
  25293. | #define HAVE_SYS_SELECT_H 1
  25294. | #define HAVE_SYS_SOCKET_H 1
  25295. | #define HAVE_SYS_TIME_H 1
  25296. | #define HAVE_SYS_TIMES_H 1
  25297. | #define HAVE_SYS_UIO_H 1
  25298. | #define HAVE_TIME_H 1
  25299. | #define HAVE_UCONTEXT_H 1
  25300. | #define HAVE_UTIME_H 1
  25301. | #define HAVE_GMP_H 1
  25302. | #define HAVE_LIBGMP 1
  25303. | #define HAVE_TYPEOF 1
  25304. | #define HAVE_LONG_LONG 1
  25305. | #define HAVE_OFF_T 1
  25306. | #define SIZEOF_INT 4
  25307. | #define SIZEOF_SHORT 2
  25308. | #define SIZEOF_LONG 8
  25309. | #define SIZEOF_LONG_LONG 8
  25310. | #define SIZEOF___INT64 0
  25311. | #define SIZEOF___INT128 16
  25312. | #define SIZEOF_OFF_T 8
  25313. | #define SIZEOF_VOIDP 8
  25314. | #define SIZEOF_FLOAT 4
  25315. | #define SIZEOF_DOUBLE 8
  25316. | #define SIZEOF_TIME_T 8
  25317. | #define SIZEOF_CLOCK_T 8
  25318. | #define PACKED_STRUCT(x) x __attribute__((packed))
  25319. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  25320. | #define PRI_LL_PREFIX "ll"
  25321. | #define rb_pid_t pid_t
  25322. | #define SIGNEDNESS_OF_PID_T -1
  25323. | #define PIDT2NUM(v) INT2NUM(v)
  25324. | #define NUM2PIDT(v) NUM2INT(v)
  25325. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  25326. | #define rb_uid_t uid_t
  25327. | #define SIGNEDNESS_OF_UID_T +1
  25328. | #define UIDT2NUM(v) UINT2NUM(v)
  25329. | #define NUM2UIDT(v) NUM2UINT(v)
  25330. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  25331. | #define rb_gid_t gid_t
  25332. | #define SIGNEDNESS_OF_GID_T +1
  25333. | #define GIDT2NUM(v) UINT2NUM(v)
  25334. | #define NUM2GIDT(v) NUM2UINT(v)
  25335. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  25336. | #define rb_time_t time_t
  25337. | #define SIGNEDNESS_OF_TIME_T -1
  25338. | #define TIMET2NUM(v) LONG2NUM(v)
  25339. | #define NUM2TIMET(v) NUM2LONG(v)
  25340. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  25341. | #define rb_dev_t dev_t
  25342. | #define SIGNEDNESS_OF_DEV_T -1
  25343. | #define DEVT2NUM(v) INT2NUM(v)
  25344. | #define NUM2DEVT(v) NUM2INT(v)
  25345. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  25346. | #define rb_mode_t mode_t
  25347. | #define SIGNEDNESS_OF_MODE_T +1
  25348. | #define MODET2NUM(v) UINT2NUM(v)
  25349. | #define NUM2MODET(v) NUM2UINT(v)
  25350. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  25351. | #define rb_rlim_t rlim_t
  25352. | #define SIGNEDNESS_OF_RLIM_T +1
  25353. | #define RLIM2NUM(v) ULL2NUM(v)
  25354. | #define NUM2RLIM(v) NUM2ULL(v)
  25355. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  25356. | #define rb_off_t off_t
  25357. | #define SIGNEDNESS_OF_OFF_T -1
  25358. | #define OFFT2NUM(v) LL2NUM(v)
  25359. | #define NUM2OFFT(v) NUM2LL(v)
  25360. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  25361. | #define rb_clockid_t int
  25362. | #define SIGNEDNESS_OF_CLOCKID_T -1
  25363. | #define CLOCKID2NUM(v) INT2NUM(v)
  25364. | #define NUM2CLOCKID(v) NUM2INT(v)
  25365. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  25366. | #define HAVE_PROTOTYPES 1
  25367. | #define TOKEN_PASTE(x,y) x##y
  25368. | #define STRINGIZE(expr) STRINGIZE0(expr)
  25369. | #define HAVE_STDARG_PROTOTYPES 1
  25370. | #define HAVE_VA_ARGS_MACRO 1
  25371. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  25372. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  25373. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  25374. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  25375. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  25376. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  25377. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  25378. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  25379. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  25380. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  25381. | #define WEAK(x) __attribute__ ((__weak__)) x
  25382. | #define HAVE_FUNC_WEAK 1
  25383. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  25384. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  25385. | #define HAVE_GCC_SYNC_BUILTINS 1
  25386. | #define UNREACHABLE __builtin_unreachable()
  25387. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  25388. | #define RUBY_FUNCTION_NAME_STRING __func__
  25389. | #define ENUM_OVER_INT 1
  25390. | #define HAVE_DECL_SYS_NERR 1
  25391. | #define HAVE_DECL_GETENV 1
  25392. | #define SIZEOF_SIZE_T 8
  25393. | #define SIZEOF_PTRDIFF_T 8
  25394. | #define PRI_SIZE_PREFIX "z"
  25395. | #define PRI_PTRDIFF_PREFIX "t"
  25396. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  25397. | #define HAVE_ST_BLKSIZE 1
  25398. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  25399. | #define HAVE_ST_BLOCKS 1
  25400. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  25401. | #define HAVE_ST_RDEV 1
  25402. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  25403. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  25404. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  25405. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  25406. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  25407. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  25408. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  25409. | #define HAVE_STRUCT_TIMEVAL 1
  25410. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  25411. | #define HAVE_STRUCT_TIMESPEC 1
  25412. | #define HAVE_STRUCT_TIMEZONE 1
  25413. | #define HAVE_INT8_T 1
  25414. | #define SIZEOF_INT8_T 1
  25415. | #define HAVE_UINT8_T 1
  25416. | #define SIZEOF_UINT8_T 1
  25417. | #define HAVE_INT16_T 1
  25418. | #define SIZEOF_INT16_T 2
  25419. | #define HAVE_UINT16_T 1
  25420. | #define SIZEOF_UINT16_T 2
  25421. | #define HAVE_INT32_T 1
  25422. | #define SIZEOF_INT32_T 4
  25423. | #define HAVE_UINT32_T 1
  25424. | #define SIZEOF_UINT32_T 4
  25425. | #define HAVE_INT64_T 1
  25426. | #define SIZEOF_INT64_T 8
  25427. | #define HAVE_UINT64_T 1
  25428. | #define SIZEOF_UINT64_T 8
  25429. | #define HAVE_INT128_T 1
  25430. | #define int128_t __int128
  25431. | #define SIZEOF_INT128_T SIZEOF___INT128
  25432. | #define HAVE_UINT128_T 1
  25433. | #define uint128_t unsigned __int128
  25434. | #define SIZEOF_UINT128_T SIZEOF___INT128
  25435. | #define HAVE_INTPTR_T 1
  25436. | #define SIZEOF_INTPTR_T 8
  25437. | #define HAVE_UINTPTR_T 1
  25438. | #define SIZEOF_UINTPTR_T 8
  25439. | #define HAVE_SSIZE_T 1
  25440. | #define SIZEOF_SSIZE_T 8
  25441. | #define GETGROUPS_T gid_t
  25442. | #define RETSIGTYPE void
  25443. | #define HAVE_ALLOCA_H 1
  25444. | #define HAVE_ALLOCA 1
  25445. | #define HAVE_ACOSH 1
  25446. | #define HAVE_CBRT 1
  25447. | #define HAVE_CRYPT 1
  25448. | #define HAVE_DUP2 1
  25449. | #define HAVE_ERF 1
  25450. | #define HAVE_FFS 1
  25451. | #define HAVE_FINITE 1
  25452. | #define HAVE_FLOCK 1
  25453. | #define HAVE_HYPOT 1
  25454. | #define HAVE_ISINF 1
  25455. | #define HAVE_ISNAN 1
  25456. | #define HAVE_LGAMMA_R 1
  25457. | #define HAVE_MEMMOVE 1
  25458. | #define HAVE_NEXTAFTER 1
  25459. | #define HAVE_STRCHR 1
  25460. | #define HAVE_STRERROR 1
  25461. | #define HAVE_STRLCAT 1
  25462. | #define HAVE_STRLCPY 1
  25463. | #define HAVE_STRSTR 1
  25464. | #define HAVE_TGAMMA 1
  25465. | #define SPT_TYPE SPT_REUSEARGV
  25466. | #define HAVE_SIGNBIT 1
  25467. | #define HAVE_FORK 1
  25468. | #define vfork fork
  25469. | #define HAVE_WORKING_FORK 1
  25470. | #define HAVE__LONGJMP 1
  25471. | #define HAVE_ARC4RANDOM_BUF 1
  25472. | #define HAVE_ATAN2L 1
  25473. | #define HAVE_ATAN2F 1
  25474. | #define HAVE_CHROOT 1
  25475. | #define HAVE_CLOCK_GETTIME 1
  25476. | #define HAVE_COSH 1
  25477. | #define HAVE_DIRFD 1
  25478. | #define HAVE_DLOPEN 1
  25479. | #define HAVE_DLADDR 1
  25480. | #define HAVE_DUP 1
  25481. | #define HAVE_ENDGRENT 1
  25482. | #define HAVE_FCHMOD 1
  25483. | #define HAVE_FCHOWN 1
  25484. | #define HAVE_FCNTL 1
  25485. | #define HAVE_FDOPENDIR 1
  25486. | #define HAVE_FGETATTRLIST 1
  25487. | #define HAVE_FMOD 1
  25488. | #define HAVE_FSTATAT 1
  25489. | #define HAVE_FSYNC 1
  25490. | #define HAVE_FTRUNCATE 1
  25491. | #define HAVE_GETATTRLIST 1
  25492. | #define HAVE_GETCWD 1
  25493. | #define HAVE_GETGRNAM 1
  25494. | #define HAVE_GETGRNAM_R 1
  25495. | #define HAVE_GETGROUPS 1
  25496. | #define HAVE_GETPGID 1
  25497. | #define HAVE_GETPGRP 1
  25498. | #define HAVE_GETPRIORITY 1
  25499. | #define HAVE_GETPWNAM_R 1
  25500. | #define HAVE_GETRLIMIT 1
  25501. | #define HAVE_GETSID 1
  25502. | #define HAVE_GETTIMEOFDAY 1
  25503. | #define HAVE_GMTIME_R 1
  25504. | #define HAVE_INITGROUPS 1
  25505. | #define HAVE_IOCTL 1
  25506. | #define HAVE_ISSETUGID 1
  25507. | #define HAVE_KILLPG 1
  25508. | #define HAVE_LCHMOD 1
  25509. | #define HAVE_LCHOWN 1
  25510. | #define HAVE_LINK 1
  25511. | #define HAVE_LLABS 1
  25512. | #define HAVE_LOCKF 1
  25513. | #define HAVE_LOG2 1
  25514. | #define HAVE_LSTAT 1
  25515. | #define HAVE_LUTIMES 1
  25516. | #define HAVE_MALLOC_SIZE 1
  25517. | #define HAVE_MBLEN 1
  25518. | #define HAVE_MEMSET_S 1
  25519. | #define HAVE_WRITEV 1
  25520. | #define HAVE_MKFIFO 1
  25521. | #define HAVE_MKNOD 1
  25522. | #define HAVE_MKTIME 1
  25523. | #define HAVE_OPENAT 1
  25524. | #define HAVE_POLL 1
  25525. | #define HAVE_POSIX_MEMALIGN 1
  25526. | #define HAVE_PREAD 1
  25527. | #define HAVE_PWRITE 1
  25528. | #define HAVE_QSORT_R 1
  25529. | /* end confdefs.h. */
  25530. | /* Define qsort_s to an innocuous variant, in case <limits.h> declares qsort_s.
  25531. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  25532. | #define qsort_s innocuous_qsort_s
  25533. |
  25534. | /* System header to define __stub macros and hopefully few prototypes,
  25535. | which can conflict with char qsort_s (); below.
  25536. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  25537. | <limits.h> exists even on freestanding compilers. */
  25538. |
  25539. | #ifdef __STDC__
  25540. | # include <limits.h>
  25541. | #else
  25542. | # include <assert.h>
  25543. | #endif
  25544. |
  25545. | #undef qsort_s
  25546. |
  25547. | /* Override any GCC internal prototype to avoid an error.
  25548. | Use char because int might match the return type of a GCC
  25549. | builtin and then its argument prototype would still apply. */
  25550. | #ifdef __cplusplus
  25551. | extern "C"
  25552. | #endif
  25553. | char qsort_s ();
  25554. | /* The GNU C library defines this for functions which it implements
  25555. | to always fail with ENOSYS. Some functions are actually named
  25556. | something starting with __ and the normal name is an alias. */
  25557. | #if defined __stub_qsort_s || defined __stub___qsort_s
  25558. | choke me
  25559. | #endif
  25560. |
  25561. | int
  25562. | main ()
  25563. | {
  25564. | return qsort_s ();
  25565. | ;
  25566. | return 0;
  25567. | }
  25568. configure:22074: result: no
  25569. configure:22085: checking for readlink
  25570. 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
  25571. configure:22085: $? = 0
  25572. configure:22085: result: yes
  25573. configure:22096: checking for round
  25574. 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
  25575. conftest.c:310:6: warning: incompatible redeclaration of library function 'round' [-Wincompatible-library-redeclaration]
  25576. char round ();
  25577. ^
  25578. conftest.c:310:6: note: 'round' is a builtin with type 'double (double)'
  25579. 1 warning generated.
  25580. configure:22096: $? = 0
  25581. configure:22096: result: yes
  25582. configure:22107: checking for sched_getaffinity
  25583. 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
  25584. Undefined symbols for architecture x86_64:
  25585. "_sched_getaffinity", referenced from:
  25586. _main in conftest-b06777.o
  25587. ld: symbol(s) not found for architecture x86_64
  25588. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  25589. configure:22107: $? = 1
  25590. configure: failed program was:
  25591. | /* confdefs.h */
  25592. | #define PACKAGE_NAME ""
  25593. | #define PACKAGE_TARNAME ""
  25594. | #define PACKAGE_VERSION ""
  25595. | #define PACKAGE_STRING ""
  25596. | #define PACKAGE_BUGREPORT ""
  25597. | #define PACKAGE_URL ""
  25598. | #define CANONICALIZATION_FOR_MATHN 1
  25599. | #define STDC_HEADERS 1
  25600. | #define HAVE_SYS_TYPES_H 1
  25601. | #define HAVE_SYS_STAT_H 1
  25602. | #define HAVE_STDLIB_H 1
  25603. | #define HAVE_STRING_H 1
  25604. | #define HAVE_MEMORY_H 1
  25605. | #define HAVE_STRINGS_H 1
  25606. | #define HAVE_INTTYPES_H 1
  25607. | #define HAVE_STDINT_H 1
  25608. | #define HAVE_UNISTD_H 1
  25609. | #define __EXTENSIONS__ 1
  25610. | #define _ALL_SOURCE 1
  25611. | #define _GNU_SOURCE 1
  25612. | #define _POSIX_PTHREAD_SEMANTICS 1
  25613. | #define _TANDEM_SOURCE 1
  25614. | #define HAVE_INFINITY 1
  25615. | #define HAVE_NAN 1
  25616. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  25617. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  25618. | #define BROKEN_CRYPT 1
  25619. | #define HAVE_CRT_EXTERNS_H 1
  25620. | #define HAVE_LIBDL 1
  25621. | #define HAVE_DIRENT_H 1
  25622. | #define HAVE__BOOL 1
  25623. | #define HAVE_STDBOOL_H 1
  25624. | #define HAVE_SYS_WAIT_H 1
  25625. | #define HAVE_GRP_H 1
  25626. | #define HAVE_FCNTL_H 1
  25627. | #define HAVE_FLOAT_H 1
  25628. | #define HAVE_LANGINFO_H 1
  25629. | #define HAVE_LIMITS_H 1
  25630. | #define HAVE_LOCALE_H 1
  25631. | #define HAVE_MALLOC_MALLOC_H 1
  25632. | #define HAVE_PWD_H 1
  25633. | #define HAVE_SYS_ATTR_H 1
  25634. | #define HAVE_SYS_FCNTL_H 1
  25635. | #define HAVE_SYS_FILE_H 1
  25636. | #define HAVE_SYS_IOCTL_H 1
  25637. | #define HAVE_SYS_PARAM_H 1
  25638. | #define HAVE_SYS_RESOURCE_H 1
  25639. | #define HAVE_SYS_SELECT_H 1
  25640. | #define HAVE_SYS_SOCKET_H 1
  25641. | #define HAVE_SYS_TIME_H 1
  25642. | #define HAVE_SYS_TIMES_H 1
  25643. | #define HAVE_SYS_UIO_H 1
  25644. | #define HAVE_TIME_H 1
  25645. | #define HAVE_UCONTEXT_H 1
  25646. | #define HAVE_UTIME_H 1
  25647. | #define HAVE_GMP_H 1
  25648. | #define HAVE_LIBGMP 1
  25649. | #define HAVE_TYPEOF 1
  25650. | #define HAVE_LONG_LONG 1
  25651. | #define HAVE_OFF_T 1
  25652. | #define SIZEOF_INT 4
  25653. | #define SIZEOF_SHORT 2
  25654. | #define SIZEOF_LONG 8
  25655. | #define SIZEOF_LONG_LONG 8
  25656. | #define SIZEOF___INT64 0
  25657. | #define SIZEOF___INT128 16
  25658. | #define SIZEOF_OFF_T 8
  25659. | #define SIZEOF_VOIDP 8
  25660. | #define SIZEOF_FLOAT 4
  25661. | #define SIZEOF_DOUBLE 8
  25662. | #define SIZEOF_TIME_T 8
  25663. | #define SIZEOF_CLOCK_T 8
  25664. | #define PACKED_STRUCT(x) x __attribute__((packed))
  25665. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  25666. | #define PRI_LL_PREFIX "ll"
  25667. | #define rb_pid_t pid_t
  25668. | #define SIGNEDNESS_OF_PID_T -1
  25669. | #define PIDT2NUM(v) INT2NUM(v)
  25670. | #define NUM2PIDT(v) NUM2INT(v)
  25671. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  25672. | #define rb_uid_t uid_t
  25673. | #define SIGNEDNESS_OF_UID_T +1
  25674. | #define UIDT2NUM(v) UINT2NUM(v)
  25675. | #define NUM2UIDT(v) NUM2UINT(v)
  25676. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  25677. | #define rb_gid_t gid_t
  25678. | #define SIGNEDNESS_OF_GID_T +1
  25679. | #define GIDT2NUM(v) UINT2NUM(v)
  25680. | #define NUM2GIDT(v) NUM2UINT(v)
  25681. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  25682. | #define rb_time_t time_t
  25683. | #define SIGNEDNESS_OF_TIME_T -1
  25684. | #define TIMET2NUM(v) LONG2NUM(v)
  25685. | #define NUM2TIMET(v) NUM2LONG(v)
  25686. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  25687. | #define rb_dev_t dev_t
  25688. | #define SIGNEDNESS_OF_DEV_T -1
  25689. | #define DEVT2NUM(v) INT2NUM(v)
  25690. | #define NUM2DEVT(v) NUM2INT(v)
  25691. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  25692. | #define rb_mode_t mode_t
  25693. | #define SIGNEDNESS_OF_MODE_T +1
  25694. | #define MODET2NUM(v) UINT2NUM(v)
  25695. | #define NUM2MODET(v) NUM2UINT(v)
  25696. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  25697. | #define rb_rlim_t rlim_t
  25698. | #define SIGNEDNESS_OF_RLIM_T +1
  25699. | #define RLIM2NUM(v) ULL2NUM(v)
  25700. | #define NUM2RLIM(v) NUM2ULL(v)
  25701. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  25702. | #define rb_off_t off_t
  25703. | #define SIGNEDNESS_OF_OFF_T -1
  25704. | #define OFFT2NUM(v) LL2NUM(v)
  25705. | #define NUM2OFFT(v) NUM2LL(v)
  25706. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  25707. | #define rb_clockid_t int
  25708. | #define SIGNEDNESS_OF_CLOCKID_T -1
  25709. | #define CLOCKID2NUM(v) INT2NUM(v)
  25710. | #define NUM2CLOCKID(v) NUM2INT(v)
  25711. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  25712. | #define HAVE_PROTOTYPES 1
  25713. | #define TOKEN_PASTE(x,y) x##y
  25714. | #define STRINGIZE(expr) STRINGIZE0(expr)
  25715. | #define HAVE_STDARG_PROTOTYPES 1
  25716. | #define HAVE_VA_ARGS_MACRO 1
  25717. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  25718. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  25719. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  25720. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  25721. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  25722. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  25723. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  25724. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  25725. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  25726. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  25727. | #define WEAK(x) __attribute__ ((__weak__)) x
  25728. | #define HAVE_FUNC_WEAK 1
  25729. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  25730. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  25731. | #define HAVE_GCC_SYNC_BUILTINS 1
  25732. | #define UNREACHABLE __builtin_unreachable()
  25733. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  25734. | #define RUBY_FUNCTION_NAME_STRING __func__
  25735. | #define ENUM_OVER_INT 1
  25736. | #define HAVE_DECL_SYS_NERR 1
  25737. | #define HAVE_DECL_GETENV 1
  25738. | #define SIZEOF_SIZE_T 8
  25739. | #define SIZEOF_PTRDIFF_T 8
  25740. | #define PRI_SIZE_PREFIX "z"
  25741. | #define PRI_PTRDIFF_PREFIX "t"
  25742. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  25743. | #define HAVE_ST_BLKSIZE 1
  25744. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  25745. | #define HAVE_ST_BLOCKS 1
  25746. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  25747. | #define HAVE_ST_RDEV 1
  25748. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  25749. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  25750. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  25751. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  25752. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  25753. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  25754. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  25755. | #define HAVE_STRUCT_TIMEVAL 1
  25756. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  25757. | #define HAVE_STRUCT_TIMESPEC 1
  25758. | #define HAVE_STRUCT_TIMEZONE 1
  25759. | #define HAVE_INT8_T 1
  25760. | #define SIZEOF_INT8_T 1
  25761. | #define HAVE_UINT8_T 1
  25762. | #define SIZEOF_UINT8_T 1
  25763. | #define HAVE_INT16_T 1
  25764. | #define SIZEOF_INT16_T 2
  25765. | #define HAVE_UINT16_T 1
  25766. | #define SIZEOF_UINT16_T 2
  25767. | #define HAVE_INT32_T 1
  25768. | #define SIZEOF_INT32_T 4
  25769. | #define HAVE_UINT32_T 1
  25770. | #define SIZEOF_UINT32_T 4
  25771. | #define HAVE_INT64_T 1
  25772. | #define SIZEOF_INT64_T 8
  25773. | #define HAVE_UINT64_T 1
  25774. | #define SIZEOF_UINT64_T 8
  25775. | #define HAVE_INT128_T 1
  25776. | #define int128_t __int128
  25777. | #define SIZEOF_INT128_T SIZEOF___INT128
  25778. | #define HAVE_UINT128_T 1
  25779. | #define uint128_t unsigned __int128
  25780. | #define SIZEOF_UINT128_T SIZEOF___INT128
  25781. | #define HAVE_INTPTR_T 1
  25782. | #define SIZEOF_INTPTR_T 8
  25783. | #define HAVE_UINTPTR_T 1
  25784. | #define SIZEOF_UINTPTR_T 8
  25785. | #define HAVE_SSIZE_T 1
  25786. | #define SIZEOF_SSIZE_T 8
  25787. | #define GETGROUPS_T gid_t
  25788. | #define RETSIGTYPE void
  25789. | #define HAVE_ALLOCA_H 1
  25790. | #define HAVE_ALLOCA 1
  25791. | #define HAVE_ACOSH 1
  25792. | #define HAVE_CBRT 1
  25793. | #define HAVE_CRYPT 1
  25794. | #define HAVE_DUP2 1
  25795. | #define HAVE_ERF 1
  25796. | #define HAVE_FFS 1
  25797. | #define HAVE_FINITE 1
  25798. | #define HAVE_FLOCK 1
  25799. | #define HAVE_HYPOT 1
  25800. | #define HAVE_ISINF 1
  25801. | #define HAVE_ISNAN 1
  25802. | #define HAVE_LGAMMA_R 1
  25803. | #define HAVE_MEMMOVE 1
  25804. | #define HAVE_NEXTAFTER 1
  25805. | #define HAVE_STRCHR 1
  25806. | #define HAVE_STRERROR 1
  25807. | #define HAVE_STRLCAT 1
  25808. | #define HAVE_STRLCPY 1
  25809. | #define HAVE_STRSTR 1
  25810. | #define HAVE_TGAMMA 1
  25811. | #define SPT_TYPE SPT_REUSEARGV
  25812. | #define HAVE_SIGNBIT 1
  25813. | #define HAVE_FORK 1
  25814. | #define vfork fork
  25815. | #define HAVE_WORKING_FORK 1
  25816. | #define HAVE__LONGJMP 1
  25817. | #define HAVE_ARC4RANDOM_BUF 1
  25818. | #define HAVE_ATAN2L 1
  25819. | #define HAVE_ATAN2F 1
  25820. | #define HAVE_CHROOT 1
  25821. | #define HAVE_CLOCK_GETTIME 1
  25822. | #define HAVE_COSH 1
  25823. | #define HAVE_DIRFD 1
  25824. | #define HAVE_DLOPEN 1
  25825. | #define HAVE_DLADDR 1
  25826. | #define HAVE_DUP 1
  25827. | #define HAVE_ENDGRENT 1
  25828. | #define HAVE_FCHMOD 1
  25829. | #define HAVE_FCHOWN 1
  25830. | #define HAVE_FCNTL 1
  25831. | #define HAVE_FDOPENDIR 1
  25832. | #define HAVE_FGETATTRLIST 1
  25833. | #define HAVE_FMOD 1
  25834. | #define HAVE_FSTATAT 1
  25835. | #define HAVE_FSYNC 1
  25836. | #define HAVE_FTRUNCATE 1
  25837. | #define HAVE_GETATTRLIST 1
  25838. | #define HAVE_GETCWD 1
  25839. | #define HAVE_GETGRNAM 1
  25840. | #define HAVE_GETGRNAM_R 1
  25841. | #define HAVE_GETGROUPS 1
  25842. | #define HAVE_GETPGID 1
  25843. | #define HAVE_GETPGRP 1
  25844. | #define HAVE_GETPRIORITY 1
  25845. | #define HAVE_GETPWNAM_R 1
  25846. | #define HAVE_GETRLIMIT 1
  25847. | #define HAVE_GETSID 1
  25848. | #define HAVE_GETTIMEOFDAY 1
  25849. | #define HAVE_GMTIME_R 1
  25850. | #define HAVE_INITGROUPS 1
  25851. | #define HAVE_IOCTL 1
  25852. | #define HAVE_ISSETUGID 1
  25853. | #define HAVE_KILLPG 1
  25854. | #define HAVE_LCHMOD 1
  25855. | #define HAVE_LCHOWN 1
  25856. | #define HAVE_LINK 1
  25857. | #define HAVE_LLABS 1
  25858. | #define HAVE_LOCKF 1
  25859. | #define HAVE_LOG2 1
  25860. | #define HAVE_LSTAT 1
  25861. | #define HAVE_LUTIMES 1
  25862. | #define HAVE_MALLOC_SIZE 1
  25863. | #define HAVE_MBLEN 1
  25864. | #define HAVE_MEMSET_S 1
  25865. | #define HAVE_WRITEV 1
  25866. | #define HAVE_MKFIFO 1
  25867. | #define HAVE_MKNOD 1
  25868. | #define HAVE_MKTIME 1
  25869. | #define HAVE_OPENAT 1
  25870. | #define HAVE_POLL 1
  25871. | #define HAVE_POSIX_MEMALIGN 1
  25872. | #define HAVE_PREAD 1
  25873. | #define HAVE_PWRITE 1
  25874. | #define HAVE_QSORT_R 1
  25875. | #define HAVE_READLINK 1
  25876. | #define HAVE_ROUND 1
  25877. | /* end confdefs.h. */
  25878. | /* Define sched_getaffinity to an innocuous variant, in case <limits.h> declares sched_getaffinity.
  25879. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  25880. | #define sched_getaffinity innocuous_sched_getaffinity
  25881. |
  25882. | /* System header to define __stub macros and hopefully few prototypes,
  25883. | which can conflict with char sched_getaffinity (); below.
  25884. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  25885. | <limits.h> exists even on freestanding compilers. */
  25886. |
  25887. | #ifdef __STDC__
  25888. | # include <limits.h>
  25889. | #else
  25890. | # include <assert.h>
  25891. | #endif
  25892. |
  25893. | #undef sched_getaffinity
  25894. |
  25895. | /* Override any GCC internal prototype to avoid an error.
  25896. | Use char because int might match the return type of a GCC
  25897. | builtin and then its argument prototype would still apply. */
  25898. | #ifdef __cplusplus
  25899. | extern "C"
  25900. | #endif
  25901. | char sched_getaffinity ();
  25902. | /* The GNU C library defines this for functions which it implements
  25903. | to always fail with ENOSYS. Some functions are actually named
  25904. | something starting with __ and the normal name is an alias. */
  25905. | #if defined __stub_sched_getaffinity || defined __stub___sched_getaffinity
  25906. | choke me
  25907. | #endif
  25908. |
  25909. | int
  25910. | main ()
  25911. | {
  25912. | return sched_getaffinity ();
  25913. | ;
  25914. | return 0;
  25915. | }
  25916. configure:22107: result: no
  25917. configure:22118: checking for seekdir
  25918. 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
  25919. configure:22118: $? = 0
  25920. configure:22118: result: yes
  25921. configure:22129: checking for select_large_fdset
  25922. 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
  25923. Undefined symbols for architecture x86_64:
  25924. "_select_large_fdset", referenced from:
  25925. _main in conftest-741e94.o
  25926. ld: symbol(s) not found for architecture x86_64
  25927. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  25928. configure:22129: $? = 1
  25929. configure: failed program was:
  25930. | /* confdefs.h */
  25931. | #define PACKAGE_NAME ""
  25932. | #define PACKAGE_TARNAME ""
  25933. | #define PACKAGE_VERSION ""
  25934. | #define PACKAGE_STRING ""
  25935. | #define PACKAGE_BUGREPORT ""
  25936. | #define PACKAGE_URL ""
  25937. | #define CANONICALIZATION_FOR_MATHN 1
  25938. | #define STDC_HEADERS 1
  25939. | #define HAVE_SYS_TYPES_H 1
  25940. | #define HAVE_SYS_STAT_H 1
  25941. | #define HAVE_STDLIB_H 1
  25942. | #define HAVE_STRING_H 1
  25943. | #define HAVE_MEMORY_H 1
  25944. | #define HAVE_STRINGS_H 1
  25945. | #define HAVE_INTTYPES_H 1
  25946. | #define HAVE_STDINT_H 1
  25947. | #define HAVE_UNISTD_H 1
  25948. | #define __EXTENSIONS__ 1
  25949. | #define _ALL_SOURCE 1
  25950. | #define _GNU_SOURCE 1
  25951. | #define _POSIX_PTHREAD_SEMANTICS 1
  25952. | #define _TANDEM_SOURCE 1
  25953. | #define HAVE_INFINITY 1
  25954. | #define HAVE_NAN 1
  25955. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  25956. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  25957. | #define BROKEN_CRYPT 1
  25958. | #define HAVE_CRT_EXTERNS_H 1
  25959. | #define HAVE_LIBDL 1
  25960. | #define HAVE_DIRENT_H 1
  25961. | #define HAVE__BOOL 1
  25962. | #define HAVE_STDBOOL_H 1
  25963. | #define HAVE_SYS_WAIT_H 1
  25964. | #define HAVE_GRP_H 1
  25965. | #define HAVE_FCNTL_H 1
  25966. | #define HAVE_FLOAT_H 1
  25967. | #define HAVE_LANGINFO_H 1
  25968. | #define HAVE_LIMITS_H 1
  25969. | #define HAVE_LOCALE_H 1
  25970. | #define HAVE_MALLOC_MALLOC_H 1
  25971. | #define HAVE_PWD_H 1
  25972. | #define HAVE_SYS_ATTR_H 1
  25973. | #define HAVE_SYS_FCNTL_H 1
  25974. | #define HAVE_SYS_FILE_H 1
  25975. | #define HAVE_SYS_IOCTL_H 1
  25976. | #define HAVE_SYS_PARAM_H 1
  25977. | #define HAVE_SYS_RESOURCE_H 1
  25978. | #define HAVE_SYS_SELECT_H 1
  25979. | #define HAVE_SYS_SOCKET_H 1
  25980. | #define HAVE_SYS_TIME_H 1
  25981. | #define HAVE_SYS_TIMES_H 1
  25982. | #define HAVE_SYS_UIO_H 1
  25983. | #define HAVE_TIME_H 1
  25984. | #define HAVE_UCONTEXT_H 1
  25985. | #define HAVE_UTIME_H 1
  25986. | #define HAVE_GMP_H 1
  25987. | #define HAVE_LIBGMP 1
  25988. | #define HAVE_TYPEOF 1
  25989. | #define HAVE_LONG_LONG 1
  25990. | #define HAVE_OFF_T 1
  25991. | #define SIZEOF_INT 4
  25992. | #define SIZEOF_SHORT 2
  25993. | #define SIZEOF_LONG 8
  25994. | #define SIZEOF_LONG_LONG 8
  25995. | #define SIZEOF___INT64 0
  25996. | #define SIZEOF___INT128 16
  25997. | #define SIZEOF_OFF_T 8
  25998. | #define SIZEOF_VOIDP 8
  25999. | #define SIZEOF_FLOAT 4
  26000. | #define SIZEOF_DOUBLE 8
  26001. | #define SIZEOF_TIME_T 8
  26002. | #define SIZEOF_CLOCK_T 8
  26003. | #define PACKED_STRUCT(x) x __attribute__((packed))
  26004. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  26005. | #define PRI_LL_PREFIX "ll"
  26006. | #define rb_pid_t pid_t
  26007. | #define SIGNEDNESS_OF_PID_T -1
  26008. | #define PIDT2NUM(v) INT2NUM(v)
  26009. | #define NUM2PIDT(v) NUM2INT(v)
  26010. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  26011. | #define rb_uid_t uid_t
  26012. | #define SIGNEDNESS_OF_UID_T +1
  26013. | #define UIDT2NUM(v) UINT2NUM(v)
  26014. | #define NUM2UIDT(v) NUM2UINT(v)
  26015. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  26016. | #define rb_gid_t gid_t
  26017. | #define SIGNEDNESS_OF_GID_T +1
  26018. | #define GIDT2NUM(v) UINT2NUM(v)
  26019. | #define NUM2GIDT(v) NUM2UINT(v)
  26020. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  26021. | #define rb_time_t time_t
  26022. | #define SIGNEDNESS_OF_TIME_T -1
  26023. | #define TIMET2NUM(v) LONG2NUM(v)
  26024. | #define NUM2TIMET(v) NUM2LONG(v)
  26025. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  26026. | #define rb_dev_t dev_t
  26027. | #define SIGNEDNESS_OF_DEV_T -1
  26028. | #define DEVT2NUM(v) INT2NUM(v)
  26029. | #define NUM2DEVT(v) NUM2INT(v)
  26030. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  26031. | #define rb_mode_t mode_t
  26032. | #define SIGNEDNESS_OF_MODE_T +1
  26033. | #define MODET2NUM(v) UINT2NUM(v)
  26034. | #define NUM2MODET(v) NUM2UINT(v)
  26035. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  26036. | #define rb_rlim_t rlim_t
  26037. | #define SIGNEDNESS_OF_RLIM_T +1
  26038. | #define RLIM2NUM(v) ULL2NUM(v)
  26039. | #define NUM2RLIM(v) NUM2ULL(v)
  26040. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  26041. | #define rb_off_t off_t
  26042. | #define SIGNEDNESS_OF_OFF_T -1
  26043. | #define OFFT2NUM(v) LL2NUM(v)
  26044. | #define NUM2OFFT(v) NUM2LL(v)
  26045. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  26046. | #define rb_clockid_t int
  26047. | #define SIGNEDNESS_OF_CLOCKID_T -1
  26048. | #define CLOCKID2NUM(v) INT2NUM(v)
  26049. | #define NUM2CLOCKID(v) NUM2INT(v)
  26050. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  26051. | #define HAVE_PROTOTYPES 1
  26052. | #define TOKEN_PASTE(x,y) x##y
  26053. | #define STRINGIZE(expr) STRINGIZE0(expr)
  26054. | #define HAVE_STDARG_PROTOTYPES 1
  26055. | #define HAVE_VA_ARGS_MACRO 1
  26056. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  26057. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  26058. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  26059. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  26060. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  26061. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  26062. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  26063. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  26064. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  26065. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  26066. | #define WEAK(x) __attribute__ ((__weak__)) x
  26067. | #define HAVE_FUNC_WEAK 1
  26068. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  26069. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  26070. | #define HAVE_GCC_SYNC_BUILTINS 1
  26071. | #define UNREACHABLE __builtin_unreachable()
  26072. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  26073. | #define RUBY_FUNCTION_NAME_STRING __func__
  26074. | #define ENUM_OVER_INT 1
  26075. | #define HAVE_DECL_SYS_NERR 1
  26076. | #define HAVE_DECL_GETENV 1
  26077. | #define SIZEOF_SIZE_T 8
  26078. | #define SIZEOF_PTRDIFF_T 8
  26079. | #define PRI_SIZE_PREFIX "z"
  26080. | #define PRI_PTRDIFF_PREFIX "t"
  26081. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  26082. | #define HAVE_ST_BLKSIZE 1
  26083. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  26084. | #define HAVE_ST_BLOCKS 1
  26085. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  26086. | #define HAVE_ST_RDEV 1
  26087. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  26088. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  26089. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  26090. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  26091. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  26092. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  26093. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  26094. | #define HAVE_STRUCT_TIMEVAL 1
  26095. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  26096. | #define HAVE_STRUCT_TIMESPEC 1
  26097. | #define HAVE_STRUCT_TIMEZONE 1
  26098. | #define HAVE_INT8_T 1
  26099. | #define SIZEOF_INT8_T 1
  26100. | #define HAVE_UINT8_T 1
  26101. | #define SIZEOF_UINT8_T 1
  26102. | #define HAVE_INT16_T 1
  26103. | #define SIZEOF_INT16_T 2
  26104. | #define HAVE_UINT16_T 1
  26105. | #define SIZEOF_UINT16_T 2
  26106. | #define HAVE_INT32_T 1
  26107. | #define SIZEOF_INT32_T 4
  26108. | #define HAVE_UINT32_T 1
  26109. | #define SIZEOF_UINT32_T 4
  26110. | #define HAVE_INT64_T 1
  26111. | #define SIZEOF_INT64_T 8
  26112. | #define HAVE_UINT64_T 1
  26113. | #define SIZEOF_UINT64_T 8
  26114. | #define HAVE_INT128_T 1
  26115. | #define int128_t __int128
  26116. | #define SIZEOF_INT128_T SIZEOF___INT128
  26117. | #define HAVE_UINT128_T 1
  26118. | #define uint128_t unsigned __int128
  26119. | #define SIZEOF_UINT128_T SIZEOF___INT128
  26120. | #define HAVE_INTPTR_T 1
  26121. | #define SIZEOF_INTPTR_T 8
  26122. | #define HAVE_UINTPTR_T 1
  26123. | #define SIZEOF_UINTPTR_T 8
  26124. | #define HAVE_SSIZE_T 1
  26125. | #define SIZEOF_SSIZE_T 8
  26126. | #define GETGROUPS_T gid_t
  26127. | #define RETSIGTYPE void
  26128. | #define HAVE_ALLOCA_H 1
  26129. | #define HAVE_ALLOCA 1
  26130. | #define HAVE_ACOSH 1
  26131. | #define HAVE_CBRT 1
  26132. | #define HAVE_CRYPT 1
  26133. | #define HAVE_DUP2 1
  26134. | #define HAVE_ERF 1
  26135. | #define HAVE_FFS 1
  26136. | #define HAVE_FINITE 1
  26137. | #define HAVE_FLOCK 1
  26138. | #define HAVE_HYPOT 1
  26139. | #define HAVE_ISINF 1
  26140. | #define HAVE_ISNAN 1
  26141. | #define HAVE_LGAMMA_R 1
  26142. | #define HAVE_MEMMOVE 1
  26143. | #define HAVE_NEXTAFTER 1
  26144. | #define HAVE_STRCHR 1
  26145. | #define HAVE_STRERROR 1
  26146. | #define HAVE_STRLCAT 1
  26147. | #define HAVE_STRLCPY 1
  26148. | #define HAVE_STRSTR 1
  26149. | #define HAVE_TGAMMA 1
  26150. | #define SPT_TYPE SPT_REUSEARGV
  26151. | #define HAVE_SIGNBIT 1
  26152. | #define HAVE_FORK 1
  26153. | #define vfork fork
  26154. | #define HAVE_WORKING_FORK 1
  26155. | #define HAVE__LONGJMP 1
  26156. | #define HAVE_ARC4RANDOM_BUF 1
  26157. | #define HAVE_ATAN2L 1
  26158. | #define HAVE_ATAN2F 1
  26159. | #define HAVE_CHROOT 1
  26160. | #define HAVE_CLOCK_GETTIME 1
  26161. | #define HAVE_COSH 1
  26162. | #define HAVE_DIRFD 1
  26163. | #define HAVE_DLOPEN 1
  26164. | #define HAVE_DLADDR 1
  26165. | #define HAVE_DUP 1
  26166. | #define HAVE_ENDGRENT 1
  26167. | #define HAVE_FCHMOD 1
  26168. | #define HAVE_FCHOWN 1
  26169. | #define HAVE_FCNTL 1
  26170. | #define HAVE_FDOPENDIR 1
  26171. | #define HAVE_FGETATTRLIST 1
  26172. | #define HAVE_FMOD 1
  26173. | #define HAVE_FSTATAT 1
  26174. | #define HAVE_FSYNC 1
  26175. | #define HAVE_FTRUNCATE 1
  26176. | #define HAVE_GETATTRLIST 1
  26177. | #define HAVE_GETCWD 1
  26178. | #define HAVE_GETGRNAM 1
  26179. | #define HAVE_GETGRNAM_R 1
  26180. | #define HAVE_GETGROUPS 1
  26181. | #define HAVE_GETPGID 1
  26182. | #define HAVE_GETPGRP 1
  26183. | #define HAVE_GETPRIORITY 1
  26184. | #define HAVE_GETPWNAM_R 1
  26185. | #define HAVE_GETRLIMIT 1
  26186. | #define HAVE_GETSID 1
  26187. | #define HAVE_GETTIMEOFDAY 1
  26188. | #define HAVE_GMTIME_R 1
  26189. | #define HAVE_INITGROUPS 1
  26190. | #define HAVE_IOCTL 1
  26191. | #define HAVE_ISSETUGID 1
  26192. | #define HAVE_KILLPG 1
  26193. | #define HAVE_LCHMOD 1
  26194. | #define HAVE_LCHOWN 1
  26195. | #define HAVE_LINK 1
  26196. | #define HAVE_LLABS 1
  26197. | #define HAVE_LOCKF 1
  26198. | #define HAVE_LOG2 1
  26199. | #define HAVE_LSTAT 1
  26200. | #define HAVE_LUTIMES 1
  26201. | #define HAVE_MALLOC_SIZE 1
  26202. | #define HAVE_MBLEN 1
  26203. | #define HAVE_MEMSET_S 1
  26204. | #define HAVE_WRITEV 1
  26205. | #define HAVE_MKFIFO 1
  26206. | #define HAVE_MKNOD 1
  26207. | #define HAVE_MKTIME 1
  26208. | #define HAVE_OPENAT 1
  26209. | #define HAVE_POLL 1
  26210. | #define HAVE_POSIX_MEMALIGN 1
  26211. | #define HAVE_PREAD 1
  26212. | #define HAVE_PWRITE 1
  26213. | #define HAVE_QSORT_R 1
  26214. | #define HAVE_READLINK 1
  26215. | #define HAVE_ROUND 1
  26216. | #define HAVE_SEEKDIR 1
  26217. | /* end confdefs.h. */
  26218. | /* Define select_large_fdset to an innocuous variant, in case <limits.h> declares select_large_fdset.
  26219. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  26220. | #define select_large_fdset innocuous_select_large_fdset
  26221. |
  26222. | /* System header to define __stub macros and hopefully few prototypes,
  26223. | which can conflict with char select_large_fdset (); below.
  26224. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  26225. | <limits.h> exists even on freestanding compilers. */
  26226. |
  26227. | #ifdef __STDC__
  26228. | # include <limits.h>
  26229. | #else
  26230. | # include <assert.h>
  26231. | #endif
  26232. |
  26233. | #undef select_large_fdset
  26234. |
  26235. | /* Override any GCC internal prototype to avoid an error.
  26236. | Use char because int might match the return type of a GCC
  26237. | builtin and then its argument prototype would still apply. */
  26238. | #ifdef __cplusplus
  26239. | extern "C"
  26240. | #endif
  26241. | char select_large_fdset ();
  26242. | /* The GNU C library defines this for functions which it implements
  26243. | to always fail with ENOSYS. Some functions are actually named
  26244. | something starting with __ and the normal name is an alias. */
  26245. | #if defined __stub_select_large_fdset || defined __stub___select_large_fdset
  26246. | choke me
  26247. | #endif
  26248. |
  26249. | int
  26250. | main ()
  26251. | {
  26252. | return select_large_fdset ();
  26253. | ;
  26254. | return 0;
  26255. | }
  26256. configure:22129: result: no
  26257. configure:22140: checking for sendfile
  26258. 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
  26259. configure:22140: $? = 0
  26260. configure:22140: result: yes
  26261. configure:22151: checking for setegid
  26262. 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
  26263. configure:22151: $? = 0
  26264. configure:22151: result: yes
  26265. configure:22162: checking for setenv
  26266. 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
  26267. configure:22162: $? = 0
  26268. configure:22162: result: yes
  26269. configure:22173: checking for seteuid
  26270. 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
  26271. configure:22173: $? = 0
  26272. configure:22173: result: yes
  26273. configure:22184: checking for setgid
  26274. 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
  26275. configure:22184: $? = 0
  26276. configure:22184: result: yes
  26277. configure:22195: checking for setgroups
  26278. 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
  26279. configure:22195: $? = 0
  26280. configure:22195: result: yes
  26281. configure:22206: checking for setpgid
  26282. 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
  26283. configure:22206: $? = 0
  26284. configure:22206: result: yes
  26285. configure:22217: checking for setpgrp
  26286. 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
  26287. configure:22217: $? = 0
  26288. configure:22217: result: yes
  26289. configure:22228: checking for setregid
  26290. 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
  26291. configure:22228: $? = 0
  26292. configure:22228: result: yes
  26293. configure:22239: checking for setresgid
  26294. 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
  26295. Undefined symbols for architecture x86_64:
  26296. "_setresgid", referenced from:
  26297. _main in conftest-7a8c32.o
  26298. ld: symbol(s) not found for architecture x86_64
  26299. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  26300. configure:22239: $? = 1
  26301. configure: failed program was:
  26302. | /* confdefs.h */
  26303. | #define PACKAGE_NAME ""
  26304. | #define PACKAGE_TARNAME ""
  26305. | #define PACKAGE_VERSION ""
  26306. | #define PACKAGE_STRING ""
  26307. | #define PACKAGE_BUGREPORT ""
  26308. | #define PACKAGE_URL ""
  26309. | #define CANONICALIZATION_FOR_MATHN 1
  26310. | #define STDC_HEADERS 1
  26311. | #define HAVE_SYS_TYPES_H 1
  26312. | #define HAVE_SYS_STAT_H 1
  26313. | #define HAVE_STDLIB_H 1
  26314. | #define HAVE_STRING_H 1
  26315. | #define HAVE_MEMORY_H 1
  26316. | #define HAVE_STRINGS_H 1
  26317. | #define HAVE_INTTYPES_H 1
  26318. | #define HAVE_STDINT_H 1
  26319. | #define HAVE_UNISTD_H 1
  26320. | #define __EXTENSIONS__ 1
  26321. | #define _ALL_SOURCE 1
  26322. | #define _GNU_SOURCE 1
  26323. | #define _POSIX_PTHREAD_SEMANTICS 1
  26324. | #define _TANDEM_SOURCE 1
  26325. | #define HAVE_INFINITY 1
  26326. | #define HAVE_NAN 1
  26327. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  26328. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  26329. | #define BROKEN_CRYPT 1
  26330. | #define HAVE_CRT_EXTERNS_H 1
  26331. | #define HAVE_LIBDL 1
  26332. | #define HAVE_DIRENT_H 1
  26333. | #define HAVE__BOOL 1
  26334. | #define HAVE_STDBOOL_H 1
  26335. | #define HAVE_SYS_WAIT_H 1
  26336. | #define HAVE_GRP_H 1
  26337. | #define HAVE_FCNTL_H 1
  26338. | #define HAVE_FLOAT_H 1
  26339. | #define HAVE_LANGINFO_H 1
  26340. | #define HAVE_LIMITS_H 1
  26341. | #define HAVE_LOCALE_H 1
  26342. | #define HAVE_MALLOC_MALLOC_H 1
  26343. | #define HAVE_PWD_H 1
  26344. | #define HAVE_SYS_ATTR_H 1
  26345. | #define HAVE_SYS_FCNTL_H 1
  26346. | #define HAVE_SYS_FILE_H 1
  26347. | #define HAVE_SYS_IOCTL_H 1
  26348. | #define HAVE_SYS_PARAM_H 1
  26349. | #define HAVE_SYS_RESOURCE_H 1
  26350. | #define HAVE_SYS_SELECT_H 1
  26351. | #define HAVE_SYS_SOCKET_H 1
  26352. | #define HAVE_SYS_TIME_H 1
  26353. | #define HAVE_SYS_TIMES_H 1
  26354. | #define HAVE_SYS_UIO_H 1
  26355. | #define HAVE_TIME_H 1
  26356. | #define HAVE_UCONTEXT_H 1
  26357. | #define HAVE_UTIME_H 1
  26358. | #define HAVE_GMP_H 1
  26359. | #define HAVE_LIBGMP 1
  26360. | #define HAVE_TYPEOF 1
  26361. | #define HAVE_LONG_LONG 1
  26362. | #define HAVE_OFF_T 1
  26363. | #define SIZEOF_INT 4
  26364. | #define SIZEOF_SHORT 2
  26365. | #define SIZEOF_LONG 8
  26366. | #define SIZEOF_LONG_LONG 8
  26367. | #define SIZEOF___INT64 0
  26368. | #define SIZEOF___INT128 16
  26369. | #define SIZEOF_OFF_T 8
  26370. | #define SIZEOF_VOIDP 8
  26371. | #define SIZEOF_FLOAT 4
  26372. | #define SIZEOF_DOUBLE 8
  26373. | #define SIZEOF_TIME_T 8
  26374. | #define SIZEOF_CLOCK_T 8
  26375. | #define PACKED_STRUCT(x) x __attribute__((packed))
  26376. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  26377. | #define PRI_LL_PREFIX "ll"
  26378. | #define rb_pid_t pid_t
  26379. | #define SIGNEDNESS_OF_PID_T -1
  26380. | #define PIDT2NUM(v) INT2NUM(v)
  26381. | #define NUM2PIDT(v) NUM2INT(v)
  26382. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  26383. | #define rb_uid_t uid_t
  26384. | #define SIGNEDNESS_OF_UID_T +1
  26385. | #define UIDT2NUM(v) UINT2NUM(v)
  26386. | #define NUM2UIDT(v) NUM2UINT(v)
  26387. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  26388. | #define rb_gid_t gid_t
  26389. | #define SIGNEDNESS_OF_GID_T +1
  26390. | #define GIDT2NUM(v) UINT2NUM(v)
  26391. | #define NUM2GIDT(v) NUM2UINT(v)
  26392. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  26393. | #define rb_time_t time_t
  26394. | #define SIGNEDNESS_OF_TIME_T -1
  26395. | #define TIMET2NUM(v) LONG2NUM(v)
  26396. | #define NUM2TIMET(v) NUM2LONG(v)
  26397. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  26398. | #define rb_dev_t dev_t
  26399. | #define SIGNEDNESS_OF_DEV_T -1
  26400. | #define DEVT2NUM(v) INT2NUM(v)
  26401. | #define NUM2DEVT(v) NUM2INT(v)
  26402. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  26403. | #define rb_mode_t mode_t
  26404. | #define SIGNEDNESS_OF_MODE_T +1
  26405. | #define MODET2NUM(v) UINT2NUM(v)
  26406. | #define NUM2MODET(v) NUM2UINT(v)
  26407. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  26408. | #define rb_rlim_t rlim_t
  26409. | #define SIGNEDNESS_OF_RLIM_T +1
  26410. | #define RLIM2NUM(v) ULL2NUM(v)
  26411. | #define NUM2RLIM(v) NUM2ULL(v)
  26412. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  26413. | #define rb_off_t off_t
  26414. | #define SIGNEDNESS_OF_OFF_T -1
  26415. | #define OFFT2NUM(v) LL2NUM(v)
  26416. | #define NUM2OFFT(v) NUM2LL(v)
  26417. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  26418. | #define rb_clockid_t int
  26419. | #define SIGNEDNESS_OF_CLOCKID_T -1
  26420. | #define CLOCKID2NUM(v) INT2NUM(v)
  26421. | #define NUM2CLOCKID(v) NUM2INT(v)
  26422. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  26423. | #define HAVE_PROTOTYPES 1
  26424. | #define TOKEN_PASTE(x,y) x##y
  26425. | #define STRINGIZE(expr) STRINGIZE0(expr)
  26426. | #define HAVE_STDARG_PROTOTYPES 1
  26427. | #define HAVE_VA_ARGS_MACRO 1
  26428. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  26429. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  26430. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  26431. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  26432. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  26433. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  26434. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  26435. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  26436. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  26437. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  26438. | #define WEAK(x) __attribute__ ((__weak__)) x
  26439. | #define HAVE_FUNC_WEAK 1
  26440. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  26441. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  26442. | #define HAVE_GCC_SYNC_BUILTINS 1
  26443. | #define UNREACHABLE __builtin_unreachable()
  26444. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  26445. | #define RUBY_FUNCTION_NAME_STRING __func__
  26446. | #define ENUM_OVER_INT 1
  26447. | #define HAVE_DECL_SYS_NERR 1
  26448. | #define HAVE_DECL_GETENV 1
  26449. | #define SIZEOF_SIZE_T 8
  26450. | #define SIZEOF_PTRDIFF_T 8
  26451. | #define PRI_SIZE_PREFIX "z"
  26452. | #define PRI_PTRDIFF_PREFIX "t"
  26453. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  26454. | #define HAVE_ST_BLKSIZE 1
  26455. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  26456. | #define HAVE_ST_BLOCKS 1
  26457. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  26458. | #define HAVE_ST_RDEV 1
  26459. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  26460. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  26461. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  26462. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  26463. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  26464. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  26465. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  26466. | #define HAVE_STRUCT_TIMEVAL 1
  26467. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  26468. | #define HAVE_STRUCT_TIMESPEC 1
  26469. | #define HAVE_STRUCT_TIMEZONE 1
  26470. | #define HAVE_INT8_T 1
  26471. | #define SIZEOF_INT8_T 1
  26472. | #define HAVE_UINT8_T 1
  26473. | #define SIZEOF_UINT8_T 1
  26474. | #define HAVE_INT16_T 1
  26475. | #define SIZEOF_INT16_T 2
  26476. | #define HAVE_UINT16_T 1
  26477. | #define SIZEOF_UINT16_T 2
  26478. | #define HAVE_INT32_T 1
  26479. | #define SIZEOF_INT32_T 4
  26480. | #define HAVE_UINT32_T 1
  26481. | #define SIZEOF_UINT32_T 4
  26482. | #define HAVE_INT64_T 1
  26483. | #define SIZEOF_INT64_T 8
  26484. | #define HAVE_UINT64_T 1
  26485. | #define SIZEOF_UINT64_T 8
  26486. | #define HAVE_INT128_T 1
  26487. | #define int128_t __int128
  26488. | #define SIZEOF_INT128_T SIZEOF___INT128
  26489. | #define HAVE_UINT128_T 1
  26490. | #define uint128_t unsigned __int128
  26491. | #define SIZEOF_UINT128_T SIZEOF___INT128
  26492. | #define HAVE_INTPTR_T 1
  26493. | #define SIZEOF_INTPTR_T 8
  26494. | #define HAVE_UINTPTR_T 1
  26495. | #define SIZEOF_UINTPTR_T 8
  26496. | #define HAVE_SSIZE_T 1
  26497. | #define SIZEOF_SSIZE_T 8
  26498. | #define GETGROUPS_T gid_t
  26499. | #define RETSIGTYPE void
  26500. | #define HAVE_ALLOCA_H 1
  26501. | #define HAVE_ALLOCA 1
  26502. | #define HAVE_ACOSH 1
  26503. | #define HAVE_CBRT 1
  26504. | #define HAVE_CRYPT 1
  26505. | #define HAVE_DUP2 1
  26506. | #define HAVE_ERF 1
  26507. | #define HAVE_FFS 1
  26508. | #define HAVE_FINITE 1
  26509. | #define HAVE_FLOCK 1
  26510. | #define HAVE_HYPOT 1
  26511. | #define HAVE_ISINF 1
  26512. | #define HAVE_ISNAN 1
  26513. | #define HAVE_LGAMMA_R 1
  26514. | #define HAVE_MEMMOVE 1
  26515. | #define HAVE_NEXTAFTER 1
  26516. | #define HAVE_STRCHR 1
  26517. | #define HAVE_STRERROR 1
  26518. | #define HAVE_STRLCAT 1
  26519. | #define HAVE_STRLCPY 1
  26520. | #define HAVE_STRSTR 1
  26521. | #define HAVE_TGAMMA 1
  26522. | #define SPT_TYPE SPT_REUSEARGV
  26523. | #define HAVE_SIGNBIT 1
  26524. | #define HAVE_FORK 1
  26525. | #define vfork fork
  26526. | #define HAVE_WORKING_FORK 1
  26527. | #define HAVE__LONGJMP 1
  26528. | #define HAVE_ARC4RANDOM_BUF 1
  26529. | #define HAVE_ATAN2L 1
  26530. | #define HAVE_ATAN2F 1
  26531. | #define HAVE_CHROOT 1
  26532. | #define HAVE_CLOCK_GETTIME 1
  26533. | #define HAVE_COSH 1
  26534. | #define HAVE_DIRFD 1
  26535. | #define HAVE_DLOPEN 1
  26536. | #define HAVE_DLADDR 1
  26537. | #define HAVE_DUP 1
  26538. | #define HAVE_ENDGRENT 1
  26539. | #define HAVE_FCHMOD 1
  26540. | #define HAVE_FCHOWN 1
  26541. | #define HAVE_FCNTL 1
  26542. | #define HAVE_FDOPENDIR 1
  26543. | #define HAVE_FGETATTRLIST 1
  26544. | #define HAVE_FMOD 1
  26545. | #define HAVE_FSTATAT 1
  26546. | #define HAVE_FSYNC 1
  26547. | #define HAVE_FTRUNCATE 1
  26548. | #define HAVE_GETATTRLIST 1
  26549. | #define HAVE_GETCWD 1
  26550. | #define HAVE_GETGRNAM 1
  26551. | #define HAVE_GETGRNAM_R 1
  26552. | #define HAVE_GETGROUPS 1
  26553. | #define HAVE_GETPGID 1
  26554. | #define HAVE_GETPGRP 1
  26555. | #define HAVE_GETPRIORITY 1
  26556. | #define HAVE_GETPWNAM_R 1
  26557. | #define HAVE_GETRLIMIT 1
  26558. | #define HAVE_GETSID 1
  26559. | #define HAVE_GETTIMEOFDAY 1
  26560. | #define HAVE_GMTIME_R 1
  26561. | #define HAVE_INITGROUPS 1
  26562. | #define HAVE_IOCTL 1
  26563. | #define HAVE_ISSETUGID 1
  26564. | #define HAVE_KILLPG 1
  26565. | #define HAVE_LCHMOD 1
  26566. | #define HAVE_LCHOWN 1
  26567. | #define HAVE_LINK 1
  26568. | #define HAVE_LLABS 1
  26569. | #define HAVE_LOCKF 1
  26570. | #define HAVE_LOG2 1
  26571. | #define HAVE_LSTAT 1
  26572. | #define HAVE_LUTIMES 1
  26573. | #define HAVE_MALLOC_SIZE 1
  26574. | #define HAVE_MBLEN 1
  26575. | #define HAVE_MEMSET_S 1
  26576. | #define HAVE_WRITEV 1
  26577. | #define HAVE_MKFIFO 1
  26578. | #define HAVE_MKNOD 1
  26579. | #define HAVE_MKTIME 1
  26580. | #define HAVE_OPENAT 1
  26581. | #define HAVE_POLL 1
  26582. | #define HAVE_POSIX_MEMALIGN 1
  26583. | #define HAVE_PREAD 1
  26584. | #define HAVE_PWRITE 1
  26585. | #define HAVE_QSORT_R 1
  26586. | #define HAVE_READLINK 1
  26587. | #define HAVE_ROUND 1
  26588. | #define HAVE_SEEKDIR 1
  26589. | #define HAVE_SENDFILE 1
  26590. | #define HAVE_SETEGID 1
  26591. | #define HAVE_SETENV 1
  26592. | #define HAVE_SETEUID 1
  26593. | #define HAVE_SETGID 1
  26594. | #define HAVE_SETGROUPS 1
  26595. | #define HAVE_SETPGID 1
  26596. | #define HAVE_SETPGRP 1
  26597. | #define HAVE_SETREGID 1
  26598. | /* end confdefs.h. */
  26599. | /* Define setresgid to an innocuous variant, in case <limits.h> declares setresgid.
  26600. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  26601. | #define setresgid innocuous_setresgid
  26602. |
  26603. | /* System header to define __stub macros and hopefully few prototypes,
  26604. | which can conflict with char setresgid (); below.
  26605. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  26606. | <limits.h> exists even on freestanding compilers. */
  26607. |
  26608. | #ifdef __STDC__
  26609. | # include <limits.h>
  26610. | #else
  26611. | # include <assert.h>
  26612. | #endif
  26613. |
  26614. | #undef setresgid
  26615. |
  26616. | /* Override any GCC internal prototype to avoid an error.
  26617. | Use char because int might match the return type of a GCC
  26618. | builtin and then its argument prototype would still apply. */
  26619. | #ifdef __cplusplus
  26620. | extern "C"
  26621. | #endif
  26622. | char setresgid ();
  26623. | /* The GNU C library defines this for functions which it implements
  26624. | to always fail with ENOSYS. Some functions are actually named
  26625. | something starting with __ and the normal name is an alias. */
  26626. | #if defined __stub_setresgid || defined __stub___setresgid
  26627. | choke me
  26628. | #endif
  26629. |
  26630. | int
  26631. | main ()
  26632. | {
  26633. | return setresgid ();
  26634. | ;
  26635. | return 0;
  26636. | }
  26637. configure:22239: result: no
  26638. configure:22250: checking for setresuid
  26639. 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
  26640. Undefined symbols for architecture x86_64:
  26641. "_setresuid", referenced from:
  26642. _main in conftest-b9888b.o
  26643. ld: symbol(s) not found for architecture x86_64
  26644. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  26645. configure:22250: $? = 1
  26646. configure: failed program was:
  26647. | /* confdefs.h */
  26648. | #define PACKAGE_NAME ""
  26649. | #define PACKAGE_TARNAME ""
  26650. | #define PACKAGE_VERSION ""
  26651. | #define PACKAGE_STRING ""
  26652. | #define PACKAGE_BUGREPORT ""
  26653. | #define PACKAGE_URL ""
  26654. | #define CANONICALIZATION_FOR_MATHN 1
  26655. | #define STDC_HEADERS 1
  26656. | #define HAVE_SYS_TYPES_H 1
  26657. | #define HAVE_SYS_STAT_H 1
  26658. | #define HAVE_STDLIB_H 1
  26659. | #define HAVE_STRING_H 1
  26660. | #define HAVE_MEMORY_H 1
  26661. | #define HAVE_STRINGS_H 1
  26662. | #define HAVE_INTTYPES_H 1
  26663. | #define HAVE_STDINT_H 1
  26664. | #define HAVE_UNISTD_H 1
  26665. | #define __EXTENSIONS__ 1
  26666. | #define _ALL_SOURCE 1
  26667. | #define _GNU_SOURCE 1
  26668. | #define _POSIX_PTHREAD_SEMANTICS 1
  26669. | #define _TANDEM_SOURCE 1
  26670. | #define HAVE_INFINITY 1
  26671. | #define HAVE_NAN 1
  26672. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  26673. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  26674. | #define BROKEN_CRYPT 1
  26675. | #define HAVE_CRT_EXTERNS_H 1
  26676. | #define HAVE_LIBDL 1
  26677. | #define HAVE_DIRENT_H 1
  26678. | #define HAVE__BOOL 1
  26679. | #define HAVE_STDBOOL_H 1
  26680. | #define HAVE_SYS_WAIT_H 1
  26681. | #define HAVE_GRP_H 1
  26682. | #define HAVE_FCNTL_H 1
  26683. | #define HAVE_FLOAT_H 1
  26684. | #define HAVE_LANGINFO_H 1
  26685. | #define HAVE_LIMITS_H 1
  26686. | #define HAVE_LOCALE_H 1
  26687. | #define HAVE_MALLOC_MALLOC_H 1
  26688. | #define HAVE_PWD_H 1
  26689. | #define HAVE_SYS_ATTR_H 1
  26690. | #define HAVE_SYS_FCNTL_H 1
  26691. | #define HAVE_SYS_FILE_H 1
  26692. | #define HAVE_SYS_IOCTL_H 1
  26693. | #define HAVE_SYS_PARAM_H 1
  26694. | #define HAVE_SYS_RESOURCE_H 1
  26695. | #define HAVE_SYS_SELECT_H 1
  26696. | #define HAVE_SYS_SOCKET_H 1
  26697. | #define HAVE_SYS_TIME_H 1
  26698. | #define HAVE_SYS_TIMES_H 1
  26699. | #define HAVE_SYS_UIO_H 1
  26700. | #define HAVE_TIME_H 1
  26701. | #define HAVE_UCONTEXT_H 1
  26702. | #define HAVE_UTIME_H 1
  26703. | #define HAVE_GMP_H 1
  26704. | #define HAVE_LIBGMP 1
  26705. | #define HAVE_TYPEOF 1
  26706. | #define HAVE_LONG_LONG 1
  26707. | #define HAVE_OFF_T 1
  26708. | #define SIZEOF_INT 4
  26709. | #define SIZEOF_SHORT 2
  26710. | #define SIZEOF_LONG 8
  26711. | #define SIZEOF_LONG_LONG 8
  26712. | #define SIZEOF___INT64 0
  26713. | #define SIZEOF___INT128 16
  26714. | #define SIZEOF_OFF_T 8
  26715. | #define SIZEOF_VOIDP 8
  26716. | #define SIZEOF_FLOAT 4
  26717. | #define SIZEOF_DOUBLE 8
  26718. | #define SIZEOF_TIME_T 8
  26719. | #define SIZEOF_CLOCK_T 8
  26720. | #define PACKED_STRUCT(x) x __attribute__((packed))
  26721. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  26722. | #define PRI_LL_PREFIX "ll"
  26723. | #define rb_pid_t pid_t
  26724. | #define SIGNEDNESS_OF_PID_T -1
  26725. | #define PIDT2NUM(v) INT2NUM(v)
  26726. | #define NUM2PIDT(v) NUM2INT(v)
  26727. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  26728. | #define rb_uid_t uid_t
  26729. | #define SIGNEDNESS_OF_UID_T +1
  26730. | #define UIDT2NUM(v) UINT2NUM(v)
  26731. | #define NUM2UIDT(v) NUM2UINT(v)
  26732. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  26733. | #define rb_gid_t gid_t
  26734. | #define SIGNEDNESS_OF_GID_T +1
  26735. | #define GIDT2NUM(v) UINT2NUM(v)
  26736. | #define NUM2GIDT(v) NUM2UINT(v)
  26737. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  26738. | #define rb_time_t time_t
  26739. | #define SIGNEDNESS_OF_TIME_T -1
  26740. | #define TIMET2NUM(v) LONG2NUM(v)
  26741. | #define NUM2TIMET(v) NUM2LONG(v)
  26742. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  26743. | #define rb_dev_t dev_t
  26744. | #define SIGNEDNESS_OF_DEV_T -1
  26745. | #define DEVT2NUM(v) INT2NUM(v)
  26746. | #define NUM2DEVT(v) NUM2INT(v)
  26747. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  26748. | #define rb_mode_t mode_t
  26749. | #define SIGNEDNESS_OF_MODE_T +1
  26750. | #define MODET2NUM(v) UINT2NUM(v)
  26751. | #define NUM2MODET(v) NUM2UINT(v)
  26752. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  26753. | #define rb_rlim_t rlim_t
  26754. | #define SIGNEDNESS_OF_RLIM_T +1
  26755. | #define RLIM2NUM(v) ULL2NUM(v)
  26756. | #define NUM2RLIM(v) NUM2ULL(v)
  26757. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  26758. | #define rb_off_t off_t
  26759. | #define SIGNEDNESS_OF_OFF_T -1
  26760. | #define OFFT2NUM(v) LL2NUM(v)
  26761. | #define NUM2OFFT(v) NUM2LL(v)
  26762. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  26763. | #define rb_clockid_t int
  26764. | #define SIGNEDNESS_OF_CLOCKID_T -1
  26765. | #define CLOCKID2NUM(v) INT2NUM(v)
  26766. | #define NUM2CLOCKID(v) NUM2INT(v)
  26767. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  26768. | #define HAVE_PROTOTYPES 1
  26769. | #define TOKEN_PASTE(x,y) x##y
  26770. | #define STRINGIZE(expr) STRINGIZE0(expr)
  26771. | #define HAVE_STDARG_PROTOTYPES 1
  26772. | #define HAVE_VA_ARGS_MACRO 1
  26773. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  26774. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  26775. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  26776. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  26777. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  26778. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  26779. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  26780. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  26781. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  26782. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  26783. | #define WEAK(x) __attribute__ ((__weak__)) x
  26784. | #define HAVE_FUNC_WEAK 1
  26785. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  26786. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  26787. | #define HAVE_GCC_SYNC_BUILTINS 1
  26788. | #define UNREACHABLE __builtin_unreachable()
  26789. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  26790. | #define RUBY_FUNCTION_NAME_STRING __func__
  26791. | #define ENUM_OVER_INT 1
  26792. | #define HAVE_DECL_SYS_NERR 1
  26793. | #define HAVE_DECL_GETENV 1
  26794. | #define SIZEOF_SIZE_T 8
  26795. | #define SIZEOF_PTRDIFF_T 8
  26796. | #define PRI_SIZE_PREFIX "z"
  26797. | #define PRI_PTRDIFF_PREFIX "t"
  26798. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  26799. | #define HAVE_ST_BLKSIZE 1
  26800. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  26801. | #define HAVE_ST_BLOCKS 1
  26802. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  26803. | #define HAVE_ST_RDEV 1
  26804. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  26805. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  26806. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  26807. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  26808. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  26809. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  26810. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  26811. | #define HAVE_STRUCT_TIMEVAL 1
  26812. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  26813. | #define HAVE_STRUCT_TIMESPEC 1
  26814. | #define HAVE_STRUCT_TIMEZONE 1
  26815. | #define HAVE_INT8_T 1
  26816. | #define SIZEOF_INT8_T 1
  26817. | #define HAVE_UINT8_T 1
  26818. | #define SIZEOF_UINT8_T 1
  26819. | #define HAVE_INT16_T 1
  26820. | #define SIZEOF_INT16_T 2
  26821. | #define HAVE_UINT16_T 1
  26822. | #define SIZEOF_UINT16_T 2
  26823. | #define HAVE_INT32_T 1
  26824. | #define SIZEOF_INT32_T 4
  26825. | #define HAVE_UINT32_T 1
  26826. | #define SIZEOF_UINT32_T 4
  26827. | #define HAVE_INT64_T 1
  26828. | #define SIZEOF_INT64_T 8
  26829. | #define HAVE_UINT64_T 1
  26830. | #define SIZEOF_UINT64_T 8
  26831. | #define HAVE_INT128_T 1
  26832. | #define int128_t __int128
  26833. | #define SIZEOF_INT128_T SIZEOF___INT128
  26834. | #define HAVE_UINT128_T 1
  26835. | #define uint128_t unsigned __int128
  26836. | #define SIZEOF_UINT128_T SIZEOF___INT128
  26837. | #define HAVE_INTPTR_T 1
  26838. | #define SIZEOF_INTPTR_T 8
  26839. | #define HAVE_UINTPTR_T 1
  26840. | #define SIZEOF_UINTPTR_T 8
  26841. | #define HAVE_SSIZE_T 1
  26842. | #define SIZEOF_SSIZE_T 8
  26843. | #define GETGROUPS_T gid_t
  26844. | #define RETSIGTYPE void
  26845. | #define HAVE_ALLOCA_H 1
  26846. | #define HAVE_ALLOCA 1
  26847. | #define HAVE_ACOSH 1
  26848. | #define HAVE_CBRT 1
  26849. | #define HAVE_CRYPT 1
  26850. | #define HAVE_DUP2 1
  26851. | #define HAVE_ERF 1
  26852. | #define HAVE_FFS 1
  26853. | #define HAVE_FINITE 1
  26854. | #define HAVE_FLOCK 1
  26855. | #define HAVE_HYPOT 1
  26856. | #define HAVE_ISINF 1
  26857. | #define HAVE_ISNAN 1
  26858. | #define HAVE_LGAMMA_R 1
  26859. | #define HAVE_MEMMOVE 1
  26860. | #define HAVE_NEXTAFTER 1
  26861. | #define HAVE_STRCHR 1
  26862. | #define HAVE_STRERROR 1
  26863. | #define HAVE_STRLCAT 1
  26864. | #define HAVE_STRLCPY 1
  26865. | #define HAVE_STRSTR 1
  26866. | #define HAVE_TGAMMA 1
  26867. | #define SPT_TYPE SPT_REUSEARGV
  26868. | #define HAVE_SIGNBIT 1
  26869. | #define HAVE_FORK 1
  26870. | #define vfork fork
  26871. | #define HAVE_WORKING_FORK 1
  26872. | #define HAVE__LONGJMP 1
  26873. | #define HAVE_ARC4RANDOM_BUF 1
  26874. | #define HAVE_ATAN2L 1
  26875. | #define HAVE_ATAN2F 1
  26876. | #define HAVE_CHROOT 1
  26877. | #define HAVE_CLOCK_GETTIME 1
  26878. | #define HAVE_COSH 1
  26879. | #define HAVE_DIRFD 1
  26880. | #define HAVE_DLOPEN 1
  26881. | #define HAVE_DLADDR 1
  26882. | #define HAVE_DUP 1
  26883. | #define HAVE_ENDGRENT 1
  26884. | #define HAVE_FCHMOD 1
  26885. | #define HAVE_FCHOWN 1
  26886. | #define HAVE_FCNTL 1
  26887. | #define HAVE_FDOPENDIR 1
  26888. | #define HAVE_FGETATTRLIST 1
  26889. | #define HAVE_FMOD 1
  26890. | #define HAVE_FSTATAT 1
  26891. | #define HAVE_FSYNC 1
  26892. | #define HAVE_FTRUNCATE 1
  26893. | #define HAVE_GETATTRLIST 1
  26894. | #define HAVE_GETCWD 1
  26895. | #define HAVE_GETGRNAM 1
  26896. | #define HAVE_GETGRNAM_R 1
  26897. | #define HAVE_GETGROUPS 1
  26898. | #define HAVE_GETPGID 1
  26899. | #define HAVE_GETPGRP 1
  26900. | #define HAVE_GETPRIORITY 1
  26901. | #define HAVE_GETPWNAM_R 1
  26902. | #define HAVE_GETRLIMIT 1
  26903. | #define HAVE_GETSID 1
  26904. | #define HAVE_GETTIMEOFDAY 1
  26905. | #define HAVE_GMTIME_R 1
  26906. | #define HAVE_INITGROUPS 1
  26907. | #define HAVE_IOCTL 1
  26908. | #define HAVE_ISSETUGID 1
  26909. | #define HAVE_KILLPG 1
  26910. | #define HAVE_LCHMOD 1
  26911. | #define HAVE_LCHOWN 1
  26912. | #define HAVE_LINK 1
  26913. | #define HAVE_LLABS 1
  26914. | #define HAVE_LOCKF 1
  26915. | #define HAVE_LOG2 1
  26916. | #define HAVE_LSTAT 1
  26917. | #define HAVE_LUTIMES 1
  26918. | #define HAVE_MALLOC_SIZE 1
  26919. | #define HAVE_MBLEN 1
  26920. | #define HAVE_MEMSET_S 1
  26921. | #define HAVE_WRITEV 1
  26922. | #define HAVE_MKFIFO 1
  26923. | #define HAVE_MKNOD 1
  26924. | #define HAVE_MKTIME 1
  26925. | #define HAVE_OPENAT 1
  26926. | #define HAVE_POLL 1
  26927. | #define HAVE_POSIX_MEMALIGN 1
  26928. | #define HAVE_PREAD 1
  26929. | #define HAVE_PWRITE 1
  26930. | #define HAVE_QSORT_R 1
  26931. | #define HAVE_READLINK 1
  26932. | #define HAVE_ROUND 1
  26933. | #define HAVE_SEEKDIR 1
  26934. | #define HAVE_SENDFILE 1
  26935. | #define HAVE_SETEGID 1
  26936. | #define HAVE_SETENV 1
  26937. | #define HAVE_SETEUID 1
  26938. | #define HAVE_SETGID 1
  26939. | #define HAVE_SETGROUPS 1
  26940. | #define HAVE_SETPGID 1
  26941. | #define HAVE_SETPGRP 1
  26942. | #define HAVE_SETREGID 1
  26943. | /* end confdefs.h. */
  26944. | /* Define setresuid to an innocuous variant, in case <limits.h> declares setresuid.
  26945. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  26946. | #define setresuid innocuous_setresuid
  26947. |
  26948. | /* System header to define __stub macros and hopefully few prototypes,
  26949. | which can conflict with char setresuid (); below.
  26950. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  26951. | <limits.h> exists even on freestanding compilers. */
  26952. |
  26953. | #ifdef __STDC__
  26954. | # include <limits.h>
  26955. | #else
  26956. | # include <assert.h>
  26957. | #endif
  26958. |
  26959. | #undef setresuid
  26960. |
  26961. | /* Override any GCC internal prototype to avoid an error.
  26962. | Use char because int might match the return type of a GCC
  26963. | builtin and then its argument prototype would still apply. */
  26964. | #ifdef __cplusplus
  26965. | extern "C"
  26966. | #endif
  26967. | char setresuid ();
  26968. | /* The GNU C library defines this for functions which it implements
  26969. | to always fail with ENOSYS. Some functions are actually named
  26970. | something starting with __ and the normal name is an alias. */
  26971. | #if defined __stub_setresuid || defined __stub___setresuid
  26972. | choke me
  26973. | #endif
  26974. |
  26975. | int
  26976. | main ()
  26977. | {
  26978. | return setresuid ();
  26979. | ;
  26980. | return 0;
  26981. | }
  26982. configure:22250: result: no
  26983. configure:22261: checking for setreuid
  26984. 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
  26985. configure:22261: $? = 0
  26986. configure:22261: result: yes
  26987. configure:22272: checking for setrgid
  26988. 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
  26989. configure:22272: $? = 0
  26990. configure:22272: result: yes
  26991. configure:22283: checking for setrlimit
  26992. 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
  26993. configure:22283: $? = 0
  26994. configure:22283: result: yes
  26995. configure:22294: checking for setruid
  26996. 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
  26997. configure:22294: $? = 0
  26998. configure:22294: result: yes
  26999. configure:22305: checking for setsid
  27000. 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
  27001. configure:22305: $? = 0
  27002. configure:22305: result: yes
  27003. configure:22316: checking for setuid
  27004. 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
  27005. configure:22316: $? = 0
  27006. configure:22316: result: yes
  27007. configure:22327: checking for shutdown
  27008. 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
  27009. configure:22327: $? = 0
  27010. configure:22327: result: yes
  27011. configure:22338: checking for sigaction
  27012. 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
  27013. configure:22338: $? = 0
  27014. configure:22338: result: yes
  27015. configure:22349: checking for sigaltstack
  27016. 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
  27017. configure:22349: $? = 0
  27018. configure:22349: result: yes
  27019. configure:22360: checking for sigprocmask
  27020. 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
  27021. configure:22360: $? = 0
  27022. configure:22360: result: yes
  27023. configure:22371: checking for sinh
  27024. 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
  27025. conftest.c:331:6: warning: incompatible redeclaration of library function 'sinh' [-Wincompatible-library-redeclaration]
  27026. char sinh ();
  27027. ^
  27028. conftest.c:331:6: note: 'sinh' is a builtin with type 'double (double)'
  27029. 1 warning generated.
  27030. configure:22371: $? = 0
  27031. configure:22371: result: yes
  27032. configure:22382: checking for spawnv
  27033. 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
  27034. Undefined symbols for architecture x86_64:
  27035. "_spawnv", referenced from:
  27036. _main in conftest-bda07c.o
  27037. ld: symbol(s) not found for architecture x86_64
  27038. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  27039. configure:22382: $? = 1
  27040. configure: failed program was:
  27041. | /* confdefs.h */
  27042. | #define PACKAGE_NAME ""
  27043. | #define PACKAGE_TARNAME ""
  27044. | #define PACKAGE_VERSION ""
  27045. | #define PACKAGE_STRING ""
  27046. | #define PACKAGE_BUGREPORT ""
  27047. | #define PACKAGE_URL ""
  27048. | #define CANONICALIZATION_FOR_MATHN 1
  27049. | #define STDC_HEADERS 1
  27050. | #define HAVE_SYS_TYPES_H 1
  27051. | #define HAVE_SYS_STAT_H 1
  27052. | #define HAVE_STDLIB_H 1
  27053. | #define HAVE_STRING_H 1
  27054. | #define HAVE_MEMORY_H 1
  27055. | #define HAVE_STRINGS_H 1
  27056. | #define HAVE_INTTYPES_H 1
  27057. | #define HAVE_STDINT_H 1
  27058. | #define HAVE_UNISTD_H 1
  27059. | #define __EXTENSIONS__ 1
  27060. | #define _ALL_SOURCE 1
  27061. | #define _GNU_SOURCE 1
  27062. | #define _POSIX_PTHREAD_SEMANTICS 1
  27063. | #define _TANDEM_SOURCE 1
  27064. | #define HAVE_INFINITY 1
  27065. | #define HAVE_NAN 1
  27066. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  27067. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  27068. | #define BROKEN_CRYPT 1
  27069. | #define HAVE_CRT_EXTERNS_H 1
  27070. | #define HAVE_LIBDL 1
  27071. | #define HAVE_DIRENT_H 1
  27072. | #define HAVE__BOOL 1
  27073. | #define HAVE_STDBOOL_H 1
  27074. | #define HAVE_SYS_WAIT_H 1
  27075. | #define HAVE_GRP_H 1
  27076. | #define HAVE_FCNTL_H 1
  27077. | #define HAVE_FLOAT_H 1
  27078. | #define HAVE_LANGINFO_H 1
  27079. | #define HAVE_LIMITS_H 1
  27080. | #define HAVE_LOCALE_H 1
  27081. | #define HAVE_MALLOC_MALLOC_H 1
  27082. | #define HAVE_PWD_H 1
  27083. | #define HAVE_SYS_ATTR_H 1
  27084. | #define HAVE_SYS_FCNTL_H 1
  27085. | #define HAVE_SYS_FILE_H 1
  27086. | #define HAVE_SYS_IOCTL_H 1
  27087. | #define HAVE_SYS_PARAM_H 1
  27088. | #define HAVE_SYS_RESOURCE_H 1
  27089. | #define HAVE_SYS_SELECT_H 1
  27090. | #define HAVE_SYS_SOCKET_H 1
  27091. | #define HAVE_SYS_TIME_H 1
  27092. | #define HAVE_SYS_TIMES_H 1
  27093. | #define HAVE_SYS_UIO_H 1
  27094. | #define HAVE_TIME_H 1
  27095. | #define HAVE_UCONTEXT_H 1
  27096. | #define HAVE_UTIME_H 1
  27097. | #define HAVE_GMP_H 1
  27098. | #define HAVE_LIBGMP 1
  27099. | #define HAVE_TYPEOF 1
  27100. | #define HAVE_LONG_LONG 1
  27101. | #define HAVE_OFF_T 1
  27102. | #define SIZEOF_INT 4
  27103. | #define SIZEOF_SHORT 2
  27104. | #define SIZEOF_LONG 8
  27105. | #define SIZEOF_LONG_LONG 8
  27106. | #define SIZEOF___INT64 0
  27107. | #define SIZEOF___INT128 16
  27108. | #define SIZEOF_OFF_T 8
  27109. | #define SIZEOF_VOIDP 8
  27110. | #define SIZEOF_FLOAT 4
  27111. | #define SIZEOF_DOUBLE 8
  27112. | #define SIZEOF_TIME_T 8
  27113. | #define SIZEOF_CLOCK_T 8
  27114. | #define PACKED_STRUCT(x) x __attribute__((packed))
  27115. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  27116. | #define PRI_LL_PREFIX "ll"
  27117. | #define rb_pid_t pid_t
  27118. | #define SIGNEDNESS_OF_PID_T -1
  27119. | #define PIDT2NUM(v) INT2NUM(v)
  27120. | #define NUM2PIDT(v) NUM2INT(v)
  27121. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  27122. | #define rb_uid_t uid_t
  27123. | #define SIGNEDNESS_OF_UID_T +1
  27124. | #define UIDT2NUM(v) UINT2NUM(v)
  27125. | #define NUM2UIDT(v) NUM2UINT(v)
  27126. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  27127. | #define rb_gid_t gid_t
  27128. | #define SIGNEDNESS_OF_GID_T +1
  27129. | #define GIDT2NUM(v) UINT2NUM(v)
  27130. | #define NUM2GIDT(v) NUM2UINT(v)
  27131. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  27132. | #define rb_time_t time_t
  27133. | #define SIGNEDNESS_OF_TIME_T -1
  27134. | #define TIMET2NUM(v) LONG2NUM(v)
  27135. | #define NUM2TIMET(v) NUM2LONG(v)
  27136. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  27137. | #define rb_dev_t dev_t
  27138. | #define SIGNEDNESS_OF_DEV_T -1
  27139. | #define DEVT2NUM(v) INT2NUM(v)
  27140. | #define NUM2DEVT(v) NUM2INT(v)
  27141. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  27142. | #define rb_mode_t mode_t
  27143. | #define SIGNEDNESS_OF_MODE_T +1
  27144. | #define MODET2NUM(v) UINT2NUM(v)
  27145. | #define NUM2MODET(v) NUM2UINT(v)
  27146. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  27147. | #define rb_rlim_t rlim_t
  27148. | #define SIGNEDNESS_OF_RLIM_T +1
  27149. | #define RLIM2NUM(v) ULL2NUM(v)
  27150. | #define NUM2RLIM(v) NUM2ULL(v)
  27151. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  27152. | #define rb_off_t off_t
  27153. | #define SIGNEDNESS_OF_OFF_T -1
  27154. | #define OFFT2NUM(v) LL2NUM(v)
  27155. | #define NUM2OFFT(v) NUM2LL(v)
  27156. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  27157. | #define rb_clockid_t int
  27158. | #define SIGNEDNESS_OF_CLOCKID_T -1
  27159. | #define CLOCKID2NUM(v) INT2NUM(v)
  27160. | #define NUM2CLOCKID(v) NUM2INT(v)
  27161. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  27162. | #define HAVE_PROTOTYPES 1
  27163. | #define TOKEN_PASTE(x,y) x##y
  27164. | #define STRINGIZE(expr) STRINGIZE0(expr)
  27165. | #define HAVE_STDARG_PROTOTYPES 1
  27166. | #define HAVE_VA_ARGS_MACRO 1
  27167. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  27168. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  27169. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  27170. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  27171. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  27172. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  27173. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  27174. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  27175. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  27176. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  27177. | #define WEAK(x) __attribute__ ((__weak__)) x
  27178. | #define HAVE_FUNC_WEAK 1
  27179. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  27180. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  27181. | #define HAVE_GCC_SYNC_BUILTINS 1
  27182. | #define UNREACHABLE __builtin_unreachable()
  27183. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  27184. | #define RUBY_FUNCTION_NAME_STRING __func__
  27185. | #define ENUM_OVER_INT 1
  27186. | #define HAVE_DECL_SYS_NERR 1
  27187. | #define HAVE_DECL_GETENV 1
  27188. | #define SIZEOF_SIZE_T 8
  27189. | #define SIZEOF_PTRDIFF_T 8
  27190. | #define PRI_SIZE_PREFIX "z"
  27191. | #define PRI_PTRDIFF_PREFIX "t"
  27192. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  27193. | #define HAVE_ST_BLKSIZE 1
  27194. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  27195. | #define HAVE_ST_BLOCKS 1
  27196. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  27197. | #define HAVE_ST_RDEV 1
  27198. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  27199. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  27200. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  27201. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  27202. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  27203. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  27204. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  27205. | #define HAVE_STRUCT_TIMEVAL 1
  27206. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  27207. | #define HAVE_STRUCT_TIMESPEC 1
  27208. | #define HAVE_STRUCT_TIMEZONE 1
  27209. | #define HAVE_INT8_T 1
  27210. | #define SIZEOF_INT8_T 1
  27211. | #define HAVE_UINT8_T 1
  27212. | #define SIZEOF_UINT8_T 1
  27213. | #define HAVE_INT16_T 1
  27214. | #define SIZEOF_INT16_T 2
  27215. | #define HAVE_UINT16_T 1
  27216. | #define SIZEOF_UINT16_T 2
  27217. | #define HAVE_INT32_T 1
  27218. | #define SIZEOF_INT32_T 4
  27219. | #define HAVE_UINT32_T 1
  27220. | #define SIZEOF_UINT32_T 4
  27221. | #define HAVE_INT64_T 1
  27222. | #define SIZEOF_INT64_T 8
  27223. | #define HAVE_UINT64_T 1
  27224. | #define SIZEOF_UINT64_T 8
  27225. | #define HAVE_INT128_T 1
  27226. | #define int128_t __int128
  27227. | #define SIZEOF_INT128_T SIZEOF___INT128
  27228. | #define HAVE_UINT128_T 1
  27229. | #define uint128_t unsigned __int128
  27230. | #define SIZEOF_UINT128_T SIZEOF___INT128
  27231. | #define HAVE_INTPTR_T 1
  27232. | #define SIZEOF_INTPTR_T 8
  27233. | #define HAVE_UINTPTR_T 1
  27234. | #define SIZEOF_UINTPTR_T 8
  27235. | #define HAVE_SSIZE_T 1
  27236. | #define SIZEOF_SSIZE_T 8
  27237. | #define GETGROUPS_T gid_t
  27238. | #define RETSIGTYPE void
  27239. | #define HAVE_ALLOCA_H 1
  27240. | #define HAVE_ALLOCA 1
  27241. | #define HAVE_ACOSH 1
  27242. | #define HAVE_CBRT 1
  27243. | #define HAVE_CRYPT 1
  27244. | #define HAVE_DUP2 1
  27245. | #define HAVE_ERF 1
  27246. | #define HAVE_FFS 1
  27247. | #define HAVE_FINITE 1
  27248. | #define HAVE_FLOCK 1
  27249. | #define HAVE_HYPOT 1
  27250. | #define HAVE_ISINF 1
  27251. | #define HAVE_ISNAN 1
  27252. | #define HAVE_LGAMMA_R 1
  27253. | #define HAVE_MEMMOVE 1
  27254. | #define HAVE_NEXTAFTER 1
  27255. | #define HAVE_STRCHR 1
  27256. | #define HAVE_STRERROR 1
  27257. | #define HAVE_STRLCAT 1
  27258. | #define HAVE_STRLCPY 1
  27259. | #define HAVE_STRSTR 1
  27260. | #define HAVE_TGAMMA 1
  27261. | #define SPT_TYPE SPT_REUSEARGV
  27262. | #define HAVE_SIGNBIT 1
  27263. | #define HAVE_FORK 1
  27264. | #define vfork fork
  27265. | #define HAVE_WORKING_FORK 1
  27266. | #define HAVE__LONGJMP 1
  27267. | #define HAVE_ARC4RANDOM_BUF 1
  27268. | #define HAVE_ATAN2L 1
  27269. | #define HAVE_ATAN2F 1
  27270. | #define HAVE_CHROOT 1
  27271. | #define HAVE_CLOCK_GETTIME 1
  27272. | #define HAVE_COSH 1
  27273. | #define HAVE_DIRFD 1
  27274. | #define HAVE_DLOPEN 1
  27275. | #define HAVE_DLADDR 1
  27276. | #define HAVE_DUP 1
  27277. | #define HAVE_ENDGRENT 1
  27278. | #define HAVE_FCHMOD 1
  27279. | #define HAVE_FCHOWN 1
  27280. | #define HAVE_FCNTL 1
  27281. | #define HAVE_FDOPENDIR 1
  27282. | #define HAVE_FGETATTRLIST 1
  27283. | #define HAVE_FMOD 1
  27284. | #define HAVE_FSTATAT 1
  27285. | #define HAVE_FSYNC 1
  27286. | #define HAVE_FTRUNCATE 1
  27287. | #define HAVE_GETATTRLIST 1
  27288. | #define HAVE_GETCWD 1
  27289. | #define HAVE_GETGRNAM 1
  27290. | #define HAVE_GETGRNAM_R 1
  27291. | #define HAVE_GETGROUPS 1
  27292. | #define HAVE_GETPGID 1
  27293. | #define HAVE_GETPGRP 1
  27294. | #define HAVE_GETPRIORITY 1
  27295. | #define HAVE_GETPWNAM_R 1
  27296. | #define HAVE_GETRLIMIT 1
  27297. | #define HAVE_GETSID 1
  27298. | #define HAVE_GETTIMEOFDAY 1
  27299. | #define HAVE_GMTIME_R 1
  27300. | #define HAVE_INITGROUPS 1
  27301. | #define HAVE_IOCTL 1
  27302. | #define HAVE_ISSETUGID 1
  27303. | #define HAVE_KILLPG 1
  27304. | #define HAVE_LCHMOD 1
  27305. | #define HAVE_LCHOWN 1
  27306. | #define HAVE_LINK 1
  27307. | #define HAVE_LLABS 1
  27308. | #define HAVE_LOCKF 1
  27309. | #define HAVE_LOG2 1
  27310. | #define HAVE_LSTAT 1
  27311. | #define HAVE_LUTIMES 1
  27312. | #define HAVE_MALLOC_SIZE 1
  27313. | #define HAVE_MBLEN 1
  27314. | #define HAVE_MEMSET_S 1
  27315. | #define HAVE_WRITEV 1
  27316. | #define HAVE_MKFIFO 1
  27317. | #define HAVE_MKNOD 1
  27318. | #define HAVE_MKTIME 1
  27319. | #define HAVE_OPENAT 1
  27320. | #define HAVE_POLL 1
  27321. | #define HAVE_POSIX_MEMALIGN 1
  27322. | #define HAVE_PREAD 1
  27323. | #define HAVE_PWRITE 1
  27324. | #define HAVE_QSORT_R 1
  27325. | #define HAVE_READLINK 1
  27326. | #define HAVE_ROUND 1
  27327. | #define HAVE_SEEKDIR 1
  27328. | #define HAVE_SENDFILE 1
  27329. | #define HAVE_SETEGID 1
  27330. | #define HAVE_SETENV 1
  27331. | #define HAVE_SETEUID 1
  27332. | #define HAVE_SETGID 1
  27333. | #define HAVE_SETGROUPS 1
  27334. | #define HAVE_SETPGID 1
  27335. | #define HAVE_SETPGRP 1
  27336. | #define HAVE_SETREGID 1
  27337. | #define HAVE_SETREUID 1
  27338. | #define HAVE_SETRGID 1
  27339. | #define HAVE_SETRLIMIT 1
  27340. | #define HAVE_SETRUID 1
  27341. | #define HAVE_SETSID 1
  27342. | #define HAVE_SETUID 1
  27343. | #define HAVE_SHUTDOWN 1
  27344. | #define HAVE_SIGACTION 1
  27345. | #define HAVE_SIGALTSTACK 1
  27346. | #define HAVE_SIGPROCMASK 1
  27347. | #define HAVE_SINH 1
  27348. | /* end confdefs.h. */
  27349. | /* Define spawnv to an innocuous variant, in case <limits.h> declares spawnv.
  27350. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  27351. | #define spawnv innocuous_spawnv
  27352. |
  27353. | /* System header to define __stub macros and hopefully few prototypes,
  27354. | which can conflict with char spawnv (); below.
  27355. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  27356. | <limits.h> exists even on freestanding compilers. */
  27357. |
  27358. | #ifdef __STDC__
  27359. | # include <limits.h>
  27360. | #else
  27361. | # include <assert.h>
  27362. | #endif
  27363. |
  27364. | #undef spawnv
  27365. |
  27366. | /* Override any GCC internal prototype to avoid an error.
  27367. | Use char because int might match the return type of a GCC
  27368. | builtin and then its argument prototype would still apply. */
  27369. | #ifdef __cplusplus
  27370. | extern "C"
  27371. | #endif
  27372. | char spawnv ();
  27373. | /* The GNU C library defines this for functions which it implements
  27374. | to always fail with ENOSYS. Some functions are actually named
  27375. | something starting with __ and the normal name is an alias. */
  27376. | #if defined __stub_spawnv || defined __stub___spawnv
  27377. | choke me
  27378. | #endif
  27379. |
  27380. | int
  27381. | main ()
  27382. | {
  27383. | return spawnv ();
  27384. | ;
  27385. | return 0;
  27386. | }
  27387. configure:22382: result: no
  27388. configure:22393: checking for symlink
  27389. 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
  27390. configure:22393: $? = 0
  27391. configure:22393: result: yes
  27392. configure:22404: checking for syscall
  27393. configure:22404: result: no
  27394. configure:22415: checking for sysconf
  27395. 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
  27396. configure:22415: $? = 0
  27397. configure:22415: result: yes
  27398. configure:22426: checking for tanh
  27399. 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
  27400. conftest.c:334:6: warning: incompatible redeclaration of library function 'tanh' [-Wincompatible-library-redeclaration]
  27401. char tanh ();
  27402. ^
  27403. conftest.c:334:6: note: 'tanh' is a builtin with type 'double (double)'
  27404. 1 warning generated.
  27405. configure:22426: $? = 0
  27406. configure:22426: result: yes
  27407. configure:22437: checking for telldir
  27408. 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
  27409. configure:22437: $? = 0
  27410. configure:22437: result: yes
  27411. configure:22448: checking for timegm
  27412. 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
  27413. configure:22448: $? = 0
  27414. configure:22448: result: yes
  27415. configure:22459: checking for times
  27416. 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
  27417. configure:22459: $? = 0
  27418. configure:22459: result: yes
  27419. configure:22470: checking for truncate
  27420. 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
  27421. configure:22470: $? = 0
  27422. configure:22470: result: yes
  27423. configure:22481: checking for truncate64
  27424. 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
  27425. Undefined symbols for architecture x86_64:
  27426. "_truncate64", referenced from:
  27427. _main in conftest-b07f5f.o
  27428. ld: symbol(s) not found for architecture x86_64
  27429. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  27430. configure:22481: $? = 1
  27431. configure: failed program was:
  27432. | /* confdefs.h */
  27433. | #define PACKAGE_NAME ""
  27434. | #define PACKAGE_TARNAME ""
  27435. | #define PACKAGE_VERSION ""
  27436. | #define PACKAGE_STRING ""
  27437. | #define PACKAGE_BUGREPORT ""
  27438. | #define PACKAGE_URL ""
  27439. | #define CANONICALIZATION_FOR_MATHN 1
  27440. | #define STDC_HEADERS 1
  27441. | #define HAVE_SYS_TYPES_H 1
  27442. | #define HAVE_SYS_STAT_H 1
  27443. | #define HAVE_STDLIB_H 1
  27444. | #define HAVE_STRING_H 1
  27445. | #define HAVE_MEMORY_H 1
  27446. | #define HAVE_STRINGS_H 1
  27447. | #define HAVE_INTTYPES_H 1
  27448. | #define HAVE_STDINT_H 1
  27449. | #define HAVE_UNISTD_H 1
  27450. | #define __EXTENSIONS__ 1
  27451. | #define _ALL_SOURCE 1
  27452. | #define _GNU_SOURCE 1
  27453. | #define _POSIX_PTHREAD_SEMANTICS 1
  27454. | #define _TANDEM_SOURCE 1
  27455. | #define HAVE_INFINITY 1
  27456. | #define HAVE_NAN 1
  27457. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  27458. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  27459. | #define BROKEN_CRYPT 1
  27460. | #define HAVE_CRT_EXTERNS_H 1
  27461. | #define HAVE_LIBDL 1
  27462. | #define HAVE_DIRENT_H 1
  27463. | #define HAVE__BOOL 1
  27464. | #define HAVE_STDBOOL_H 1
  27465. | #define HAVE_SYS_WAIT_H 1
  27466. | #define HAVE_GRP_H 1
  27467. | #define HAVE_FCNTL_H 1
  27468. | #define HAVE_FLOAT_H 1
  27469. | #define HAVE_LANGINFO_H 1
  27470. | #define HAVE_LIMITS_H 1
  27471. | #define HAVE_LOCALE_H 1
  27472. | #define HAVE_MALLOC_MALLOC_H 1
  27473. | #define HAVE_PWD_H 1
  27474. | #define HAVE_SYS_ATTR_H 1
  27475. | #define HAVE_SYS_FCNTL_H 1
  27476. | #define HAVE_SYS_FILE_H 1
  27477. | #define HAVE_SYS_IOCTL_H 1
  27478. | #define HAVE_SYS_PARAM_H 1
  27479. | #define HAVE_SYS_RESOURCE_H 1
  27480. | #define HAVE_SYS_SELECT_H 1
  27481. | #define HAVE_SYS_SOCKET_H 1
  27482. | #define HAVE_SYS_TIME_H 1
  27483. | #define HAVE_SYS_TIMES_H 1
  27484. | #define HAVE_SYS_UIO_H 1
  27485. | #define HAVE_TIME_H 1
  27486. | #define HAVE_UCONTEXT_H 1
  27487. | #define HAVE_UTIME_H 1
  27488. | #define HAVE_GMP_H 1
  27489. | #define HAVE_LIBGMP 1
  27490. | #define HAVE_TYPEOF 1
  27491. | #define HAVE_LONG_LONG 1
  27492. | #define HAVE_OFF_T 1
  27493. | #define SIZEOF_INT 4
  27494. | #define SIZEOF_SHORT 2
  27495. | #define SIZEOF_LONG 8
  27496. | #define SIZEOF_LONG_LONG 8
  27497. | #define SIZEOF___INT64 0
  27498. | #define SIZEOF___INT128 16
  27499. | #define SIZEOF_OFF_T 8
  27500. | #define SIZEOF_VOIDP 8
  27501. | #define SIZEOF_FLOAT 4
  27502. | #define SIZEOF_DOUBLE 8
  27503. | #define SIZEOF_TIME_T 8
  27504. | #define SIZEOF_CLOCK_T 8
  27505. | #define PACKED_STRUCT(x) x __attribute__((packed))
  27506. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  27507. | #define PRI_LL_PREFIX "ll"
  27508. | #define rb_pid_t pid_t
  27509. | #define SIGNEDNESS_OF_PID_T -1
  27510. | #define PIDT2NUM(v) INT2NUM(v)
  27511. | #define NUM2PIDT(v) NUM2INT(v)
  27512. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  27513. | #define rb_uid_t uid_t
  27514. | #define SIGNEDNESS_OF_UID_T +1
  27515. | #define UIDT2NUM(v) UINT2NUM(v)
  27516. | #define NUM2UIDT(v) NUM2UINT(v)
  27517. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  27518. | #define rb_gid_t gid_t
  27519. | #define SIGNEDNESS_OF_GID_T +1
  27520. | #define GIDT2NUM(v) UINT2NUM(v)
  27521. | #define NUM2GIDT(v) NUM2UINT(v)
  27522. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  27523. | #define rb_time_t time_t
  27524. | #define SIGNEDNESS_OF_TIME_T -1
  27525. | #define TIMET2NUM(v) LONG2NUM(v)
  27526. | #define NUM2TIMET(v) NUM2LONG(v)
  27527. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  27528. | #define rb_dev_t dev_t
  27529. | #define SIGNEDNESS_OF_DEV_T -1
  27530. | #define DEVT2NUM(v) INT2NUM(v)
  27531. | #define NUM2DEVT(v) NUM2INT(v)
  27532. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  27533. | #define rb_mode_t mode_t
  27534. | #define SIGNEDNESS_OF_MODE_T +1
  27535. | #define MODET2NUM(v) UINT2NUM(v)
  27536. | #define NUM2MODET(v) NUM2UINT(v)
  27537. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  27538. | #define rb_rlim_t rlim_t
  27539. | #define SIGNEDNESS_OF_RLIM_T +1
  27540. | #define RLIM2NUM(v) ULL2NUM(v)
  27541. | #define NUM2RLIM(v) NUM2ULL(v)
  27542. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  27543. | #define rb_off_t off_t
  27544. | #define SIGNEDNESS_OF_OFF_T -1
  27545. | #define OFFT2NUM(v) LL2NUM(v)
  27546. | #define NUM2OFFT(v) NUM2LL(v)
  27547. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  27548. | #define rb_clockid_t int
  27549. | #define SIGNEDNESS_OF_CLOCKID_T -1
  27550. | #define CLOCKID2NUM(v) INT2NUM(v)
  27551. | #define NUM2CLOCKID(v) NUM2INT(v)
  27552. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  27553. | #define HAVE_PROTOTYPES 1
  27554. | #define TOKEN_PASTE(x,y) x##y
  27555. | #define STRINGIZE(expr) STRINGIZE0(expr)
  27556. | #define HAVE_STDARG_PROTOTYPES 1
  27557. | #define HAVE_VA_ARGS_MACRO 1
  27558. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  27559. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  27560. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  27561. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  27562. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  27563. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  27564. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  27565. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  27566. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  27567. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  27568. | #define WEAK(x) __attribute__ ((__weak__)) x
  27569. | #define HAVE_FUNC_WEAK 1
  27570. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  27571. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  27572. | #define HAVE_GCC_SYNC_BUILTINS 1
  27573. | #define UNREACHABLE __builtin_unreachable()
  27574. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  27575. | #define RUBY_FUNCTION_NAME_STRING __func__
  27576. | #define ENUM_OVER_INT 1
  27577. | #define HAVE_DECL_SYS_NERR 1
  27578. | #define HAVE_DECL_GETENV 1
  27579. | #define SIZEOF_SIZE_T 8
  27580. | #define SIZEOF_PTRDIFF_T 8
  27581. | #define PRI_SIZE_PREFIX "z"
  27582. | #define PRI_PTRDIFF_PREFIX "t"
  27583. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  27584. | #define HAVE_ST_BLKSIZE 1
  27585. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  27586. | #define HAVE_ST_BLOCKS 1
  27587. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  27588. | #define HAVE_ST_RDEV 1
  27589. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  27590. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  27591. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  27592. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  27593. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  27594. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  27595. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  27596. | #define HAVE_STRUCT_TIMEVAL 1
  27597. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  27598. | #define HAVE_STRUCT_TIMESPEC 1
  27599. | #define HAVE_STRUCT_TIMEZONE 1
  27600. | #define HAVE_INT8_T 1
  27601. | #define SIZEOF_INT8_T 1
  27602. | #define HAVE_UINT8_T 1
  27603. | #define SIZEOF_UINT8_T 1
  27604. | #define HAVE_INT16_T 1
  27605. | #define SIZEOF_INT16_T 2
  27606. | #define HAVE_UINT16_T 1
  27607. | #define SIZEOF_UINT16_T 2
  27608. | #define HAVE_INT32_T 1
  27609. | #define SIZEOF_INT32_T 4
  27610. | #define HAVE_UINT32_T 1
  27611. | #define SIZEOF_UINT32_T 4
  27612. | #define HAVE_INT64_T 1
  27613. | #define SIZEOF_INT64_T 8
  27614. | #define HAVE_UINT64_T 1
  27615. | #define SIZEOF_UINT64_T 8
  27616. | #define HAVE_INT128_T 1
  27617. | #define int128_t __int128
  27618. | #define SIZEOF_INT128_T SIZEOF___INT128
  27619. | #define HAVE_UINT128_T 1
  27620. | #define uint128_t unsigned __int128
  27621. | #define SIZEOF_UINT128_T SIZEOF___INT128
  27622. | #define HAVE_INTPTR_T 1
  27623. | #define SIZEOF_INTPTR_T 8
  27624. | #define HAVE_UINTPTR_T 1
  27625. | #define SIZEOF_UINTPTR_T 8
  27626. | #define HAVE_SSIZE_T 1
  27627. | #define SIZEOF_SSIZE_T 8
  27628. | #define GETGROUPS_T gid_t
  27629. | #define RETSIGTYPE void
  27630. | #define HAVE_ALLOCA_H 1
  27631. | #define HAVE_ALLOCA 1
  27632. | #define HAVE_ACOSH 1
  27633. | #define HAVE_CBRT 1
  27634. | #define HAVE_CRYPT 1
  27635. | #define HAVE_DUP2 1
  27636. | #define HAVE_ERF 1
  27637. | #define HAVE_FFS 1
  27638. | #define HAVE_FINITE 1
  27639. | #define HAVE_FLOCK 1
  27640. | #define HAVE_HYPOT 1
  27641. | #define HAVE_ISINF 1
  27642. | #define HAVE_ISNAN 1
  27643. | #define HAVE_LGAMMA_R 1
  27644. | #define HAVE_MEMMOVE 1
  27645. | #define HAVE_NEXTAFTER 1
  27646. | #define HAVE_STRCHR 1
  27647. | #define HAVE_STRERROR 1
  27648. | #define HAVE_STRLCAT 1
  27649. | #define HAVE_STRLCPY 1
  27650. | #define HAVE_STRSTR 1
  27651. | #define HAVE_TGAMMA 1
  27652. | #define SPT_TYPE SPT_REUSEARGV
  27653. | #define HAVE_SIGNBIT 1
  27654. | #define HAVE_FORK 1
  27655. | #define vfork fork
  27656. | #define HAVE_WORKING_FORK 1
  27657. | #define HAVE__LONGJMP 1
  27658. | #define HAVE_ARC4RANDOM_BUF 1
  27659. | #define HAVE_ATAN2L 1
  27660. | #define HAVE_ATAN2F 1
  27661. | #define HAVE_CHROOT 1
  27662. | #define HAVE_CLOCK_GETTIME 1
  27663. | #define HAVE_COSH 1
  27664. | #define HAVE_DIRFD 1
  27665. | #define HAVE_DLOPEN 1
  27666. | #define HAVE_DLADDR 1
  27667. | #define HAVE_DUP 1
  27668. | #define HAVE_ENDGRENT 1
  27669. | #define HAVE_FCHMOD 1
  27670. | #define HAVE_FCHOWN 1
  27671. | #define HAVE_FCNTL 1
  27672. | #define HAVE_FDOPENDIR 1
  27673. | #define HAVE_FGETATTRLIST 1
  27674. | #define HAVE_FMOD 1
  27675. | #define HAVE_FSTATAT 1
  27676. | #define HAVE_FSYNC 1
  27677. | #define HAVE_FTRUNCATE 1
  27678. | #define HAVE_GETATTRLIST 1
  27679. | #define HAVE_GETCWD 1
  27680. | #define HAVE_GETGRNAM 1
  27681. | #define HAVE_GETGRNAM_R 1
  27682. | #define HAVE_GETGROUPS 1
  27683. | #define HAVE_GETPGID 1
  27684. | #define HAVE_GETPGRP 1
  27685. | #define HAVE_GETPRIORITY 1
  27686. | #define HAVE_GETPWNAM_R 1
  27687. | #define HAVE_GETRLIMIT 1
  27688. | #define HAVE_GETSID 1
  27689. | #define HAVE_GETTIMEOFDAY 1
  27690. | #define HAVE_GMTIME_R 1
  27691. | #define HAVE_INITGROUPS 1
  27692. | #define HAVE_IOCTL 1
  27693. | #define HAVE_ISSETUGID 1
  27694. | #define HAVE_KILLPG 1
  27695. | #define HAVE_LCHMOD 1
  27696. | #define HAVE_LCHOWN 1
  27697. | #define HAVE_LINK 1
  27698. | #define HAVE_LLABS 1
  27699. | #define HAVE_LOCKF 1
  27700. | #define HAVE_LOG2 1
  27701. | #define HAVE_LSTAT 1
  27702. | #define HAVE_LUTIMES 1
  27703. | #define HAVE_MALLOC_SIZE 1
  27704. | #define HAVE_MBLEN 1
  27705. | #define HAVE_MEMSET_S 1
  27706. | #define HAVE_WRITEV 1
  27707. | #define HAVE_MKFIFO 1
  27708. | #define HAVE_MKNOD 1
  27709. | #define HAVE_MKTIME 1
  27710. | #define HAVE_OPENAT 1
  27711. | #define HAVE_POLL 1
  27712. | #define HAVE_POSIX_MEMALIGN 1
  27713. | #define HAVE_PREAD 1
  27714. | #define HAVE_PWRITE 1
  27715. | #define HAVE_QSORT_R 1
  27716. | #define HAVE_READLINK 1
  27717. | #define HAVE_ROUND 1
  27718. | #define HAVE_SEEKDIR 1
  27719. | #define HAVE_SENDFILE 1
  27720. | #define HAVE_SETEGID 1
  27721. | #define HAVE_SETENV 1
  27722. | #define HAVE_SETEUID 1
  27723. | #define HAVE_SETGID 1
  27724. | #define HAVE_SETGROUPS 1
  27725. | #define HAVE_SETPGID 1
  27726. | #define HAVE_SETPGRP 1
  27727. | #define HAVE_SETREGID 1
  27728. | #define HAVE_SETREUID 1
  27729. | #define HAVE_SETRGID 1
  27730. | #define HAVE_SETRLIMIT 1
  27731. | #define HAVE_SETRUID 1
  27732. | #define HAVE_SETSID 1
  27733. | #define HAVE_SETUID 1
  27734. | #define HAVE_SHUTDOWN 1
  27735. | #define HAVE_SIGACTION 1
  27736. | #define HAVE_SIGALTSTACK 1
  27737. | #define HAVE_SIGPROCMASK 1
  27738. | #define HAVE_SINH 1
  27739. | #define HAVE_SYMLINK 1
  27740. | #define HAVE_SYSCONF 1
  27741. | #define HAVE_TANH 1
  27742. | #define HAVE_TELLDIR 1
  27743. | #define HAVE_TIMEGM 1
  27744. | #define HAVE_TIMES 1
  27745. | #define HAVE_TRUNCATE 1
  27746. | /* end confdefs.h. */
  27747. | /* Define truncate64 to an innocuous variant, in case <limits.h> declares truncate64.
  27748. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  27749. | #define truncate64 innocuous_truncate64
  27750. |
  27751. | /* System header to define __stub macros and hopefully few prototypes,
  27752. | which can conflict with char truncate64 (); below.
  27753. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  27754. | <limits.h> exists even on freestanding compilers. */
  27755. |
  27756. | #ifdef __STDC__
  27757. | # include <limits.h>
  27758. | #else
  27759. | # include <assert.h>
  27760. | #endif
  27761. |
  27762. | #undef truncate64
  27763. |
  27764. | /* Override any GCC internal prototype to avoid an error.
  27765. | Use char because int might match the return type of a GCC
  27766. | builtin and then its argument prototype would still apply. */
  27767. | #ifdef __cplusplus
  27768. | extern "C"
  27769. | #endif
  27770. | char truncate64 ();
  27771. | /* The GNU C library defines this for functions which it implements
  27772. | to always fail with ENOSYS. Some functions are actually named
  27773. | something starting with __ and the normal name is an alias. */
  27774. | #if defined __stub_truncate64 || defined __stub___truncate64
  27775. | choke me
  27776. | #endif
  27777. |
  27778. | int
  27779. | main ()
  27780. | {
  27781. | return truncate64 ();
  27782. | ;
  27783. | return 0;
  27784. | }
  27785. configure:22481: result: no
  27786. configure:22492: checking for unsetenv
  27787. 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
  27788. configure:22492: $? = 0
  27789. configure:22492: result: yes
  27790. configure:22503: checking for utimensat
  27791. 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
  27792. configure:22503: $? = 0
  27793. configure:22503: result: yes
  27794. configure:22514: checking for utimes
  27795. 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
  27796. configure:22514: $? = 0
  27797. configure:22514: result: yes
  27798. configure:22525: checking for wait4
  27799. 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
  27800. configure:22525: $? = 0
  27801. configure:22525: result: yes
  27802. configure:22536: checking for waitpid
  27803. 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
  27804. configure:22536: $? = 0
  27805. configure:22536: result: yes
  27806. configure:22561: checking if getcwd allocates buffer if NULL is given
  27807. 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
  27808. configure:22597: $? = 0
  27809. configure:22597: ./conftest
  27810. configure:22597: $? = 0
  27811. configure:22607: result: yes
  27812. configure:22646: checking for __builtin_bswap16
  27813. 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
  27814. conftest.c:328:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  27815. __builtin_bswap16(0);
  27816. ^~~~~~~~~~~~~~~~~ ~
  27817. 1 warning generated.
  27818. configure:22662: $? = 0
  27819. configure:22670: result: yes
  27820. configure:22678: checking for __builtin_bswap32
  27821. 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
  27822. conftest.c:329:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  27823. __builtin_bswap32(0);
  27824. ^~~~~~~~~~~~~~~~~ ~
  27825. 1 warning generated.
  27826. configure:22694: $? = 0
  27827. configure:22702: result: yes
  27828. configure:22710: checking for __builtin_bswap64
  27829. 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
  27830. conftest.c:330:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  27831. __builtin_bswap64(0);
  27832. ^~~~~~~~~~~~~~~~~ ~
  27833. 1 warning generated.
  27834. configure:22726: $? = 0
  27835. configure:22734: result: yes
  27836. configure:22742: checking for __builtin_popcount
  27837. 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
  27838. conftest.c:331:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  27839. __builtin_popcount(0);
  27840. ^~~~~~~~~~~~~~~~~~ ~
  27841. 1 warning generated.
  27842. configure:22758: $? = 0
  27843. configure:22766: result: yes
  27844. configure:22774: checking for __builtin_popcountll
  27845. 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
  27846. conftest.c:332:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  27847. __builtin_popcountll(0);
  27848. ^~~~~~~~~~~~~~~~~~~~ ~
  27849. 1 warning generated.
  27850. configure:22790: $? = 0
  27851. configure:22798: result: yes
  27852. configure:22806: checking for __builtin_clz
  27853. 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
  27854. conftest.c:333:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  27855. __builtin_clz(0);
  27856. ^~~~~~~~~~~~~ ~
  27857. 1 warning generated.
  27858. configure:22822: $? = 0
  27859. configure:22830: result: yes
  27860. configure:22838: checking for __builtin_clzl
  27861. 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
  27862. conftest.c:334:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  27863. __builtin_clzl(0);
  27864. ^~~~~~~~~~~~~~ ~
  27865. 1 warning generated.
  27866. configure:22854: $? = 0
  27867. configure:22862: result: yes
  27868. configure:22870: checking for __builtin_clzll
  27869. 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
  27870. conftest.c:335:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  27871. __builtin_clzll(0);
  27872. ^~~~~~~~~~~~~~~ ~
  27873. 1 warning generated.
  27874. configure:22886: $? = 0
  27875. configure:22894: result: yes
  27876. configure:22902: checking for __builtin_ctz
  27877. 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
  27878. conftest.c:336:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  27879. __builtin_ctz(0);
  27880. ^~~~~~~~~~~~~ ~
  27881. 1 warning generated.
  27882. configure:22918: $? = 0
  27883. configure:22926: result: yes
  27884. configure:22934: checking for __builtin_ctzll
  27885. 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
  27886. conftest.c:337:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  27887. __builtin_ctzll(0);
  27888. ^~~~~~~~~~~~~~~ ~
  27889. 1 warning generated.
  27890. configure:22950: $? = 0
  27891. configure:22958: result: yes
  27892. configure:22966: checking for __builtin_add_overflow
  27893. 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
  27894. configure:22982: $? = 0
  27895. configure:22990: result: yes
  27896. configure:22998: checking for __builtin_sub_overflow
  27897. 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
  27898. configure:23014: $? = 0
  27899. configure:23022: result: yes
  27900. configure:23030: checking for __builtin_mul_overflow
  27901. 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
  27902. configure:23046: $? = 0
  27903. configure:23054: result: yes
  27904. configure:23062: checking for __builtin_mul_overflow_p
  27905. 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
  27906. conftest.c:341:1: error: use of unknown builtin '__builtin_mul_overflow_p' [-Wimplicit-function-declaration]
  27907. __builtin_mul_overflow_p(0,0,(int)0);
  27908. ^
  27909. 1 error generated.
  27910. configure:23078: $? = 1
  27911. configure: failed program was:
  27912. | /* confdefs.h */
  27913. | #define PACKAGE_NAME ""
  27914. | #define PACKAGE_TARNAME ""
  27915. | #define PACKAGE_VERSION ""
  27916. | #define PACKAGE_STRING ""
  27917. | #define PACKAGE_BUGREPORT ""
  27918. | #define PACKAGE_URL ""
  27919. | #define CANONICALIZATION_FOR_MATHN 1
  27920. | #define STDC_HEADERS 1
  27921. | #define HAVE_SYS_TYPES_H 1
  27922. | #define HAVE_SYS_STAT_H 1
  27923. | #define HAVE_STDLIB_H 1
  27924. | #define HAVE_STRING_H 1
  27925. | #define HAVE_MEMORY_H 1
  27926. | #define HAVE_STRINGS_H 1
  27927. | #define HAVE_INTTYPES_H 1
  27928. | #define HAVE_STDINT_H 1
  27929. | #define HAVE_UNISTD_H 1
  27930. | #define __EXTENSIONS__ 1
  27931. | #define _ALL_SOURCE 1
  27932. | #define _GNU_SOURCE 1
  27933. | #define _POSIX_PTHREAD_SEMANTICS 1
  27934. | #define _TANDEM_SOURCE 1
  27935. | #define HAVE_INFINITY 1
  27936. | #define HAVE_NAN 1
  27937. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  27938. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  27939. | #define BROKEN_CRYPT 1
  27940. | #define HAVE_CRT_EXTERNS_H 1
  27941. | #define HAVE_LIBDL 1
  27942. | #define HAVE_DIRENT_H 1
  27943. | #define HAVE__BOOL 1
  27944. | #define HAVE_STDBOOL_H 1
  27945. | #define HAVE_SYS_WAIT_H 1
  27946. | #define HAVE_GRP_H 1
  27947. | #define HAVE_FCNTL_H 1
  27948. | #define HAVE_FLOAT_H 1
  27949. | #define HAVE_LANGINFO_H 1
  27950. | #define HAVE_LIMITS_H 1
  27951. | #define HAVE_LOCALE_H 1
  27952. | #define HAVE_MALLOC_MALLOC_H 1
  27953. | #define HAVE_PWD_H 1
  27954. | #define HAVE_SYS_ATTR_H 1
  27955. | #define HAVE_SYS_FCNTL_H 1
  27956. | #define HAVE_SYS_FILE_H 1
  27957. | #define HAVE_SYS_IOCTL_H 1
  27958. | #define HAVE_SYS_PARAM_H 1
  27959. | #define HAVE_SYS_RESOURCE_H 1
  27960. | #define HAVE_SYS_SELECT_H 1
  27961. | #define HAVE_SYS_SOCKET_H 1
  27962. | #define HAVE_SYS_TIME_H 1
  27963. | #define HAVE_SYS_TIMES_H 1
  27964. | #define HAVE_SYS_UIO_H 1
  27965. | #define HAVE_TIME_H 1
  27966. | #define HAVE_UCONTEXT_H 1
  27967. | #define HAVE_UTIME_H 1
  27968. | #define HAVE_GMP_H 1
  27969. | #define HAVE_LIBGMP 1
  27970. | #define HAVE_TYPEOF 1
  27971. | #define HAVE_LONG_LONG 1
  27972. | #define HAVE_OFF_T 1
  27973. | #define SIZEOF_INT 4
  27974. | #define SIZEOF_SHORT 2
  27975. | #define SIZEOF_LONG 8
  27976. | #define SIZEOF_LONG_LONG 8
  27977. | #define SIZEOF___INT64 0
  27978. | #define SIZEOF___INT128 16
  27979. | #define SIZEOF_OFF_T 8
  27980. | #define SIZEOF_VOIDP 8
  27981. | #define SIZEOF_FLOAT 4
  27982. | #define SIZEOF_DOUBLE 8
  27983. | #define SIZEOF_TIME_T 8
  27984. | #define SIZEOF_CLOCK_T 8
  27985. | #define PACKED_STRUCT(x) x __attribute__((packed))
  27986. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  27987. | #define PRI_LL_PREFIX "ll"
  27988. | #define rb_pid_t pid_t
  27989. | #define SIGNEDNESS_OF_PID_T -1
  27990. | #define PIDT2NUM(v) INT2NUM(v)
  27991. | #define NUM2PIDT(v) NUM2INT(v)
  27992. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  27993. | #define rb_uid_t uid_t
  27994. | #define SIGNEDNESS_OF_UID_T +1
  27995. | #define UIDT2NUM(v) UINT2NUM(v)
  27996. | #define NUM2UIDT(v) NUM2UINT(v)
  27997. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  27998. | #define rb_gid_t gid_t
  27999. | #define SIGNEDNESS_OF_GID_T +1
  28000. | #define GIDT2NUM(v) UINT2NUM(v)
  28001. | #define NUM2GIDT(v) NUM2UINT(v)
  28002. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  28003. | #define rb_time_t time_t
  28004. | #define SIGNEDNESS_OF_TIME_T -1
  28005. | #define TIMET2NUM(v) LONG2NUM(v)
  28006. | #define NUM2TIMET(v) NUM2LONG(v)
  28007. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  28008. | #define rb_dev_t dev_t
  28009. | #define SIGNEDNESS_OF_DEV_T -1
  28010. | #define DEVT2NUM(v) INT2NUM(v)
  28011. | #define NUM2DEVT(v) NUM2INT(v)
  28012. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  28013. | #define rb_mode_t mode_t
  28014. | #define SIGNEDNESS_OF_MODE_T +1
  28015. | #define MODET2NUM(v) UINT2NUM(v)
  28016. | #define NUM2MODET(v) NUM2UINT(v)
  28017. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  28018. | #define rb_rlim_t rlim_t
  28019. | #define SIGNEDNESS_OF_RLIM_T +1
  28020. | #define RLIM2NUM(v) ULL2NUM(v)
  28021. | #define NUM2RLIM(v) NUM2ULL(v)
  28022. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  28023. | #define rb_off_t off_t
  28024. | #define SIGNEDNESS_OF_OFF_T -1
  28025. | #define OFFT2NUM(v) LL2NUM(v)
  28026. | #define NUM2OFFT(v) NUM2LL(v)
  28027. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  28028. | #define rb_clockid_t int
  28029. | #define SIGNEDNESS_OF_CLOCKID_T -1
  28030. | #define CLOCKID2NUM(v) INT2NUM(v)
  28031. | #define NUM2CLOCKID(v) NUM2INT(v)
  28032. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  28033. | #define HAVE_PROTOTYPES 1
  28034. | #define TOKEN_PASTE(x,y) x##y
  28035. | #define STRINGIZE(expr) STRINGIZE0(expr)
  28036. | #define HAVE_STDARG_PROTOTYPES 1
  28037. | #define HAVE_VA_ARGS_MACRO 1
  28038. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  28039. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  28040. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  28041. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  28042. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  28043. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  28044. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  28045. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  28046. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  28047. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  28048. | #define WEAK(x) __attribute__ ((__weak__)) x
  28049. | #define HAVE_FUNC_WEAK 1
  28050. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  28051. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  28052. | #define HAVE_GCC_SYNC_BUILTINS 1
  28053. | #define UNREACHABLE __builtin_unreachable()
  28054. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  28055. | #define RUBY_FUNCTION_NAME_STRING __func__
  28056. | #define ENUM_OVER_INT 1
  28057. | #define HAVE_DECL_SYS_NERR 1
  28058. | #define HAVE_DECL_GETENV 1
  28059. | #define SIZEOF_SIZE_T 8
  28060. | #define SIZEOF_PTRDIFF_T 8
  28061. | #define PRI_SIZE_PREFIX "z"
  28062. | #define PRI_PTRDIFF_PREFIX "t"
  28063. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  28064. | #define HAVE_ST_BLKSIZE 1
  28065. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  28066. | #define HAVE_ST_BLOCKS 1
  28067. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  28068. | #define HAVE_ST_RDEV 1
  28069. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  28070. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  28071. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  28072. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  28073. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  28074. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  28075. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  28076. | #define HAVE_STRUCT_TIMEVAL 1
  28077. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  28078. | #define HAVE_STRUCT_TIMESPEC 1
  28079. | #define HAVE_STRUCT_TIMEZONE 1
  28080. | #define HAVE_INT8_T 1
  28081. | #define SIZEOF_INT8_T 1
  28082. | #define HAVE_UINT8_T 1
  28083. | #define SIZEOF_UINT8_T 1
  28084. | #define HAVE_INT16_T 1
  28085. | #define SIZEOF_INT16_T 2
  28086. | #define HAVE_UINT16_T 1
  28087. | #define SIZEOF_UINT16_T 2
  28088. | #define HAVE_INT32_T 1
  28089. | #define SIZEOF_INT32_T 4
  28090. | #define HAVE_UINT32_T 1
  28091. | #define SIZEOF_UINT32_T 4
  28092. | #define HAVE_INT64_T 1
  28093. | #define SIZEOF_INT64_T 8
  28094. | #define HAVE_UINT64_T 1
  28095. | #define SIZEOF_UINT64_T 8
  28096. | #define HAVE_INT128_T 1
  28097. | #define int128_t __int128
  28098. | #define SIZEOF_INT128_T SIZEOF___INT128
  28099. | #define HAVE_UINT128_T 1
  28100. | #define uint128_t unsigned __int128
  28101. | #define SIZEOF_UINT128_T SIZEOF___INT128
  28102. | #define HAVE_INTPTR_T 1
  28103. | #define SIZEOF_INTPTR_T 8
  28104. | #define HAVE_UINTPTR_T 1
  28105. | #define SIZEOF_UINTPTR_T 8
  28106. | #define HAVE_SSIZE_T 1
  28107. | #define SIZEOF_SSIZE_T 8
  28108. | #define GETGROUPS_T gid_t
  28109. | #define RETSIGTYPE void
  28110. | #define HAVE_ALLOCA_H 1
  28111. | #define HAVE_ALLOCA 1
  28112. | #define HAVE_ACOSH 1
  28113. | #define HAVE_CBRT 1
  28114. | #define HAVE_CRYPT 1
  28115. | #define HAVE_DUP2 1
  28116. | #define HAVE_ERF 1
  28117. | #define HAVE_FFS 1
  28118. | #define HAVE_FINITE 1
  28119. | #define HAVE_FLOCK 1
  28120. | #define HAVE_HYPOT 1
  28121. | #define HAVE_ISINF 1
  28122. | #define HAVE_ISNAN 1
  28123. | #define HAVE_LGAMMA_R 1
  28124. | #define HAVE_MEMMOVE 1
  28125. | #define HAVE_NEXTAFTER 1
  28126. | #define HAVE_STRCHR 1
  28127. | #define HAVE_STRERROR 1
  28128. | #define HAVE_STRLCAT 1
  28129. | #define HAVE_STRLCPY 1
  28130. | #define HAVE_STRSTR 1
  28131. | #define HAVE_TGAMMA 1
  28132. | #define SPT_TYPE SPT_REUSEARGV
  28133. | #define HAVE_SIGNBIT 1
  28134. | #define HAVE_FORK 1
  28135. | #define vfork fork
  28136. | #define HAVE_WORKING_FORK 1
  28137. | #define HAVE__LONGJMP 1
  28138. | #define HAVE_ARC4RANDOM_BUF 1
  28139. | #define HAVE_ATAN2L 1
  28140. | #define HAVE_ATAN2F 1
  28141. | #define HAVE_CHROOT 1
  28142. | #define HAVE_CLOCK_GETTIME 1
  28143. | #define HAVE_COSH 1
  28144. | #define HAVE_DIRFD 1
  28145. | #define HAVE_DLOPEN 1
  28146. | #define HAVE_DLADDR 1
  28147. | #define HAVE_DUP 1
  28148. | #define HAVE_ENDGRENT 1
  28149. | #define HAVE_FCHMOD 1
  28150. | #define HAVE_FCHOWN 1
  28151. | #define HAVE_FCNTL 1
  28152. | #define HAVE_FDOPENDIR 1
  28153. | #define HAVE_FGETATTRLIST 1
  28154. | #define HAVE_FMOD 1
  28155. | #define HAVE_FSTATAT 1
  28156. | #define HAVE_FSYNC 1
  28157. | #define HAVE_FTRUNCATE 1
  28158. | #define HAVE_GETATTRLIST 1
  28159. | #define HAVE_GETCWD 1
  28160. | #define HAVE_GETGRNAM 1
  28161. | #define HAVE_GETGRNAM_R 1
  28162. | #define HAVE_GETGROUPS 1
  28163. | #define HAVE_GETPGID 1
  28164. | #define HAVE_GETPGRP 1
  28165. | #define HAVE_GETPRIORITY 1
  28166. | #define HAVE_GETPWNAM_R 1
  28167. | #define HAVE_GETRLIMIT 1
  28168. | #define HAVE_GETSID 1
  28169. | #define HAVE_GETTIMEOFDAY 1
  28170. | #define HAVE_GMTIME_R 1
  28171. | #define HAVE_INITGROUPS 1
  28172. | #define HAVE_IOCTL 1
  28173. | #define HAVE_ISSETUGID 1
  28174. | #define HAVE_KILLPG 1
  28175. | #define HAVE_LCHMOD 1
  28176. | #define HAVE_LCHOWN 1
  28177. | #define HAVE_LINK 1
  28178. | #define HAVE_LLABS 1
  28179. | #define HAVE_LOCKF 1
  28180. | #define HAVE_LOG2 1
  28181. | #define HAVE_LSTAT 1
  28182. | #define HAVE_LUTIMES 1
  28183. | #define HAVE_MALLOC_SIZE 1
  28184. | #define HAVE_MBLEN 1
  28185. | #define HAVE_MEMSET_S 1
  28186. | #define HAVE_WRITEV 1
  28187. | #define HAVE_MKFIFO 1
  28188. | #define HAVE_MKNOD 1
  28189. | #define HAVE_MKTIME 1
  28190. | #define HAVE_OPENAT 1
  28191. | #define HAVE_POLL 1
  28192. | #define HAVE_POSIX_MEMALIGN 1
  28193. | #define HAVE_PREAD 1
  28194. | #define HAVE_PWRITE 1
  28195. | #define HAVE_QSORT_R 1
  28196. | #define HAVE_READLINK 1
  28197. | #define HAVE_ROUND 1
  28198. | #define HAVE_SEEKDIR 1
  28199. | #define HAVE_SENDFILE 1
  28200. | #define HAVE_SETEGID 1
  28201. | #define HAVE_SETENV 1
  28202. | #define HAVE_SETEUID 1
  28203. | #define HAVE_SETGID 1
  28204. | #define HAVE_SETGROUPS 1
  28205. | #define HAVE_SETPGID 1
  28206. | #define HAVE_SETPGRP 1
  28207. | #define HAVE_SETREGID 1
  28208. | #define HAVE_SETREUID 1
  28209. | #define HAVE_SETRGID 1
  28210. | #define HAVE_SETRLIMIT 1
  28211. | #define HAVE_SETRUID 1
  28212. | #define HAVE_SETSID 1
  28213. | #define HAVE_SETUID 1
  28214. | #define HAVE_SHUTDOWN 1
  28215. | #define HAVE_SIGACTION 1
  28216. | #define HAVE_SIGALTSTACK 1
  28217. | #define HAVE_SIGPROCMASK 1
  28218. | #define HAVE_SINH 1
  28219. | #define HAVE_SYMLINK 1
  28220. | #define HAVE_SYSCONF 1
  28221. | #define HAVE_TANH 1
  28222. | #define HAVE_TELLDIR 1
  28223. | #define HAVE_TIMEGM 1
  28224. | #define HAVE_TIMES 1
  28225. | #define HAVE_TRUNCATE 1
  28226. | #define HAVE_UNSETENV 1
  28227. | #define HAVE_UTIMENSAT 1
  28228. | #define HAVE_UTIMES 1
  28229. | #define HAVE_WAIT4 1
  28230. | #define HAVE_WAITPID 1
  28231. | #if !defined __STDC_WANT_LIB_EXT1__
  28232. | #define __STDC_WANT_LIB_EXT1__ 1
  28233. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  28234. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  28235. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  28236. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  28237. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  28238. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  28239. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  28240. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  28241. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  28242. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  28243. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  28244. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  28245. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  28246. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  28247. | /* end confdefs.h. */
  28248. | int foo;
  28249. | int
  28250. | main ()
  28251. | {
  28252. | __builtin_mul_overflow_p(0,0,(int)0);
  28253. | ;
  28254. | return 0;
  28255. | }
  28256. configure:23086: result: no
  28257. configure:23094: checking for __builtin_constant_p
  28258. 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
  28259. conftest.c:341:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  28260. __builtin_constant_p(0);
  28261. ^~~~~~~~~~~~~~~~~~~~ ~
  28262. 1 warning generated.
  28263. configure:23110: $? = 0
  28264. configure:23118: result: yes
  28265. configure:23126: checking for __builtin_choose_expr
  28266. 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
  28267. configure:23145: $? = 0
  28268. configure:23153: result: yes
  28269. configure:23163: checking for __builtin_choose_expr_constant_p
  28270. 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
  28271. configure:23182: $? = 0
  28272. configure:23190: result: yes
  28273. configure:23200: checking for __builtin_types_compatible_p
  28274. 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
  28275. conftest.c:344:1: warning: expression result unused [-Wunused-value]
  28276. __builtin_types_compatible_p(int, int);
  28277. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  28278. 1 warning generated.
  28279. configure:23216: $? = 0
  28280. configure:23224: result: yes
  28281. configure:23235: checking whether qsort_r is GNU version
  28282. 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
  28283. conftest.c:343:6: error: conflicting types for 'qsort_r'
  28284. void qsort_r(void *base, size_t nmemb, size_t size,
  28285. ^
  28286. /usr/include/stdlib.h:325:7: note: previous declaration is here
  28287. void qsort_r(void *__base, size_t __nel, size_t __width, void *,
  28288. ^
  28289. 1 error generated.
  28290. configure:23256: $? = 1
  28291. configure: failed program was:
  28292. | /* confdefs.h */
  28293. | #define PACKAGE_NAME ""
  28294. | #define PACKAGE_TARNAME ""
  28295. | #define PACKAGE_VERSION ""
  28296. | #define PACKAGE_STRING ""
  28297. | #define PACKAGE_BUGREPORT ""
  28298. | #define PACKAGE_URL ""
  28299. | #define CANONICALIZATION_FOR_MATHN 1
  28300. | #define STDC_HEADERS 1
  28301. | #define HAVE_SYS_TYPES_H 1
  28302. | #define HAVE_SYS_STAT_H 1
  28303. | #define HAVE_STDLIB_H 1
  28304. | #define HAVE_STRING_H 1
  28305. | #define HAVE_MEMORY_H 1
  28306. | #define HAVE_STRINGS_H 1
  28307. | #define HAVE_INTTYPES_H 1
  28308. | #define HAVE_STDINT_H 1
  28309. | #define HAVE_UNISTD_H 1
  28310. | #define __EXTENSIONS__ 1
  28311. | #define _ALL_SOURCE 1
  28312. | #define _GNU_SOURCE 1
  28313. | #define _POSIX_PTHREAD_SEMANTICS 1
  28314. | #define _TANDEM_SOURCE 1
  28315. | #define HAVE_INFINITY 1
  28316. | #define HAVE_NAN 1
  28317. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  28318. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  28319. | #define BROKEN_CRYPT 1
  28320. | #define HAVE_CRT_EXTERNS_H 1
  28321. | #define HAVE_LIBDL 1
  28322. | #define HAVE_DIRENT_H 1
  28323. | #define HAVE__BOOL 1
  28324. | #define HAVE_STDBOOL_H 1
  28325. | #define HAVE_SYS_WAIT_H 1
  28326. | #define HAVE_GRP_H 1
  28327. | #define HAVE_FCNTL_H 1
  28328. | #define HAVE_FLOAT_H 1
  28329. | #define HAVE_LANGINFO_H 1
  28330. | #define HAVE_LIMITS_H 1
  28331. | #define HAVE_LOCALE_H 1
  28332. | #define HAVE_MALLOC_MALLOC_H 1
  28333. | #define HAVE_PWD_H 1
  28334. | #define HAVE_SYS_ATTR_H 1
  28335. | #define HAVE_SYS_FCNTL_H 1
  28336. | #define HAVE_SYS_FILE_H 1
  28337. | #define HAVE_SYS_IOCTL_H 1
  28338. | #define HAVE_SYS_PARAM_H 1
  28339. | #define HAVE_SYS_RESOURCE_H 1
  28340. | #define HAVE_SYS_SELECT_H 1
  28341. | #define HAVE_SYS_SOCKET_H 1
  28342. | #define HAVE_SYS_TIME_H 1
  28343. | #define HAVE_SYS_TIMES_H 1
  28344. | #define HAVE_SYS_UIO_H 1
  28345. | #define HAVE_TIME_H 1
  28346. | #define HAVE_UCONTEXT_H 1
  28347. | #define HAVE_UTIME_H 1
  28348. | #define HAVE_GMP_H 1
  28349. | #define HAVE_LIBGMP 1
  28350. | #define HAVE_TYPEOF 1
  28351. | #define HAVE_LONG_LONG 1
  28352. | #define HAVE_OFF_T 1
  28353. | #define SIZEOF_INT 4
  28354. | #define SIZEOF_SHORT 2
  28355. | #define SIZEOF_LONG 8
  28356. | #define SIZEOF_LONG_LONG 8
  28357. | #define SIZEOF___INT64 0
  28358. | #define SIZEOF___INT128 16
  28359. | #define SIZEOF_OFF_T 8
  28360. | #define SIZEOF_VOIDP 8
  28361. | #define SIZEOF_FLOAT 4
  28362. | #define SIZEOF_DOUBLE 8
  28363. | #define SIZEOF_TIME_T 8
  28364. | #define SIZEOF_CLOCK_T 8
  28365. | #define PACKED_STRUCT(x) x __attribute__((packed))
  28366. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  28367. | #define PRI_LL_PREFIX "ll"
  28368. | #define rb_pid_t pid_t
  28369. | #define SIGNEDNESS_OF_PID_T -1
  28370. | #define PIDT2NUM(v) INT2NUM(v)
  28371. | #define NUM2PIDT(v) NUM2INT(v)
  28372. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  28373. | #define rb_uid_t uid_t
  28374. | #define SIGNEDNESS_OF_UID_T +1
  28375. | #define UIDT2NUM(v) UINT2NUM(v)
  28376. | #define NUM2UIDT(v) NUM2UINT(v)
  28377. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  28378. | #define rb_gid_t gid_t
  28379. | #define SIGNEDNESS_OF_GID_T +1
  28380. | #define GIDT2NUM(v) UINT2NUM(v)
  28381. | #define NUM2GIDT(v) NUM2UINT(v)
  28382. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  28383. | #define rb_time_t time_t
  28384. | #define SIGNEDNESS_OF_TIME_T -1
  28385. | #define TIMET2NUM(v) LONG2NUM(v)
  28386. | #define NUM2TIMET(v) NUM2LONG(v)
  28387. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  28388. | #define rb_dev_t dev_t
  28389. | #define SIGNEDNESS_OF_DEV_T -1
  28390. | #define DEVT2NUM(v) INT2NUM(v)
  28391. | #define NUM2DEVT(v) NUM2INT(v)
  28392. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  28393. | #define rb_mode_t mode_t
  28394. | #define SIGNEDNESS_OF_MODE_T +1
  28395. | #define MODET2NUM(v) UINT2NUM(v)
  28396. | #define NUM2MODET(v) NUM2UINT(v)
  28397. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  28398. | #define rb_rlim_t rlim_t
  28399. | #define SIGNEDNESS_OF_RLIM_T +1
  28400. | #define RLIM2NUM(v) ULL2NUM(v)
  28401. | #define NUM2RLIM(v) NUM2ULL(v)
  28402. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  28403. | #define rb_off_t off_t
  28404. | #define SIGNEDNESS_OF_OFF_T -1
  28405. | #define OFFT2NUM(v) LL2NUM(v)
  28406. | #define NUM2OFFT(v) NUM2LL(v)
  28407. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  28408. | #define rb_clockid_t int
  28409. | #define SIGNEDNESS_OF_CLOCKID_T -1
  28410. | #define CLOCKID2NUM(v) INT2NUM(v)
  28411. | #define NUM2CLOCKID(v) NUM2INT(v)
  28412. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  28413. | #define HAVE_PROTOTYPES 1
  28414. | #define TOKEN_PASTE(x,y) x##y
  28415. | #define STRINGIZE(expr) STRINGIZE0(expr)
  28416. | #define HAVE_STDARG_PROTOTYPES 1
  28417. | #define HAVE_VA_ARGS_MACRO 1
  28418. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  28419. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  28420. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  28421. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  28422. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  28423. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  28424. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  28425. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  28426. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  28427. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  28428. | #define WEAK(x) __attribute__ ((__weak__)) x
  28429. | #define HAVE_FUNC_WEAK 1
  28430. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  28431. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  28432. | #define HAVE_GCC_SYNC_BUILTINS 1
  28433. | #define UNREACHABLE __builtin_unreachable()
  28434. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  28435. | #define RUBY_FUNCTION_NAME_STRING __func__
  28436. | #define ENUM_OVER_INT 1
  28437. | #define HAVE_DECL_SYS_NERR 1
  28438. | #define HAVE_DECL_GETENV 1
  28439. | #define SIZEOF_SIZE_T 8
  28440. | #define SIZEOF_PTRDIFF_T 8
  28441. | #define PRI_SIZE_PREFIX "z"
  28442. | #define PRI_PTRDIFF_PREFIX "t"
  28443. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  28444. | #define HAVE_ST_BLKSIZE 1
  28445. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  28446. | #define HAVE_ST_BLOCKS 1
  28447. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  28448. | #define HAVE_ST_RDEV 1
  28449. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  28450. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  28451. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  28452. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  28453. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  28454. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  28455. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  28456. | #define HAVE_STRUCT_TIMEVAL 1
  28457. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  28458. | #define HAVE_STRUCT_TIMESPEC 1
  28459. | #define HAVE_STRUCT_TIMEZONE 1
  28460. | #define HAVE_INT8_T 1
  28461. | #define SIZEOF_INT8_T 1
  28462. | #define HAVE_UINT8_T 1
  28463. | #define SIZEOF_UINT8_T 1
  28464. | #define HAVE_INT16_T 1
  28465. | #define SIZEOF_INT16_T 2
  28466. | #define HAVE_UINT16_T 1
  28467. | #define SIZEOF_UINT16_T 2
  28468. | #define HAVE_INT32_T 1
  28469. | #define SIZEOF_INT32_T 4
  28470. | #define HAVE_UINT32_T 1
  28471. | #define SIZEOF_UINT32_T 4
  28472. | #define HAVE_INT64_T 1
  28473. | #define SIZEOF_INT64_T 8
  28474. | #define HAVE_UINT64_T 1
  28475. | #define SIZEOF_UINT64_T 8
  28476. | #define HAVE_INT128_T 1
  28477. | #define int128_t __int128
  28478. | #define SIZEOF_INT128_T SIZEOF___INT128
  28479. | #define HAVE_UINT128_T 1
  28480. | #define uint128_t unsigned __int128
  28481. | #define SIZEOF_UINT128_T SIZEOF___INT128
  28482. | #define HAVE_INTPTR_T 1
  28483. | #define SIZEOF_INTPTR_T 8
  28484. | #define HAVE_UINTPTR_T 1
  28485. | #define SIZEOF_UINTPTR_T 8
  28486. | #define HAVE_SSIZE_T 1
  28487. | #define SIZEOF_SSIZE_T 8
  28488. | #define GETGROUPS_T gid_t
  28489. | #define RETSIGTYPE void
  28490. | #define HAVE_ALLOCA_H 1
  28491. | #define HAVE_ALLOCA 1
  28492. | #define HAVE_ACOSH 1
  28493. | #define HAVE_CBRT 1
  28494. | #define HAVE_CRYPT 1
  28495. | #define HAVE_DUP2 1
  28496. | #define HAVE_ERF 1
  28497. | #define HAVE_FFS 1
  28498. | #define HAVE_FINITE 1
  28499. | #define HAVE_FLOCK 1
  28500. | #define HAVE_HYPOT 1
  28501. | #define HAVE_ISINF 1
  28502. | #define HAVE_ISNAN 1
  28503. | #define HAVE_LGAMMA_R 1
  28504. | #define HAVE_MEMMOVE 1
  28505. | #define HAVE_NEXTAFTER 1
  28506. | #define HAVE_STRCHR 1
  28507. | #define HAVE_STRERROR 1
  28508. | #define HAVE_STRLCAT 1
  28509. | #define HAVE_STRLCPY 1
  28510. | #define HAVE_STRSTR 1
  28511. | #define HAVE_TGAMMA 1
  28512. | #define SPT_TYPE SPT_REUSEARGV
  28513. | #define HAVE_SIGNBIT 1
  28514. | #define HAVE_FORK 1
  28515. | #define vfork fork
  28516. | #define HAVE_WORKING_FORK 1
  28517. | #define HAVE__LONGJMP 1
  28518. | #define HAVE_ARC4RANDOM_BUF 1
  28519. | #define HAVE_ATAN2L 1
  28520. | #define HAVE_ATAN2F 1
  28521. | #define HAVE_CHROOT 1
  28522. | #define HAVE_CLOCK_GETTIME 1
  28523. | #define HAVE_COSH 1
  28524. | #define HAVE_DIRFD 1
  28525. | #define HAVE_DLOPEN 1
  28526. | #define HAVE_DLADDR 1
  28527. | #define HAVE_DUP 1
  28528. | #define HAVE_ENDGRENT 1
  28529. | #define HAVE_FCHMOD 1
  28530. | #define HAVE_FCHOWN 1
  28531. | #define HAVE_FCNTL 1
  28532. | #define HAVE_FDOPENDIR 1
  28533. | #define HAVE_FGETATTRLIST 1
  28534. | #define HAVE_FMOD 1
  28535. | #define HAVE_FSTATAT 1
  28536. | #define HAVE_FSYNC 1
  28537. | #define HAVE_FTRUNCATE 1
  28538. | #define HAVE_GETATTRLIST 1
  28539. | #define HAVE_GETCWD 1
  28540. | #define HAVE_GETGRNAM 1
  28541. | #define HAVE_GETGRNAM_R 1
  28542. | #define HAVE_GETGROUPS 1
  28543. | #define HAVE_GETPGID 1
  28544. | #define HAVE_GETPGRP 1
  28545. | #define HAVE_GETPRIORITY 1
  28546. | #define HAVE_GETPWNAM_R 1
  28547. | #define HAVE_GETRLIMIT 1
  28548. | #define HAVE_GETSID 1
  28549. | #define HAVE_GETTIMEOFDAY 1
  28550. | #define HAVE_GMTIME_R 1
  28551. | #define HAVE_INITGROUPS 1
  28552. | #define HAVE_IOCTL 1
  28553. | #define HAVE_ISSETUGID 1
  28554. | #define HAVE_KILLPG 1
  28555. | #define HAVE_LCHMOD 1
  28556. | #define HAVE_LCHOWN 1
  28557. | #define HAVE_LINK 1
  28558. | #define HAVE_LLABS 1
  28559. | #define HAVE_LOCKF 1
  28560. | #define HAVE_LOG2 1
  28561. | #define HAVE_LSTAT 1
  28562. | #define HAVE_LUTIMES 1
  28563. | #define HAVE_MALLOC_SIZE 1
  28564. | #define HAVE_MBLEN 1
  28565. | #define HAVE_MEMSET_S 1
  28566. | #define HAVE_WRITEV 1
  28567. | #define HAVE_MKFIFO 1
  28568. | #define HAVE_MKNOD 1
  28569. | #define HAVE_MKTIME 1
  28570. | #define HAVE_OPENAT 1
  28571. | #define HAVE_POLL 1
  28572. | #define HAVE_POSIX_MEMALIGN 1
  28573. | #define HAVE_PREAD 1
  28574. | #define HAVE_PWRITE 1
  28575. | #define HAVE_QSORT_R 1
  28576. | #define HAVE_READLINK 1
  28577. | #define HAVE_ROUND 1
  28578. | #define HAVE_SEEKDIR 1
  28579. | #define HAVE_SENDFILE 1
  28580. | #define HAVE_SETEGID 1
  28581. | #define HAVE_SETENV 1
  28582. | #define HAVE_SETEUID 1
  28583. | #define HAVE_SETGID 1
  28584. | #define HAVE_SETGROUPS 1
  28585. | #define HAVE_SETPGID 1
  28586. | #define HAVE_SETPGRP 1
  28587. | #define HAVE_SETREGID 1
  28588. | #define HAVE_SETREUID 1
  28589. | #define HAVE_SETRGID 1
  28590. | #define HAVE_SETRLIMIT 1
  28591. | #define HAVE_SETRUID 1
  28592. | #define HAVE_SETSID 1
  28593. | #define HAVE_SETUID 1
  28594. | #define HAVE_SHUTDOWN 1
  28595. | #define HAVE_SIGACTION 1
  28596. | #define HAVE_SIGALTSTACK 1
  28597. | #define HAVE_SIGPROCMASK 1
  28598. | #define HAVE_SINH 1
  28599. | #define HAVE_SYMLINK 1
  28600. | #define HAVE_SYSCONF 1
  28601. | #define HAVE_TANH 1
  28602. | #define HAVE_TELLDIR 1
  28603. | #define HAVE_TIMEGM 1
  28604. | #define HAVE_TIMES 1
  28605. | #define HAVE_TRUNCATE 1
  28606. | #define HAVE_UNSETENV 1
  28607. | #define HAVE_UTIMENSAT 1
  28608. | #define HAVE_UTIMES 1
  28609. | #define HAVE_WAIT4 1
  28610. | #define HAVE_WAITPID 1
  28611. | #if !defined __STDC_WANT_LIB_EXT1__
  28612. | #define __STDC_WANT_LIB_EXT1__ 1
  28613. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  28614. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  28615. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  28616. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  28617. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  28618. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  28619. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  28620. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  28621. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  28622. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  28623. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  28624. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  28625. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  28626. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  28627. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  28628. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  28629. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  28630. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  28631. | /* end confdefs.h. */
  28632. |
  28633. | #include <stdlib.h>
  28634. | void qsort_r(void *base, size_t nmemb, size_t size,
  28635. | int (*compar)(const void *, const void *, void *),
  28636. | void *arg);
  28637. |
  28638. | int
  28639. | main ()
  28640. | {
  28641. |
  28642. | ;
  28643. | return 0;
  28644. | }
  28645. configure:23264: result: no
  28646. configure:23266: checking whether qsort_r is BSD version
  28647. 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
  28648. configure:23286: $? = 0
  28649. configure:23294: result: yes
  28650. configure:23313: checking whether atan2 handles Inf as C99
  28651. 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
  28652. configure:23352: $? = 0
  28653. configure:23352: ./conftest
  28654. configure:23352: $? = 0
  28655. configure:23367: result: yes
  28656. configure:23434: checking for clock_getres
  28657. 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
  28658. configure:23434: $? = 0
  28659. configure:23434: result: yes
  28660. configure:23444: checking for unsetenv returns a value
  28661. 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
  28662. configure:23462: $? = 0
  28663. configure:23469: result: yes
  28664. configure:23499: checking whether struct tm is in sys/time.h or time.h
  28665. 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
  28666. configure:23519: $? = 0
  28667. configure:23526: result: time.h
  28668. configure:23534: checking for struct tm.tm_zone
  28669. 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
  28670. configure:23534: $? = 0
  28671. configure:23534: result: yes
  28672. configure:23601: checking for struct tm.tm_gmtoff
  28673. 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
  28674. configure:23621: $? = 0
  28675. configure:23628: result: yes
  28676. configure:23636: checking for external int daylight
  28677. 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
  28678. configure:23653: $? = 0
  28679. configure:23661: result: yes
  28680. configure:23670: checking for negative time_t for gmtime(3)
  28681. 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
  28682. conftest.c:374:19: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  28683. t = ~(time_t)0 << 31;
  28684. ~~~~~~~~~~ ^
  28685. 1 warning generated.
  28686. configure:23712: $? = 0
  28687. configure:23712: ./conftest
  28688. configure:23712: $? = 0
  28689. configure:23722: result: yes
  28690. configure:23733: checking for localtime(3) overflow correctly
  28691. 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
  28692. configure:23777: $? = 0
  28693. configure:23777: ./conftest
  28694. configure:23777: $? = 0
  28695. configure:23787: result: yes
  28696. configure:23865: checking for sig_t
  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. configure:23865: $? = 0
  28699. 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
  28700. conftest.c:355:20: error: expected expression
  28701. if (sizeof ((sig_t)))
  28702. ^
  28703. 1 error generated.
  28704. configure:23865: $? = 1
  28705. configure: failed program was:
  28706. | /* confdefs.h */
  28707. | #define PACKAGE_NAME ""
  28708. | #define PACKAGE_TARNAME ""
  28709. | #define PACKAGE_VERSION ""
  28710. | #define PACKAGE_STRING ""
  28711. | #define PACKAGE_BUGREPORT ""
  28712. | #define PACKAGE_URL ""
  28713. | #define CANONICALIZATION_FOR_MATHN 1
  28714. | #define STDC_HEADERS 1
  28715. | #define HAVE_SYS_TYPES_H 1
  28716. | #define HAVE_SYS_STAT_H 1
  28717. | #define HAVE_STDLIB_H 1
  28718. | #define HAVE_STRING_H 1
  28719. | #define HAVE_MEMORY_H 1
  28720. | #define HAVE_STRINGS_H 1
  28721. | #define HAVE_INTTYPES_H 1
  28722. | #define HAVE_STDINT_H 1
  28723. | #define HAVE_UNISTD_H 1
  28724. | #define __EXTENSIONS__ 1
  28725. | #define _ALL_SOURCE 1
  28726. | #define _GNU_SOURCE 1
  28727. | #define _POSIX_PTHREAD_SEMANTICS 1
  28728. | #define _TANDEM_SOURCE 1
  28729. | #define HAVE_INFINITY 1
  28730. | #define HAVE_NAN 1
  28731. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  28732. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  28733. | #define BROKEN_CRYPT 1
  28734. | #define HAVE_CRT_EXTERNS_H 1
  28735. | #define HAVE_LIBDL 1
  28736. | #define HAVE_DIRENT_H 1
  28737. | #define HAVE__BOOL 1
  28738. | #define HAVE_STDBOOL_H 1
  28739. | #define HAVE_SYS_WAIT_H 1
  28740. | #define HAVE_GRP_H 1
  28741. | #define HAVE_FCNTL_H 1
  28742. | #define HAVE_FLOAT_H 1
  28743. | #define HAVE_LANGINFO_H 1
  28744. | #define HAVE_LIMITS_H 1
  28745. | #define HAVE_LOCALE_H 1
  28746. | #define HAVE_MALLOC_MALLOC_H 1
  28747. | #define HAVE_PWD_H 1
  28748. | #define HAVE_SYS_ATTR_H 1
  28749. | #define HAVE_SYS_FCNTL_H 1
  28750. | #define HAVE_SYS_FILE_H 1
  28751. | #define HAVE_SYS_IOCTL_H 1
  28752. | #define HAVE_SYS_PARAM_H 1
  28753. | #define HAVE_SYS_RESOURCE_H 1
  28754. | #define HAVE_SYS_SELECT_H 1
  28755. | #define HAVE_SYS_SOCKET_H 1
  28756. | #define HAVE_SYS_TIME_H 1
  28757. | #define HAVE_SYS_TIMES_H 1
  28758. | #define HAVE_SYS_UIO_H 1
  28759. | #define HAVE_TIME_H 1
  28760. | #define HAVE_UCONTEXT_H 1
  28761. | #define HAVE_UTIME_H 1
  28762. | #define HAVE_GMP_H 1
  28763. | #define HAVE_LIBGMP 1
  28764. | #define HAVE_TYPEOF 1
  28765. | #define HAVE_LONG_LONG 1
  28766. | #define HAVE_OFF_T 1
  28767. | #define SIZEOF_INT 4
  28768. | #define SIZEOF_SHORT 2
  28769. | #define SIZEOF_LONG 8
  28770. | #define SIZEOF_LONG_LONG 8
  28771. | #define SIZEOF___INT64 0
  28772. | #define SIZEOF___INT128 16
  28773. | #define SIZEOF_OFF_T 8
  28774. | #define SIZEOF_VOIDP 8
  28775. | #define SIZEOF_FLOAT 4
  28776. | #define SIZEOF_DOUBLE 8
  28777. | #define SIZEOF_TIME_T 8
  28778. | #define SIZEOF_CLOCK_T 8
  28779. | #define PACKED_STRUCT(x) x __attribute__((packed))
  28780. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  28781. | #define PRI_LL_PREFIX "ll"
  28782. | #define rb_pid_t pid_t
  28783. | #define SIGNEDNESS_OF_PID_T -1
  28784. | #define PIDT2NUM(v) INT2NUM(v)
  28785. | #define NUM2PIDT(v) NUM2INT(v)
  28786. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  28787. | #define rb_uid_t uid_t
  28788. | #define SIGNEDNESS_OF_UID_T +1
  28789. | #define UIDT2NUM(v) UINT2NUM(v)
  28790. | #define NUM2UIDT(v) NUM2UINT(v)
  28791. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  28792. | #define rb_gid_t gid_t
  28793. | #define SIGNEDNESS_OF_GID_T +1
  28794. | #define GIDT2NUM(v) UINT2NUM(v)
  28795. | #define NUM2GIDT(v) NUM2UINT(v)
  28796. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  28797. | #define rb_time_t time_t
  28798. | #define SIGNEDNESS_OF_TIME_T -1
  28799. | #define TIMET2NUM(v) LONG2NUM(v)
  28800. | #define NUM2TIMET(v) NUM2LONG(v)
  28801. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  28802. | #define rb_dev_t dev_t
  28803. | #define SIGNEDNESS_OF_DEV_T -1
  28804. | #define DEVT2NUM(v) INT2NUM(v)
  28805. | #define NUM2DEVT(v) NUM2INT(v)
  28806. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  28807. | #define rb_mode_t mode_t
  28808. | #define SIGNEDNESS_OF_MODE_T +1
  28809. | #define MODET2NUM(v) UINT2NUM(v)
  28810. | #define NUM2MODET(v) NUM2UINT(v)
  28811. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  28812. | #define rb_rlim_t rlim_t
  28813. | #define SIGNEDNESS_OF_RLIM_T +1
  28814. | #define RLIM2NUM(v) ULL2NUM(v)
  28815. | #define NUM2RLIM(v) NUM2ULL(v)
  28816. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  28817. | #define rb_off_t off_t
  28818. | #define SIGNEDNESS_OF_OFF_T -1
  28819. | #define OFFT2NUM(v) LL2NUM(v)
  28820. | #define NUM2OFFT(v) NUM2LL(v)
  28821. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  28822. | #define rb_clockid_t int
  28823. | #define SIGNEDNESS_OF_CLOCKID_T -1
  28824. | #define CLOCKID2NUM(v) INT2NUM(v)
  28825. | #define NUM2CLOCKID(v) NUM2INT(v)
  28826. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  28827. | #define HAVE_PROTOTYPES 1
  28828. | #define TOKEN_PASTE(x,y) x##y
  28829. | #define STRINGIZE(expr) STRINGIZE0(expr)
  28830. | #define HAVE_STDARG_PROTOTYPES 1
  28831. | #define HAVE_VA_ARGS_MACRO 1
  28832. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  28833. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  28834. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  28835. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  28836. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  28837. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  28838. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  28839. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  28840. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  28841. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  28842. | #define WEAK(x) __attribute__ ((__weak__)) x
  28843. | #define HAVE_FUNC_WEAK 1
  28844. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  28845. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  28846. | #define HAVE_GCC_SYNC_BUILTINS 1
  28847. | #define UNREACHABLE __builtin_unreachable()
  28848. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  28849. | #define RUBY_FUNCTION_NAME_STRING __func__
  28850. | #define ENUM_OVER_INT 1
  28851. | #define HAVE_DECL_SYS_NERR 1
  28852. | #define HAVE_DECL_GETENV 1
  28853. | #define SIZEOF_SIZE_T 8
  28854. | #define SIZEOF_PTRDIFF_T 8
  28855. | #define PRI_SIZE_PREFIX "z"
  28856. | #define PRI_PTRDIFF_PREFIX "t"
  28857. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  28858. | #define HAVE_ST_BLKSIZE 1
  28859. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  28860. | #define HAVE_ST_BLOCKS 1
  28861. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  28862. | #define HAVE_ST_RDEV 1
  28863. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  28864. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  28865. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  28866. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  28867. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  28868. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  28869. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  28870. | #define HAVE_STRUCT_TIMEVAL 1
  28871. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  28872. | #define HAVE_STRUCT_TIMESPEC 1
  28873. | #define HAVE_STRUCT_TIMEZONE 1
  28874. | #define HAVE_INT8_T 1
  28875. | #define SIZEOF_INT8_T 1
  28876. | #define HAVE_UINT8_T 1
  28877. | #define SIZEOF_UINT8_T 1
  28878. | #define HAVE_INT16_T 1
  28879. | #define SIZEOF_INT16_T 2
  28880. | #define HAVE_UINT16_T 1
  28881. | #define SIZEOF_UINT16_T 2
  28882. | #define HAVE_INT32_T 1
  28883. | #define SIZEOF_INT32_T 4
  28884. | #define HAVE_UINT32_T 1
  28885. | #define SIZEOF_UINT32_T 4
  28886. | #define HAVE_INT64_T 1
  28887. | #define SIZEOF_INT64_T 8
  28888. | #define HAVE_UINT64_T 1
  28889. | #define SIZEOF_UINT64_T 8
  28890. | #define HAVE_INT128_T 1
  28891. | #define int128_t __int128
  28892. | #define SIZEOF_INT128_T SIZEOF___INT128
  28893. | #define HAVE_UINT128_T 1
  28894. | #define uint128_t unsigned __int128
  28895. | #define SIZEOF_UINT128_T SIZEOF___INT128
  28896. | #define HAVE_INTPTR_T 1
  28897. | #define SIZEOF_INTPTR_T 8
  28898. | #define HAVE_UINTPTR_T 1
  28899. | #define SIZEOF_UINTPTR_T 8
  28900. | #define HAVE_SSIZE_T 1
  28901. | #define SIZEOF_SSIZE_T 8
  28902. | #define GETGROUPS_T gid_t
  28903. | #define RETSIGTYPE void
  28904. | #define HAVE_ALLOCA_H 1
  28905. | #define HAVE_ALLOCA 1
  28906. | #define HAVE_ACOSH 1
  28907. | #define HAVE_CBRT 1
  28908. | #define HAVE_CRYPT 1
  28909. | #define HAVE_DUP2 1
  28910. | #define HAVE_ERF 1
  28911. | #define HAVE_FFS 1
  28912. | #define HAVE_FINITE 1
  28913. | #define HAVE_FLOCK 1
  28914. | #define HAVE_HYPOT 1
  28915. | #define HAVE_ISINF 1
  28916. | #define HAVE_ISNAN 1
  28917. | #define HAVE_LGAMMA_R 1
  28918. | #define HAVE_MEMMOVE 1
  28919. | #define HAVE_NEXTAFTER 1
  28920. | #define HAVE_STRCHR 1
  28921. | #define HAVE_STRERROR 1
  28922. | #define HAVE_STRLCAT 1
  28923. | #define HAVE_STRLCPY 1
  28924. | #define HAVE_STRSTR 1
  28925. | #define HAVE_TGAMMA 1
  28926. | #define SPT_TYPE SPT_REUSEARGV
  28927. | #define HAVE_SIGNBIT 1
  28928. | #define HAVE_FORK 1
  28929. | #define vfork fork
  28930. | #define HAVE_WORKING_FORK 1
  28931. | #define HAVE__LONGJMP 1
  28932. | #define HAVE_ARC4RANDOM_BUF 1
  28933. | #define HAVE_ATAN2L 1
  28934. | #define HAVE_ATAN2F 1
  28935. | #define HAVE_CHROOT 1
  28936. | #define HAVE_CLOCK_GETTIME 1
  28937. | #define HAVE_COSH 1
  28938. | #define HAVE_DIRFD 1
  28939. | #define HAVE_DLOPEN 1
  28940. | #define HAVE_DLADDR 1
  28941. | #define HAVE_DUP 1
  28942. | #define HAVE_ENDGRENT 1
  28943. | #define HAVE_FCHMOD 1
  28944. | #define HAVE_FCHOWN 1
  28945. | #define HAVE_FCNTL 1
  28946. | #define HAVE_FDOPENDIR 1
  28947. | #define HAVE_FGETATTRLIST 1
  28948. | #define HAVE_FMOD 1
  28949. | #define HAVE_FSTATAT 1
  28950. | #define HAVE_FSYNC 1
  28951. | #define HAVE_FTRUNCATE 1
  28952. | #define HAVE_GETATTRLIST 1
  28953. | #define HAVE_GETCWD 1
  28954. | #define HAVE_GETGRNAM 1
  28955. | #define HAVE_GETGRNAM_R 1
  28956. | #define HAVE_GETGROUPS 1
  28957. | #define HAVE_GETPGID 1
  28958. | #define HAVE_GETPGRP 1
  28959. | #define HAVE_GETPRIORITY 1
  28960. | #define HAVE_GETPWNAM_R 1
  28961. | #define HAVE_GETRLIMIT 1
  28962. | #define HAVE_GETSID 1
  28963. | #define HAVE_GETTIMEOFDAY 1
  28964. | #define HAVE_GMTIME_R 1
  28965. | #define HAVE_INITGROUPS 1
  28966. | #define HAVE_IOCTL 1
  28967. | #define HAVE_ISSETUGID 1
  28968. | #define HAVE_KILLPG 1
  28969. | #define HAVE_LCHMOD 1
  28970. | #define HAVE_LCHOWN 1
  28971. | #define HAVE_LINK 1
  28972. | #define HAVE_LLABS 1
  28973. | #define HAVE_LOCKF 1
  28974. | #define HAVE_LOG2 1
  28975. | #define HAVE_LSTAT 1
  28976. | #define HAVE_LUTIMES 1
  28977. | #define HAVE_MALLOC_SIZE 1
  28978. | #define HAVE_MBLEN 1
  28979. | #define HAVE_MEMSET_S 1
  28980. | #define HAVE_WRITEV 1
  28981. | #define HAVE_MKFIFO 1
  28982. | #define HAVE_MKNOD 1
  28983. | #define HAVE_MKTIME 1
  28984. | #define HAVE_OPENAT 1
  28985. | #define HAVE_POLL 1
  28986. | #define HAVE_POSIX_MEMALIGN 1
  28987. | #define HAVE_PREAD 1
  28988. | #define HAVE_PWRITE 1
  28989. | #define HAVE_QSORT_R 1
  28990. | #define HAVE_READLINK 1
  28991. | #define HAVE_ROUND 1
  28992. | #define HAVE_SEEKDIR 1
  28993. | #define HAVE_SENDFILE 1
  28994. | #define HAVE_SETEGID 1
  28995. | #define HAVE_SETENV 1
  28996. | #define HAVE_SETEUID 1
  28997. | #define HAVE_SETGID 1
  28998. | #define HAVE_SETGROUPS 1
  28999. | #define HAVE_SETPGID 1
  29000. | #define HAVE_SETPGRP 1
  29001. | #define HAVE_SETREGID 1
  29002. | #define HAVE_SETREUID 1
  29003. | #define HAVE_SETRGID 1
  29004. | #define HAVE_SETRLIMIT 1
  29005. | #define HAVE_SETRUID 1
  29006. | #define HAVE_SETSID 1
  29007. | #define HAVE_SETUID 1
  29008. | #define HAVE_SHUTDOWN 1
  29009. | #define HAVE_SIGACTION 1
  29010. | #define HAVE_SIGALTSTACK 1
  29011. | #define HAVE_SIGPROCMASK 1
  29012. | #define HAVE_SINH 1
  29013. | #define HAVE_SYMLINK 1
  29014. | #define HAVE_SYSCONF 1
  29015. | #define HAVE_TANH 1
  29016. | #define HAVE_TELLDIR 1
  29017. | #define HAVE_TIMEGM 1
  29018. | #define HAVE_TIMES 1
  29019. | #define HAVE_TRUNCATE 1
  29020. | #define HAVE_UNSETENV 1
  29021. | #define HAVE_UTIMENSAT 1
  29022. | #define HAVE_UTIMES 1
  29023. | #define HAVE_WAIT4 1
  29024. | #define HAVE_WAITPID 1
  29025. | #if !defined __STDC_WANT_LIB_EXT1__
  29026. | #define __STDC_WANT_LIB_EXT1__ 1
  29027. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  29028. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  29029. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  29030. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  29031. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  29032. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  29033. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  29034. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  29035. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  29036. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  29037. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  29038. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  29039. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  29040. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  29041. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  29042. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  29043. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  29044. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  29045. | #define HAVE_BSD_QSORT_R 1
  29046. | #define ATAN2_INF_C99 1
  29047. | #define HAVE_CLOCK_GETRES 1
  29048. | #define HAVE_STRUCT_TM_TM_ZONE 1
  29049. | #define HAVE_TM_ZONE 1
  29050. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  29051. | #define HAVE_DAYLIGHT 1
  29052. | #define NEGATIVE_TIME_T 1
  29053. | #define POSIX_SIGNAL 1
  29054. | /* end confdefs.h. */
  29055. | #include <signal.h>
  29056. |
  29057. | int
  29058. | main ()
  29059. | {
  29060. | if (sizeof ((sig_t)))
  29061. | return 0;
  29062. | ;
  29063. | return 0;
  29064. | }
  29065. configure:23865: result: yes
  29066. configure:24046: checking whether right shift preserve sign bit
  29067. 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
  29068. configure:24065: $? = 0
  29069. configure:24072: result: yes
  29070. configure:24095: checking whether _SC_CLK_TCK is supported
  29071. 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
  29072. conftest.c:357:13: warning: relational comparison result unused [-Wunused-comparison]
  29073. _SC_CLK_TCK >= 0
  29074. ~~~~~~~~~~~~^~~~
  29075. 1 warning generated.
  29076. configure:24112: $? = 0
  29077. configure:24120: result: yes
  29078. configure:24243: checking stack growing direction on x86_64
  29079. configure:24294: result: -1
  29080. configure:24309: checking for pthread_kill in -lthr
  29081. 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
  29082. ld: library not found for -lthr
  29083. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  29084. configure:24334: $? = 1
  29085. configure: failed program was:
  29086. | /* confdefs.h */
  29087. | #define PACKAGE_NAME ""
  29088. | #define PACKAGE_TARNAME ""
  29089. | #define PACKAGE_VERSION ""
  29090. | #define PACKAGE_STRING ""
  29091. | #define PACKAGE_BUGREPORT ""
  29092. | #define PACKAGE_URL ""
  29093. | #define CANONICALIZATION_FOR_MATHN 1
  29094. | #define STDC_HEADERS 1
  29095. | #define HAVE_SYS_TYPES_H 1
  29096. | #define HAVE_SYS_STAT_H 1
  29097. | #define HAVE_STDLIB_H 1
  29098. | #define HAVE_STRING_H 1
  29099. | #define HAVE_MEMORY_H 1
  29100. | #define HAVE_STRINGS_H 1
  29101. | #define HAVE_INTTYPES_H 1
  29102. | #define HAVE_STDINT_H 1
  29103. | #define HAVE_UNISTD_H 1
  29104. | #define __EXTENSIONS__ 1
  29105. | #define _ALL_SOURCE 1
  29106. | #define _GNU_SOURCE 1
  29107. | #define _POSIX_PTHREAD_SEMANTICS 1
  29108. | #define _TANDEM_SOURCE 1
  29109. | #define HAVE_INFINITY 1
  29110. | #define HAVE_NAN 1
  29111. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  29112. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  29113. | #define BROKEN_CRYPT 1
  29114. | #define HAVE_CRT_EXTERNS_H 1
  29115. | #define HAVE_LIBDL 1
  29116. | #define HAVE_DIRENT_H 1
  29117. | #define HAVE__BOOL 1
  29118. | #define HAVE_STDBOOL_H 1
  29119. | #define HAVE_SYS_WAIT_H 1
  29120. | #define HAVE_GRP_H 1
  29121. | #define HAVE_FCNTL_H 1
  29122. | #define HAVE_FLOAT_H 1
  29123. | #define HAVE_LANGINFO_H 1
  29124. | #define HAVE_LIMITS_H 1
  29125. | #define HAVE_LOCALE_H 1
  29126. | #define HAVE_MALLOC_MALLOC_H 1
  29127. | #define HAVE_PWD_H 1
  29128. | #define HAVE_SYS_ATTR_H 1
  29129. | #define HAVE_SYS_FCNTL_H 1
  29130. | #define HAVE_SYS_FILE_H 1
  29131. | #define HAVE_SYS_IOCTL_H 1
  29132. | #define HAVE_SYS_PARAM_H 1
  29133. | #define HAVE_SYS_RESOURCE_H 1
  29134. | #define HAVE_SYS_SELECT_H 1
  29135. | #define HAVE_SYS_SOCKET_H 1
  29136. | #define HAVE_SYS_TIME_H 1
  29137. | #define HAVE_SYS_TIMES_H 1
  29138. | #define HAVE_SYS_UIO_H 1
  29139. | #define HAVE_TIME_H 1
  29140. | #define HAVE_UCONTEXT_H 1
  29141. | #define HAVE_UTIME_H 1
  29142. | #define HAVE_GMP_H 1
  29143. | #define HAVE_LIBGMP 1
  29144. | #define HAVE_TYPEOF 1
  29145. | #define HAVE_LONG_LONG 1
  29146. | #define HAVE_OFF_T 1
  29147. | #define SIZEOF_INT 4
  29148. | #define SIZEOF_SHORT 2
  29149. | #define SIZEOF_LONG 8
  29150. | #define SIZEOF_LONG_LONG 8
  29151. | #define SIZEOF___INT64 0
  29152. | #define SIZEOF___INT128 16
  29153. | #define SIZEOF_OFF_T 8
  29154. | #define SIZEOF_VOIDP 8
  29155. | #define SIZEOF_FLOAT 4
  29156. | #define SIZEOF_DOUBLE 8
  29157. | #define SIZEOF_TIME_T 8
  29158. | #define SIZEOF_CLOCK_T 8
  29159. | #define PACKED_STRUCT(x) x __attribute__((packed))
  29160. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  29161. | #define PRI_LL_PREFIX "ll"
  29162. | #define rb_pid_t pid_t
  29163. | #define SIGNEDNESS_OF_PID_T -1
  29164. | #define PIDT2NUM(v) INT2NUM(v)
  29165. | #define NUM2PIDT(v) NUM2INT(v)
  29166. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  29167. | #define rb_uid_t uid_t
  29168. | #define SIGNEDNESS_OF_UID_T +1
  29169. | #define UIDT2NUM(v) UINT2NUM(v)
  29170. | #define NUM2UIDT(v) NUM2UINT(v)
  29171. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  29172. | #define rb_gid_t gid_t
  29173. | #define SIGNEDNESS_OF_GID_T +1
  29174. | #define GIDT2NUM(v) UINT2NUM(v)
  29175. | #define NUM2GIDT(v) NUM2UINT(v)
  29176. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  29177. | #define rb_time_t time_t
  29178. | #define SIGNEDNESS_OF_TIME_T -1
  29179. | #define TIMET2NUM(v) LONG2NUM(v)
  29180. | #define NUM2TIMET(v) NUM2LONG(v)
  29181. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  29182. | #define rb_dev_t dev_t
  29183. | #define SIGNEDNESS_OF_DEV_T -1
  29184. | #define DEVT2NUM(v) INT2NUM(v)
  29185. | #define NUM2DEVT(v) NUM2INT(v)
  29186. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  29187. | #define rb_mode_t mode_t
  29188. | #define SIGNEDNESS_OF_MODE_T +1
  29189. | #define MODET2NUM(v) UINT2NUM(v)
  29190. | #define NUM2MODET(v) NUM2UINT(v)
  29191. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  29192. | #define rb_rlim_t rlim_t
  29193. | #define SIGNEDNESS_OF_RLIM_T +1
  29194. | #define RLIM2NUM(v) ULL2NUM(v)
  29195. | #define NUM2RLIM(v) NUM2ULL(v)
  29196. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  29197. | #define rb_off_t off_t
  29198. | #define SIGNEDNESS_OF_OFF_T -1
  29199. | #define OFFT2NUM(v) LL2NUM(v)
  29200. | #define NUM2OFFT(v) NUM2LL(v)
  29201. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  29202. | #define rb_clockid_t int
  29203. | #define SIGNEDNESS_OF_CLOCKID_T -1
  29204. | #define CLOCKID2NUM(v) INT2NUM(v)
  29205. | #define NUM2CLOCKID(v) NUM2INT(v)
  29206. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  29207. | #define HAVE_PROTOTYPES 1
  29208. | #define TOKEN_PASTE(x,y) x##y
  29209. | #define STRINGIZE(expr) STRINGIZE0(expr)
  29210. | #define HAVE_STDARG_PROTOTYPES 1
  29211. | #define HAVE_VA_ARGS_MACRO 1
  29212. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  29213. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  29214. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  29215. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  29216. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  29217. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  29218. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  29219. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  29220. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  29221. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  29222. | #define WEAK(x) __attribute__ ((__weak__)) x
  29223. | #define HAVE_FUNC_WEAK 1
  29224. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  29225. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  29226. | #define HAVE_GCC_SYNC_BUILTINS 1
  29227. | #define UNREACHABLE __builtin_unreachable()
  29228. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  29229. | #define RUBY_FUNCTION_NAME_STRING __func__
  29230. | #define ENUM_OVER_INT 1
  29231. | #define HAVE_DECL_SYS_NERR 1
  29232. | #define HAVE_DECL_GETENV 1
  29233. | #define SIZEOF_SIZE_T 8
  29234. | #define SIZEOF_PTRDIFF_T 8
  29235. | #define PRI_SIZE_PREFIX "z"
  29236. | #define PRI_PTRDIFF_PREFIX "t"
  29237. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  29238. | #define HAVE_ST_BLKSIZE 1
  29239. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  29240. | #define HAVE_ST_BLOCKS 1
  29241. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  29242. | #define HAVE_ST_RDEV 1
  29243. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  29244. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  29245. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  29246. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  29247. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  29248. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  29249. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  29250. | #define HAVE_STRUCT_TIMEVAL 1
  29251. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  29252. | #define HAVE_STRUCT_TIMESPEC 1
  29253. | #define HAVE_STRUCT_TIMEZONE 1
  29254. | #define HAVE_INT8_T 1
  29255. | #define SIZEOF_INT8_T 1
  29256. | #define HAVE_UINT8_T 1
  29257. | #define SIZEOF_UINT8_T 1
  29258. | #define HAVE_INT16_T 1
  29259. | #define SIZEOF_INT16_T 2
  29260. | #define HAVE_UINT16_T 1
  29261. | #define SIZEOF_UINT16_T 2
  29262. | #define HAVE_INT32_T 1
  29263. | #define SIZEOF_INT32_T 4
  29264. | #define HAVE_UINT32_T 1
  29265. | #define SIZEOF_UINT32_T 4
  29266. | #define HAVE_INT64_T 1
  29267. | #define SIZEOF_INT64_T 8
  29268. | #define HAVE_UINT64_T 1
  29269. | #define SIZEOF_UINT64_T 8
  29270. | #define HAVE_INT128_T 1
  29271. | #define int128_t __int128
  29272. | #define SIZEOF_INT128_T SIZEOF___INT128
  29273. | #define HAVE_UINT128_T 1
  29274. | #define uint128_t unsigned __int128
  29275. | #define SIZEOF_UINT128_T SIZEOF___INT128
  29276. | #define HAVE_INTPTR_T 1
  29277. | #define SIZEOF_INTPTR_T 8
  29278. | #define HAVE_UINTPTR_T 1
  29279. | #define SIZEOF_UINTPTR_T 8
  29280. | #define HAVE_SSIZE_T 1
  29281. | #define SIZEOF_SSIZE_T 8
  29282. | #define GETGROUPS_T gid_t
  29283. | #define RETSIGTYPE void
  29284. | #define HAVE_ALLOCA_H 1
  29285. | #define HAVE_ALLOCA 1
  29286. | #define HAVE_ACOSH 1
  29287. | #define HAVE_CBRT 1
  29288. | #define HAVE_CRYPT 1
  29289. | #define HAVE_DUP2 1
  29290. | #define HAVE_ERF 1
  29291. | #define HAVE_FFS 1
  29292. | #define HAVE_FINITE 1
  29293. | #define HAVE_FLOCK 1
  29294. | #define HAVE_HYPOT 1
  29295. | #define HAVE_ISINF 1
  29296. | #define HAVE_ISNAN 1
  29297. | #define HAVE_LGAMMA_R 1
  29298. | #define HAVE_MEMMOVE 1
  29299. | #define HAVE_NEXTAFTER 1
  29300. | #define HAVE_STRCHR 1
  29301. | #define HAVE_STRERROR 1
  29302. | #define HAVE_STRLCAT 1
  29303. | #define HAVE_STRLCPY 1
  29304. | #define HAVE_STRSTR 1
  29305. | #define HAVE_TGAMMA 1
  29306. | #define SPT_TYPE SPT_REUSEARGV
  29307. | #define HAVE_SIGNBIT 1
  29308. | #define HAVE_FORK 1
  29309. | #define vfork fork
  29310. | #define HAVE_WORKING_FORK 1
  29311. | #define HAVE__LONGJMP 1
  29312. | #define HAVE_ARC4RANDOM_BUF 1
  29313. | #define HAVE_ATAN2L 1
  29314. | #define HAVE_ATAN2F 1
  29315. | #define HAVE_CHROOT 1
  29316. | #define HAVE_CLOCK_GETTIME 1
  29317. | #define HAVE_COSH 1
  29318. | #define HAVE_DIRFD 1
  29319. | #define HAVE_DLOPEN 1
  29320. | #define HAVE_DLADDR 1
  29321. | #define HAVE_DUP 1
  29322. | #define HAVE_ENDGRENT 1
  29323. | #define HAVE_FCHMOD 1
  29324. | #define HAVE_FCHOWN 1
  29325. | #define HAVE_FCNTL 1
  29326. | #define HAVE_FDOPENDIR 1
  29327. | #define HAVE_FGETATTRLIST 1
  29328. | #define HAVE_FMOD 1
  29329. | #define HAVE_FSTATAT 1
  29330. | #define HAVE_FSYNC 1
  29331. | #define HAVE_FTRUNCATE 1
  29332. | #define HAVE_GETATTRLIST 1
  29333. | #define HAVE_GETCWD 1
  29334. | #define HAVE_GETGRNAM 1
  29335. | #define HAVE_GETGRNAM_R 1
  29336. | #define HAVE_GETGROUPS 1
  29337. | #define HAVE_GETPGID 1
  29338. | #define HAVE_GETPGRP 1
  29339. | #define HAVE_GETPRIORITY 1
  29340. | #define HAVE_GETPWNAM_R 1
  29341. | #define HAVE_GETRLIMIT 1
  29342. | #define HAVE_GETSID 1
  29343. | #define HAVE_GETTIMEOFDAY 1
  29344. | #define HAVE_GMTIME_R 1
  29345. | #define HAVE_INITGROUPS 1
  29346. | #define HAVE_IOCTL 1
  29347. | #define HAVE_ISSETUGID 1
  29348. | #define HAVE_KILLPG 1
  29349. | #define HAVE_LCHMOD 1
  29350. | #define HAVE_LCHOWN 1
  29351. | #define HAVE_LINK 1
  29352. | #define HAVE_LLABS 1
  29353. | #define HAVE_LOCKF 1
  29354. | #define HAVE_LOG2 1
  29355. | #define HAVE_LSTAT 1
  29356. | #define HAVE_LUTIMES 1
  29357. | #define HAVE_MALLOC_SIZE 1
  29358. | #define HAVE_MBLEN 1
  29359. | #define HAVE_MEMSET_S 1
  29360. | #define HAVE_WRITEV 1
  29361. | #define HAVE_MKFIFO 1
  29362. | #define HAVE_MKNOD 1
  29363. | #define HAVE_MKTIME 1
  29364. | #define HAVE_OPENAT 1
  29365. | #define HAVE_POLL 1
  29366. | #define HAVE_POSIX_MEMALIGN 1
  29367. | #define HAVE_PREAD 1
  29368. | #define HAVE_PWRITE 1
  29369. | #define HAVE_QSORT_R 1
  29370. | #define HAVE_READLINK 1
  29371. | #define HAVE_ROUND 1
  29372. | #define HAVE_SEEKDIR 1
  29373. | #define HAVE_SENDFILE 1
  29374. | #define HAVE_SETEGID 1
  29375. | #define HAVE_SETENV 1
  29376. | #define HAVE_SETEUID 1
  29377. | #define HAVE_SETGID 1
  29378. | #define HAVE_SETGROUPS 1
  29379. | #define HAVE_SETPGID 1
  29380. | #define HAVE_SETPGRP 1
  29381. | #define HAVE_SETREGID 1
  29382. | #define HAVE_SETREUID 1
  29383. | #define HAVE_SETRGID 1
  29384. | #define HAVE_SETRLIMIT 1
  29385. | #define HAVE_SETRUID 1
  29386. | #define HAVE_SETSID 1
  29387. | #define HAVE_SETUID 1
  29388. | #define HAVE_SHUTDOWN 1
  29389. | #define HAVE_SIGACTION 1
  29390. | #define HAVE_SIGALTSTACK 1
  29391. | #define HAVE_SIGPROCMASK 1
  29392. | #define HAVE_SINH 1
  29393. | #define HAVE_SYMLINK 1
  29394. | #define HAVE_SYSCONF 1
  29395. | #define HAVE_TANH 1
  29396. | #define HAVE_TELLDIR 1
  29397. | #define HAVE_TIMEGM 1
  29398. | #define HAVE_TIMES 1
  29399. | #define HAVE_TRUNCATE 1
  29400. | #define HAVE_UNSETENV 1
  29401. | #define HAVE_UTIMENSAT 1
  29402. | #define HAVE_UTIMES 1
  29403. | #define HAVE_WAIT4 1
  29404. | #define HAVE_WAITPID 1
  29405. | #if !defined __STDC_WANT_LIB_EXT1__
  29406. | #define __STDC_WANT_LIB_EXT1__ 1
  29407. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  29408. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  29409. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  29410. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  29411. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  29412. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  29413. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  29414. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  29415. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  29416. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  29417. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  29418. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  29419. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  29420. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  29421. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  29422. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  29423. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  29424. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  29425. | #define HAVE_BSD_QSORT_R 1
  29426. | #define ATAN2_INF_C99 1
  29427. | #define HAVE_CLOCK_GETRES 1
  29428. | #define HAVE_STRUCT_TM_TM_ZONE 1
  29429. | #define HAVE_TM_ZONE 1
  29430. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  29431. | #define HAVE_DAYLIGHT 1
  29432. | #define NEGATIVE_TIME_T 1
  29433. | #define POSIX_SIGNAL 1
  29434. | #define HAVE_SIG_T 1
  29435. | #define RSHIFT(x,y) ((x)>>(int)(y))
  29436. | #define HAVE__SC_CLK_TCK 1
  29437. | #define STACK_GROW_DIRECTION -1
  29438. | /* end confdefs.h. */
  29439. |
  29440. | /* Override any GCC internal prototype to avoid an error.
  29441. | Use char because int might match the return type of a GCC
  29442. | builtin and then its argument prototype would still apply. */
  29443. | #ifdef __cplusplus
  29444. | extern "C"
  29445. | #endif
  29446. | char pthread_kill ();
  29447. | int
  29448. | main ()
  29449. | {
  29450. | return pthread_kill ();
  29451. | ;
  29452. | return 0;
  29453. | }
  29454. configure:24344: result: no
  29455. configure:24309: checking for pthread_kill in -lpthread
  29456. 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
  29457. configure:24334: $? = 0
  29458. configure:24344: result: yes
  29459. configure:24365: checking for pthread_np.h
  29460. 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
  29461. conftest.c:359:10: fatal error: 'pthread_np.h' file not found
  29462. #include <pthread_np.h>
  29463. ^~~~~~~~~~~~~~
  29464. 1 error generated.
  29465. configure:24365: $? = 1
  29466. configure: failed program was:
  29467. | /* confdefs.h */
  29468. | #define PACKAGE_NAME ""
  29469. | #define PACKAGE_TARNAME ""
  29470. | #define PACKAGE_VERSION ""
  29471. | #define PACKAGE_STRING ""
  29472. | #define PACKAGE_BUGREPORT ""
  29473. | #define PACKAGE_URL ""
  29474. | #define CANONICALIZATION_FOR_MATHN 1
  29475. | #define STDC_HEADERS 1
  29476. | #define HAVE_SYS_TYPES_H 1
  29477. | #define HAVE_SYS_STAT_H 1
  29478. | #define HAVE_STDLIB_H 1
  29479. | #define HAVE_STRING_H 1
  29480. | #define HAVE_MEMORY_H 1
  29481. | #define HAVE_STRINGS_H 1
  29482. | #define HAVE_INTTYPES_H 1
  29483. | #define HAVE_STDINT_H 1
  29484. | #define HAVE_UNISTD_H 1
  29485. | #define __EXTENSIONS__ 1
  29486. | #define _ALL_SOURCE 1
  29487. | #define _GNU_SOURCE 1
  29488. | #define _POSIX_PTHREAD_SEMANTICS 1
  29489. | #define _TANDEM_SOURCE 1
  29490. | #define HAVE_INFINITY 1
  29491. | #define HAVE_NAN 1
  29492. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  29493. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  29494. | #define BROKEN_CRYPT 1
  29495. | #define HAVE_CRT_EXTERNS_H 1
  29496. | #define HAVE_LIBDL 1
  29497. | #define HAVE_DIRENT_H 1
  29498. | #define HAVE__BOOL 1
  29499. | #define HAVE_STDBOOL_H 1
  29500. | #define HAVE_SYS_WAIT_H 1
  29501. | #define HAVE_GRP_H 1
  29502. | #define HAVE_FCNTL_H 1
  29503. | #define HAVE_FLOAT_H 1
  29504. | #define HAVE_LANGINFO_H 1
  29505. | #define HAVE_LIMITS_H 1
  29506. | #define HAVE_LOCALE_H 1
  29507. | #define HAVE_MALLOC_MALLOC_H 1
  29508. | #define HAVE_PWD_H 1
  29509. | #define HAVE_SYS_ATTR_H 1
  29510. | #define HAVE_SYS_FCNTL_H 1
  29511. | #define HAVE_SYS_FILE_H 1
  29512. | #define HAVE_SYS_IOCTL_H 1
  29513. | #define HAVE_SYS_PARAM_H 1
  29514. | #define HAVE_SYS_RESOURCE_H 1
  29515. | #define HAVE_SYS_SELECT_H 1
  29516. | #define HAVE_SYS_SOCKET_H 1
  29517. | #define HAVE_SYS_TIME_H 1
  29518. | #define HAVE_SYS_TIMES_H 1
  29519. | #define HAVE_SYS_UIO_H 1
  29520. | #define HAVE_TIME_H 1
  29521. | #define HAVE_UCONTEXT_H 1
  29522. | #define HAVE_UTIME_H 1
  29523. | #define HAVE_GMP_H 1
  29524. | #define HAVE_LIBGMP 1
  29525. | #define HAVE_TYPEOF 1
  29526. | #define HAVE_LONG_LONG 1
  29527. | #define HAVE_OFF_T 1
  29528. | #define SIZEOF_INT 4
  29529. | #define SIZEOF_SHORT 2
  29530. | #define SIZEOF_LONG 8
  29531. | #define SIZEOF_LONG_LONG 8
  29532. | #define SIZEOF___INT64 0
  29533. | #define SIZEOF___INT128 16
  29534. | #define SIZEOF_OFF_T 8
  29535. | #define SIZEOF_VOIDP 8
  29536. | #define SIZEOF_FLOAT 4
  29537. | #define SIZEOF_DOUBLE 8
  29538. | #define SIZEOF_TIME_T 8
  29539. | #define SIZEOF_CLOCK_T 8
  29540. | #define PACKED_STRUCT(x) x __attribute__((packed))
  29541. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  29542. | #define PRI_LL_PREFIX "ll"
  29543. | #define rb_pid_t pid_t
  29544. | #define SIGNEDNESS_OF_PID_T -1
  29545. | #define PIDT2NUM(v) INT2NUM(v)
  29546. | #define NUM2PIDT(v) NUM2INT(v)
  29547. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  29548. | #define rb_uid_t uid_t
  29549. | #define SIGNEDNESS_OF_UID_T +1
  29550. | #define UIDT2NUM(v) UINT2NUM(v)
  29551. | #define NUM2UIDT(v) NUM2UINT(v)
  29552. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  29553. | #define rb_gid_t gid_t
  29554. | #define SIGNEDNESS_OF_GID_T +1
  29555. | #define GIDT2NUM(v) UINT2NUM(v)
  29556. | #define NUM2GIDT(v) NUM2UINT(v)
  29557. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  29558. | #define rb_time_t time_t
  29559. | #define SIGNEDNESS_OF_TIME_T -1
  29560. | #define TIMET2NUM(v) LONG2NUM(v)
  29561. | #define NUM2TIMET(v) NUM2LONG(v)
  29562. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  29563. | #define rb_dev_t dev_t
  29564. | #define SIGNEDNESS_OF_DEV_T -1
  29565. | #define DEVT2NUM(v) INT2NUM(v)
  29566. | #define NUM2DEVT(v) NUM2INT(v)
  29567. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  29568. | #define rb_mode_t mode_t
  29569. | #define SIGNEDNESS_OF_MODE_T +1
  29570. | #define MODET2NUM(v) UINT2NUM(v)
  29571. | #define NUM2MODET(v) NUM2UINT(v)
  29572. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  29573. | #define rb_rlim_t rlim_t
  29574. | #define SIGNEDNESS_OF_RLIM_T +1
  29575. | #define RLIM2NUM(v) ULL2NUM(v)
  29576. | #define NUM2RLIM(v) NUM2ULL(v)
  29577. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  29578. | #define rb_off_t off_t
  29579. | #define SIGNEDNESS_OF_OFF_T -1
  29580. | #define OFFT2NUM(v) LL2NUM(v)
  29581. | #define NUM2OFFT(v) NUM2LL(v)
  29582. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  29583. | #define rb_clockid_t int
  29584. | #define SIGNEDNESS_OF_CLOCKID_T -1
  29585. | #define CLOCKID2NUM(v) INT2NUM(v)
  29586. | #define NUM2CLOCKID(v) NUM2INT(v)
  29587. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  29588. | #define HAVE_PROTOTYPES 1
  29589. | #define TOKEN_PASTE(x,y) x##y
  29590. | #define STRINGIZE(expr) STRINGIZE0(expr)
  29591. | #define HAVE_STDARG_PROTOTYPES 1
  29592. | #define HAVE_VA_ARGS_MACRO 1
  29593. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  29594. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  29595. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  29596. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  29597. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  29598. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  29599. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  29600. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  29601. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  29602. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  29603. | #define WEAK(x) __attribute__ ((__weak__)) x
  29604. | #define HAVE_FUNC_WEAK 1
  29605. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  29606. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  29607. | #define HAVE_GCC_SYNC_BUILTINS 1
  29608. | #define UNREACHABLE __builtin_unreachable()
  29609. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  29610. | #define RUBY_FUNCTION_NAME_STRING __func__
  29611. | #define ENUM_OVER_INT 1
  29612. | #define HAVE_DECL_SYS_NERR 1
  29613. | #define HAVE_DECL_GETENV 1
  29614. | #define SIZEOF_SIZE_T 8
  29615. | #define SIZEOF_PTRDIFF_T 8
  29616. | #define PRI_SIZE_PREFIX "z"
  29617. | #define PRI_PTRDIFF_PREFIX "t"
  29618. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  29619. | #define HAVE_ST_BLKSIZE 1
  29620. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  29621. | #define HAVE_ST_BLOCKS 1
  29622. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  29623. | #define HAVE_ST_RDEV 1
  29624. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  29625. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  29626. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  29627. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  29628. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  29629. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  29630. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  29631. | #define HAVE_STRUCT_TIMEVAL 1
  29632. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  29633. | #define HAVE_STRUCT_TIMESPEC 1
  29634. | #define HAVE_STRUCT_TIMEZONE 1
  29635. | #define HAVE_INT8_T 1
  29636. | #define SIZEOF_INT8_T 1
  29637. | #define HAVE_UINT8_T 1
  29638. | #define SIZEOF_UINT8_T 1
  29639. | #define HAVE_INT16_T 1
  29640. | #define SIZEOF_INT16_T 2
  29641. | #define HAVE_UINT16_T 1
  29642. | #define SIZEOF_UINT16_T 2
  29643. | #define HAVE_INT32_T 1
  29644. | #define SIZEOF_INT32_T 4
  29645. | #define HAVE_UINT32_T 1
  29646. | #define SIZEOF_UINT32_T 4
  29647. | #define HAVE_INT64_T 1
  29648. | #define SIZEOF_INT64_T 8
  29649. | #define HAVE_UINT64_T 1
  29650. | #define SIZEOF_UINT64_T 8
  29651. | #define HAVE_INT128_T 1
  29652. | #define int128_t __int128
  29653. | #define SIZEOF_INT128_T SIZEOF___INT128
  29654. | #define HAVE_UINT128_T 1
  29655. | #define uint128_t unsigned __int128
  29656. | #define SIZEOF_UINT128_T SIZEOF___INT128
  29657. | #define HAVE_INTPTR_T 1
  29658. | #define SIZEOF_INTPTR_T 8
  29659. | #define HAVE_UINTPTR_T 1
  29660. | #define SIZEOF_UINTPTR_T 8
  29661. | #define HAVE_SSIZE_T 1
  29662. | #define SIZEOF_SSIZE_T 8
  29663. | #define GETGROUPS_T gid_t
  29664. | #define RETSIGTYPE void
  29665. | #define HAVE_ALLOCA_H 1
  29666. | #define HAVE_ALLOCA 1
  29667. | #define HAVE_ACOSH 1
  29668. | #define HAVE_CBRT 1
  29669. | #define HAVE_CRYPT 1
  29670. | #define HAVE_DUP2 1
  29671. | #define HAVE_ERF 1
  29672. | #define HAVE_FFS 1
  29673. | #define HAVE_FINITE 1
  29674. | #define HAVE_FLOCK 1
  29675. | #define HAVE_HYPOT 1
  29676. | #define HAVE_ISINF 1
  29677. | #define HAVE_ISNAN 1
  29678. | #define HAVE_LGAMMA_R 1
  29679. | #define HAVE_MEMMOVE 1
  29680. | #define HAVE_NEXTAFTER 1
  29681. | #define HAVE_STRCHR 1
  29682. | #define HAVE_STRERROR 1
  29683. | #define HAVE_STRLCAT 1
  29684. | #define HAVE_STRLCPY 1
  29685. | #define HAVE_STRSTR 1
  29686. | #define HAVE_TGAMMA 1
  29687. | #define SPT_TYPE SPT_REUSEARGV
  29688. | #define HAVE_SIGNBIT 1
  29689. | #define HAVE_FORK 1
  29690. | #define vfork fork
  29691. | #define HAVE_WORKING_FORK 1
  29692. | #define HAVE__LONGJMP 1
  29693. | #define HAVE_ARC4RANDOM_BUF 1
  29694. | #define HAVE_ATAN2L 1
  29695. | #define HAVE_ATAN2F 1
  29696. | #define HAVE_CHROOT 1
  29697. | #define HAVE_CLOCK_GETTIME 1
  29698. | #define HAVE_COSH 1
  29699. | #define HAVE_DIRFD 1
  29700. | #define HAVE_DLOPEN 1
  29701. | #define HAVE_DLADDR 1
  29702. | #define HAVE_DUP 1
  29703. | #define HAVE_ENDGRENT 1
  29704. | #define HAVE_FCHMOD 1
  29705. | #define HAVE_FCHOWN 1
  29706. | #define HAVE_FCNTL 1
  29707. | #define HAVE_FDOPENDIR 1
  29708. | #define HAVE_FGETATTRLIST 1
  29709. | #define HAVE_FMOD 1
  29710. | #define HAVE_FSTATAT 1
  29711. | #define HAVE_FSYNC 1
  29712. | #define HAVE_FTRUNCATE 1
  29713. | #define HAVE_GETATTRLIST 1
  29714. | #define HAVE_GETCWD 1
  29715. | #define HAVE_GETGRNAM 1
  29716. | #define HAVE_GETGRNAM_R 1
  29717. | #define HAVE_GETGROUPS 1
  29718. | #define HAVE_GETPGID 1
  29719. | #define HAVE_GETPGRP 1
  29720. | #define HAVE_GETPRIORITY 1
  29721. | #define HAVE_GETPWNAM_R 1
  29722. | #define HAVE_GETRLIMIT 1
  29723. | #define HAVE_GETSID 1
  29724. | #define HAVE_GETTIMEOFDAY 1
  29725. | #define HAVE_GMTIME_R 1
  29726. | #define HAVE_INITGROUPS 1
  29727. | #define HAVE_IOCTL 1
  29728. | #define HAVE_ISSETUGID 1
  29729. | #define HAVE_KILLPG 1
  29730. | #define HAVE_LCHMOD 1
  29731. | #define HAVE_LCHOWN 1
  29732. | #define HAVE_LINK 1
  29733. | #define HAVE_LLABS 1
  29734. | #define HAVE_LOCKF 1
  29735. | #define HAVE_LOG2 1
  29736. | #define HAVE_LSTAT 1
  29737. | #define HAVE_LUTIMES 1
  29738. | #define HAVE_MALLOC_SIZE 1
  29739. | #define HAVE_MBLEN 1
  29740. | #define HAVE_MEMSET_S 1
  29741. | #define HAVE_WRITEV 1
  29742. | #define HAVE_MKFIFO 1
  29743. | #define HAVE_MKNOD 1
  29744. | #define HAVE_MKTIME 1
  29745. | #define HAVE_OPENAT 1
  29746. | #define HAVE_POLL 1
  29747. | #define HAVE_POSIX_MEMALIGN 1
  29748. | #define HAVE_PREAD 1
  29749. | #define HAVE_PWRITE 1
  29750. | #define HAVE_QSORT_R 1
  29751. | #define HAVE_READLINK 1
  29752. | #define HAVE_ROUND 1
  29753. | #define HAVE_SEEKDIR 1
  29754. | #define HAVE_SENDFILE 1
  29755. | #define HAVE_SETEGID 1
  29756. | #define HAVE_SETENV 1
  29757. | #define HAVE_SETEUID 1
  29758. | #define HAVE_SETGID 1
  29759. | #define HAVE_SETGROUPS 1
  29760. | #define HAVE_SETPGID 1
  29761. | #define HAVE_SETPGRP 1
  29762. | #define HAVE_SETREGID 1
  29763. | #define HAVE_SETREUID 1
  29764. | #define HAVE_SETRGID 1
  29765. | #define HAVE_SETRLIMIT 1
  29766. | #define HAVE_SETRUID 1
  29767. | #define HAVE_SETSID 1
  29768. | #define HAVE_SETUID 1
  29769. | #define HAVE_SHUTDOWN 1
  29770. | #define HAVE_SIGACTION 1
  29771. | #define HAVE_SIGALTSTACK 1
  29772. | #define HAVE_SIGPROCMASK 1
  29773. | #define HAVE_SINH 1
  29774. | #define HAVE_SYMLINK 1
  29775. | #define HAVE_SYSCONF 1
  29776. | #define HAVE_TANH 1
  29777. | #define HAVE_TELLDIR 1
  29778. | #define HAVE_TIMEGM 1
  29779. | #define HAVE_TIMES 1
  29780. | #define HAVE_TRUNCATE 1
  29781. | #define HAVE_UNSETENV 1
  29782. | #define HAVE_UTIMENSAT 1
  29783. | #define HAVE_UTIMES 1
  29784. | #define HAVE_WAIT4 1
  29785. | #define HAVE_WAITPID 1
  29786. | #if !defined __STDC_WANT_LIB_EXT1__
  29787. | #define __STDC_WANT_LIB_EXT1__ 1
  29788. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  29789. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  29790. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  29791. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  29792. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  29793. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  29794. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  29795. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  29796. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  29797. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  29798. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  29799. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  29800. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  29801. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  29802. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  29803. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  29804. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  29805. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  29806. | #define HAVE_BSD_QSORT_R 1
  29807. | #define ATAN2_INF_C99 1
  29808. | #define HAVE_CLOCK_GETRES 1
  29809. | #define HAVE_STRUCT_TM_TM_ZONE 1
  29810. | #define HAVE_TM_ZONE 1
  29811. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  29812. | #define HAVE_DAYLIGHT 1
  29813. | #define NEGATIVE_TIME_T 1
  29814. | #define POSIX_SIGNAL 1
  29815. | #define HAVE_SIG_T 1
  29816. | #define RSHIFT(x,y) ((x)>>(int)(y))
  29817. | #define HAVE__SC_CLK_TCK 1
  29818. | #define STACK_GROW_DIRECTION -1
  29819. | #define _REENTRANT 1
  29820. | #define _THREAD_SAFE 1
  29821. | #define HAVE_LIBPTHREAD 1
  29822. | /* end confdefs.h. */
  29823. | #include <pthread.h>
  29824. |
  29825. | #include <pthread_np.h>
  29826. configure:24365: result: no
  29827. configure:24398: checking whether pthread_t is scalar type
  29828. 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
  29829. configure:24421: $? = 0
  29830. configure:24429: result: yes
  29831. configure:24449: checking for sched_yield
  29832. 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
  29833. configure:24449: $? = 0
  29834. configure:24449: result: yes
  29835. configure:24449: checking for pthread_attr_setinheritsched
  29836. 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
  29837. configure:24449: $? = 0
  29838. configure:24449: result: yes
  29839. configure:24449: checking for pthread_attr_get_np
  29840. 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
  29841. Undefined symbols for architecture x86_64:
  29842. "_pthread_attr_get_np", referenced from:
  29843. _main in conftest-45df8e.o
  29844. ld: symbol(s) not found for architecture x86_64
  29845. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  29846. configure:24449: $? = 1
  29847. configure: failed program was:
  29848. | /* confdefs.h */
  29849. | #define PACKAGE_NAME ""
  29850. | #define PACKAGE_TARNAME ""
  29851. | #define PACKAGE_VERSION ""
  29852. | #define PACKAGE_STRING ""
  29853. | #define PACKAGE_BUGREPORT ""
  29854. | #define PACKAGE_URL ""
  29855. | #define CANONICALIZATION_FOR_MATHN 1
  29856. | #define STDC_HEADERS 1
  29857. | #define HAVE_SYS_TYPES_H 1
  29858. | #define HAVE_SYS_STAT_H 1
  29859. | #define HAVE_STDLIB_H 1
  29860. | #define HAVE_STRING_H 1
  29861. | #define HAVE_MEMORY_H 1
  29862. | #define HAVE_STRINGS_H 1
  29863. | #define HAVE_INTTYPES_H 1
  29864. | #define HAVE_STDINT_H 1
  29865. | #define HAVE_UNISTD_H 1
  29866. | #define __EXTENSIONS__ 1
  29867. | #define _ALL_SOURCE 1
  29868. | #define _GNU_SOURCE 1
  29869. | #define _POSIX_PTHREAD_SEMANTICS 1
  29870. | #define _TANDEM_SOURCE 1
  29871. | #define HAVE_INFINITY 1
  29872. | #define HAVE_NAN 1
  29873. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  29874. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  29875. | #define BROKEN_CRYPT 1
  29876. | #define HAVE_CRT_EXTERNS_H 1
  29877. | #define HAVE_LIBDL 1
  29878. | #define HAVE_DIRENT_H 1
  29879. | #define HAVE__BOOL 1
  29880. | #define HAVE_STDBOOL_H 1
  29881. | #define HAVE_SYS_WAIT_H 1
  29882. | #define HAVE_GRP_H 1
  29883. | #define HAVE_FCNTL_H 1
  29884. | #define HAVE_FLOAT_H 1
  29885. | #define HAVE_LANGINFO_H 1
  29886. | #define HAVE_LIMITS_H 1
  29887. | #define HAVE_LOCALE_H 1
  29888. | #define HAVE_MALLOC_MALLOC_H 1
  29889. | #define HAVE_PWD_H 1
  29890. | #define HAVE_SYS_ATTR_H 1
  29891. | #define HAVE_SYS_FCNTL_H 1
  29892. | #define HAVE_SYS_FILE_H 1
  29893. | #define HAVE_SYS_IOCTL_H 1
  29894. | #define HAVE_SYS_PARAM_H 1
  29895. | #define HAVE_SYS_RESOURCE_H 1
  29896. | #define HAVE_SYS_SELECT_H 1
  29897. | #define HAVE_SYS_SOCKET_H 1
  29898. | #define HAVE_SYS_TIME_H 1
  29899. | #define HAVE_SYS_TIMES_H 1
  29900. | #define HAVE_SYS_UIO_H 1
  29901. | #define HAVE_TIME_H 1
  29902. | #define HAVE_UCONTEXT_H 1
  29903. | #define HAVE_UTIME_H 1
  29904. | #define HAVE_GMP_H 1
  29905. | #define HAVE_LIBGMP 1
  29906. | #define HAVE_TYPEOF 1
  29907. | #define HAVE_LONG_LONG 1
  29908. | #define HAVE_OFF_T 1
  29909. | #define SIZEOF_INT 4
  29910. | #define SIZEOF_SHORT 2
  29911. | #define SIZEOF_LONG 8
  29912. | #define SIZEOF_LONG_LONG 8
  29913. | #define SIZEOF___INT64 0
  29914. | #define SIZEOF___INT128 16
  29915. | #define SIZEOF_OFF_T 8
  29916. | #define SIZEOF_VOIDP 8
  29917. | #define SIZEOF_FLOAT 4
  29918. | #define SIZEOF_DOUBLE 8
  29919. | #define SIZEOF_TIME_T 8
  29920. | #define SIZEOF_CLOCK_T 8
  29921. | #define PACKED_STRUCT(x) x __attribute__((packed))
  29922. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  29923. | #define PRI_LL_PREFIX "ll"
  29924. | #define rb_pid_t pid_t
  29925. | #define SIGNEDNESS_OF_PID_T -1
  29926. | #define PIDT2NUM(v) INT2NUM(v)
  29927. | #define NUM2PIDT(v) NUM2INT(v)
  29928. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  29929. | #define rb_uid_t uid_t
  29930. | #define SIGNEDNESS_OF_UID_T +1
  29931. | #define UIDT2NUM(v) UINT2NUM(v)
  29932. | #define NUM2UIDT(v) NUM2UINT(v)
  29933. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  29934. | #define rb_gid_t gid_t
  29935. | #define SIGNEDNESS_OF_GID_T +1
  29936. | #define GIDT2NUM(v) UINT2NUM(v)
  29937. | #define NUM2GIDT(v) NUM2UINT(v)
  29938. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  29939. | #define rb_time_t time_t
  29940. | #define SIGNEDNESS_OF_TIME_T -1
  29941. | #define TIMET2NUM(v) LONG2NUM(v)
  29942. | #define NUM2TIMET(v) NUM2LONG(v)
  29943. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  29944. | #define rb_dev_t dev_t
  29945. | #define SIGNEDNESS_OF_DEV_T -1
  29946. | #define DEVT2NUM(v) INT2NUM(v)
  29947. | #define NUM2DEVT(v) NUM2INT(v)
  29948. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  29949. | #define rb_mode_t mode_t
  29950. | #define SIGNEDNESS_OF_MODE_T +1
  29951. | #define MODET2NUM(v) UINT2NUM(v)
  29952. | #define NUM2MODET(v) NUM2UINT(v)
  29953. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  29954. | #define rb_rlim_t rlim_t
  29955. | #define SIGNEDNESS_OF_RLIM_T +1
  29956. | #define RLIM2NUM(v) ULL2NUM(v)
  29957. | #define NUM2RLIM(v) NUM2ULL(v)
  29958. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  29959. | #define rb_off_t off_t
  29960. | #define SIGNEDNESS_OF_OFF_T -1
  29961. | #define OFFT2NUM(v) LL2NUM(v)
  29962. | #define NUM2OFFT(v) NUM2LL(v)
  29963. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  29964. | #define rb_clockid_t int
  29965. | #define SIGNEDNESS_OF_CLOCKID_T -1
  29966. | #define CLOCKID2NUM(v) INT2NUM(v)
  29967. | #define NUM2CLOCKID(v) NUM2INT(v)
  29968. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  29969. | #define HAVE_PROTOTYPES 1
  29970. | #define TOKEN_PASTE(x,y) x##y
  29971. | #define STRINGIZE(expr) STRINGIZE0(expr)
  29972. | #define HAVE_STDARG_PROTOTYPES 1
  29973. | #define HAVE_VA_ARGS_MACRO 1
  29974. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  29975. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  29976. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  29977. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  29978. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  29979. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  29980. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  29981. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  29982. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  29983. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  29984. | #define WEAK(x) __attribute__ ((__weak__)) x
  29985. | #define HAVE_FUNC_WEAK 1
  29986. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  29987. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  29988. | #define HAVE_GCC_SYNC_BUILTINS 1
  29989. | #define UNREACHABLE __builtin_unreachable()
  29990. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  29991. | #define RUBY_FUNCTION_NAME_STRING __func__
  29992. | #define ENUM_OVER_INT 1
  29993. | #define HAVE_DECL_SYS_NERR 1
  29994. | #define HAVE_DECL_GETENV 1
  29995. | #define SIZEOF_SIZE_T 8
  29996. | #define SIZEOF_PTRDIFF_T 8
  29997. | #define PRI_SIZE_PREFIX "z"
  29998. | #define PRI_PTRDIFF_PREFIX "t"
  29999. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  30000. | #define HAVE_ST_BLKSIZE 1
  30001. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  30002. | #define HAVE_ST_BLOCKS 1
  30003. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  30004. | #define HAVE_ST_RDEV 1
  30005. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  30006. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  30007. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  30008. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  30009. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  30010. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  30011. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  30012. | #define HAVE_STRUCT_TIMEVAL 1
  30013. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  30014. | #define HAVE_STRUCT_TIMESPEC 1
  30015. | #define HAVE_STRUCT_TIMEZONE 1
  30016. | #define HAVE_INT8_T 1
  30017. | #define SIZEOF_INT8_T 1
  30018. | #define HAVE_UINT8_T 1
  30019. | #define SIZEOF_UINT8_T 1
  30020. | #define HAVE_INT16_T 1
  30021. | #define SIZEOF_INT16_T 2
  30022. | #define HAVE_UINT16_T 1
  30023. | #define SIZEOF_UINT16_T 2
  30024. | #define HAVE_INT32_T 1
  30025. | #define SIZEOF_INT32_T 4
  30026. | #define HAVE_UINT32_T 1
  30027. | #define SIZEOF_UINT32_T 4
  30028. | #define HAVE_INT64_T 1
  30029. | #define SIZEOF_INT64_T 8
  30030. | #define HAVE_UINT64_T 1
  30031. | #define SIZEOF_UINT64_T 8
  30032. | #define HAVE_INT128_T 1
  30033. | #define int128_t __int128
  30034. | #define SIZEOF_INT128_T SIZEOF___INT128
  30035. | #define HAVE_UINT128_T 1
  30036. | #define uint128_t unsigned __int128
  30037. | #define SIZEOF_UINT128_T SIZEOF___INT128
  30038. | #define HAVE_INTPTR_T 1
  30039. | #define SIZEOF_INTPTR_T 8
  30040. | #define HAVE_UINTPTR_T 1
  30041. | #define SIZEOF_UINTPTR_T 8
  30042. | #define HAVE_SSIZE_T 1
  30043. | #define SIZEOF_SSIZE_T 8
  30044. | #define GETGROUPS_T gid_t
  30045. | #define RETSIGTYPE void
  30046. | #define HAVE_ALLOCA_H 1
  30047. | #define HAVE_ALLOCA 1
  30048. | #define HAVE_ACOSH 1
  30049. | #define HAVE_CBRT 1
  30050. | #define HAVE_CRYPT 1
  30051. | #define HAVE_DUP2 1
  30052. | #define HAVE_ERF 1
  30053. | #define HAVE_FFS 1
  30054. | #define HAVE_FINITE 1
  30055. | #define HAVE_FLOCK 1
  30056. | #define HAVE_HYPOT 1
  30057. | #define HAVE_ISINF 1
  30058. | #define HAVE_ISNAN 1
  30059. | #define HAVE_LGAMMA_R 1
  30060. | #define HAVE_MEMMOVE 1
  30061. | #define HAVE_NEXTAFTER 1
  30062. | #define HAVE_STRCHR 1
  30063. | #define HAVE_STRERROR 1
  30064. | #define HAVE_STRLCAT 1
  30065. | #define HAVE_STRLCPY 1
  30066. | #define HAVE_STRSTR 1
  30067. | #define HAVE_TGAMMA 1
  30068. | #define SPT_TYPE SPT_REUSEARGV
  30069. | #define HAVE_SIGNBIT 1
  30070. | #define HAVE_FORK 1
  30071. | #define vfork fork
  30072. | #define HAVE_WORKING_FORK 1
  30073. | #define HAVE__LONGJMP 1
  30074. | #define HAVE_ARC4RANDOM_BUF 1
  30075. | #define HAVE_ATAN2L 1
  30076. | #define HAVE_ATAN2F 1
  30077. | #define HAVE_CHROOT 1
  30078. | #define HAVE_CLOCK_GETTIME 1
  30079. | #define HAVE_COSH 1
  30080. | #define HAVE_DIRFD 1
  30081. | #define HAVE_DLOPEN 1
  30082. | #define HAVE_DLADDR 1
  30083. | #define HAVE_DUP 1
  30084. | #define HAVE_ENDGRENT 1
  30085. | #define HAVE_FCHMOD 1
  30086. | #define HAVE_FCHOWN 1
  30087. | #define HAVE_FCNTL 1
  30088. | #define HAVE_FDOPENDIR 1
  30089. | #define HAVE_FGETATTRLIST 1
  30090. | #define HAVE_FMOD 1
  30091. | #define HAVE_FSTATAT 1
  30092. | #define HAVE_FSYNC 1
  30093. | #define HAVE_FTRUNCATE 1
  30094. | #define HAVE_GETATTRLIST 1
  30095. | #define HAVE_GETCWD 1
  30096. | #define HAVE_GETGRNAM 1
  30097. | #define HAVE_GETGRNAM_R 1
  30098. | #define HAVE_GETGROUPS 1
  30099. | #define HAVE_GETPGID 1
  30100. | #define HAVE_GETPGRP 1
  30101. | #define HAVE_GETPRIORITY 1
  30102. | #define HAVE_GETPWNAM_R 1
  30103. | #define HAVE_GETRLIMIT 1
  30104. | #define HAVE_GETSID 1
  30105. | #define HAVE_GETTIMEOFDAY 1
  30106. | #define HAVE_GMTIME_R 1
  30107. | #define HAVE_INITGROUPS 1
  30108. | #define HAVE_IOCTL 1
  30109. | #define HAVE_ISSETUGID 1
  30110. | #define HAVE_KILLPG 1
  30111. | #define HAVE_LCHMOD 1
  30112. | #define HAVE_LCHOWN 1
  30113. | #define HAVE_LINK 1
  30114. | #define HAVE_LLABS 1
  30115. | #define HAVE_LOCKF 1
  30116. | #define HAVE_LOG2 1
  30117. | #define HAVE_LSTAT 1
  30118. | #define HAVE_LUTIMES 1
  30119. | #define HAVE_MALLOC_SIZE 1
  30120. | #define HAVE_MBLEN 1
  30121. | #define HAVE_MEMSET_S 1
  30122. | #define HAVE_WRITEV 1
  30123. | #define HAVE_MKFIFO 1
  30124. | #define HAVE_MKNOD 1
  30125. | #define HAVE_MKTIME 1
  30126. | #define HAVE_OPENAT 1
  30127. | #define HAVE_POLL 1
  30128. | #define HAVE_POSIX_MEMALIGN 1
  30129. | #define HAVE_PREAD 1
  30130. | #define HAVE_PWRITE 1
  30131. | #define HAVE_QSORT_R 1
  30132. | #define HAVE_READLINK 1
  30133. | #define HAVE_ROUND 1
  30134. | #define HAVE_SEEKDIR 1
  30135. | #define HAVE_SENDFILE 1
  30136. | #define HAVE_SETEGID 1
  30137. | #define HAVE_SETENV 1
  30138. | #define HAVE_SETEUID 1
  30139. | #define HAVE_SETGID 1
  30140. | #define HAVE_SETGROUPS 1
  30141. | #define HAVE_SETPGID 1
  30142. | #define HAVE_SETPGRP 1
  30143. | #define HAVE_SETREGID 1
  30144. | #define HAVE_SETREUID 1
  30145. | #define HAVE_SETRGID 1
  30146. | #define HAVE_SETRLIMIT 1
  30147. | #define HAVE_SETRUID 1
  30148. | #define HAVE_SETSID 1
  30149. | #define HAVE_SETUID 1
  30150. | #define HAVE_SHUTDOWN 1
  30151. | #define HAVE_SIGACTION 1
  30152. | #define HAVE_SIGALTSTACK 1
  30153. | #define HAVE_SIGPROCMASK 1
  30154. | #define HAVE_SINH 1
  30155. | #define HAVE_SYMLINK 1
  30156. | #define HAVE_SYSCONF 1
  30157. | #define HAVE_TANH 1
  30158. | #define HAVE_TELLDIR 1
  30159. | #define HAVE_TIMEGM 1
  30160. | #define HAVE_TIMES 1
  30161. | #define HAVE_TRUNCATE 1
  30162. | #define HAVE_UNSETENV 1
  30163. | #define HAVE_UTIMENSAT 1
  30164. | #define HAVE_UTIMES 1
  30165. | #define HAVE_WAIT4 1
  30166. | #define HAVE_WAITPID 1
  30167. | #if !defined __STDC_WANT_LIB_EXT1__
  30168. | #define __STDC_WANT_LIB_EXT1__ 1
  30169. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  30170. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  30171. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  30172. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  30173. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  30174. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  30175. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  30176. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  30177. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  30178. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  30179. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  30180. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  30181. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  30182. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  30183. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  30184. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  30185. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  30186. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  30187. | #define HAVE_BSD_QSORT_R 1
  30188. | #define ATAN2_INF_C99 1
  30189. | #define HAVE_CLOCK_GETRES 1
  30190. | #define HAVE_STRUCT_TM_TM_ZONE 1
  30191. | #define HAVE_TM_ZONE 1
  30192. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  30193. | #define HAVE_DAYLIGHT 1
  30194. | #define NEGATIVE_TIME_T 1
  30195. | #define POSIX_SIGNAL 1
  30196. | #define HAVE_SIG_T 1
  30197. | #define RSHIFT(x,y) ((x)>>(int)(y))
  30198. | #define HAVE__SC_CLK_TCK 1
  30199. | #define STACK_GROW_DIRECTION -1
  30200. | #define _REENTRANT 1
  30201. | #define _THREAD_SAFE 1
  30202. | #define HAVE_LIBPTHREAD 1
  30203. | #define HAVE_SCHED_YIELD 1
  30204. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  30205. | /* end confdefs.h. */
  30206. | /* Define pthread_attr_get_np to an innocuous variant, in case <limits.h> declares pthread_attr_get_np.
  30207. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  30208. | #define pthread_attr_get_np innocuous_pthread_attr_get_np
  30209. |
  30210. | /* System header to define __stub macros and hopefully few prototypes,
  30211. | which can conflict with char pthread_attr_get_np (); below.
  30212. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  30213. | <limits.h> exists even on freestanding compilers. */
  30214. |
  30215. | #ifdef __STDC__
  30216. | # include <limits.h>
  30217. | #else
  30218. | # include <assert.h>
  30219. | #endif
  30220. |
  30221. | #undef pthread_attr_get_np
  30222. |
  30223. | /* Override any GCC internal prototype to avoid an error.
  30224. | Use char because int might match the return type of a GCC
  30225. | builtin and then its argument prototype would still apply. */
  30226. | #ifdef __cplusplus
  30227. | extern "C"
  30228. | #endif
  30229. | char pthread_attr_get_np ();
  30230. | /* The GNU C library defines this for functions which it implements
  30231. | to always fail with ENOSYS. Some functions are actually named
  30232. | something starting with __ and the normal name is an alias. */
  30233. | #if defined __stub_pthread_attr_get_np || defined __stub___pthread_attr_get_np
  30234. | choke me
  30235. | #endif
  30236. |
  30237. | int
  30238. | main ()
  30239. | {
  30240. | return pthread_attr_get_np ();
  30241. | ;
  30242. | return 0;
  30243. | }
  30244. configure:24449: result: no
  30245. configure:24449: checking for pthread_attr_getstack
  30246. 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
  30247. configure:24449: $? = 0
  30248. configure:24449: result: yes
  30249. configure:24449: checking for pthread_attr_init
  30250. 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
  30251. configure:24449: $? = 0
  30252. configure:24449: result: yes
  30253. configure:24449: checking for pthread_get_stackaddr_np
  30254. 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
  30255. configure:24449: $? = 0
  30256. configure:24449: result: yes
  30257. configure:24449: checking for pthread_get_stacksize_np
  30258. 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
  30259. configure:24449: $? = 0
  30260. configure:24449: result: yes
  30261. configure:24449: checking for thr_stksegment
  30262. 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
  30263. Undefined symbols for architecture x86_64:
  30264. "_thr_stksegment", referenced from:
  30265. _main in conftest-b2e3b2.o
  30266. ld: symbol(s) not found for architecture x86_64
  30267. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  30268. configure:24449: $? = 1
  30269. configure: failed program was:
  30270. | /* confdefs.h */
  30271. | #define PACKAGE_NAME ""
  30272. | #define PACKAGE_TARNAME ""
  30273. | #define PACKAGE_VERSION ""
  30274. | #define PACKAGE_STRING ""
  30275. | #define PACKAGE_BUGREPORT ""
  30276. | #define PACKAGE_URL ""
  30277. | #define CANONICALIZATION_FOR_MATHN 1
  30278. | #define STDC_HEADERS 1
  30279. | #define HAVE_SYS_TYPES_H 1
  30280. | #define HAVE_SYS_STAT_H 1
  30281. | #define HAVE_STDLIB_H 1
  30282. | #define HAVE_STRING_H 1
  30283. | #define HAVE_MEMORY_H 1
  30284. | #define HAVE_STRINGS_H 1
  30285. | #define HAVE_INTTYPES_H 1
  30286. | #define HAVE_STDINT_H 1
  30287. | #define HAVE_UNISTD_H 1
  30288. | #define __EXTENSIONS__ 1
  30289. | #define _ALL_SOURCE 1
  30290. | #define _GNU_SOURCE 1
  30291. | #define _POSIX_PTHREAD_SEMANTICS 1
  30292. | #define _TANDEM_SOURCE 1
  30293. | #define HAVE_INFINITY 1
  30294. | #define HAVE_NAN 1
  30295. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  30296. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  30297. | #define BROKEN_CRYPT 1
  30298. | #define HAVE_CRT_EXTERNS_H 1
  30299. | #define HAVE_LIBDL 1
  30300. | #define HAVE_DIRENT_H 1
  30301. | #define HAVE__BOOL 1
  30302. | #define HAVE_STDBOOL_H 1
  30303. | #define HAVE_SYS_WAIT_H 1
  30304. | #define HAVE_GRP_H 1
  30305. | #define HAVE_FCNTL_H 1
  30306. | #define HAVE_FLOAT_H 1
  30307. | #define HAVE_LANGINFO_H 1
  30308. | #define HAVE_LIMITS_H 1
  30309. | #define HAVE_LOCALE_H 1
  30310. | #define HAVE_MALLOC_MALLOC_H 1
  30311. | #define HAVE_PWD_H 1
  30312. | #define HAVE_SYS_ATTR_H 1
  30313. | #define HAVE_SYS_FCNTL_H 1
  30314. | #define HAVE_SYS_FILE_H 1
  30315. | #define HAVE_SYS_IOCTL_H 1
  30316. | #define HAVE_SYS_PARAM_H 1
  30317. | #define HAVE_SYS_RESOURCE_H 1
  30318. | #define HAVE_SYS_SELECT_H 1
  30319. | #define HAVE_SYS_SOCKET_H 1
  30320. | #define HAVE_SYS_TIME_H 1
  30321. | #define HAVE_SYS_TIMES_H 1
  30322. | #define HAVE_SYS_UIO_H 1
  30323. | #define HAVE_TIME_H 1
  30324. | #define HAVE_UCONTEXT_H 1
  30325. | #define HAVE_UTIME_H 1
  30326. | #define HAVE_GMP_H 1
  30327. | #define HAVE_LIBGMP 1
  30328. | #define HAVE_TYPEOF 1
  30329. | #define HAVE_LONG_LONG 1
  30330. | #define HAVE_OFF_T 1
  30331. | #define SIZEOF_INT 4
  30332. | #define SIZEOF_SHORT 2
  30333. | #define SIZEOF_LONG 8
  30334. | #define SIZEOF_LONG_LONG 8
  30335. | #define SIZEOF___INT64 0
  30336. | #define SIZEOF___INT128 16
  30337. | #define SIZEOF_OFF_T 8
  30338. | #define SIZEOF_VOIDP 8
  30339. | #define SIZEOF_FLOAT 4
  30340. | #define SIZEOF_DOUBLE 8
  30341. | #define SIZEOF_TIME_T 8
  30342. | #define SIZEOF_CLOCK_T 8
  30343. | #define PACKED_STRUCT(x) x __attribute__((packed))
  30344. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  30345. | #define PRI_LL_PREFIX "ll"
  30346. | #define rb_pid_t pid_t
  30347. | #define SIGNEDNESS_OF_PID_T -1
  30348. | #define PIDT2NUM(v) INT2NUM(v)
  30349. | #define NUM2PIDT(v) NUM2INT(v)
  30350. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  30351. | #define rb_uid_t uid_t
  30352. | #define SIGNEDNESS_OF_UID_T +1
  30353. | #define UIDT2NUM(v) UINT2NUM(v)
  30354. | #define NUM2UIDT(v) NUM2UINT(v)
  30355. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  30356. | #define rb_gid_t gid_t
  30357. | #define SIGNEDNESS_OF_GID_T +1
  30358. | #define GIDT2NUM(v) UINT2NUM(v)
  30359. | #define NUM2GIDT(v) NUM2UINT(v)
  30360. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  30361. | #define rb_time_t time_t
  30362. | #define SIGNEDNESS_OF_TIME_T -1
  30363. | #define TIMET2NUM(v) LONG2NUM(v)
  30364. | #define NUM2TIMET(v) NUM2LONG(v)
  30365. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  30366. | #define rb_dev_t dev_t
  30367. | #define SIGNEDNESS_OF_DEV_T -1
  30368. | #define DEVT2NUM(v) INT2NUM(v)
  30369. | #define NUM2DEVT(v) NUM2INT(v)
  30370. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  30371. | #define rb_mode_t mode_t
  30372. | #define SIGNEDNESS_OF_MODE_T +1
  30373. | #define MODET2NUM(v) UINT2NUM(v)
  30374. | #define NUM2MODET(v) NUM2UINT(v)
  30375. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  30376. | #define rb_rlim_t rlim_t
  30377. | #define SIGNEDNESS_OF_RLIM_T +1
  30378. | #define RLIM2NUM(v) ULL2NUM(v)
  30379. | #define NUM2RLIM(v) NUM2ULL(v)
  30380. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  30381. | #define rb_off_t off_t
  30382. | #define SIGNEDNESS_OF_OFF_T -1
  30383. | #define OFFT2NUM(v) LL2NUM(v)
  30384. | #define NUM2OFFT(v) NUM2LL(v)
  30385. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  30386. | #define rb_clockid_t int
  30387. | #define SIGNEDNESS_OF_CLOCKID_T -1
  30388. | #define CLOCKID2NUM(v) INT2NUM(v)
  30389. | #define NUM2CLOCKID(v) NUM2INT(v)
  30390. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  30391. | #define HAVE_PROTOTYPES 1
  30392. | #define TOKEN_PASTE(x,y) x##y
  30393. | #define STRINGIZE(expr) STRINGIZE0(expr)
  30394. | #define HAVE_STDARG_PROTOTYPES 1
  30395. | #define HAVE_VA_ARGS_MACRO 1
  30396. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  30397. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  30398. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  30399. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  30400. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  30401. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  30402. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  30403. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  30404. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  30405. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  30406. | #define WEAK(x) __attribute__ ((__weak__)) x
  30407. | #define HAVE_FUNC_WEAK 1
  30408. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  30409. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  30410. | #define HAVE_GCC_SYNC_BUILTINS 1
  30411. | #define UNREACHABLE __builtin_unreachable()
  30412. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  30413. | #define RUBY_FUNCTION_NAME_STRING __func__
  30414. | #define ENUM_OVER_INT 1
  30415. | #define HAVE_DECL_SYS_NERR 1
  30416. | #define HAVE_DECL_GETENV 1
  30417. | #define SIZEOF_SIZE_T 8
  30418. | #define SIZEOF_PTRDIFF_T 8
  30419. | #define PRI_SIZE_PREFIX "z"
  30420. | #define PRI_PTRDIFF_PREFIX "t"
  30421. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  30422. | #define HAVE_ST_BLKSIZE 1
  30423. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  30424. | #define HAVE_ST_BLOCKS 1
  30425. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  30426. | #define HAVE_ST_RDEV 1
  30427. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  30428. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  30429. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  30430. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  30431. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  30432. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  30433. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  30434. | #define HAVE_STRUCT_TIMEVAL 1
  30435. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  30436. | #define HAVE_STRUCT_TIMESPEC 1
  30437. | #define HAVE_STRUCT_TIMEZONE 1
  30438. | #define HAVE_INT8_T 1
  30439. | #define SIZEOF_INT8_T 1
  30440. | #define HAVE_UINT8_T 1
  30441. | #define SIZEOF_UINT8_T 1
  30442. | #define HAVE_INT16_T 1
  30443. | #define SIZEOF_INT16_T 2
  30444. | #define HAVE_UINT16_T 1
  30445. | #define SIZEOF_UINT16_T 2
  30446. | #define HAVE_INT32_T 1
  30447. | #define SIZEOF_INT32_T 4
  30448. | #define HAVE_UINT32_T 1
  30449. | #define SIZEOF_UINT32_T 4
  30450. | #define HAVE_INT64_T 1
  30451. | #define SIZEOF_INT64_T 8
  30452. | #define HAVE_UINT64_T 1
  30453. | #define SIZEOF_UINT64_T 8
  30454. | #define HAVE_INT128_T 1
  30455. | #define int128_t __int128
  30456. | #define SIZEOF_INT128_T SIZEOF___INT128
  30457. | #define HAVE_UINT128_T 1
  30458. | #define uint128_t unsigned __int128
  30459. | #define SIZEOF_UINT128_T SIZEOF___INT128
  30460. | #define HAVE_INTPTR_T 1
  30461. | #define SIZEOF_INTPTR_T 8
  30462. | #define HAVE_UINTPTR_T 1
  30463. | #define SIZEOF_UINTPTR_T 8
  30464. | #define HAVE_SSIZE_T 1
  30465. | #define SIZEOF_SSIZE_T 8
  30466. | #define GETGROUPS_T gid_t
  30467. | #define RETSIGTYPE void
  30468. | #define HAVE_ALLOCA_H 1
  30469. | #define HAVE_ALLOCA 1
  30470. | #define HAVE_ACOSH 1
  30471. | #define HAVE_CBRT 1
  30472. | #define HAVE_CRYPT 1
  30473. | #define HAVE_DUP2 1
  30474. | #define HAVE_ERF 1
  30475. | #define HAVE_FFS 1
  30476. | #define HAVE_FINITE 1
  30477. | #define HAVE_FLOCK 1
  30478. | #define HAVE_HYPOT 1
  30479. | #define HAVE_ISINF 1
  30480. | #define HAVE_ISNAN 1
  30481. | #define HAVE_LGAMMA_R 1
  30482. | #define HAVE_MEMMOVE 1
  30483. | #define HAVE_NEXTAFTER 1
  30484. | #define HAVE_STRCHR 1
  30485. | #define HAVE_STRERROR 1
  30486. | #define HAVE_STRLCAT 1
  30487. | #define HAVE_STRLCPY 1
  30488. | #define HAVE_STRSTR 1
  30489. | #define HAVE_TGAMMA 1
  30490. | #define SPT_TYPE SPT_REUSEARGV
  30491. | #define HAVE_SIGNBIT 1
  30492. | #define HAVE_FORK 1
  30493. | #define vfork fork
  30494. | #define HAVE_WORKING_FORK 1
  30495. | #define HAVE__LONGJMP 1
  30496. | #define HAVE_ARC4RANDOM_BUF 1
  30497. | #define HAVE_ATAN2L 1
  30498. | #define HAVE_ATAN2F 1
  30499. | #define HAVE_CHROOT 1
  30500. | #define HAVE_CLOCK_GETTIME 1
  30501. | #define HAVE_COSH 1
  30502. | #define HAVE_DIRFD 1
  30503. | #define HAVE_DLOPEN 1
  30504. | #define HAVE_DLADDR 1
  30505. | #define HAVE_DUP 1
  30506. | #define HAVE_ENDGRENT 1
  30507. | #define HAVE_FCHMOD 1
  30508. | #define HAVE_FCHOWN 1
  30509. | #define HAVE_FCNTL 1
  30510. | #define HAVE_FDOPENDIR 1
  30511. | #define HAVE_FGETATTRLIST 1
  30512. | #define HAVE_FMOD 1
  30513. | #define HAVE_FSTATAT 1
  30514. | #define HAVE_FSYNC 1
  30515. | #define HAVE_FTRUNCATE 1
  30516. | #define HAVE_GETATTRLIST 1
  30517. | #define HAVE_GETCWD 1
  30518. | #define HAVE_GETGRNAM 1
  30519. | #define HAVE_GETGRNAM_R 1
  30520. | #define HAVE_GETGROUPS 1
  30521. | #define HAVE_GETPGID 1
  30522. | #define HAVE_GETPGRP 1
  30523. | #define HAVE_GETPRIORITY 1
  30524. | #define HAVE_GETPWNAM_R 1
  30525. | #define HAVE_GETRLIMIT 1
  30526. | #define HAVE_GETSID 1
  30527. | #define HAVE_GETTIMEOFDAY 1
  30528. | #define HAVE_GMTIME_R 1
  30529. | #define HAVE_INITGROUPS 1
  30530. | #define HAVE_IOCTL 1
  30531. | #define HAVE_ISSETUGID 1
  30532. | #define HAVE_KILLPG 1
  30533. | #define HAVE_LCHMOD 1
  30534. | #define HAVE_LCHOWN 1
  30535. | #define HAVE_LINK 1
  30536. | #define HAVE_LLABS 1
  30537. | #define HAVE_LOCKF 1
  30538. | #define HAVE_LOG2 1
  30539. | #define HAVE_LSTAT 1
  30540. | #define HAVE_LUTIMES 1
  30541. | #define HAVE_MALLOC_SIZE 1
  30542. | #define HAVE_MBLEN 1
  30543. | #define HAVE_MEMSET_S 1
  30544. | #define HAVE_WRITEV 1
  30545. | #define HAVE_MKFIFO 1
  30546. | #define HAVE_MKNOD 1
  30547. | #define HAVE_MKTIME 1
  30548. | #define HAVE_OPENAT 1
  30549. | #define HAVE_POLL 1
  30550. | #define HAVE_POSIX_MEMALIGN 1
  30551. | #define HAVE_PREAD 1
  30552. | #define HAVE_PWRITE 1
  30553. | #define HAVE_QSORT_R 1
  30554. | #define HAVE_READLINK 1
  30555. | #define HAVE_ROUND 1
  30556. | #define HAVE_SEEKDIR 1
  30557. | #define HAVE_SENDFILE 1
  30558. | #define HAVE_SETEGID 1
  30559. | #define HAVE_SETENV 1
  30560. | #define HAVE_SETEUID 1
  30561. | #define HAVE_SETGID 1
  30562. | #define HAVE_SETGROUPS 1
  30563. | #define HAVE_SETPGID 1
  30564. | #define HAVE_SETPGRP 1
  30565. | #define HAVE_SETREGID 1
  30566. | #define HAVE_SETREUID 1
  30567. | #define HAVE_SETRGID 1
  30568. | #define HAVE_SETRLIMIT 1
  30569. | #define HAVE_SETRUID 1
  30570. | #define HAVE_SETSID 1
  30571. | #define HAVE_SETUID 1
  30572. | #define HAVE_SHUTDOWN 1
  30573. | #define HAVE_SIGACTION 1
  30574. | #define HAVE_SIGALTSTACK 1
  30575. | #define HAVE_SIGPROCMASK 1
  30576. | #define HAVE_SINH 1
  30577. | #define HAVE_SYMLINK 1
  30578. | #define HAVE_SYSCONF 1
  30579. | #define HAVE_TANH 1
  30580. | #define HAVE_TELLDIR 1
  30581. | #define HAVE_TIMEGM 1
  30582. | #define HAVE_TIMES 1
  30583. | #define HAVE_TRUNCATE 1
  30584. | #define HAVE_UNSETENV 1
  30585. | #define HAVE_UTIMENSAT 1
  30586. | #define HAVE_UTIMES 1
  30587. | #define HAVE_WAIT4 1
  30588. | #define HAVE_WAITPID 1
  30589. | #if !defined __STDC_WANT_LIB_EXT1__
  30590. | #define __STDC_WANT_LIB_EXT1__ 1
  30591. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  30592. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  30593. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  30594. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  30595. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  30596. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  30597. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  30598. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  30599. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  30600. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  30601. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  30602. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  30603. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  30604. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  30605. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  30606. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  30607. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  30608. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  30609. | #define HAVE_BSD_QSORT_R 1
  30610. | #define ATAN2_INF_C99 1
  30611. | #define HAVE_CLOCK_GETRES 1
  30612. | #define HAVE_STRUCT_TM_TM_ZONE 1
  30613. | #define HAVE_TM_ZONE 1
  30614. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  30615. | #define HAVE_DAYLIGHT 1
  30616. | #define NEGATIVE_TIME_T 1
  30617. | #define POSIX_SIGNAL 1
  30618. | #define HAVE_SIG_T 1
  30619. | #define RSHIFT(x,y) ((x)>>(int)(y))
  30620. | #define HAVE__SC_CLK_TCK 1
  30621. | #define STACK_GROW_DIRECTION -1
  30622. | #define _REENTRANT 1
  30623. | #define _THREAD_SAFE 1
  30624. | #define HAVE_LIBPTHREAD 1
  30625. | #define HAVE_SCHED_YIELD 1
  30626. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  30627. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  30628. | #define HAVE_PTHREAD_ATTR_INIT 1
  30629. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  30630. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  30631. | /* end confdefs.h. */
  30632. | /* Define thr_stksegment to an innocuous variant, in case <limits.h> declares thr_stksegment.
  30633. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  30634. | #define thr_stksegment innocuous_thr_stksegment
  30635. |
  30636. | /* System header to define __stub macros and hopefully few prototypes,
  30637. | which can conflict with char thr_stksegment (); below.
  30638. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  30639. | <limits.h> exists even on freestanding compilers. */
  30640. |
  30641. | #ifdef __STDC__
  30642. | # include <limits.h>
  30643. | #else
  30644. | # include <assert.h>
  30645. | #endif
  30646. |
  30647. | #undef thr_stksegment
  30648. |
  30649. | /* Override any GCC internal prototype to avoid an error.
  30650. | Use char because int might match the return type of a GCC
  30651. | builtin and then its argument prototype would still apply. */
  30652. | #ifdef __cplusplus
  30653. | extern "C"
  30654. | #endif
  30655. | char thr_stksegment ();
  30656. | /* The GNU C library defines this for functions which it implements
  30657. | to always fail with ENOSYS. Some functions are actually named
  30658. | something starting with __ and the normal name is an alias. */
  30659. | #if defined __stub_thr_stksegment || defined __stub___thr_stksegment
  30660. | choke me
  30661. | #endif
  30662. |
  30663. | int
  30664. | main ()
  30665. | {
  30666. | return thr_stksegment ();
  30667. | ;
  30668. | return 0;
  30669. | }
  30670. configure:24449: result: no
  30671. configure:24449: checking for pthread_stackseg_np
  30672. 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
  30673. Undefined symbols for architecture x86_64:
  30674. "_pthread_stackseg_np", referenced from:
  30675. _main in conftest-df8035.o
  30676. ld: symbol(s) not found for architecture x86_64
  30677. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  30678. configure:24449: $? = 1
  30679. configure: failed program was:
  30680. | /* confdefs.h */
  30681. | #define PACKAGE_NAME ""
  30682. | #define PACKAGE_TARNAME ""
  30683. | #define PACKAGE_VERSION ""
  30684. | #define PACKAGE_STRING ""
  30685. | #define PACKAGE_BUGREPORT ""
  30686. | #define PACKAGE_URL ""
  30687. | #define CANONICALIZATION_FOR_MATHN 1
  30688. | #define STDC_HEADERS 1
  30689. | #define HAVE_SYS_TYPES_H 1
  30690. | #define HAVE_SYS_STAT_H 1
  30691. | #define HAVE_STDLIB_H 1
  30692. | #define HAVE_STRING_H 1
  30693. | #define HAVE_MEMORY_H 1
  30694. | #define HAVE_STRINGS_H 1
  30695. | #define HAVE_INTTYPES_H 1
  30696. | #define HAVE_STDINT_H 1
  30697. | #define HAVE_UNISTD_H 1
  30698. | #define __EXTENSIONS__ 1
  30699. | #define _ALL_SOURCE 1
  30700. | #define _GNU_SOURCE 1
  30701. | #define _POSIX_PTHREAD_SEMANTICS 1
  30702. | #define _TANDEM_SOURCE 1
  30703. | #define HAVE_INFINITY 1
  30704. | #define HAVE_NAN 1
  30705. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  30706. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  30707. | #define BROKEN_CRYPT 1
  30708. | #define HAVE_CRT_EXTERNS_H 1
  30709. | #define HAVE_LIBDL 1
  30710. | #define HAVE_DIRENT_H 1
  30711. | #define HAVE__BOOL 1
  30712. | #define HAVE_STDBOOL_H 1
  30713. | #define HAVE_SYS_WAIT_H 1
  30714. | #define HAVE_GRP_H 1
  30715. | #define HAVE_FCNTL_H 1
  30716. | #define HAVE_FLOAT_H 1
  30717. | #define HAVE_LANGINFO_H 1
  30718. | #define HAVE_LIMITS_H 1
  30719. | #define HAVE_LOCALE_H 1
  30720. | #define HAVE_MALLOC_MALLOC_H 1
  30721. | #define HAVE_PWD_H 1
  30722. | #define HAVE_SYS_ATTR_H 1
  30723. | #define HAVE_SYS_FCNTL_H 1
  30724. | #define HAVE_SYS_FILE_H 1
  30725. | #define HAVE_SYS_IOCTL_H 1
  30726. | #define HAVE_SYS_PARAM_H 1
  30727. | #define HAVE_SYS_RESOURCE_H 1
  30728. | #define HAVE_SYS_SELECT_H 1
  30729. | #define HAVE_SYS_SOCKET_H 1
  30730. | #define HAVE_SYS_TIME_H 1
  30731. | #define HAVE_SYS_TIMES_H 1
  30732. | #define HAVE_SYS_UIO_H 1
  30733. | #define HAVE_TIME_H 1
  30734. | #define HAVE_UCONTEXT_H 1
  30735. | #define HAVE_UTIME_H 1
  30736. | #define HAVE_GMP_H 1
  30737. | #define HAVE_LIBGMP 1
  30738. | #define HAVE_TYPEOF 1
  30739. | #define HAVE_LONG_LONG 1
  30740. | #define HAVE_OFF_T 1
  30741. | #define SIZEOF_INT 4
  30742. | #define SIZEOF_SHORT 2
  30743. | #define SIZEOF_LONG 8
  30744. | #define SIZEOF_LONG_LONG 8
  30745. | #define SIZEOF___INT64 0
  30746. | #define SIZEOF___INT128 16
  30747. | #define SIZEOF_OFF_T 8
  30748. | #define SIZEOF_VOIDP 8
  30749. | #define SIZEOF_FLOAT 4
  30750. | #define SIZEOF_DOUBLE 8
  30751. | #define SIZEOF_TIME_T 8
  30752. | #define SIZEOF_CLOCK_T 8
  30753. | #define PACKED_STRUCT(x) x __attribute__((packed))
  30754. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  30755. | #define PRI_LL_PREFIX "ll"
  30756. | #define rb_pid_t pid_t
  30757. | #define SIGNEDNESS_OF_PID_T -1
  30758. | #define PIDT2NUM(v) INT2NUM(v)
  30759. | #define NUM2PIDT(v) NUM2INT(v)
  30760. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  30761. | #define rb_uid_t uid_t
  30762. | #define SIGNEDNESS_OF_UID_T +1
  30763. | #define UIDT2NUM(v) UINT2NUM(v)
  30764. | #define NUM2UIDT(v) NUM2UINT(v)
  30765. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  30766. | #define rb_gid_t gid_t
  30767. | #define SIGNEDNESS_OF_GID_T +1
  30768. | #define GIDT2NUM(v) UINT2NUM(v)
  30769. | #define NUM2GIDT(v) NUM2UINT(v)
  30770. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  30771. | #define rb_time_t time_t
  30772. | #define SIGNEDNESS_OF_TIME_T -1
  30773. | #define TIMET2NUM(v) LONG2NUM(v)
  30774. | #define NUM2TIMET(v) NUM2LONG(v)
  30775. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  30776. | #define rb_dev_t dev_t
  30777. | #define SIGNEDNESS_OF_DEV_T -1
  30778. | #define DEVT2NUM(v) INT2NUM(v)
  30779. | #define NUM2DEVT(v) NUM2INT(v)
  30780. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  30781. | #define rb_mode_t mode_t
  30782. | #define SIGNEDNESS_OF_MODE_T +1
  30783. | #define MODET2NUM(v) UINT2NUM(v)
  30784. | #define NUM2MODET(v) NUM2UINT(v)
  30785. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  30786. | #define rb_rlim_t rlim_t
  30787. | #define SIGNEDNESS_OF_RLIM_T +1
  30788. | #define RLIM2NUM(v) ULL2NUM(v)
  30789. | #define NUM2RLIM(v) NUM2ULL(v)
  30790. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  30791. | #define rb_off_t off_t
  30792. | #define SIGNEDNESS_OF_OFF_T -1
  30793. | #define OFFT2NUM(v) LL2NUM(v)
  30794. | #define NUM2OFFT(v) NUM2LL(v)
  30795. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  30796. | #define rb_clockid_t int
  30797. | #define SIGNEDNESS_OF_CLOCKID_T -1
  30798. | #define CLOCKID2NUM(v) INT2NUM(v)
  30799. | #define NUM2CLOCKID(v) NUM2INT(v)
  30800. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  30801. | #define HAVE_PROTOTYPES 1
  30802. | #define TOKEN_PASTE(x,y) x##y
  30803. | #define STRINGIZE(expr) STRINGIZE0(expr)
  30804. | #define HAVE_STDARG_PROTOTYPES 1
  30805. | #define HAVE_VA_ARGS_MACRO 1
  30806. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  30807. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  30808. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  30809. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  30810. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  30811. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  30812. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  30813. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  30814. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  30815. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  30816. | #define WEAK(x) __attribute__ ((__weak__)) x
  30817. | #define HAVE_FUNC_WEAK 1
  30818. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  30819. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  30820. | #define HAVE_GCC_SYNC_BUILTINS 1
  30821. | #define UNREACHABLE __builtin_unreachable()
  30822. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  30823. | #define RUBY_FUNCTION_NAME_STRING __func__
  30824. | #define ENUM_OVER_INT 1
  30825. | #define HAVE_DECL_SYS_NERR 1
  30826. | #define HAVE_DECL_GETENV 1
  30827. | #define SIZEOF_SIZE_T 8
  30828. | #define SIZEOF_PTRDIFF_T 8
  30829. | #define PRI_SIZE_PREFIX "z"
  30830. | #define PRI_PTRDIFF_PREFIX "t"
  30831. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  30832. | #define HAVE_ST_BLKSIZE 1
  30833. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  30834. | #define HAVE_ST_BLOCKS 1
  30835. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  30836. | #define HAVE_ST_RDEV 1
  30837. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  30838. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  30839. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  30840. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  30841. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  30842. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  30843. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  30844. | #define HAVE_STRUCT_TIMEVAL 1
  30845. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  30846. | #define HAVE_STRUCT_TIMESPEC 1
  30847. | #define HAVE_STRUCT_TIMEZONE 1
  30848. | #define HAVE_INT8_T 1
  30849. | #define SIZEOF_INT8_T 1
  30850. | #define HAVE_UINT8_T 1
  30851. | #define SIZEOF_UINT8_T 1
  30852. | #define HAVE_INT16_T 1
  30853. | #define SIZEOF_INT16_T 2
  30854. | #define HAVE_UINT16_T 1
  30855. | #define SIZEOF_UINT16_T 2
  30856. | #define HAVE_INT32_T 1
  30857. | #define SIZEOF_INT32_T 4
  30858. | #define HAVE_UINT32_T 1
  30859. | #define SIZEOF_UINT32_T 4
  30860. | #define HAVE_INT64_T 1
  30861. | #define SIZEOF_INT64_T 8
  30862. | #define HAVE_UINT64_T 1
  30863. | #define SIZEOF_UINT64_T 8
  30864. | #define HAVE_INT128_T 1
  30865. | #define int128_t __int128
  30866. | #define SIZEOF_INT128_T SIZEOF___INT128
  30867. | #define HAVE_UINT128_T 1
  30868. | #define uint128_t unsigned __int128
  30869. | #define SIZEOF_UINT128_T SIZEOF___INT128
  30870. | #define HAVE_INTPTR_T 1
  30871. | #define SIZEOF_INTPTR_T 8
  30872. | #define HAVE_UINTPTR_T 1
  30873. | #define SIZEOF_UINTPTR_T 8
  30874. | #define HAVE_SSIZE_T 1
  30875. | #define SIZEOF_SSIZE_T 8
  30876. | #define GETGROUPS_T gid_t
  30877. | #define RETSIGTYPE void
  30878. | #define HAVE_ALLOCA_H 1
  30879. | #define HAVE_ALLOCA 1
  30880. | #define HAVE_ACOSH 1
  30881. | #define HAVE_CBRT 1
  30882. | #define HAVE_CRYPT 1
  30883. | #define HAVE_DUP2 1
  30884. | #define HAVE_ERF 1
  30885. | #define HAVE_FFS 1
  30886. | #define HAVE_FINITE 1
  30887. | #define HAVE_FLOCK 1
  30888. | #define HAVE_HYPOT 1
  30889. | #define HAVE_ISINF 1
  30890. | #define HAVE_ISNAN 1
  30891. | #define HAVE_LGAMMA_R 1
  30892. | #define HAVE_MEMMOVE 1
  30893. | #define HAVE_NEXTAFTER 1
  30894. | #define HAVE_STRCHR 1
  30895. | #define HAVE_STRERROR 1
  30896. | #define HAVE_STRLCAT 1
  30897. | #define HAVE_STRLCPY 1
  30898. | #define HAVE_STRSTR 1
  30899. | #define HAVE_TGAMMA 1
  30900. | #define SPT_TYPE SPT_REUSEARGV
  30901. | #define HAVE_SIGNBIT 1
  30902. | #define HAVE_FORK 1
  30903. | #define vfork fork
  30904. | #define HAVE_WORKING_FORK 1
  30905. | #define HAVE__LONGJMP 1
  30906. | #define HAVE_ARC4RANDOM_BUF 1
  30907. | #define HAVE_ATAN2L 1
  30908. | #define HAVE_ATAN2F 1
  30909. | #define HAVE_CHROOT 1
  30910. | #define HAVE_CLOCK_GETTIME 1
  30911. | #define HAVE_COSH 1
  30912. | #define HAVE_DIRFD 1
  30913. | #define HAVE_DLOPEN 1
  30914. | #define HAVE_DLADDR 1
  30915. | #define HAVE_DUP 1
  30916. | #define HAVE_ENDGRENT 1
  30917. | #define HAVE_FCHMOD 1
  30918. | #define HAVE_FCHOWN 1
  30919. | #define HAVE_FCNTL 1
  30920. | #define HAVE_FDOPENDIR 1
  30921. | #define HAVE_FGETATTRLIST 1
  30922. | #define HAVE_FMOD 1
  30923. | #define HAVE_FSTATAT 1
  30924. | #define HAVE_FSYNC 1
  30925. | #define HAVE_FTRUNCATE 1
  30926. | #define HAVE_GETATTRLIST 1
  30927. | #define HAVE_GETCWD 1
  30928. | #define HAVE_GETGRNAM 1
  30929. | #define HAVE_GETGRNAM_R 1
  30930. | #define HAVE_GETGROUPS 1
  30931. | #define HAVE_GETPGID 1
  30932. | #define HAVE_GETPGRP 1
  30933. | #define HAVE_GETPRIORITY 1
  30934. | #define HAVE_GETPWNAM_R 1
  30935. | #define HAVE_GETRLIMIT 1
  30936. | #define HAVE_GETSID 1
  30937. | #define HAVE_GETTIMEOFDAY 1
  30938. | #define HAVE_GMTIME_R 1
  30939. | #define HAVE_INITGROUPS 1
  30940. | #define HAVE_IOCTL 1
  30941. | #define HAVE_ISSETUGID 1
  30942. | #define HAVE_KILLPG 1
  30943. | #define HAVE_LCHMOD 1
  30944. | #define HAVE_LCHOWN 1
  30945. | #define HAVE_LINK 1
  30946. | #define HAVE_LLABS 1
  30947. | #define HAVE_LOCKF 1
  30948. | #define HAVE_LOG2 1
  30949. | #define HAVE_LSTAT 1
  30950. | #define HAVE_LUTIMES 1
  30951. | #define HAVE_MALLOC_SIZE 1
  30952. | #define HAVE_MBLEN 1
  30953. | #define HAVE_MEMSET_S 1
  30954. | #define HAVE_WRITEV 1
  30955. | #define HAVE_MKFIFO 1
  30956. | #define HAVE_MKNOD 1
  30957. | #define HAVE_MKTIME 1
  30958. | #define HAVE_OPENAT 1
  30959. | #define HAVE_POLL 1
  30960. | #define HAVE_POSIX_MEMALIGN 1
  30961. | #define HAVE_PREAD 1
  30962. | #define HAVE_PWRITE 1
  30963. | #define HAVE_QSORT_R 1
  30964. | #define HAVE_READLINK 1
  30965. | #define HAVE_ROUND 1
  30966. | #define HAVE_SEEKDIR 1
  30967. | #define HAVE_SENDFILE 1
  30968. | #define HAVE_SETEGID 1
  30969. | #define HAVE_SETENV 1
  30970. | #define HAVE_SETEUID 1
  30971. | #define HAVE_SETGID 1
  30972. | #define HAVE_SETGROUPS 1
  30973. | #define HAVE_SETPGID 1
  30974. | #define HAVE_SETPGRP 1
  30975. | #define HAVE_SETREGID 1
  30976. | #define HAVE_SETREUID 1
  30977. | #define HAVE_SETRGID 1
  30978. | #define HAVE_SETRLIMIT 1
  30979. | #define HAVE_SETRUID 1
  30980. | #define HAVE_SETSID 1
  30981. | #define HAVE_SETUID 1
  30982. | #define HAVE_SHUTDOWN 1
  30983. | #define HAVE_SIGACTION 1
  30984. | #define HAVE_SIGALTSTACK 1
  30985. | #define HAVE_SIGPROCMASK 1
  30986. | #define HAVE_SINH 1
  30987. | #define HAVE_SYMLINK 1
  30988. | #define HAVE_SYSCONF 1
  30989. | #define HAVE_TANH 1
  30990. | #define HAVE_TELLDIR 1
  30991. | #define HAVE_TIMEGM 1
  30992. | #define HAVE_TIMES 1
  30993. | #define HAVE_TRUNCATE 1
  30994. | #define HAVE_UNSETENV 1
  30995. | #define HAVE_UTIMENSAT 1
  30996. | #define HAVE_UTIMES 1
  30997. | #define HAVE_WAIT4 1
  30998. | #define HAVE_WAITPID 1
  30999. | #if !defined __STDC_WANT_LIB_EXT1__
  31000. | #define __STDC_WANT_LIB_EXT1__ 1
  31001. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  31002. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  31003. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  31004. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  31005. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  31006. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  31007. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  31008. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  31009. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  31010. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  31011. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  31012. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  31013. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  31014. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  31015. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  31016. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  31017. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  31018. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  31019. | #define HAVE_BSD_QSORT_R 1
  31020. | #define ATAN2_INF_C99 1
  31021. | #define HAVE_CLOCK_GETRES 1
  31022. | #define HAVE_STRUCT_TM_TM_ZONE 1
  31023. | #define HAVE_TM_ZONE 1
  31024. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  31025. | #define HAVE_DAYLIGHT 1
  31026. | #define NEGATIVE_TIME_T 1
  31027. | #define POSIX_SIGNAL 1
  31028. | #define HAVE_SIG_T 1
  31029. | #define RSHIFT(x,y) ((x)>>(int)(y))
  31030. | #define HAVE__SC_CLK_TCK 1
  31031. | #define STACK_GROW_DIRECTION -1
  31032. | #define _REENTRANT 1
  31033. | #define _THREAD_SAFE 1
  31034. | #define HAVE_LIBPTHREAD 1
  31035. | #define HAVE_SCHED_YIELD 1
  31036. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  31037. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  31038. | #define HAVE_PTHREAD_ATTR_INIT 1
  31039. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  31040. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  31041. | /* end confdefs.h. */
  31042. | /* Define pthread_stackseg_np to an innocuous variant, in case <limits.h> declares pthread_stackseg_np.
  31043. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  31044. | #define pthread_stackseg_np innocuous_pthread_stackseg_np
  31045. |
  31046. | /* System header to define __stub macros and hopefully few prototypes,
  31047. | which can conflict with char pthread_stackseg_np (); below.
  31048. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  31049. | <limits.h> exists even on freestanding compilers. */
  31050. |
  31051. | #ifdef __STDC__
  31052. | # include <limits.h>
  31053. | #else
  31054. | # include <assert.h>
  31055. | #endif
  31056. |
  31057. | #undef pthread_stackseg_np
  31058. |
  31059. | /* Override any GCC internal prototype to avoid an error.
  31060. | Use char because int might match the return type of a GCC
  31061. | builtin and then its argument prototype would still apply. */
  31062. | #ifdef __cplusplus
  31063. | extern "C"
  31064. | #endif
  31065. | char pthread_stackseg_np ();
  31066. | /* The GNU C library defines this for functions which it implements
  31067. | to always fail with ENOSYS. Some functions are actually named
  31068. | something starting with __ and the normal name is an alias. */
  31069. | #if defined __stub_pthread_stackseg_np || defined __stub___pthread_stackseg_np
  31070. | choke me
  31071. | #endif
  31072. |
  31073. | int
  31074. | main ()
  31075. | {
  31076. | return pthread_stackseg_np ();
  31077. | ;
  31078. | return 0;
  31079. | }
  31080. configure:24449: result: no
  31081. configure:24449: checking for pthread_getthrds_np
  31082. 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
  31083. Undefined symbols for architecture x86_64:
  31084. "_pthread_getthrds_np", referenced from:
  31085. _main in conftest-2c612c.o
  31086. ld: symbol(s) not found for architecture x86_64
  31087. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  31088. configure:24449: $? = 1
  31089. configure: failed program was:
  31090. | /* confdefs.h */
  31091. | #define PACKAGE_NAME ""
  31092. | #define PACKAGE_TARNAME ""
  31093. | #define PACKAGE_VERSION ""
  31094. | #define PACKAGE_STRING ""
  31095. | #define PACKAGE_BUGREPORT ""
  31096. | #define PACKAGE_URL ""
  31097. | #define CANONICALIZATION_FOR_MATHN 1
  31098. | #define STDC_HEADERS 1
  31099. | #define HAVE_SYS_TYPES_H 1
  31100. | #define HAVE_SYS_STAT_H 1
  31101. | #define HAVE_STDLIB_H 1
  31102. | #define HAVE_STRING_H 1
  31103. | #define HAVE_MEMORY_H 1
  31104. | #define HAVE_STRINGS_H 1
  31105. | #define HAVE_INTTYPES_H 1
  31106. | #define HAVE_STDINT_H 1
  31107. | #define HAVE_UNISTD_H 1
  31108. | #define __EXTENSIONS__ 1
  31109. | #define _ALL_SOURCE 1
  31110. | #define _GNU_SOURCE 1
  31111. | #define _POSIX_PTHREAD_SEMANTICS 1
  31112. | #define _TANDEM_SOURCE 1
  31113. | #define HAVE_INFINITY 1
  31114. | #define HAVE_NAN 1
  31115. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  31116. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  31117. | #define BROKEN_CRYPT 1
  31118. | #define HAVE_CRT_EXTERNS_H 1
  31119. | #define HAVE_LIBDL 1
  31120. | #define HAVE_DIRENT_H 1
  31121. | #define HAVE__BOOL 1
  31122. | #define HAVE_STDBOOL_H 1
  31123. | #define HAVE_SYS_WAIT_H 1
  31124. | #define HAVE_GRP_H 1
  31125. | #define HAVE_FCNTL_H 1
  31126. | #define HAVE_FLOAT_H 1
  31127. | #define HAVE_LANGINFO_H 1
  31128. | #define HAVE_LIMITS_H 1
  31129. | #define HAVE_LOCALE_H 1
  31130. | #define HAVE_MALLOC_MALLOC_H 1
  31131. | #define HAVE_PWD_H 1
  31132. | #define HAVE_SYS_ATTR_H 1
  31133. | #define HAVE_SYS_FCNTL_H 1
  31134. | #define HAVE_SYS_FILE_H 1
  31135. | #define HAVE_SYS_IOCTL_H 1
  31136. | #define HAVE_SYS_PARAM_H 1
  31137. | #define HAVE_SYS_RESOURCE_H 1
  31138. | #define HAVE_SYS_SELECT_H 1
  31139. | #define HAVE_SYS_SOCKET_H 1
  31140. | #define HAVE_SYS_TIME_H 1
  31141. | #define HAVE_SYS_TIMES_H 1
  31142. | #define HAVE_SYS_UIO_H 1
  31143. | #define HAVE_TIME_H 1
  31144. | #define HAVE_UCONTEXT_H 1
  31145. | #define HAVE_UTIME_H 1
  31146. | #define HAVE_GMP_H 1
  31147. | #define HAVE_LIBGMP 1
  31148. | #define HAVE_TYPEOF 1
  31149. | #define HAVE_LONG_LONG 1
  31150. | #define HAVE_OFF_T 1
  31151. | #define SIZEOF_INT 4
  31152. | #define SIZEOF_SHORT 2
  31153. | #define SIZEOF_LONG 8
  31154. | #define SIZEOF_LONG_LONG 8
  31155. | #define SIZEOF___INT64 0
  31156. | #define SIZEOF___INT128 16
  31157. | #define SIZEOF_OFF_T 8
  31158. | #define SIZEOF_VOIDP 8
  31159. | #define SIZEOF_FLOAT 4
  31160. | #define SIZEOF_DOUBLE 8
  31161. | #define SIZEOF_TIME_T 8
  31162. | #define SIZEOF_CLOCK_T 8
  31163. | #define PACKED_STRUCT(x) x __attribute__((packed))
  31164. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  31165. | #define PRI_LL_PREFIX "ll"
  31166. | #define rb_pid_t pid_t
  31167. | #define SIGNEDNESS_OF_PID_T -1
  31168. | #define PIDT2NUM(v) INT2NUM(v)
  31169. | #define NUM2PIDT(v) NUM2INT(v)
  31170. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  31171. | #define rb_uid_t uid_t
  31172. | #define SIGNEDNESS_OF_UID_T +1
  31173. | #define UIDT2NUM(v) UINT2NUM(v)
  31174. | #define NUM2UIDT(v) NUM2UINT(v)
  31175. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  31176. | #define rb_gid_t gid_t
  31177. | #define SIGNEDNESS_OF_GID_T +1
  31178. | #define GIDT2NUM(v) UINT2NUM(v)
  31179. | #define NUM2GIDT(v) NUM2UINT(v)
  31180. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  31181. | #define rb_time_t time_t
  31182. | #define SIGNEDNESS_OF_TIME_T -1
  31183. | #define TIMET2NUM(v) LONG2NUM(v)
  31184. | #define NUM2TIMET(v) NUM2LONG(v)
  31185. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  31186. | #define rb_dev_t dev_t
  31187. | #define SIGNEDNESS_OF_DEV_T -1
  31188. | #define DEVT2NUM(v) INT2NUM(v)
  31189. | #define NUM2DEVT(v) NUM2INT(v)
  31190. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  31191. | #define rb_mode_t mode_t
  31192. | #define SIGNEDNESS_OF_MODE_T +1
  31193. | #define MODET2NUM(v) UINT2NUM(v)
  31194. | #define NUM2MODET(v) NUM2UINT(v)
  31195. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  31196. | #define rb_rlim_t rlim_t
  31197. | #define SIGNEDNESS_OF_RLIM_T +1
  31198. | #define RLIM2NUM(v) ULL2NUM(v)
  31199. | #define NUM2RLIM(v) NUM2ULL(v)
  31200. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  31201. | #define rb_off_t off_t
  31202. | #define SIGNEDNESS_OF_OFF_T -1
  31203. | #define OFFT2NUM(v) LL2NUM(v)
  31204. | #define NUM2OFFT(v) NUM2LL(v)
  31205. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  31206. | #define rb_clockid_t int
  31207. | #define SIGNEDNESS_OF_CLOCKID_T -1
  31208. | #define CLOCKID2NUM(v) INT2NUM(v)
  31209. | #define NUM2CLOCKID(v) NUM2INT(v)
  31210. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  31211. | #define HAVE_PROTOTYPES 1
  31212. | #define TOKEN_PASTE(x,y) x##y
  31213. | #define STRINGIZE(expr) STRINGIZE0(expr)
  31214. | #define HAVE_STDARG_PROTOTYPES 1
  31215. | #define HAVE_VA_ARGS_MACRO 1
  31216. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  31217. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  31218. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  31219. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  31220. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  31221. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  31222. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  31223. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  31224. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  31225. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  31226. | #define WEAK(x) __attribute__ ((__weak__)) x
  31227. | #define HAVE_FUNC_WEAK 1
  31228. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  31229. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  31230. | #define HAVE_GCC_SYNC_BUILTINS 1
  31231. | #define UNREACHABLE __builtin_unreachable()
  31232. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  31233. | #define RUBY_FUNCTION_NAME_STRING __func__
  31234. | #define ENUM_OVER_INT 1
  31235. | #define HAVE_DECL_SYS_NERR 1
  31236. | #define HAVE_DECL_GETENV 1
  31237. | #define SIZEOF_SIZE_T 8
  31238. | #define SIZEOF_PTRDIFF_T 8
  31239. | #define PRI_SIZE_PREFIX "z"
  31240. | #define PRI_PTRDIFF_PREFIX "t"
  31241. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  31242. | #define HAVE_ST_BLKSIZE 1
  31243. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  31244. | #define HAVE_ST_BLOCKS 1
  31245. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  31246. | #define HAVE_ST_RDEV 1
  31247. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  31248. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  31249. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  31250. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  31251. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  31252. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  31253. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  31254. | #define HAVE_STRUCT_TIMEVAL 1
  31255. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  31256. | #define HAVE_STRUCT_TIMESPEC 1
  31257. | #define HAVE_STRUCT_TIMEZONE 1
  31258. | #define HAVE_INT8_T 1
  31259. | #define SIZEOF_INT8_T 1
  31260. | #define HAVE_UINT8_T 1
  31261. | #define SIZEOF_UINT8_T 1
  31262. | #define HAVE_INT16_T 1
  31263. | #define SIZEOF_INT16_T 2
  31264. | #define HAVE_UINT16_T 1
  31265. | #define SIZEOF_UINT16_T 2
  31266. | #define HAVE_INT32_T 1
  31267. | #define SIZEOF_INT32_T 4
  31268. | #define HAVE_UINT32_T 1
  31269. | #define SIZEOF_UINT32_T 4
  31270. | #define HAVE_INT64_T 1
  31271. | #define SIZEOF_INT64_T 8
  31272. | #define HAVE_UINT64_T 1
  31273. | #define SIZEOF_UINT64_T 8
  31274. | #define HAVE_INT128_T 1
  31275. | #define int128_t __int128
  31276. | #define SIZEOF_INT128_T SIZEOF___INT128
  31277. | #define HAVE_UINT128_T 1
  31278. | #define uint128_t unsigned __int128
  31279. | #define SIZEOF_UINT128_T SIZEOF___INT128
  31280. | #define HAVE_INTPTR_T 1
  31281. | #define SIZEOF_INTPTR_T 8
  31282. | #define HAVE_UINTPTR_T 1
  31283. | #define SIZEOF_UINTPTR_T 8
  31284. | #define HAVE_SSIZE_T 1
  31285. | #define SIZEOF_SSIZE_T 8
  31286. | #define GETGROUPS_T gid_t
  31287. | #define RETSIGTYPE void
  31288. | #define HAVE_ALLOCA_H 1
  31289. | #define HAVE_ALLOCA 1
  31290. | #define HAVE_ACOSH 1
  31291. | #define HAVE_CBRT 1
  31292. | #define HAVE_CRYPT 1
  31293. | #define HAVE_DUP2 1
  31294. | #define HAVE_ERF 1
  31295. | #define HAVE_FFS 1
  31296. | #define HAVE_FINITE 1
  31297. | #define HAVE_FLOCK 1
  31298. | #define HAVE_HYPOT 1
  31299. | #define HAVE_ISINF 1
  31300. | #define HAVE_ISNAN 1
  31301. | #define HAVE_LGAMMA_R 1
  31302. | #define HAVE_MEMMOVE 1
  31303. | #define HAVE_NEXTAFTER 1
  31304. | #define HAVE_STRCHR 1
  31305. | #define HAVE_STRERROR 1
  31306. | #define HAVE_STRLCAT 1
  31307. | #define HAVE_STRLCPY 1
  31308. | #define HAVE_STRSTR 1
  31309. | #define HAVE_TGAMMA 1
  31310. | #define SPT_TYPE SPT_REUSEARGV
  31311. | #define HAVE_SIGNBIT 1
  31312. | #define HAVE_FORK 1
  31313. | #define vfork fork
  31314. | #define HAVE_WORKING_FORK 1
  31315. | #define HAVE__LONGJMP 1
  31316. | #define HAVE_ARC4RANDOM_BUF 1
  31317. | #define HAVE_ATAN2L 1
  31318. | #define HAVE_ATAN2F 1
  31319. | #define HAVE_CHROOT 1
  31320. | #define HAVE_CLOCK_GETTIME 1
  31321. | #define HAVE_COSH 1
  31322. | #define HAVE_DIRFD 1
  31323. | #define HAVE_DLOPEN 1
  31324. | #define HAVE_DLADDR 1
  31325. | #define HAVE_DUP 1
  31326. | #define HAVE_ENDGRENT 1
  31327. | #define HAVE_FCHMOD 1
  31328. | #define HAVE_FCHOWN 1
  31329. | #define HAVE_FCNTL 1
  31330. | #define HAVE_FDOPENDIR 1
  31331. | #define HAVE_FGETATTRLIST 1
  31332. | #define HAVE_FMOD 1
  31333. | #define HAVE_FSTATAT 1
  31334. | #define HAVE_FSYNC 1
  31335. | #define HAVE_FTRUNCATE 1
  31336. | #define HAVE_GETATTRLIST 1
  31337. | #define HAVE_GETCWD 1
  31338. | #define HAVE_GETGRNAM 1
  31339. | #define HAVE_GETGRNAM_R 1
  31340. | #define HAVE_GETGROUPS 1
  31341. | #define HAVE_GETPGID 1
  31342. | #define HAVE_GETPGRP 1
  31343. | #define HAVE_GETPRIORITY 1
  31344. | #define HAVE_GETPWNAM_R 1
  31345. | #define HAVE_GETRLIMIT 1
  31346. | #define HAVE_GETSID 1
  31347. | #define HAVE_GETTIMEOFDAY 1
  31348. | #define HAVE_GMTIME_R 1
  31349. | #define HAVE_INITGROUPS 1
  31350. | #define HAVE_IOCTL 1
  31351. | #define HAVE_ISSETUGID 1
  31352. | #define HAVE_KILLPG 1
  31353. | #define HAVE_LCHMOD 1
  31354. | #define HAVE_LCHOWN 1
  31355. | #define HAVE_LINK 1
  31356. | #define HAVE_LLABS 1
  31357. | #define HAVE_LOCKF 1
  31358. | #define HAVE_LOG2 1
  31359. | #define HAVE_LSTAT 1
  31360. | #define HAVE_LUTIMES 1
  31361. | #define HAVE_MALLOC_SIZE 1
  31362. | #define HAVE_MBLEN 1
  31363. | #define HAVE_MEMSET_S 1
  31364. | #define HAVE_WRITEV 1
  31365. | #define HAVE_MKFIFO 1
  31366. | #define HAVE_MKNOD 1
  31367. | #define HAVE_MKTIME 1
  31368. | #define HAVE_OPENAT 1
  31369. | #define HAVE_POLL 1
  31370. | #define HAVE_POSIX_MEMALIGN 1
  31371. | #define HAVE_PREAD 1
  31372. | #define HAVE_PWRITE 1
  31373. | #define HAVE_QSORT_R 1
  31374. | #define HAVE_READLINK 1
  31375. | #define HAVE_ROUND 1
  31376. | #define HAVE_SEEKDIR 1
  31377. | #define HAVE_SENDFILE 1
  31378. | #define HAVE_SETEGID 1
  31379. | #define HAVE_SETENV 1
  31380. | #define HAVE_SETEUID 1
  31381. | #define HAVE_SETGID 1
  31382. | #define HAVE_SETGROUPS 1
  31383. | #define HAVE_SETPGID 1
  31384. | #define HAVE_SETPGRP 1
  31385. | #define HAVE_SETREGID 1
  31386. | #define HAVE_SETREUID 1
  31387. | #define HAVE_SETRGID 1
  31388. | #define HAVE_SETRLIMIT 1
  31389. | #define HAVE_SETRUID 1
  31390. | #define HAVE_SETSID 1
  31391. | #define HAVE_SETUID 1
  31392. | #define HAVE_SHUTDOWN 1
  31393. | #define HAVE_SIGACTION 1
  31394. | #define HAVE_SIGALTSTACK 1
  31395. | #define HAVE_SIGPROCMASK 1
  31396. | #define HAVE_SINH 1
  31397. | #define HAVE_SYMLINK 1
  31398. | #define HAVE_SYSCONF 1
  31399. | #define HAVE_TANH 1
  31400. | #define HAVE_TELLDIR 1
  31401. | #define HAVE_TIMEGM 1
  31402. | #define HAVE_TIMES 1
  31403. | #define HAVE_TRUNCATE 1
  31404. | #define HAVE_UNSETENV 1
  31405. | #define HAVE_UTIMENSAT 1
  31406. | #define HAVE_UTIMES 1
  31407. | #define HAVE_WAIT4 1
  31408. | #define HAVE_WAITPID 1
  31409. | #if !defined __STDC_WANT_LIB_EXT1__
  31410. | #define __STDC_WANT_LIB_EXT1__ 1
  31411. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  31412. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  31413. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  31414. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  31415. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  31416. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  31417. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  31418. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  31419. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  31420. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  31421. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  31422. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  31423. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  31424. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  31425. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  31426. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  31427. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  31428. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  31429. | #define HAVE_BSD_QSORT_R 1
  31430. | #define ATAN2_INF_C99 1
  31431. | #define HAVE_CLOCK_GETRES 1
  31432. | #define HAVE_STRUCT_TM_TM_ZONE 1
  31433. | #define HAVE_TM_ZONE 1
  31434. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  31435. | #define HAVE_DAYLIGHT 1
  31436. | #define NEGATIVE_TIME_T 1
  31437. | #define POSIX_SIGNAL 1
  31438. | #define HAVE_SIG_T 1
  31439. | #define RSHIFT(x,y) ((x)>>(int)(y))
  31440. | #define HAVE__SC_CLK_TCK 1
  31441. | #define STACK_GROW_DIRECTION -1
  31442. | #define _REENTRANT 1
  31443. | #define _THREAD_SAFE 1
  31444. | #define HAVE_LIBPTHREAD 1
  31445. | #define HAVE_SCHED_YIELD 1
  31446. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  31447. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  31448. | #define HAVE_PTHREAD_ATTR_INIT 1
  31449. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  31450. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  31451. | /* end confdefs.h. */
  31452. | /* Define pthread_getthrds_np to an innocuous variant, in case <limits.h> declares pthread_getthrds_np.
  31453. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  31454. | #define pthread_getthrds_np innocuous_pthread_getthrds_np
  31455. |
  31456. | /* System header to define __stub macros and hopefully few prototypes,
  31457. | which can conflict with char pthread_getthrds_np (); below.
  31458. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  31459. | <limits.h> exists even on freestanding compilers. */
  31460. |
  31461. | #ifdef __STDC__
  31462. | # include <limits.h>
  31463. | #else
  31464. | # include <assert.h>
  31465. | #endif
  31466. |
  31467. | #undef pthread_getthrds_np
  31468. |
  31469. | /* Override any GCC internal prototype to avoid an error.
  31470. | Use char because int might match the return type of a GCC
  31471. | builtin and then its argument prototype would still apply. */
  31472. | #ifdef __cplusplus
  31473. | extern "C"
  31474. | #endif
  31475. | char pthread_getthrds_np ();
  31476. | /* The GNU C library defines this for functions which it implements
  31477. | to always fail with ENOSYS. Some functions are actually named
  31478. | something starting with __ and the normal name is an alias. */
  31479. | #if defined __stub_pthread_getthrds_np || defined __stub___pthread_getthrds_np
  31480. | choke me
  31481. | #endif
  31482. |
  31483. | int
  31484. | main ()
  31485. | {
  31486. | return pthread_getthrds_np ();
  31487. | ;
  31488. | return 0;
  31489. | }
  31490. configure:24449: result: no
  31491. configure:24449: checking for pthread_cond_init
  31492. 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
  31493. configure:24449: $? = 0
  31494. configure:24449: result: yes
  31495. configure:24449: checking for pthread_condattr_setclock
  31496. 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
  31497. Undefined symbols for architecture x86_64:
  31498. "_pthread_condattr_setclock", referenced from:
  31499. _main in conftest-40b592.o
  31500. ld: symbol(s) not found for architecture x86_64
  31501. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  31502. configure:24449: $? = 1
  31503. configure: failed program was:
  31504. | /* confdefs.h */
  31505. | #define PACKAGE_NAME ""
  31506. | #define PACKAGE_TARNAME ""
  31507. | #define PACKAGE_VERSION ""
  31508. | #define PACKAGE_STRING ""
  31509. | #define PACKAGE_BUGREPORT ""
  31510. | #define PACKAGE_URL ""
  31511. | #define CANONICALIZATION_FOR_MATHN 1
  31512. | #define STDC_HEADERS 1
  31513. | #define HAVE_SYS_TYPES_H 1
  31514. | #define HAVE_SYS_STAT_H 1
  31515. | #define HAVE_STDLIB_H 1
  31516. | #define HAVE_STRING_H 1
  31517. | #define HAVE_MEMORY_H 1
  31518. | #define HAVE_STRINGS_H 1
  31519. | #define HAVE_INTTYPES_H 1
  31520. | #define HAVE_STDINT_H 1
  31521. | #define HAVE_UNISTD_H 1
  31522. | #define __EXTENSIONS__ 1
  31523. | #define _ALL_SOURCE 1
  31524. | #define _GNU_SOURCE 1
  31525. | #define _POSIX_PTHREAD_SEMANTICS 1
  31526. | #define _TANDEM_SOURCE 1
  31527. | #define HAVE_INFINITY 1
  31528. | #define HAVE_NAN 1
  31529. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  31530. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  31531. | #define BROKEN_CRYPT 1
  31532. | #define HAVE_CRT_EXTERNS_H 1
  31533. | #define HAVE_LIBDL 1
  31534. | #define HAVE_DIRENT_H 1
  31535. | #define HAVE__BOOL 1
  31536. | #define HAVE_STDBOOL_H 1
  31537. | #define HAVE_SYS_WAIT_H 1
  31538. | #define HAVE_GRP_H 1
  31539. | #define HAVE_FCNTL_H 1
  31540. | #define HAVE_FLOAT_H 1
  31541. | #define HAVE_LANGINFO_H 1
  31542. | #define HAVE_LIMITS_H 1
  31543. | #define HAVE_LOCALE_H 1
  31544. | #define HAVE_MALLOC_MALLOC_H 1
  31545. | #define HAVE_PWD_H 1
  31546. | #define HAVE_SYS_ATTR_H 1
  31547. | #define HAVE_SYS_FCNTL_H 1
  31548. | #define HAVE_SYS_FILE_H 1
  31549. | #define HAVE_SYS_IOCTL_H 1
  31550. | #define HAVE_SYS_PARAM_H 1
  31551. | #define HAVE_SYS_RESOURCE_H 1
  31552. | #define HAVE_SYS_SELECT_H 1
  31553. | #define HAVE_SYS_SOCKET_H 1
  31554. | #define HAVE_SYS_TIME_H 1
  31555. | #define HAVE_SYS_TIMES_H 1
  31556. | #define HAVE_SYS_UIO_H 1
  31557. | #define HAVE_TIME_H 1
  31558. | #define HAVE_UCONTEXT_H 1
  31559. | #define HAVE_UTIME_H 1
  31560. | #define HAVE_GMP_H 1
  31561. | #define HAVE_LIBGMP 1
  31562. | #define HAVE_TYPEOF 1
  31563. | #define HAVE_LONG_LONG 1
  31564. | #define HAVE_OFF_T 1
  31565. | #define SIZEOF_INT 4
  31566. | #define SIZEOF_SHORT 2
  31567. | #define SIZEOF_LONG 8
  31568. | #define SIZEOF_LONG_LONG 8
  31569. | #define SIZEOF___INT64 0
  31570. | #define SIZEOF___INT128 16
  31571. | #define SIZEOF_OFF_T 8
  31572. | #define SIZEOF_VOIDP 8
  31573. | #define SIZEOF_FLOAT 4
  31574. | #define SIZEOF_DOUBLE 8
  31575. | #define SIZEOF_TIME_T 8
  31576. | #define SIZEOF_CLOCK_T 8
  31577. | #define PACKED_STRUCT(x) x __attribute__((packed))
  31578. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  31579. | #define PRI_LL_PREFIX "ll"
  31580. | #define rb_pid_t pid_t
  31581. | #define SIGNEDNESS_OF_PID_T -1
  31582. | #define PIDT2NUM(v) INT2NUM(v)
  31583. | #define NUM2PIDT(v) NUM2INT(v)
  31584. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  31585. | #define rb_uid_t uid_t
  31586. | #define SIGNEDNESS_OF_UID_T +1
  31587. | #define UIDT2NUM(v) UINT2NUM(v)
  31588. | #define NUM2UIDT(v) NUM2UINT(v)
  31589. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  31590. | #define rb_gid_t gid_t
  31591. | #define SIGNEDNESS_OF_GID_T +1
  31592. | #define GIDT2NUM(v) UINT2NUM(v)
  31593. | #define NUM2GIDT(v) NUM2UINT(v)
  31594. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  31595. | #define rb_time_t time_t
  31596. | #define SIGNEDNESS_OF_TIME_T -1
  31597. | #define TIMET2NUM(v) LONG2NUM(v)
  31598. | #define NUM2TIMET(v) NUM2LONG(v)
  31599. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  31600. | #define rb_dev_t dev_t
  31601. | #define SIGNEDNESS_OF_DEV_T -1
  31602. | #define DEVT2NUM(v) INT2NUM(v)
  31603. | #define NUM2DEVT(v) NUM2INT(v)
  31604. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  31605. | #define rb_mode_t mode_t
  31606. | #define SIGNEDNESS_OF_MODE_T +1
  31607. | #define MODET2NUM(v) UINT2NUM(v)
  31608. | #define NUM2MODET(v) NUM2UINT(v)
  31609. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  31610. | #define rb_rlim_t rlim_t
  31611. | #define SIGNEDNESS_OF_RLIM_T +1
  31612. | #define RLIM2NUM(v) ULL2NUM(v)
  31613. | #define NUM2RLIM(v) NUM2ULL(v)
  31614. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  31615. | #define rb_off_t off_t
  31616. | #define SIGNEDNESS_OF_OFF_T -1
  31617. | #define OFFT2NUM(v) LL2NUM(v)
  31618. | #define NUM2OFFT(v) NUM2LL(v)
  31619. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  31620. | #define rb_clockid_t int
  31621. | #define SIGNEDNESS_OF_CLOCKID_T -1
  31622. | #define CLOCKID2NUM(v) INT2NUM(v)
  31623. | #define NUM2CLOCKID(v) NUM2INT(v)
  31624. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  31625. | #define HAVE_PROTOTYPES 1
  31626. | #define TOKEN_PASTE(x,y) x##y
  31627. | #define STRINGIZE(expr) STRINGIZE0(expr)
  31628. | #define HAVE_STDARG_PROTOTYPES 1
  31629. | #define HAVE_VA_ARGS_MACRO 1
  31630. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  31631. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  31632. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  31633. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  31634. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  31635. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  31636. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  31637. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  31638. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  31639. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  31640. | #define WEAK(x) __attribute__ ((__weak__)) x
  31641. | #define HAVE_FUNC_WEAK 1
  31642. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  31643. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  31644. | #define HAVE_GCC_SYNC_BUILTINS 1
  31645. | #define UNREACHABLE __builtin_unreachable()
  31646. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  31647. | #define RUBY_FUNCTION_NAME_STRING __func__
  31648. | #define ENUM_OVER_INT 1
  31649. | #define HAVE_DECL_SYS_NERR 1
  31650. | #define HAVE_DECL_GETENV 1
  31651. | #define SIZEOF_SIZE_T 8
  31652. | #define SIZEOF_PTRDIFF_T 8
  31653. | #define PRI_SIZE_PREFIX "z"
  31654. | #define PRI_PTRDIFF_PREFIX "t"
  31655. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  31656. | #define HAVE_ST_BLKSIZE 1
  31657. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  31658. | #define HAVE_ST_BLOCKS 1
  31659. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  31660. | #define HAVE_ST_RDEV 1
  31661. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  31662. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  31663. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  31664. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  31665. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  31666. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  31667. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  31668. | #define HAVE_STRUCT_TIMEVAL 1
  31669. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  31670. | #define HAVE_STRUCT_TIMESPEC 1
  31671. | #define HAVE_STRUCT_TIMEZONE 1
  31672. | #define HAVE_INT8_T 1
  31673. | #define SIZEOF_INT8_T 1
  31674. | #define HAVE_UINT8_T 1
  31675. | #define SIZEOF_UINT8_T 1
  31676. | #define HAVE_INT16_T 1
  31677. | #define SIZEOF_INT16_T 2
  31678. | #define HAVE_UINT16_T 1
  31679. | #define SIZEOF_UINT16_T 2
  31680. | #define HAVE_INT32_T 1
  31681. | #define SIZEOF_INT32_T 4
  31682. | #define HAVE_UINT32_T 1
  31683. | #define SIZEOF_UINT32_T 4
  31684. | #define HAVE_INT64_T 1
  31685. | #define SIZEOF_INT64_T 8
  31686. | #define HAVE_UINT64_T 1
  31687. | #define SIZEOF_UINT64_T 8
  31688. | #define HAVE_INT128_T 1
  31689. | #define int128_t __int128
  31690. | #define SIZEOF_INT128_T SIZEOF___INT128
  31691. | #define HAVE_UINT128_T 1
  31692. | #define uint128_t unsigned __int128
  31693. | #define SIZEOF_UINT128_T SIZEOF___INT128
  31694. | #define HAVE_INTPTR_T 1
  31695. | #define SIZEOF_INTPTR_T 8
  31696. | #define HAVE_UINTPTR_T 1
  31697. | #define SIZEOF_UINTPTR_T 8
  31698. | #define HAVE_SSIZE_T 1
  31699. | #define SIZEOF_SSIZE_T 8
  31700. | #define GETGROUPS_T gid_t
  31701. | #define RETSIGTYPE void
  31702. | #define HAVE_ALLOCA_H 1
  31703. | #define HAVE_ALLOCA 1
  31704. | #define HAVE_ACOSH 1
  31705. | #define HAVE_CBRT 1
  31706. | #define HAVE_CRYPT 1
  31707. | #define HAVE_DUP2 1
  31708. | #define HAVE_ERF 1
  31709. | #define HAVE_FFS 1
  31710. | #define HAVE_FINITE 1
  31711. | #define HAVE_FLOCK 1
  31712. | #define HAVE_HYPOT 1
  31713. | #define HAVE_ISINF 1
  31714. | #define HAVE_ISNAN 1
  31715. | #define HAVE_LGAMMA_R 1
  31716. | #define HAVE_MEMMOVE 1
  31717. | #define HAVE_NEXTAFTER 1
  31718. | #define HAVE_STRCHR 1
  31719. | #define HAVE_STRERROR 1
  31720. | #define HAVE_STRLCAT 1
  31721. | #define HAVE_STRLCPY 1
  31722. | #define HAVE_STRSTR 1
  31723. | #define HAVE_TGAMMA 1
  31724. | #define SPT_TYPE SPT_REUSEARGV
  31725. | #define HAVE_SIGNBIT 1
  31726. | #define HAVE_FORK 1
  31727. | #define vfork fork
  31728. | #define HAVE_WORKING_FORK 1
  31729. | #define HAVE__LONGJMP 1
  31730. | #define HAVE_ARC4RANDOM_BUF 1
  31731. | #define HAVE_ATAN2L 1
  31732. | #define HAVE_ATAN2F 1
  31733. | #define HAVE_CHROOT 1
  31734. | #define HAVE_CLOCK_GETTIME 1
  31735. | #define HAVE_COSH 1
  31736. | #define HAVE_DIRFD 1
  31737. | #define HAVE_DLOPEN 1
  31738. | #define HAVE_DLADDR 1
  31739. | #define HAVE_DUP 1
  31740. | #define HAVE_ENDGRENT 1
  31741. | #define HAVE_FCHMOD 1
  31742. | #define HAVE_FCHOWN 1
  31743. | #define HAVE_FCNTL 1
  31744. | #define HAVE_FDOPENDIR 1
  31745. | #define HAVE_FGETATTRLIST 1
  31746. | #define HAVE_FMOD 1
  31747. | #define HAVE_FSTATAT 1
  31748. | #define HAVE_FSYNC 1
  31749. | #define HAVE_FTRUNCATE 1
  31750. | #define HAVE_GETATTRLIST 1
  31751. | #define HAVE_GETCWD 1
  31752. | #define HAVE_GETGRNAM 1
  31753. | #define HAVE_GETGRNAM_R 1
  31754. | #define HAVE_GETGROUPS 1
  31755. | #define HAVE_GETPGID 1
  31756. | #define HAVE_GETPGRP 1
  31757. | #define HAVE_GETPRIORITY 1
  31758. | #define HAVE_GETPWNAM_R 1
  31759. | #define HAVE_GETRLIMIT 1
  31760. | #define HAVE_GETSID 1
  31761. | #define HAVE_GETTIMEOFDAY 1
  31762. | #define HAVE_GMTIME_R 1
  31763. | #define HAVE_INITGROUPS 1
  31764. | #define HAVE_IOCTL 1
  31765. | #define HAVE_ISSETUGID 1
  31766. | #define HAVE_KILLPG 1
  31767. | #define HAVE_LCHMOD 1
  31768. | #define HAVE_LCHOWN 1
  31769. | #define HAVE_LINK 1
  31770. | #define HAVE_LLABS 1
  31771. | #define HAVE_LOCKF 1
  31772. | #define HAVE_LOG2 1
  31773. | #define HAVE_LSTAT 1
  31774. | #define HAVE_LUTIMES 1
  31775. | #define HAVE_MALLOC_SIZE 1
  31776. | #define HAVE_MBLEN 1
  31777. | #define HAVE_MEMSET_S 1
  31778. | #define HAVE_WRITEV 1
  31779. | #define HAVE_MKFIFO 1
  31780. | #define HAVE_MKNOD 1
  31781. | #define HAVE_MKTIME 1
  31782. | #define HAVE_OPENAT 1
  31783. | #define HAVE_POLL 1
  31784. | #define HAVE_POSIX_MEMALIGN 1
  31785. | #define HAVE_PREAD 1
  31786. | #define HAVE_PWRITE 1
  31787. | #define HAVE_QSORT_R 1
  31788. | #define HAVE_READLINK 1
  31789. | #define HAVE_ROUND 1
  31790. | #define HAVE_SEEKDIR 1
  31791. | #define HAVE_SENDFILE 1
  31792. | #define HAVE_SETEGID 1
  31793. | #define HAVE_SETENV 1
  31794. | #define HAVE_SETEUID 1
  31795. | #define HAVE_SETGID 1
  31796. | #define HAVE_SETGROUPS 1
  31797. | #define HAVE_SETPGID 1
  31798. | #define HAVE_SETPGRP 1
  31799. | #define HAVE_SETREGID 1
  31800. | #define HAVE_SETREUID 1
  31801. | #define HAVE_SETRGID 1
  31802. | #define HAVE_SETRLIMIT 1
  31803. | #define HAVE_SETRUID 1
  31804. | #define HAVE_SETSID 1
  31805. | #define HAVE_SETUID 1
  31806. | #define HAVE_SHUTDOWN 1
  31807. | #define HAVE_SIGACTION 1
  31808. | #define HAVE_SIGALTSTACK 1
  31809. | #define HAVE_SIGPROCMASK 1
  31810. | #define HAVE_SINH 1
  31811. | #define HAVE_SYMLINK 1
  31812. | #define HAVE_SYSCONF 1
  31813. | #define HAVE_TANH 1
  31814. | #define HAVE_TELLDIR 1
  31815. | #define HAVE_TIMEGM 1
  31816. | #define HAVE_TIMES 1
  31817. | #define HAVE_TRUNCATE 1
  31818. | #define HAVE_UNSETENV 1
  31819. | #define HAVE_UTIMENSAT 1
  31820. | #define HAVE_UTIMES 1
  31821. | #define HAVE_WAIT4 1
  31822. | #define HAVE_WAITPID 1
  31823. | #if !defined __STDC_WANT_LIB_EXT1__
  31824. | #define __STDC_WANT_LIB_EXT1__ 1
  31825. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  31826. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  31827. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  31828. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  31829. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  31830. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  31831. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  31832. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  31833. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  31834. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  31835. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  31836. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  31837. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  31838. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  31839. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  31840. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  31841. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  31842. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  31843. | #define HAVE_BSD_QSORT_R 1
  31844. | #define ATAN2_INF_C99 1
  31845. | #define HAVE_CLOCK_GETRES 1
  31846. | #define HAVE_STRUCT_TM_TM_ZONE 1
  31847. | #define HAVE_TM_ZONE 1
  31848. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  31849. | #define HAVE_DAYLIGHT 1
  31850. | #define NEGATIVE_TIME_T 1
  31851. | #define POSIX_SIGNAL 1
  31852. | #define HAVE_SIG_T 1
  31853. | #define RSHIFT(x,y) ((x)>>(int)(y))
  31854. | #define HAVE__SC_CLK_TCK 1
  31855. | #define STACK_GROW_DIRECTION -1
  31856. | #define _REENTRANT 1
  31857. | #define _THREAD_SAFE 1
  31858. | #define HAVE_LIBPTHREAD 1
  31859. | #define HAVE_SCHED_YIELD 1
  31860. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  31861. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  31862. | #define HAVE_PTHREAD_ATTR_INIT 1
  31863. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  31864. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  31865. | #define HAVE_PTHREAD_COND_INIT 1
  31866. | /* end confdefs.h. */
  31867. | /* Define pthread_condattr_setclock to an innocuous variant, in case <limits.h> declares pthread_condattr_setclock.
  31868. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  31869. | #define pthread_condattr_setclock innocuous_pthread_condattr_setclock
  31870. |
  31871. | /* System header to define __stub macros and hopefully few prototypes,
  31872. | which can conflict with char pthread_condattr_setclock (); below.
  31873. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  31874. | <limits.h> exists even on freestanding compilers. */
  31875. |
  31876. | #ifdef __STDC__
  31877. | # include <limits.h>
  31878. | #else
  31879. | # include <assert.h>
  31880. | #endif
  31881. |
  31882. | #undef pthread_condattr_setclock
  31883. |
  31884. | /* Override any GCC internal prototype to avoid an error.
  31885. | Use char because int might match the return type of a GCC
  31886. | builtin and then its argument prototype would still apply. */
  31887. | #ifdef __cplusplus
  31888. | extern "C"
  31889. | #endif
  31890. | char pthread_condattr_setclock ();
  31891. | /* The GNU C library defines this for functions which it implements
  31892. | to always fail with ENOSYS. Some functions are actually named
  31893. | something starting with __ and the normal name is an alias. */
  31894. | #if defined __stub_pthread_condattr_setclock || defined __stub___pthread_condattr_setclock
  31895. | choke me
  31896. | #endif
  31897. |
  31898. | int
  31899. | main ()
  31900. | {
  31901. | return pthread_condattr_setclock ();
  31902. | ;
  31903. | return 0;
  31904. | }
  31905. configure:24449: result: no
  31906. configure:24449: checking for pthread_condattr_init
  31907. 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
  31908. configure:24449: $? = 0
  31909. configure:24449: result: yes
  31910. configure:24449: checking for pthread_sigmask
  31911. 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
  31912. configure:24449: $? = 0
  31913. configure:24449: result: yes
  31914. configure:24449: checking for pthread_setname_np
  31915. 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
  31916. configure:24449: $? = 0
  31917. configure:24449: result: yes
  31918. configure:24449: checking for pthread_set_name_np
  31919. 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
  31920. Undefined symbols for architecture x86_64:
  31921. "_pthread_set_name_np", referenced from:
  31922. _main in conftest-d1073e.o
  31923. ld: symbol(s) not found for architecture x86_64
  31924. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  31925. configure:24449: $? = 1
  31926. configure: failed program was:
  31927. | /* confdefs.h */
  31928. | #define PACKAGE_NAME ""
  31929. | #define PACKAGE_TARNAME ""
  31930. | #define PACKAGE_VERSION ""
  31931. | #define PACKAGE_STRING ""
  31932. | #define PACKAGE_BUGREPORT ""
  31933. | #define PACKAGE_URL ""
  31934. | #define CANONICALIZATION_FOR_MATHN 1
  31935. | #define STDC_HEADERS 1
  31936. | #define HAVE_SYS_TYPES_H 1
  31937. | #define HAVE_SYS_STAT_H 1
  31938. | #define HAVE_STDLIB_H 1
  31939. | #define HAVE_STRING_H 1
  31940. | #define HAVE_MEMORY_H 1
  31941. | #define HAVE_STRINGS_H 1
  31942. | #define HAVE_INTTYPES_H 1
  31943. | #define HAVE_STDINT_H 1
  31944. | #define HAVE_UNISTD_H 1
  31945. | #define __EXTENSIONS__ 1
  31946. | #define _ALL_SOURCE 1
  31947. | #define _GNU_SOURCE 1
  31948. | #define _POSIX_PTHREAD_SEMANTICS 1
  31949. | #define _TANDEM_SOURCE 1
  31950. | #define HAVE_INFINITY 1
  31951. | #define HAVE_NAN 1
  31952. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  31953. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  31954. | #define BROKEN_CRYPT 1
  31955. | #define HAVE_CRT_EXTERNS_H 1
  31956. | #define HAVE_LIBDL 1
  31957. | #define HAVE_DIRENT_H 1
  31958. | #define HAVE__BOOL 1
  31959. | #define HAVE_STDBOOL_H 1
  31960. | #define HAVE_SYS_WAIT_H 1
  31961. | #define HAVE_GRP_H 1
  31962. | #define HAVE_FCNTL_H 1
  31963. | #define HAVE_FLOAT_H 1
  31964. | #define HAVE_LANGINFO_H 1
  31965. | #define HAVE_LIMITS_H 1
  31966. | #define HAVE_LOCALE_H 1
  31967. | #define HAVE_MALLOC_MALLOC_H 1
  31968. | #define HAVE_PWD_H 1
  31969. | #define HAVE_SYS_ATTR_H 1
  31970. | #define HAVE_SYS_FCNTL_H 1
  31971. | #define HAVE_SYS_FILE_H 1
  31972. | #define HAVE_SYS_IOCTL_H 1
  31973. | #define HAVE_SYS_PARAM_H 1
  31974. | #define HAVE_SYS_RESOURCE_H 1
  31975. | #define HAVE_SYS_SELECT_H 1
  31976. | #define HAVE_SYS_SOCKET_H 1
  31977. | #define HAVE_SYS_TIME_H 1
  31978. | #define HAVE_SYS_TIMES_H 1
  31979. | #define HAVE_SYS_UIO_H 1
  31980. | #define HAVE_TIME_H 1
  31981. | #define HAVE_UCONTEXT_H 1
  31982. | #define HAVE_UTIME_H 1
  31983. | #define HAVE_GMP_H 1
  31984. | #define HAVE_LIBGMP 1
  31985. | #define HAVE_TYPEOF 1
  31986. | #define HAVE_LONG_LONG 1
  31987. | #define HAVE_OFF_T 1
  31988. | #define SIZEOF_INT 4
  31989. | #define SIZEOF_SHORT 2
  31990. | #define SIZEOF_LONG 8
  31991. | #define SIZEOF_LONG_LONG 8
  31992. | #define SIZEOF___INT64 0
  31993. | #define SIZEOF___INT128 16
  31994. | #define SIZEOF_OFF_T 8
  31995. | #define SIZEOF_VOIDP 8
  31996. | #define SIZEOF_FLOAT 4
  31997. | #define SIZEOF_DOUBLE 8
  31998. | #define SIZEOF_TIME_T 8
  31999. | #define SIZEOF_CLOCK_T 8
  32000. | #define PACKED_STRUCT(x) x __attribute__((packed))
  32001. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  32002. | #define PRI_LL_PREFIX "ll"
  32003. | #define rb_pid_t pid_t
  32004. | #define SIGNEDNESS_OF_PID_T -1
  32005. | #define PIDT2NUM(v) INT2NUM(v)
  32006. | #define NUM2PIDT(v) NUM2INT(v)
  32007. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  32008. | #define rb_uid_t uid_t
  32009. | #define SIGNEDNESS_OF_UID_T +1
  32010. | #define UIDT2NUM(v) UINT2NUM(v)
  32011. | #define NUM2UIDT(v) NUM2UINT(v)
  32012. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  32013. | #define rb_gid_t gid_t
  32014. | #define SIGNEDNESS_OF_GID_T +1
  32015. | #define GIDT2NUM(v) UINT2NUM(v)
  32016. | #define NUM2GIDT(v) NUM2UINT(v)
  32017. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  32018. | #define rb_time_t time_t
  32019. | #define SIGNEDNESS_OF_TIME_T -1
  32020. | #define TIMET2NUM(v) LONG2NUM(v)
  32021. | #define NUM2TIMET(v) NUM2LONG(v)
  32022. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  32023. | #define rb_dev_t dev_t
  32024. | #define SIGNEDNESS_OF_DEV_T -1
  32025. | #define DEVT2NUM(v) INT2NUM(v)
  32026. | #define NUM2DEVT(v) NUM2INT(v)
  32027. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  32028. | #define rb_mode_t mode_t
  32029. | #define SIGNEDNESS_OF_MODE_T +1
  32030. | #define MODET2NUM(v) UINT2NUM(v)
  32031. | #define NUM2MODET(v) NUM2UINT(v)
  32032. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  32033. | #define rb_rlim_t rlim_t
  32034. | #define SIGNEDNESS_OF_RLIM_T +1
  32035. | #define RLIM2NUM(v) ULL2NUM(v)
  32036. | #define NUM2RLIM(v) NUM2ULL(v)
  32037. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  32038. | #define rb_off_t off_t
  32039. | #define SIGNEDNESS_OF_OFF_T -1
  32040. | #define OFFT2NUM(v) LL2NUM(v)
  32041. | #define NUM2OFFT(v) NUM2LL(v)
  32042. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  32043. | #define rb_clockid_t int
  32044. | #define SIGNEDNESS_OF_CLOCKID_T -1
  32045. | #define CLOCKID2NUM(v) INT2NUM(v)
  32046. | #define NUM2CLOCKID(v) NUM2INT(v)
  32047. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  32048. | #define HAVE_PROTOTYPES 1
  32049. | #define TOKEN_PASTE(x,y) x##y
  32050. | #define STRINGIZE(expr) STRINGIZE0(expr)
  32051. | #define HAVE_STDARG_PROTOTYPES 1
  32052. | #define HAVE_VA_ARGS_MACRO 1
  32053. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  32054. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  32055. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  32056. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  32057. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  32058. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  32059. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  32060. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  32061. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  32062. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  32063. | #define WEAK(x) __attribute__ ((__weak__)) x
  32064. | #define HAVE_FUNC_WEAK 1
  32065. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  32066. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  32067. | #define HAVE_GCC_SYNC_BUILTINS 1
  32068. | #define UNREACHABLE __builtin_unreachable()
  32069. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  32070. | #define RUBY_FUNCTION_NAME_STRING __func__
  32071. | #define ENUM_OVER_INT 1
  32072. | #define HAVE_DECL_SYS_NERR 1
  32073. | #define HAVE_DECL_GETENV 1
  32074. | #define SIZEOF_SIZE_T 8
  32075. | #define SIZEOF_PTRDIFF_T 8
  32076. | #define PRI_SIZE_PREFIX "z"
  32077. | #define PRI_PTRDIFF_PREFIX "t"
  32078. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  32079. | #define HAVE_ST_BLKSIZE 1
  32080. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  32081. | #define HAVE_ST_BLOCKS 1
  32082. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  32083. | #define HAVE_ST_RDEV 1
  32084. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  32085. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  32086. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  32087. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  32088. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  32089. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  32090. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  32091. | #define HAVE_STRUCT_TIMEVAL 1
  32092. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  32093. | #define HAVE_STRUCT_TIMESPEC 1
  32094. | #define HAVE_STRUCT_TIMEZONE 1
  32095. | #define HAVE_INT8_T 1
  32096. | #define SIZEOF_INT8_T 1
  32097. | #define HAVE_UINT8_T 1
  32098. | #define SIZEOF_UINT8_T 1
  32099. | #define HAVE_INT16_T 1
  32100. | #define SIZEOF_INT16_T 2
  32101. | #define HAVE_UINT16_T 1
  32102. | #define SIZEOF_UINT16_T 2
  32103. | #define HAVE_INT32_T 1
  32104. | #define SIZEOF_INT32_T 4
  32105. | #define HAVE_UINT32_T 1
  32106. | #define SIZEOF_UINT32_T 4
  32107. | #define HAVE_INT64_T 1
  32108. | #define SIZEOF_INT64_T 8
  32109. | #define HAVE_UINT64_T 1
  32110. | #define SIZEOF_UINT64_T 8
  32111. | #define HAVE_INT128_T 1
  32112. | #define int128_t __int128
  32113. | #define SIZEOF_INT128_T SIZEOF___INT128
  32114. | #define HAVE_UINT128_T 1
  32115. | #define uint128_t unsigned __int128
  32116. | #define SIZEOF_UINT128_T SIZEOF___INT128
  32117. | #define HAVE_INTPTR_T 1
  32118. | #define SIZEOF_INTPTR_T 8
  32119. | #define HAVE_UINTPTR_T 1
  32120. | #define SIZEOF_UINTPTR_T 8
  32121. | #define HAVE_SSIZE_T 1
  32122. | #define SIZEOF_SSIZE_T 8
  32123. | #define GETGROUPS_T gid_t
  32124. | #define RETSIGTYPE void
  32125. | #define HAVE_ALLOCA_H 1
  32126. | #define HAVE_ALLOCA 1
  32127. | #define HAVE_ACOSH 1
  32128. | #define HAVE_CBRT 1
  32129. | #define HAVE_CRYPT 1
  32130. | #define HAVE_DUP2 1
  32131. | #define HAVE_ERF 1
  32132. | #define HAVE_FFS 1
  32133. | #define HAVE_FINITE 1
  32134. | #define HAVE_FLOCK 1
  32135. | #define HAVE_HYPOT 1
  32136. | #define HAVE_ISINF 1
  32137. | #define HAVE_ISNAN 1
  32138. | #define HAVE_LGAMMA_R 1
  32139. | #define HAVE_MEMMOVE 1
  32140. | #define HAVE_NEXTAFTER 1
  32141. | #define HAVE_STRCHR 1
  32142. | #define HAVE_STRERROR 1
  32143. | #define HAVE_STRLCAT 1
  32144. | #define HAVE_STRLCPY 1
  32145. | #define HAVE_STRSTR 1
  32146. | #define HAVE_TGAMMA 1
  32147. | #define SPT_TYPE SPT_REUSEARGV
  32148. | #define HAVE_SIGNBIT 1
  32149. | #define HAVE_FORK 1
  32150. | #define vfork fork
  32151. | #define HAVE_WORKING_FORK 1
  32152. | #define HAVE__LONGJMP 1
  32153. | #define HAVE_ARC4RANDOM_BUF 1
  32154. | #define HAVE_ATAN2L 1
  32155. | #define HAVE_ATAN2F 1
  32156. | #define HAVE_CHROOT 1
  32157. | #define HAVE_CLOCK_GETTIME 1
  32158. | #define HAVE_COSH 1
  32159. | #define HAVE_DIRFD 1
  32160. | #define HAVE_DLOPEN 1
  32161. | #define HAVE_DLADDR 1
  32162. | #define HAVE_DUP 1
  32163. | #define HAVE_ENDGRENT 1
  32164. | #define HAVE_FCHMOD 1
  32165. | #define HAVE_FCHOWN 1
  32166. | #define HAVE_FCNTL 1
  32167. | #define HAVE_FDOPENDIR 1
  32168. | #define HAVE_FGETATTRLIST 1
  32169. | #define HAVE_FMOD 1
  32170. | #define HAVE_FSTATAT 1
  32171. | #define HAVE_FSYNC 1
  32172. | #define HAVE_FTRUNCATE 1
  32173. | #define HAVE_GETATTRLIST 1
  32174. | #define HAVE_GETCWD 1
  32175. | #define HAVE_GETGRNAM 1
  32176. | #define HAVE_GETGRNAM_R 1
  32177. | #define HAVE_GETGROUPS 1
  32178. | #define HAVE_GETPGID 1
  32179. | #define HAVE_GETPGRP 1
  32180. | #define HAVE_GETPRIORITY 1
  32181. | #define HAVE_GETPWNAM_R 1
  32182. | #define HAVE_GETRLIMIT 1
  32183. | #define HAVE_GETSID 1
  32184. | #define HAVE_GETTIMEOFDAY 1
  32185. | #define HAVE_GMTIME_R 1
  32186. | #define HAVE_INITGROUPS 1
  32187. | #define HAVE_IOCTL 1
  32188. | #define HAVE_ISSETUGID 1
  32189. | #define HAVE_KILLPG 1
  32190. | #define HAVE_LCHMOD 1
  32191. | #define HAVE_LCHOWN 1
  32192. | #define HAVE_LINK 1
  32193. | #define HAVE_LLABS 1
  32194. | #define HAVE_LOCKF 1
  32195. | #define HAVE_LOG2 1
  32196. | #define HAVE_LSTAT 1
  32197. | #define HAVE_LUTIMES 1
  32198. | #define HAVE_MALLOC_SIZE 1
  32199. | #define HAVE_MBLEN 1
  32200. | #define HAVE_MEMSET_S 1
  32201. | #define HAVE_WRITEV 1
  32202. | #define HAVE_MKFIFO 1
  32203. | #define HAVE_MKNOD 1
  32204. | #define HAVE_MKTIME 1
  32205. | #define HAVE_OPENAT 1
  32206. | #define HAVE_POLL 1
  32207. | #define HAVE_POSIX_MEMALIGN 1
  32208. | #define HAVE_PREAD 1
  32209. | #define HAVE_PWRITE 1
  32210. | #define HAVE_QSORT_R 1
  32211. | #define HAVE_READLINK 1
  32212. | #define HAVE_ROUND 1
  32213. | #define HAVE_SEEKDIR 1
  32214. | #define HAVE_SENDFILE 1
  32215. | #define HAVE_SETEGID 1
  32216. | #define HAVE_SETENV 1
  32217. | #define HAVE_SETEUID 1
  32218. | #define HAVE_SETGID 1
  32219. | #define HAVE_SETGROUPS 1
  32220. | #define HAVE_SETPGID 1
  32221. | #define HAVE_SETPGRP 1
  32222. | #define HAVE_SETREGID 1
  32223. | #define HAVE_SETREUID 1
  32224. | #define HAVE_SETRGID 1
  32225. | #define HAVE_SETRLIMIT 1
  32226. | #define HAVE_SETRUID 1
  32227. | #define HAVE_SETSID 1
  32228. | #define HAVE_SETUID 1
  32229. | #define HAVE_SHUTDOWN 1
  32230. | #define HAVE_SIGACTION 1
  32231. | #define HAVE_SIGALTSTACK 1
  32232. | #define HAVE_SIGPROCMASK 1
  32233. | #define HAVE_SINH 1
  32234. | #define HAVE_SYMLINK 1
  32235. | #define HAVE_SYSCONF 1
  32236. | #define HAVE_TANH 1
  32237. | #define HAVE_TELLDIR 1
  32238. | #define HAVE_TIMEGM 1
  32239. | #define HAVE_TIMES 1
  32240. | #define HAVE_TRUNCATE 1
  32241. | #define HAVE_UNSETENV 1
  32242. | #define HAVE_UTIMENSAT 1
  32243. | #define HAVE_UTIMES 1
  32244. | #define HAVE_WAIT4 1
  32245. | #define HAVE_WAITPID 1
  32246. | #if !defined __STDC_WANT_LIB_EXT1__
  32247. | #define __STDC_WANT_LIB_EXT1__ 1
  32248. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  32249. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  32250. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  32251. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  32252. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  32253. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  32254. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  32255. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  32256. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  32257. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  32258. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  32259. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  32260. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  32261. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  32262. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  32263. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  32264. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  32265. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  32266. | #define HAVE_BSD_QSORT_R 1
  32267. | #define ATAN2_INF_C99 1
  32268. | #define HAVE_CLOCK_GETRES 1
  32269. | #define HAVE_STRUCT_TM_TM_ZONE 1
  32270. | #define HAVE_TM_ZONE 1
  32271. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  32272. | #define HAVE_DAYLIGHT 1
  32273. | #define NEGATIVE_TIME_T 1
  32274. | #define POSIX_SIGNAL 1
  32275. | #define HAVE_SIG_T 1
  32276. | #define RSHIFT(x,y) ((x)>>(int)(y))
  32277. | #define HAVE__SC_CLK_TCK 1
  32278. | #define STACK_GROW_DIRECTION -1
  32279. | #define _REENTRANT 1
  32280. | #define _THREAD_SAFE 1
  32281. | #define HAVE_LIBPTHREAD 1
  32282. | #define HAVE_SCHED_YIELD 1
  32283. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  32284. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  32285. | #define HAVE_PTHREAD_ATTR_INIT 1
  32286. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  32287. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  32288. | #define HAVE_PTHREAD_COND_INIT 1
  32289. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  32290. | #define HAVE_PTHREAD_SIGMASK 1
  32291. | #define HAVE_PTHREAD_SETNAME_NP 1
  32292. | /* end confdefs.h. */
  32293. | /* Define pthread_set_name_np to an innocuous variant, in case <limits.h> declares pthread_set_name_np.
  32294. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  32295. | #define pthread_set_name_np innocuous_pthread_set_name_np
  32296. |
  32297. | /* System header to define __stub macros and hopefully few prototypes,
  32298. | which can conflict with char pthread_set_name_np (); below.
  32299. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  32300. | <limits.h> exists even on freestanding compilers. */
  32301. |
  32302. | #ifdef __STDC__
  32303. | # include <limits.h>
  32304. | #else
  32305. | # include <assert.h>
  32306. | #endif
  32307. |
  32308. | #undef pthread_set_name_np
  32309. |
  32310. | /* Override any GCC internal prototype to avoid an error.
  32311. | Use char because int might match the return type of a GCC
  32312. | builtin and then its argument prototype would still apply. */
  32313. | #ifdef __cplusplus
  32314. | extern "C"
  32315. | #endif
  32316. | char pthread_set_name_np ();
  32317. | /* The GNU C library defines this for functions which it implements
  32318. | to always fail with ENOSYS. Some functions are actually named
  32319. | something starting with __ and the normal name is an alias. */
  32320. | #if defined __stub_pthread_set_name_np || defined __stub___pthread_set_name_np
  32321. | choke me
  32322. | #endif
  32323. |
  32324. | int
  32325. | main ()
  32326. | {
  32327. | return pthread_set_name_np ();
  32328. | ;
  32329. | return 0;
  32330. | }
  32331. configure:24449: result: no
  32332. configure:24464: checking for pthread_getattr_np
  32333. 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
  32334. Undefined symbols for architecture x86_64:
  32335. "_pthread_getattr_np", referenced from:
  32336. _main in conftest-3de324.o
  32337. ld: symbol(s) not found for architecture x86_64
  32338. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  32339. configure:24464: $? = 1
  32340. configure: failed program was:
  32341. | /* confdefs.h */
  32342. | #define PACKAGE_NAME ""
  32343. | #define PACKAGE_TARNAME ""
  32344. | #define PACKAGE_VERSION ""
  32345. | #define PACKAGE_STRING ""
  32346. | #define PACKAGE_BUGREPORT ""
  32347. | #define PACKAGE_URL ""
  32348. | #define CANONICALIZATION_FOR_MATHN 1
  32349. | #define STDC_HEADERS 1
  32350. | #define HAVE_SYS_TYPES_H 1
  32351. | #define HAVE_SYS_STAT_H 1
  32352. | #define HAVE_STDLIB_H 1
  32353. | #define HAVE_STRING_H 1
  32354. | #define HAVE_MEMORY_H 1
  32355. | #define HAVE_STRINGS_H 1
  32356. | #define HAVE_INTTYPES_H 1
  32357. | #define HAVE_STDINT_H 1
  32358. | #define HAVE_UNISTD_H 1
  32359. | #define __EXTENSIONS__ 1
  32360. | #define _ALL_SOURCE 1
  32361. | #define _GNU_SOURCE 1
  32362. | #define _POSIX_PTHREAD_SEMANTICS 1
  32363. | #define _TANDEM_SOURCE 1
  32364. | #define HAVE_INFINITY 1
  32365. | #define HAVE_NAN 1
  32366. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  32367. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  32368. | #define BROKEN_CRYPT 1
  32369. | #define HAVE_CRT_EXTERNS_H 1
  32370. | #define HAVE_LIBDL 1
  32371. | #define HAVE_DIRENT_H 1
  32372. | #define HAVE__BOOL 1
  32373. | #define HAVE_STDBOOL_H 1
  32374. | #define HAVE_SYS_WAIT_H 1
  32375. | #define HAVE_GRP_H 1
  32376. | #define HAVE_FCNTL_H 1
  32377. | #define HAVE_FLOAT_H 1
  32378. | #define HAVE_LANGINFO_H 1
  32379. | #define HAVE_LIMITS_H 1
  32380. | #define HAVE_LOCALE_H 1
  32381. | #define HAVE_MALLOC_MALLOC_H 1
  32382. | #define HAVE_PWD_H 1
  32383. | #define HAVE_SYS_ATTR_H 1
  32384. | #define HAVE_SYS_FCNTL_H 1
  32385. | #define HAVE_SYS_FILE_H 1
  32386. | #define HAVE_SYS_IOCTL_H 1
  32387. | #define HAVE_SYS_PARAM_H 1
  32388. | #define HAVE_SYS_RESOURCE_H 1
  32389. | #define HAVE_SYS_SELECT_H 1
  32390. | #define HAVE_SYS_SOCKET_H 1
  32391. | #define HAVE_SYS_TIME_H 1
  32392. | #define HAVE_SYS_TIMES_H 1
  32393. | #define HAVE_SYS_UIO_H 1
  32394. | #define HAVE_TIME_H 1
  32395. | #define HAVE_UCONTEXT_H 1
  32396. | #define HAVE_UTIME_H 1
  32397. | #define HAVE_GMP_H 1
  32398. | #define HAVE_LIBGMP 1
  32399. | #define HAVE_TYPEOF 1
  32400. | #define HAVE_LONG_LONG 1
  32401. | #define HAVE_OFF_T 1
  32402. | #define SIZEOF_INT 4
  32403. | #define SIZEOF_SHORT 2
  32404. | #define SIZEOF_LONG 8
  32405. | #define SIZEOF_LONG_LONG 8
  32406. | #define SIZEOF___INT64 0
  32407. | #define SIZEOF___INT128 16
  32408. | #define SIZEOF_OFF_T 8
  32409. | #define SIZEOF_VOIDP 8
  32410. | #define SIZEOF_FLOAT 4
  32411. | #define SIZEOF_DOUBLE 8
  32412. | #define SIZEOF_TIME_T 8
  32413. | #define SIZEOF_CLOCK_T 8
  32414. | #define PACKED_STRUCT(x) x __attribute__((packed))
  32415. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  32416. | #define PRI_LL_PREFIX "ll"
  32417. | #define rb_pid_t pid_t
  32418. | #define SIGNEDNESS_OF_PID_T -1
  32419. | #define PIDT2NUM(v) INT2NUM(v)
  32420. | #define NUM2PIDT(v) NUM2INT(v)
  32421. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  32422. | #define rb_uid_t uid_t
  32423. | #define SIGNEDNESS_OF_UID_T +1
  32424. | #define UIDT2NUM(v) UINT2NUM(v)
  32425. | #define NUM2UIDT(v) NUM2UINT(v)
  32426. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  32427. | #define rb_gid_t gid_t
  32428. | #define SIGNEDNESS_OF_GID_T +1
  32429. | #define GIDT2NUM(v) UINT2NUM(v)
  32430. | #define NUM2GIDT(v) NUM2UINT(v)
  32431. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  32432. | #define rb_time_t time_t
  32433. | #define SIGNEDNESS_OF_TIME_T -1
  32434. | #define TIMET2NUM(v) LONG2NUM(v)
  32435. | #define NUM2TIMET(v) NUM2LONG(v)
  32436. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  32437. | #define rb_dev_t dev_t
  32438. | #define SIGNEDNESS_OF_DEV_T -1
  32439. | #define DEVT2NUM(v) INT2NUM(v)
  32440. | #define NUM2DEVT(v) NUM2INT(v)
  32441. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  32442. | #define rb_mode_t mode_t
  32443. | #define SIGNEDNESS_OF_MODE_T +1
  32444. | #define MODET2NUM(v) UINT2NUM(v)
  32445. | #define NUM2MODET(v) NUM2UINT(v)
  32446. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  32447. | #define rb_rlim_t rlim_t
  32448. | #define SIGNEDNESS_OF_RLIM_T +1
  32449. | #define RLIM2NUM(v) ULL2NUM(v)
  32450. | #define NUM2RLIM(v) NUM2ULL(v)
  32451. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  32452. | #define rb_off_t off_t
  32453. | #define SIGNEDNESS_OF_OFF_T -1
  32454. | #define OFFT2NUM(v) LL2NUM(v)
  32455. | #define NUM2OFFT(v) NUM2LL(v)
  32456. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  32457. | #define rb_clockid_t int
  32458. | #define SIGNEDNESS_OF_CLOCKID_T -1
  32459. | #define CLOCKID2NUM(v) INT2NUM(v)
  32460. | #define NUM2CLOCKID(v) NUM2INT(v)
  32461. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  32462. | #define HAVE_PROTOTYPES 1
  32463. | #define TOKEN_PASTE(x,y) x##y
  32464. | #define STRINGIZE(expr) STRINGIZE0(expr)
  32465. | #define HAVE_STDARG_PROTOTYPES 1
  32466. | #define HAVE_VA_ARGS_MACRO 1
  32467. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  32468. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  32469. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  32470. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  32471. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  32472. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  32473. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  32474. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  32475. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  32476. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  32477. | #define WEAK(x) __attribute__ ((__weak__)) x
  32478. | #define HAVE_FUNC_WEAK 1
  32479. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  32480. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  32481. | #define HAVE_GCC_SYNC_BUILTINS 1
  32482. | #define UNREACHABLE __builtin_unreachable()
  32483. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  32484. | #define RUBY_FUNCTION_NAME_STRING __func__
  32485. | #define ENUM_OVER_INT 1
  32486. | #define HAVE_DECL_SYS_NERR 1
  32487. | #define HAVE_DECL_GETENV 1
  32488. | #define SIZEOF_SIZE_T 8
  32489. | #define SIZEOF_PTRDIFF_T 8
  32490. | #define PRI_SIZE_PREFIX "z"
  32491. | #define PRI_PTRDIFF_PREFIX "t"
  32492. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  32493. | #define HAVE_ST_BLKSIZE 1
  32494. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  32495. | #define HAVE_ST_BLOCKS 1
  32496. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  32497. | #define HAVE_ST_RDEV 1
  32498. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  32499. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  32500. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  32501. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  32502. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  32503. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  32504. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  32505. | #define HAVE_STRUCT_TIMEVAL 1
  32506. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  32507. | #define HAVE_STRUCT_TIMESPEC 1
  32508. | #define HAVE_STRUCT_TIMEZONE 1
  32509. | #define HAVE_INT8_T 1
  32510. | #define SIZEOF_INT8_T 1
  32511. | #define HAVE_UINT8_T 1
  32512. | #define SIZEOF_UINT8_T 1
  32513. | #define HAVE_INT16_T 1
  32514. | #define SIZEOF_INT16_T 2
  32515. | #define HAVE_UINT16_T 1
  32516. | #define SIZEOF_UINT16_T 2
  32517. | #define HAVE_INT32_T 1
  32518. | #define SIZEOF_INT32_T 4
  32519. | #define HAVE_UINT32_T 1
  32520. | #define SIZEOF_UINT32_T 4
  32521. | #define HAVE_INT64_T 1
  32522. | #define SIZEOF_INT64_T 8
  32523. | #define HAVE_UINT64_T 1
  32524. | #define SIZEOF_UINT64_T 8
  32525. | #define HAVE_INT128_T 1
  32526. | #define int128_t __int128
  32527. | #define SIZEOF_INT128_T SIZEOF___INT128
  32528. | #define HAVE_UINT128_T 1
  32529. | #define uint128_t unsigned __int128
  32530. | #define SIZEOF_UINT128_T SIZEOF___INT128
  32531. | #define HAVE_INTPTR_T 1
  32532. | #define SIZEOF_INTPTR_T 8
  32533. | #define HAVE_UINTPTR_T 1
  32534. | #define SIZEOF_UINTPTR_T 8
  32535. | #define HAVE_SSIZE_T 1
  32536. | #define SIZEOF_SSIZE_T 8
  32537. | #define GETGROUPS_T gid_t
  32538. | #define RETSIGTYPE void
  32539. | #define HAVE_ALLOCA_H 1
  32540. | #define HAVE_ALLOCA 1
  32541. | #define HAVE_ACOSH 1
  32542. | #define HAVE_CBRT 1
  32543. | #define HAVE_CRYPT 1
  32544. | #define HAVE_DUP2 1
  32545. | #define HAVE_ERF 1
  32546. | #define HAVE_FFS 1
  32547. | #define HAVE_FINITE 1
  32548. | #define HAVE_FLOCK 1
  32549. | #define HAVE_HYPOT 1
  32550. | #define HAVE_ISINF 1
  32551. | #define HAVE_ISNAN 1
  32552. | #define HAVE_LGAMMA_R 1
  32553. | #define HAVE_MEMMOVE 1
  32554. | #define HAVE_NEXTAFTER 1
  32555. | #define HAVE_STRCHR 1
  32556. | #define HAVE_STRERROR 1
  32557. | #define HAVE_STRLCAT 1
  32558. | #define HAVE_STRLCPY 1
  32559. | #define HAVE_STRSTR 1
  32560. | #define HAVE_TGAMMA 1
  32561. | #define SPT_TYPE SPT_REUSEARGV
  32562. | #define HAVE_SIGNBIT 1
  32563. | #define HAVE_FORK 1
  32564. | #define vfork fork
  32565. | #define HAVE_WORKING_FORK 1
  32566. | #define HAVE__LONGJMP 1
  32567. | #define HAVE_ARC4RANDOM_BUF 1
  32568. | #define HAVE_ATAN2L 1
  32569. | #define HAVE_ATAN2F 1
  32570. | #define HAVE_CHROOT 1
  32571. | #define HAVE_CLOCK_GETTIME 1
  32572. | #define HAVE_COSH 1
  32573. | #define HAVE_DIRFD 1
  32574. | #define HAVE_DLOPEN 1
  32575. | #define HAVE_DLADDR 1
  32576. | #define HAVE_DUP 1
  32577. | #define HAVE_ENDGRENT 1
  32578. | #define HAVE_FCHMOD 1
  32579. | #define HAVE_FCHOWN 1
  32580. | #define HAVE_FCNTL 1
  32581. | #define HAVE_FDOPENDIR 1
  32582. | #define HAVE_FGETATTRLIST 1
  32583. | #define HAVE_FMOD 1
  32584. | #define HAVE_FSTATAT 1
  32585. | #define HAVE_FSYNC 1
  32586. | #define HAVE_FTRUNCATE 1
  32587. | #define HAVE_GETATTRLIST 1
  32588. | #define HAVE_GETCWD 1
  32589. | #define HAVE_GETGRNAM 1
  32590. | #define HAVE_GETGRNAM_R 1
  32591. | #define HAVE_GETGROUPS 1
  32592. | #define HAVE_GETPGID 1
  32593. | #define HAVE_GETPGRP 1
  32594. | #define HAVE_GETPRIORITY 1
  32595. | #define HAVE_GETPWNAM_R 1
  32596. | #define HAVE_GETRLIMIT 1
  32597. | #define HAVE_GETSID 1
  32598. | #define HAVE_GETTIMEOFDAY 1
  32599. | #define HAVE_GMTIME_R 1
  32600. | #define HAVE_INITGROUPS 1
  32601. | #define HAVE_IOCTL 1
  32602. | #define HAVE_ISSETUGID 1
  32603. | #define HAVE_KILLPG 1
  32604. | #define HAVE_LCHMOD 1
  32605. | #define HAVE_LCHOWN 1
  32606. | #define HAVE_LINK 1
  32607. | #define HAVE_LLABS 1
  32608. | #define HAVE_LOCKF 1
  32609. | #define HAVE_LOG2 1
  32610. | #define HAVE_LSTAT 1
  32611. | #define HAVE_LUTIMES 1
  32612. | #define HAVE_MALLOC_SIZE 1
  32613. | #define HAVE_MBLEN 1
  32614. | #define HAVE_MEMSET_S 1
  32615. | #define HAVE_WRITEV 1
  32616. | #define HAVE_MKFIFO 1
  32617. | #define HAVE_MKNOD 1
  32618. | #define HAVE_MKTIME 1
  32619. | #define HAVE_OPENAT 1
  32620. | #define HAVE_POLL 1
  32621. | #define HAVE_POSIX_MEMALIGN 1
  32622. | #define HAVE_PREAD 1
  32623. | #define HAVE_PWRITE 1
  32624. | #define HAVE_QSORT_R 1
  32625. | #define HAVE_READLINK 1
  32626. | #define HAVE_ROUND 1
  32627. | #define HAVE_SEEKDIR 1
  32628. | #define HAVE_SENDFILE 1
  32629. | #define HAVE_SETEGID 1
  32630. | #define HAVE_SETENV 1
  32631. | #define HAVE_SETEUID 1
  32632. | #define HAVE_SETGID 1
  32633. | #define HAVE_SETGROUPS 1
  32634. | #define HAVE_SETPGID 1
  32635. | #define HAVE_SETPGRP 1
  32636. | #define HAVE_SETREGID 1
  32637. | #define HAVE_SETREUID 1
  32638. | #define HAVE_SETRGID 1
  32639. | #define HAVE_SETRLIMIT 1
  32640. | #define HAVE_SETRUID 1
  32641. | #define HAVE_SETSID 1
  32642. | #define HAVE_SETUID 1
  32643. | #define HAVE_SHUTDOWN 1
  32644. | #define HAVE_SIGACTION 1
  32645. | #define HAVE_SIGALTSTACK 1
  32646. | #define HAVE_SIGPROCMASK 1
  32647. | #define HAVE_SINH 1
  32648. | #define HAVE_SYMLINK 1
  32649. | #define HAVE_SYSCONF 1
  32650. | #define HAVE_TANH 1
  32651. | #define HAVE_TELLDIR 1
  32652. | #define HAVE_TIMEGM 1
  32653. | #define HAVE_TIMES 1
  32654. | #define HAVE_TRUNCATE 1
  32655. | #define HAVE_UNSETENV 1
  32656. | #define HAVE_UTIMENSAT 1
  32657. | #define HAVE_UTIMES 1
  32658. | #define HAVE_WAIT4 1
  32659. | #define HAVE_WAITPID 1
  32660. | #if !defined __STDC_WANT_LIB_EXT1__
  32661. | #define __STDC_WANT_LIB_EXT1__ 1
  32662. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  32663. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  32664. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  32665. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  32666. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  32667. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  32668. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  32669. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  32670. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  32671. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  32672. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  32673. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  32674. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  32675. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  32676. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  32677. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  32678. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  32679. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  32680. | #define HAVE_BSD_QSORT_R 1
  32681. | #define ATAN2_INF_C99 1
  32682. | #define HAVE_CLOCK_GETRES 1
  32683. | #define HAVE_STRUCT_TM_TM_ZONE 1
  32684. | #define HAVE_TM_ZONE 1
  32685. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  32686. | #define HAVE_DAYLIGHT 1
  32687. | #define NEGATIVE_TIME_T 1
  32688. | #define POSIX_SIGNAL 1
  32689. | #define HAVE_SIG_T 1
  32690. | #define RSHIFT(x,y) ((x)>>(int)(y))
  32691. | #define HAVE__SC_CLK_TCK 1
  32692. | #define STACK_GROW_DIRECTION -1
  32693. | #define _REENTRANT 1
  32694. | #define _THREAD_SAFE 1
  32695. | #define HAVE_LIBPTHREAD 1
  32696. | #define HAVE_SCHED_YIELD 1
  32697. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  32698. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  32699. | #define HAVE_PTHREAD_ATTR_INIT 1
  32700. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  32701. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  32702. | #define HAVE_PTHREAD_COND_INIT 1
  32703. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  32704. | #define HAVE_PTHREAD_SIGMASK 1
  32705. | #define HAVE_PTHREAD_SETNAME_NP 1
  32706. | /* end confdefs.h. */
  32707. | /* Define pthread_getattr_np to an innocuous variant, in case <limits.h> declares pthread_getattr_np.
  32708. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  32709. | #define pthread_getattr_np innocuous_pthread_getattr_np
  32710. |
  32711. | /* System header to define __stub macros and hopefully few prototypes,
  32712. | which can conflict with char pthread_getattr_np (); below.
  32713. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  32714. | <limits.h> exists even on freestanding compilers. */
  32715. |
  32716. | #ifdef __STDC__
  32717. | # include <limits.h>
  32718. | #else
  32719. | # include <assert.h>
  32720. | #endif
  32721. |
  32722. | #undef pthread_getattr_np
  32723. |
  32724. | /* Override any GCC internal prototype to avoid an error.
  32725. | Use char because int might match the return type of a GCC
  32726. | builtin and then its argument prototype would still apply. */
  32727. | #ifdef __cplusplus
  32728. | extern "C"
  32729. | #endif
  32730. | char pthread_getattr_np ();
  32731. | /* The GNU C library defines this for functions which it implements
  32732. | to always fail with ENOSYS. Some functions are actually named
  32733. | something starting with __ and the normal name is an alias. */
  32734. | #if defined __stub_pthread_getattr_np || defined __stub___pthread_getattr_np
  32735. | choke me
  32736. | #endif
  32737. |
  32738. | int
  32739. | main ()
  32740. | {
  32741. | return pthread_getattr_np ();
  32742. | ;
  32743. | return 0;
  32744. | }
  32745. configure:24464: result: no
  32746. configure:24477: checking arguments of pthread_setname_np
  32747. 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
  32748. conftest.c:377:21: error: too many arguments to function call, expected 1, have 2
  32749. if (SET_THREAD_NAME("conftest")) return 1;
  32750. ~~~~~~~~~~~~~~~~^~~~~~~~~~~
  32751. conftest.c:372:72: note: expanded from macro 'SET_THREAD_NAME'
  32752. #define SET_THREAD_NAME(name) pthread_setname_np(pthread_self(), name)
  32753. ~~~~~~~~~~~~~~~~~~ ^~~~
  32754. /usr/include/pthread.h:499:1: note: 'pthread_setname_np' declared here
  32755. __API_AVAILABLE(macos(10.6), ios(3.2))
  32756. ^
  32757. /usr/include/Availability.h:411:126: note: expanded from macro '__API_AVAILABLE'
  32758. #define __API_AVAILABLE(...) __API_AVAILABLE_GET_MACRO(__VA_ARGS__,__API_AVAILABLE5, __API_AVAILABLE4, __API_AVAILABLE3, __API_AVAILABLE2, __API_AVAILABLE1)(__VA_ARGS__)
  32759. ^
  32760. 1 error generated.
  32761. configure:24508: $? = 1
  32762. configure: failed program was:
  32763. | /* confdefs.h */
  32764. | #define PACKAGE_NAME ""
  32765. | #define PACKAGE_TARNAME ""
  32766. | #define PACKAGE_VERSION ""
  32767. | #define PACKAGE_STRING ""
  32768. | #define PACKAGE_BUGREPORT ""
  32769. | #define PACKAGE_URL ""
  32770. | #define CANONICALIZATION_FOR_MATHN 1
  32771. | #define STDC_HEADERS 1
  32772. | #define HAVE_SYS_TYPES_H 1
  32773. | #define HAVE_SYS_STAT_H 1
  32774. | #define HAVE_STDLIB_H 1
  32775. | #define HAVE_STRING_H 1
  32776. | #define HAVE_MEMORY_H 1
  32777. | #define HAVE_STRINGS_H 1
  32778. | #define HAVE_INTTYPES_H 1
  32779. | #define HAVE_STDINT_H 1
  32780. | #define HAVE_UNISTD_H 1
  32781. | #define __EXTENSIONS__ 1
  32782. | #define _ALL_SOURCE 1
  32783. | #define _GNU_SOURCE 1
  32784. | #define _POSIX_PTHREAD_SEMANTICS 1
  32785. | #define _TANDEM_SOURCE 1
  32786. | #define HAVE_INFINITY 1
  32787. | #define HAVE_NAN 1
  32788. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  32789. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  32790. | #define BROKEN_CRYPT 1
  32791. | #define HAVE_CRT_EXTERNS_H 1
  32792. | #define HAVE_LIBDL 1
  32793. | #define HAVE_DIRENT_H 1
  32794. | #define HAVE__BOOL 1
  32795. | #define HAVE_STDBOOL_H 1
  32796. | #define HAVE_SYS_WAIT_H 1
  32797. | #define HAVE_GRP_H 1
  32798. | #define HAVE_FCNTL_H 1
  32799. | #define HAVE_FLOAT_H 1
  32800. | #define HAVE_LANGINFO_H 1
  32801. | #define HAVE_LIMITS_H 1
  32802. | #define HAVE_LOCALE_H 1
  32803. | #define HAVE_MALLOC_MALLOC_H 1
  32804. | #define HAVE_PWD_H 1
  32805. | #define HAVE_SYS_ATTR_H 1
  32806. | #define HAVE_SYS_FCNTL_H 1
  32807. | #define HAVE_SYS_FILE_H 1
  32808. | #define HAVE_SYS_IOCTL_H 1
  32809. | #define HAVE_SYS_PARAM_H 1
  32810. | #define HAVE_SYS_RESOURCE_H 1
  32811. | #define HAVE_SYS_SELECT_H 1
  32812. | #define HAVE_SYS_SOCKET_H 1
  32813. | #define HAVE_SYS_TIME_H 1
  32814. | #define HAVE_SYS_TIMES_H 1
  32815. | #define HAVE_SYS_UIO_H 1
  32816. | #define HAVE_TIME_H 1
  32817. | #define HAVE_UCONTEXT_H 1
  32818. | #define HAVE_UTIME_H 1
  32819. | #define HAVE_GMP_H 1
  32820. | #define HAVE_LIBGMP 1
  32821. | #define HAVE_TYPEOF 1
  32822. | #define HAVE_LONG_LONG 1
  32823. | #define HAVE_OFF_T 1
  32824. | #define SIZEOF_INT 4
  32825. | #define SIZEOF_SHORT 2
  32826. | #define SIZEOF_LONG 8
  32827. | #define SIZEOF_LONG_LONG 8
  32828. | #define SIZEOF___INT64 0
  32829. | #define SIZEOF___INT128 16
  32830. | #define SIZEOF_OFF_T 8
  32831. | #define SIZEOF_VOIDP 8
  32832. | #define SIZEOF_FLOAT 4
  32833. | #define SIZEOF_DOUBLE 8
  32834. | #define SIZEOF_TIME_T 8
  32835. | #define SIZEOF_CLOCK_T 8
  32836. | #define PACKED_STRUCT(x) x __attribute__((packed))
  32837. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  32838. | #define PRI_LL_PREFIX "ll"
  32839. | #define rb_pid_t pid_t
  32840. | #define SIGNEDNESS_OF_PID_T -1
  32841. | #define PIDT2NUM(v) INT2NUM(v)
  32842. | #define NUM2PIDT(v) NUM2INT(v)
  32843. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  32844. | #define rb_uid_t uid_t
  32845. | #define SIGNEDNESS_OF_UID_T +1
  32846. | #define UIDT2NUM(v) UINT2NUM(v)
  32847. | #define NUM2UIDT(v) NUM2UINT(v)
  32848. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  32849. | #define rb_gid_t gid_t
  32850. | #define SIGNEDNESS_OF_GID_T +1
  32851. | #define GIDT2NUM(v) UINT2NUM(v)
  32852. | #define NUM2GIDT(v) NUM2UINT(v)
  32853. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  32854. | #define rb_time_t time_t
  32855. | #define SIGNEDNESS_OF_TIME_T -1
  32856. | #define TIMET2NUM(v) LONG2NUM(v)
  32857. | #define NUM2TIMET(v) NUM2LONG(v)
  32858. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  32859. | #define rb_dev_t dev_t
  32860. | #define SIGNEDNESS_OF_DEV_T -1
  32861. | #define DEVT2NUM(v) INT2NUM(v)
  32862. | #define NUM2DEVT(v) NUM2INT(v)
  32863. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  32864. | #define rb_mode_t mode_t
  32865. | #define SIGNEDNESS_OF_MODE_T +1
  32866. | #define MODET2NUM(v) UINT2NUM(v)
  32867. | #define NUM2MODET(v) NUM2UINT(v)
  32868. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  32869. | #define rb_rlim_t rlim_t
  32870. | #define SIGNEDNESS_OF_RLIM_T +1
  32871. | #define RLIM2NUM(v) ULL2NUM(v)
  32872. | #define NUM2RLIM(v) NUM2ULL(v)
  32873. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  32874. | #define rb_off_t off_t
  32875. | #define SIGNEDNESS_OF_OFF_T -1
  32876. | #define OFFT2NUM(v) LL2NUM(v)
  32877. | #define NUM2OFFT(v) NUM2LL(v)
  32878. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  32879. | #define rb_clockid_t int
  32880. | #define SIGNEDNESS_OF_CLOCKID_T -1
  32881. | #define CLOCKID2NUM(v) INT2NUM(v)
  32882. | #define NUM2CLOCKID(v) NUM2INT(v)
  32883. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  32884. | #define HAVE_PROTOTYPES 1
  32885. | #define TOKEN_PASTE(x,y) x##y
  32886. | #define STRINGIZE(expr) STRINGIZE0(expr)
  32887. | #define HAVE_STDARG_PROTOTYPES 1
  32888. | #define HAVE_VA_ARGS_MACRO 1
  32889. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  32890. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  32891. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  32892. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  32893. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  32894. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  32895. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  32896. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  32897. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  32898. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  32899. | #define WEAK(x) __attribute__ ((__weak__)) x
  32900. | #define HAVE_FUNC_WEAK 1
  32901. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  32902. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  32903. | #define HAVE_GCC_SYNC_BUILTINS 1
  32904. | #define UNREACHABLE __builtin_unreachable()
  32905. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  32906. | #define RUBY_FUNCTION_NAME_STRING __func__
  32907. | #define ENUM_OVER_INT 1
  32908. | #define HAVE_DECL_SYS_NERR 1
  32909. | #define HAVE_DECL_GETENV 1
  32910. | #define SIZEOF_SIZE_T 8
  32911. | #define SIZEOF_PTRDIFF_T 8
  32912. | #define PRI_SIZE_PREFIX "z"
  32913. | #define PRI_PTRDIFF_PREFIX "t"
  32914. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  32915. | #define HAVE_ST_BLKSIZE 1
  32916. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  32917. | #define HAVE_ST_BLOCKS 1
  32918. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  32919. | #define HAVE_ST_RDEV 1
  32920. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  32921. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  32922. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  32923. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  32924. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  32925. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  32926. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  32927. | #define HAVE_STRUCT_TIMEVAL 1
  32928. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  32929. | #define HAVE_STRUCT_TIMESPEC 1
  32930. | #define HAVE_STRUCT_TIMEZONE 1
  32931. | #define HAVE_INT8_T 1
  32932. | #define SIZEOF_INT8_T 1
  32933. | #define HAVE_UINT8_T 1
  32934. | #define SIZEOF_UINT8_T 1
  32935. | #define HAVE_INT16_T 1
  32936. | #define SIZEOF_INT16_T 2
  32937. | #define HAVE_UINT16_T 1
  32938. | #define SIZEOF_UINT16_T 2
  32939. | #define HAVE_INT32_T 1
  32940. | #define SIZEOF_INT32_T 4
  32941. | #define HAVE_UINT32_T 1
  32942. | #define SIZEOF_UINT32_T 4
  32943. | #define HAVE_INT64_T 1
  32944. | #define SIZEOF_INT64_T 8
  32945. | #define HAVE_UINT64_T 1
  32946. | #define SIZEOF_UINT64_T 8
  32947. | #define HAVE_INT128_T 1
  32948. | #define int128_t __int128
  32949. | #define SIZEOF_INT128_T SIZEOF___INT128
  32950. | #define HAVE_UINT128_T 1
  32951. | #define uint128_t unsigned __int128
  32952. | #define SIZEOF_UINT128_T SIZEOF___INT128
  32953. | #define HAVE_INTPTR_T 1
  32954. | #define SIZEOF_INTPTR_T 8
  32955. | #define HAVE_UINTPTR_T 1
  32956. | #define SIZEOF_UINTPTR_T 8
  32957. | #define HAVE_SSIZE_T 1
  32958. | #define SIZEOF_SSIZE_T 8
  32959. | #define GETGROUPS_T gid_t
  32960. | #define RETSIGTYPE void
  32961. | #define HAVE_ALLOCA_H 1
  32962. | #define HAVE_ALLOCA 1
  32963. | #define HAVE_ACOSH 1
  32964. | #define HAVE_CBRT 1
  32965. | #define HAVE_CRYPT 1
  32966. | #define HAVE_DUP2 1
  32967. | #define HAVE_ERF 1
  32968. | #define HAVE_FFS 1
  32969. | #define HAVE_FINITE 1
  32970. | #define HAVE_FLOCK 1
  32971. | #define HAVE_HYPOT 1
  32972. | #define HAVE_ISINF 1
  32973. | #define HAVE_ISNAN 1
  32974. | #define HAVE_LGAMMA_R 1
  32975. | #define HAVE_MEMMOVE 1
  32976. | #define HAVE_NEXTAFTER 1
  32977. | #define HAVE_STRCHR 1
  32978. | #define HAVE_STRERROR 1
  32979. | #define HAVE_STRLCAT 1
  32980. | #define HAVE_STRLCPY 1
  32981. | #define HAVE_STRSTR 1
  32982. | #define HAVE_TGAMMA 1
  32983. | #define SPT_TYPE SPT_REUSEARGV
  32984. | #define HAVE_SIGNBIT 1
  32985. | #define HAVE_FORK 1
  32986. | #define vfork fork
  32987. | #define HAVE_WORKING_FORK 1
  32988. | #define HAVE__LONGJMP 1
  32989. | #define HAVE_ARC4RANDOM_BUF 1
  32990. | #define HAVE_ATAN2L 1
  32991. | #define HAVE_ATAN2F 1
  32992. | #define HAVE_CHROOT 1
  32993. | #define HAVE_CLOCK_GETTIME 1
  32994. | #define HAVE_COSH 1
  32995. | #define HAVE_DIRFD 1
  32996. | #define HAVE_DLOPEN 1
  32997. | #define HAVE_DLADDR 1
  32998. | #define HAVE_DUP 1
  32999. | #define HAVE_ENDGRENT 1
  33000. | #define HAVE_FCHMOD 1
  33001. | #define HAVE_FCHOWN 1
  33002. | #define HAVE_FCNTL 1
  33003. | #define HAVE_FDOPENDIR 1
  33004. | #define HAVE_FGETATTRLIST 1
  33005. | #define HAVE_FMOD 1
  33006. | #define HAVE_FSTATAT 1
  33007. | #define HAVE_FSYNC 1
  33008. | #define HAVE_FTRUNCATE 1
  33009. | #define HAVE_GETATTRLIST 1
  33010. | #define HAVE_GETCWD 1
  33011. | #define HAVE_GETGRNAM 1
  33012. | #define HAVE_GETGRNAM_R 1
  33013. | #define HAVE_GETGROUPS 1
  33014. | #define HAVE_GETPGID 1
  33015. | #define HAVE_GETPGRP 1
  33016. | #define HAVE_GETPRIORITY 1
  33017. | #define HAVE_GETPWNAM_R 1
  33018. | #define HAVE_GETRLIMIT 1
  33019. | #define HAVE_GETSID 1
  33020. | #define HAVE_GETTIMEOFDAY 1
  33021. | #define HAVE_GMTIME_R 1
  33022. | #define HAVE_INITGROUPS 1
  33023. | #define HAVE_IOCTL 1
  33024. | #define HAVE_ISSETUGID 1
  33025. | #define HAVE_KILLPG 1
  33026. | #define HAVE_LCHMOD 1
  33027. | #define HAVE_LCHOWN 1
  33028. | #define HAVE_LINK 1
  33029. | #define HAVE_LLABS 1
  33030. | #define HAVE_LOCKF 1
  33031. | #define HAVE_LOG2 1
  33032. | #define HAVE_LSTAT 1
  33033. | #define HAVE_LUTIMES 1
  33034. | #define HAVE_MALLOC_SIZE 1
  33035. | #define HAVE_MBLEN 1
  33036. | #define HAVE_MEMSET_S 1
  33037. | #define HAVE_WRITEV 1
  33038. | #define HAVE_MKFIFO 1
  33039. | #define HAVE_MKNOD 1
  33040. | #define HAVE_MKTIME 1
  33041. | #define HAVE_OPENAT 1
  33042. | #define HAVE_POLL 1
  33043. | #define HAVE_POSIX_MEMALIGN 1
  33044. | #define HAVE_PREAD 1
  33045. | #define HAVE_PWRITE 1
  33046. | #define HAVE_QSORT_R 1
  33047. | #define HAVE_READLINK 1
  33048. | #define HAVE_ROUND 1
  33049. | #define HAVE_SEEKDIR 1
  33050. | #define HAVE_SENDFILE 1
  33051. | #define HAVE_SETEGID 1
  33052. | #define HAVE_SETENV 1
  33053. | #define HAVE_SETEUID 1
  33054. | #define HAVE_SETGID 1
  33055. | #define HAVE_SETGROUPS 1
  33056. | #define HAVE_SETPGID 1
  33057. | #define HAVE_SETPGRP 1
  33058. | #define HAVE_SETREGID 1
  33059. | #define HAVE_SETREUID 1
  33060. | #define HAVE_SETRGID 1
  33061. | #define HAVE_SETRLIMIT 1
  33062. | #define HAVE_SETRUID 1
  33063. | #define HAVE_SETSID 1
  33064. | #define HAVE_SETUID 1
  33065. | #define HAVE_SHUTDOWN 1
  33066. | #define HAVE_SIGACTION 1
  33067. | #define HAVE_SIGALTSTACK 1
  33068. | #define HAVE_SIGPROCMASK 1
  33069. | #define HAVE_SINH 1
  33070. | #define HAVE_SYMLINK 1
  33071. | #define HAVE_SYSCONF 1
  33072. | #define HAVE_TANH 1
  33073. | #define HAVE_TELLDIR 1
  33074. | #define HAVE_TIMEGM 1
  33075. | #define HAVE_TIMES 1
  33076. | #define HAVE_TRUNCATE 1
  33077. | #define HAVE_UNSETENV 1
  33078. | #define HAVE_UTIMENSAT 1
  33079. | #define HAVE_UTIMES 1
  33080. | #define HAVE_WAIT4 1
  33081. | #define HAVE_WAITPID 1
  33082. | #if !defined __STDC_WANT_LIB_EXT1__
  33083. | #define __STDC_WANT_LIB_EXT1__ 1
  33084. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  33085. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  33086. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  33087. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  33088. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  33089. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  33090. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  33091. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  33092. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  33093. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  33094. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  33095. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  33096. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  33097. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  33098. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  33099. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  33100. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  33101. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  33102. | #define HAVE_BSD_QSORT_R 1
  33103. | #define ATAN2_INF_C99 1
  33104. | #define HAVE_CLOCK_GETRES 1
  33105. | #define HAVE_STRUCT_TM_TM_ZONE 1
  33106. | #define HAVE_TM_ZONE 1
  33107. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  33108. | #define HAVE_DAYLIGHT 1
  33109. | #define NEGATIVE_TIME_T 1
  33110. | #define POSIX_SIGNAL 1
  33111. | #define HAVE_SIG_T 1
  33112. | #define RSHIFT(x,y) ((x)>>(int)(y))
  33113. | #define HAVE__SC_CLK_TCK 1
  33114. | #define STACK_GROW_DIRECTION -1
  33115. | #define _REENTRANT 1
  33116. | #define _THREAD_SAFE 1
  33117. | #define HAVE_LIBPTHREAD 1
  33118. | #define HAVE_SCHED_YIELD 1
  33119. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  33120. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  33121. | #define HAVE_PTHREAD_ATTR_INIT 1
  33122. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  33123. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  33124. | #define HAVE_PTHREAD_COND_INIT 1
  33125. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  33126. | #define HAVE_PTHREAD_SIGMASK 1
  33127. | #define HAVE_PTHREAD_SETNAME_NP 1
  33128. | /* end confdefs.h. */
  33129. |
  33130. | #include <pthread.h>
  33131. | #ifdef HAVE_PTHREAD_NP_H
  33132. | #include <pthread_np.h>
  33133. | #endif
  33134. | #define SET_THREAD_NAME(name) pthread_setname_np(pthread_self(), name)
  33135. |
  33136. | int
  33137. | main ()
  33138. | {
  33139. | if (SET_THREAD_NAME("conftest")) return 1;
  33140. | ;
  33141. | return 0;
  33142. | }
  33143. 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
  33144. conftest.c:377:21: error: too many arguments to function call, expected 1, have 3
  33145. if (SET_THREAD_NAME("conftest")) return 1;
  33146. ~~~~~~~~~~~~~~~~^~~~~~~~~~~
  33147. conftest.c:372:72: note: expanded from macro 'SET_THREAD_NAME'
  33148. #define SET_THREAD_NAME(name) pthread_setname_np(pthread_self(), name, "%s")
  33149. ~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
  33150. /usr/include/pthread.h:499:1: note: 'pthread_setname_np' declared here
  33151. __API_AVAILABLE(macos(10.6), ios(3.2))
  33152. ^
  33153. /usr/include/Availability.h:411:126: note: expanded from macro '__API_AVAILABLE'
  33154. #define __API_AVAILABLE(...) __API_AVAILABLE_GET_MACRO(__VA_ARGS__,__API_AVAILABLE5, __API_AVAILABLE4, __API_AVAILABLE3, __API_AVAILABLE2, __API_AVAILABLE1)(__VA_ARGS__)
  33155. ^
  33156. 1 error generated.
  33157. configure:24508: $? = 1
  33158. configure: failed program was:
  33159. | /* confdefs.h */
  33160. | #define PACKAGE_NAME ""
  33161. | #define PACKAGE_TARNAME ""
  33162. | #define PACKAGE_VERSION ""
  33163. | #define PACKAGE_STRING ""
  33164. | #define PACKAGE_BUGREPORT ""
  33165. | #define PACKAGE_URL ""
  33166. | #define CANONICALIZATION_FOR_MATHN 1
  33167. | #define STDC_HEADERS 1
  33168. | #define HAVE_SYS_TYPES_H 1
  33169. | #define HAVE_SYS_STAT_H 1
  33170. | #define HAVE_STDLIB_H 1
  33171. | #define HAVE_STRING_H 1
  33172. | #define HAVE_MEMORY_H 1
  33173. | #define HAVE_STRINGS_H 1
  33174. | #define HAVE_INTTYPES_H 1
  33175. | #define HAVE_STDINT_H 1
  33176. | #define HAVE_UNISTD_H 1
  33177. | #define __EXTENSIONS__ 1
  33178. | #define _ALL_SOURCE 1
  33179. | #define _GNU_SOURCE 1
  33180. | #define _POSIX_PTHREAD_SEMANTICS 1
  33181. | #define _TANDEM_SOURCE 1
  33182. | #define HAVE_INFINITY 1
  33183. | #define HAVE_NAN 1
  33184. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  33185. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  33186. | #define BROKEN_CRYPT 1
  33187. | #define HAVE_CRT_EXTERNS_H 1
  33188. | #define HAVE_LIBDL 1
  33189. | #define HAVE_DIRENT_H 1
  33190. | #define HAVE__BOOL 1
  33191. | #define HAVE_STDBOOL_H 1
  33192. | #define HAVE_SYS_WAIT_H 1
  33193. | #define HAVE_GRP_H 1
  33194. | #define HAVE_FCNTL_H 1
  33195. | #define HAVE_FLOAT_H 1
  33196. | #define HAVE_LANGINFO_H 1
  33197. | #define HAVE_LIMITS_H 1
  33198. | #define HAVE_LOCALE_H 1
  33199. | #define HAVE_MALLOC_MALLOC_H 1
  33200. | #define HAVE_PWD_H 1
  33201. | #define HAVE_SYS_ATTR_H 1
  33202. | #define HAVE_SYS_FCNTL_H 1
  33203. | #define HAVE_SYS_FILE_H 1
  33204. | #define HAVE_SYS_IOCTL_H 1
  33205. | #define HAVE_SYS_PARAM_H 1
  33206. | #define HAVE_SYS_RESOURCE_H 1
  33207. | #define HAVE_SYS_SELECT_H 1
  33208. | #define HAVE_SYS_SOCKET_H 1
  33209. | #define HAVE_SYS_TIME_H 1
  33210. | #define HAVE_SYS_TIMES_H 1
  33211. | #define HAVE_SYS_UIO_H 1
  33212. | #define HAVE_TIME_H 1
  33213. | #define HAVE_UCONTEXT_H 1
  33214. | #define HAVE_UTIME_H 1
  33215. | #define HAVE_GMP_H 1
  33216. | #define HAVE_LIBGMP 1
  33217. | #define HAVE_TYPEOF 1
  33218. | #define HAVE_LONG_LONG 1
  33219. | #define HAVE_OFF_T 1
  33220. | #define SIZEOF_INT 4
  33221. | #define SIZEOF_SHORT 2
  33222. | #define SIZEOF_LONG 8
  33223. | #define SIZEOF_LONG_LONG 8
  33224. | #define SIZEOF___INT64 0
  33225. | #define SIZEOF___INT128 16
  33226. | #define SIZEOF_OFF_T 8
  33227. | #define SIZEOF_VOIDP 8
  33228. | #define SIZEOF_FLOAT 4
  33229. | #define SIZEOF_DOUBLE 8
  33230. | #define SIZEOF_TIME_T 8
  33231. | #define SIZEOF_CLOCK_T 8
  33232. | #define PACKED_STRUCT(x) x __attribute__((packed))
  33233. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  33234. | #define PRI_LL_PREFIX "ll"
  33235. | #define rb_pid_t pid_t
  33236. | #define SIGNEDNESS_OF_PID_T -1
  33237. | #define PIDT2NUM(v) INT2NUM(v)
  33238. | #define NUM2PIDT(v) NUM2INT(v)
  33239. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  33240. | #define rb_uid_t uid_t
  33241. | #define SIGNEDNESS_OF_UID_T +1
  33242. | #define UIDT2NUM(v) UINT2NUM(v)
  33243. | #define NUM2UIDT(v) NUM2UINT(v)
  33244. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  33245. | #define rb_gid_t gid_t
  33246. | #define SIGNEDNESS_OF_GID_T +1
  33247. | #define GIDT2NUM(v) UINT2NUM(v)
  33248. | #define NUM2GIDT(v) NUM2UINT(v)
  33249. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  33250. | #define rb_time_t time_t
  33251. | #define SIGNEDNESS_OF_TIME_T -1
  33252. | #define TIMET2NUM(v) LONG2NUM(v)
  33253. | #define NUM2TIMET(v) NUM2LONG(v)
  33254. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  33255. | #define rb_dev_t dev_t
  33256. | #define SIGNEDNESS_OF_DEV_T -1
  33257. | #define DEVT2NUM(v) INT2NUM(v)
  33258. | #define NUM2DEVT(v) NUM2INT(v)
  33259. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  33260. | #define rb_mode_t mode_t
  33261. | #define SIGNEDNESS_OF_MODE_T +1
  33262. | #define MODET2NUM(v) UINT2NUM(v)
  33263. | #define NUM2MODET(v) NUM2UINT(v)
  33264. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  33265. | #define rb_rlim_t rlim_t
  33266. | #define SIGNEDNESS_OF_RLIM_T +1
  33267. | #define RLIM2NUM(v) ULL2NUM(v)
  33268. | #define NUM2RLIM(v) NUM2ULL(v)
  33269. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  33270. | #define rb_off_t off_t
  33271. | #define SIGNEDNESS_OF_OFF_T -1
  33272. | #define OFFT2NUM(v) LL2NUM(v)
  33273. | #define NUM2OFFT(v) NUM2LL(v)
  33274. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  33275. | #define rb_clockid_t int
  33276. | #define SIGNEDNESS_OF_CLOCKID_T -1
  33277. | #define CLOCKID2NUM(v) INT2NUM(v)
  33278. | #define NUM2CLOCKID(v) NUM2INT(v)
  33279. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  33280. | #define HAVE_PROTOTYPES 1
  33281. | #define TOKEN_PASTE(x,y) x##y
  33282. | #define STRINGIZE(expr) STRINGIZE0(expr)
  33283. | #define HAVE_STDARG_PROTOTYPES 1
  33284. | #define HAVE_VA_ARGS_MACRO 1
  33285. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  33286. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  33287. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  33288. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  33289. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  33290. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  33291. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  33292. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  33293. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  33294. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  33295. | #define WEAK(x) __attribute__ ((__weak__)) x
  33296. | #define HAVE_FUNC_WEAK 1
  33297. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  33298. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  33299. | #define HAVE_GCC_SYNC_BUILTINS 1
  33300. | #define UNREACHABLE __builtin_unreachable()
  33301. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  33302. | #define RUBY_FUNCTION_NAME_STRING __func__
  33303. | #define ENUM_OVER_INT 1
  33304. | #define HAVE_DECL_SYS_NERR 1
  33305. | #define HAVE_DECL_GETENV 1
  33306. | #define SIZEOF_SIZE_T 8
  33307. | #define SIZEOF_PTRDIFF_T 8
  33308. | #define PRI_SIZE_PREFIX "z"
  33309. | #define PRI_PTRDIFF_PREFIX "t"
  33310. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  33311. | #define HAVE_ST_BLKSIZE 1
  33312. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  33313. | #define HAVE_ST_BLOCKS 1
  33314. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  33315. | #define HAVE_ST_RDEV 1
  33316. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  33317. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  33318. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  33319. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  33320. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  33321. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  33322. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  33323. | #define HAVE_STRUCT_TIMEVAL 1
  33324. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  33325. | #define HAVE_STRUCT_TIMESPEC 1
  33326. | #define HAVE_STRUCT_TIMEZONE 1
  33327. | #define HAVE_INT8_T 1
  33328. | #define SIZEOF_INT8_T 1
  33329. | #define HAVE_UINT8_T 1
  33330. | #define SIZEOF_UINT8_T 1
  33331. | #define HAVE_INT16_T 1
  33332. | #define SIZEOF_INT16_T 2
  33333. | #define HAVE_UINT16_T 1
  33334. | #define SIZEOF_UINT16_T 2
  33335. | #define HAVE_INT32_T 1
  33336. | #define SIZEOF_INT32_T 4
  33337. | #define HAVE_UINT32_T 1
  33338. | #define SIZEOF_UINT32_T 4
  33339. | #define HAVE_INT64_T 1
  33340. | #define SIZEOF_INT64_T 8
  33341. | #define HAVE_UINT64_T 1
  33342. | #define SIZEOF_UINT64_T 8
  33343. | #define HAVE_INT128_T 1
  33344. | #define int128_t __int128
  33345. | #define SIZEOF_INT128_T SIZEOF___INT128
  33346. | #define HAVE_UINT128_T 1
  33347. | #define uint128_t unsigned __int128
  33348. | #define SIZEOF_UINT128_T SIZEOF___INT128
  33349. | #define HAVE_INTPTR_T 1
  33350. | #define SIZEOF_INTPTR_T 8
  33351. | #define HAVE_UINTPTR_T 1
  33352. | #define SIZEOF_UINTPTR_T 8
  33353. | #define HAVE_SSIZE_T 1
  33354. | #define SIZEOF_SSIZE_T 8
  33355. | #define GETGROUPS_T gid_t
  33356. | #define RETSIGTYPE void
  33357. | #define HAVE_ALLOCA_H 1
  33358. | #define HAVE_ALLOCA 1
  33359. | #define HAVE_ACOSH 1
  33360. | #define HAVE_CBRT 1
  33361. | #define HAVE_CRYPT 1
  33362. | #define HAVE_DUP2 1
  33363. | #define HAVE_ERF 1
  33364. | #define HAVE_FFS 1
  33365. | #define HAVE_FINITE 1
  33366. | #define HAVE_FLOCK 1
  33367. | #define HAVE_HYPOT 1
  33368. | #define HAVE_ISINF 1
  33369. | #define HAVE_ISNAN 1
  33370. | #define HAVE_LGAMMA_R 1
  33371. | #define HAVE_MEMMOVE 1
  33372. | #define HAVE_NEXTAFTER 1
  33373. | #define HAVE_STRCHR 1
  33374. | #define HAVE_STRERROR 1
  33375. | #define HAVE_STRLCAT 1
  33376. | #define HAVE_STRLCPY 1
  33377. | #define HAVE_STRSTR 1
  33378. | #define HAVE_TGAMMA 1
  33379. | #define SPT_TYPE SPT_REUSEARGV
  33380. | #define HAVE_SIGNBIT 1
  33381. | #define HAVE_FORK 1
  33382. | #define vfork fork
  33383. | #define HAVE_WORKING_FORK 1
  33384. | #define HAVE__LONGJMP 1
  33385. | #define HAVE_ARC4RANDOM_BUF 1
  33386. | #define HAVE_ATAN2L 1
  33387. | #define HAVE_ATAN2F 1
  33388. | #define HAVE_CHROOT 1
  33389. | #define HAVE_CLOCK_GETTIME 1
  33390. | #define HAVE_COSH 1
  33391. | #define HAVE_DIRFD 1
  33392. | #define HAVE_DLOPEN 1
  33393. | #define HAVE_DLADDR 1
  33394. | #define HAVE_DUP 1
  33395. | #define HAVE_ENDGRENT 1
  33396. | #define HAVE_FCHMOD 1
  33397. | #define HAVE_FCHOWN 1
  33398. | #define HAVE_FCNTL 1
  33399. | #define HAVE_FDOPENDIR 1
  33400. | #define HAVE_FGETATTRLIST 1
  33401. | #define HAVE_FMOD 1
  33402. | #define HAVE_FSTATAT 1
  33403. | #define HAVE_FSYNC 1
  33404. | #define HAVE_FTRUNCATE 1
  33405. | #define HAVE_GETATTRLIST 1
  33406. | #define HAVE_GETCWD 1
  33407. | #define HAVE_GETGRNAM 1
  33408. | #define HAVE_GETGRNAM_R 1
  33409. | #define HAVE_GETGROUPS 1
  33410. | #define HAVE_GETPGID 1
  33411. | #define HAVE_GETPGRP 1
  33412. | #define HAVE_GETPRIORITY 1
  33413. | #define HAVE_GETPWNAM_R 1
  33414. | #define HAVE_GETRLIMIT 1
  33415. | #define HAVE_GETSID 1
  33416. | #define HAVE_GETTIMEOFDAY 1
  33417. | #define HAVE_GMTIME_R 1
  33418. | #define HAVE_INITGROUPS 1
  33419. | #define HAVE_IOCTL 1
  33420. | #define HAVE_ISSETUGID 1
  33421. | #define HAVE_KILLPG 1
  33422. | #define HAVE_LCHMOD 1
  33423. | #define HAVE_LCHOWN 1
  33424. | #define HAVE_LINK 1
  33425. | #define HAVE_LLABS 1
  33426. | #define HAVE_LOCKF 1
  33427. | #define HAVE_LOG2 1
  33428. | #define HAVE_LSTAT 1
  33429. | #define HAVE_LUTIMES 1
  33430. | #define HAVE_MALLOC_SIZE 1
  33431. | #define HAVE_MBLEN 1
  33432. | #define HAVE_MEMSET_S 1
  33433. | #define HAVE_WRITEV 1
  33434. | #define HAVE_MKFIFO 1
  33435. | #define HAVE_MKNOD 1
  33436. | #define HAVE_MKTIME 1
  33437. | #define HAVE_OPENAT 1
  33438. | #define HAVE_POLL 1
  33439. | #define HAVE_POSIX_MEMALIGN 1
  33440. | #define HAVE_PREAD 1
  33441. | #define HAVE_PWRITE 1
  33442. | #define HAVE_QSORT_R 1
  33443. | #define HAVE_READLINK 1
  33444. | #define HAVE_ROUND 1
  33445. | #define HAVE_SEEKDIR 1
  33446. | #define HAVE_SENDFILE 1
  33447. | #define HAVE_SETEGID 1
  33448. | #define HAVE_SETENV 1
  33449. | #define HAVE_SETEUID 1
  33450. | #define HAVE_SETGID 1
  33451. | #define HAVE_SETGROUPS 1
  33452. | #define HAVE_SETPGID 1
  33453. | #define HAVE_SETPGRP 1
  33454. | #define HAVE_SETREGID 1
  33455. | #define HAVE_SETREUID 1
  33456. | #define HAVE_SETRGID 1
  33457. | #define HAVE_SETRLIMIT 1
  33458. | #define HAVE_SETRUID 1
  33459. | #define HAVE_SETSID 1
  33460. | #define HAVE_SETUID 1
  33461. | #define HAVE_SHUTDOWN 1
  33462. | #define HAVE_SIGACTION 1
  33463. | #define HAVE_SIGALTSTACK 1
  33464. | #define HAVE_SIGPROCMASK 1
  33465. | #define HAVE_SINH 1
  33466. | #define HAVE_SYMLINK 1
  33467. | #define HAVE_SYSCONF 1
  33468. | #define HAVE_TANH 1
  33469. | #define HAVE_TELLDIR 1
  33470. | #define HAVE_TIMEGM 1
  33471. | #define HAVE_TIMES 1
  33472. | #define HAVE_TRUNCATE 1
  33473. | #define HAVE_UNSETENV 1
  33474. | #define HAVE_UTIMENSAT 1
  33475. | #define HAVE_UTIMES 1
  33476. | #define HAVE_WAIT4 1
  33477. | #define HAVE_WAITPID 1
  33478. | #if !defined __STDC_WANT_LIB_EXT1__
  33479. | #define __STDC_WANT_LIB_EXT1__ 1
  33480. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  33481. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  33482. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  33483. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  33484. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  33485. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  33486. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  33487. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  33488. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  33489. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  33490. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  33491. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  33492. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  33493. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  33494. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  33495. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  33496. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  33497. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  33498. | #define HAVE_BSD_QSORT_R 1
  33499. | #define ATAN2_INF_C99 1
  33500. | #define HAVE_CLOCK_GETRES 1
  33501. | #define HAVE_STRUCT_TM_TM_ZONE 1
  33502. | #define HAVE_TM_ZONE 1
  33503. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  33504. | #define HAVE_DAYLIGHT 1
  33505. | #define NEGATIVE_TIME_T 1
  33506. | #define POSIX_SIGNAL 1
  33507. | #define HAVE_SIG_T 1
  33508. | #define RSHIFT(x,y) ((x)>>(int)(y))
  33509. | #define HAVE__SC_CLK_TCK 1
  33510. | #define STACK_GROW_DIRECTION -1
  33511. | #define _REENTRANT 1
  33512. | #define _THREAD_SAFE 1
  33513. | #define HAVE_LIBPTHREAD 1
  33514. | #define HAVE_SCHED_YIELD 1
  33515. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  33516. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  33517. | #define HAVE_PTHREAD_ATTR_INIT 1
  33518. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  33519. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  33520. | #define HAVE_PTHREAD_COND_INIT 1
  33521. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  33522. | #define HAVE_PTHREAD_SIGMASK 1
  33523. | #define HAVE_PTHREAD_SETNAME_NP 1
  33524. | /* end confdefs.h. */
  33525. |
  33526. | #include <pthread.h>
  33527. | #ifdef HAVE_PTHREAD_NP_H
  33528. | #include <pthread_np.h>
  33529. | #endif
  33530. | #define SET_THREAD_NAME(name) pthread_setname_np(pthread_self(), name, "%s")
  33531. |
  33532. | int
  33533. | main ()
  33534. | {
  33535. | if (SET_THREAD_NAME("conftest")) return 1;
  33536. | ;
  33537. | return 0;
  33538. | }
  33539. 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
  33540. configure:24508: $? = 0
  33541. configure:24517: result: (name)
  33542. configure:24592: checking if mcontext_t is a pointer
  33543. 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
  33544. configure:24614: $? = 0
  33545. configure:24621: result: yes
  33546. configure:24643: checking for getcontext
  33547. configure:24643: result: no
  33548. configure:24643: checking for setcontext
  33549. configure:24643: result: no
  33550. configure:24659: checking if fork works with pthread
  33551. 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
  33552. configure:24727: $? = 0
  33553. configure:24727: ./conftest
  33554. configure:24727: $? = 0
  33555. configure:24737: result: yes
  33556. configure:24770: checking whether ELF binaries are produced
  33557. 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
  33558. configure:24786: $? = 0
  33559. configure:24800: result: no
  33560. configure:24863: checking whether OS depend dynamic link works
  33561. configure:25061: result: yes
  33562. configure:25077: checking whether -Wl,-undefined,dynamic_lookup is accepted as LDFLAGS
  33563. 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
  33564. configure:25103: $? = 0
  33565. configure:25105: result: yes
  33566. configure:25077: checking whether -Wl,-multiply_defined,suppress is accepted as LDFLAGS
  33567. 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
  33568. configure:25103: $? = 0
  33569. configure:25105: result: yes
  33570. configure:25295: checking execinfo.h usability
  33571. 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
  33572. configure:25295: $? = 0
  33573. configure:25295: result: yes
  33574. configure:25295: checking execinfo.h presence
  33575. 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
  33576. configure:25295: $? = 0
  33577. configure:25295: result: yes
  33578. configure:25295: checking for execinfo.h
  33579. configure:25295: result: yes
  33580. configure:25307: checking for backtrace in -lexecinfo
  33581. 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
  33582. ld: library not found for -lexecinfo
  33583. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  33584. configure:25332: $? = 1
  33585. configure: failed program was:
  33586. | /* confdefs.h */
  33587. | #define PACKAGE_NAME ""
  33588. | #define PACKAGE_TARNAME ""
  33589. | #define PACKAGE_VERSION ""
  33590. | #define PACKAGE_STRING ""
  33591. | #define PACKAGE_BUGREPORT ""
  33592. | #define PACKAGE_URL ""
  33593. | #define CANONICALIZATION_FOR_MATHN 1
  33594. | #define STDC_HEADERS 1
  33595. | #define HAVE_SYS_TYPES_H 1
  33596. | #define HAVE_SYS_STAT_H 1
  33597. | #define HAVE_STDLIB_H 1
  33598. | #define HAVE_STRING_H 1
  33599. | #define HAVE_MEMORY_H 1
  33600. | #define HAVE_STRINGS_H 1
  33601. | #define HAVE_INTTYPES_H 1
  33602. | #define HAVE_STDINT_H 1
  33603. | #define HAVE_UNISTD_H 1
  33604. | #define __EXTENSIONS__ 1
  33605. | #define _ALL_SOURCE 1
  33606. | #define _GNU_SOURCE 1
  33607. | #define _POSIX_PTHREAD_SEMANTICS 1
  33608. | #define _TANDEM_SOURCE 1
  33609. | #define HAVE_INFINITY 1
  33610. | #define HAVE_NAN 1
  33611. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  33612. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  33613. | #define BROKEN_CRYPT 1
  33614. | #define HAVE_CRT_EXTERNS_H 1
  33615. | #define HAVE_LIBDL 1
  33616. | #define HAVE_DIRENT_H 1
  33617. | #define HAVE__BOOL 1
  33618. | #define HAVE_STDBOOL_H 1
  33619. | #define HAVE_SYS_WAIT_H 1
  33620. | #define HAVE_GRP_H 1
  33621. | #define HAVE_FCNTL_H 1
  33622. | #define HAVE_FLOAT_H 1
  33623. | #define HAVE_LANGINFO_H 1
  33624. | #define HAVE_LIMITS_H 1
  33625. | #define HAVE_LOCALE_H 1
  33626. | #define HAVE_MALLOC_MALLOC_H 1
  33627. | #define HAVE_PWD_H 1
  33628. | #define HAVE_SYS_ATTR_H 1
  33629. | #define HAVE_SYS_FCNTL_H 1
  33630. | #define HAVE_SYS_FILE_H 1
  33631. | #define HAVE_SYS_IOCTL_H 1
  33632. | #define HAVE_SYS_PARAM_H 1
  33633. | #define HAVE_SYS_RESOURCE_H 1
  33634. | #define HAVE_SYS_SELECT_H 1
  33635. | #define HAVE_SYS_SOCKET_H 1
  33636. | #define HAVE_SYS_TIME_H 1
  33637. | #define HAVE_SYS_TIMES_H 1
  33638. | #define HAVE_SYS_UIO_H 1
  33639. | #define HAVE_TIME_H 1
  33640. | #define HAVE_UCONTEXT_H 1
  33641. | #define HAVE_UTIME_H 1
  33642. | #define HAVE_GMP_H 1
  33643. | #define HAVE_LIBGMP 1
  33644. | #define HAVE_TYPEOF 1
  33645. | #define HAVE_LONG_LONG 1
  33646. | #define HAVE_OFF_T 1
  33647. | #define SIZEOF_INT 4
  33648. | #define SIZEOF_SHORT 2
  33649. | #define SIZEOF_LONG 8
  33650. | #define SIZEOF_LONG_LONG 8
  33651. | #define SIZEOF___INT64 0
  33652. | #define SIZEOF___INT128 16
  33653. | #define SIZEOF_OFF_T 8
  33654. | #define SIZEOF_VOIDP 8
  33655. | #define SIZEOF_FLOAT 4
  33656. | #define SIZEOF_DOUBLE 8
  33657. | #define SIZEOF_TIME_T 8
  33658. | #define SIZEOF_CLOCK_T 8
  33659. | #define PACKED_STRUCT(x) x __attribute__((packed))
  33660. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  33661. | #define PRI_LL_PREFIX "ll"
  33662. | #define rb_pid_t pid_t
  33663. | #define SIGNEDNESS_OF_PID_T -1
  33664. | #define PIDT2NUM(v) INT2NUM(v)
  33665. | #define NUM2PIDT(v) NUM2INT(v)
  33666. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  33667. | #define rb_uid_t uid_t
  33668. | #define SIGNEDNESS_OF_UID_T +1
  33669. | #define UIDT2NUM(v) UINT2NUM(v)
  33670. | #define NUM2UIDT(v) NUM2UINT(v)
  33671. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  33672. | #define rb_gid_t gid_t
  33673. | #define SIGNEDNESS_OF_GID_T +1
  33674. | #define GIDT2NUM(v) UINT2NUM(v)
  33675. | #define NUM2GIDT(v) NUM2UINT(v)
  33676. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  33677. | #define rb_time_t time_t
  33678. | #define SIGNEDNESS_OF_TIME_T -1
  33679. | #define TIMET2NUM(v) LONG2NUM(v)
  33680. | #define NUM2TIMET(v) NUM2LONG(v)
  33681. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  33682. | #define rb_dev_t dev_t
  33683. | #define SIGNEDNESS_OF_DEV_T -1
  33684. | #define DEVT2NUM(v) INT2NUM(v)
  33685. | #define NUM2DEVT(v) NUM2INT(v)
  33686. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  33687. | #define rb_mode_t mode_t
  33688. | #define SIGNEDNESS_OF_MODE_T +1
  33689. | #define MODET2NUM(v) UINT2NUM(v)
  33690. | #define NUM2MODET(v) NUM2UINT(v)
  33691. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  33692. | #define rb_rlim_t rlim_t
  33693. | #define SIGNEDNESS_OF_RLIM_T +1
  33694. | #define RLIM2NUM(v) ULL2NUM(v)
  33695. | #define NUM2RLIM(v) NUM2ULL(v)
  33696. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  33697. | #define rb_off_t off_t
  33698. | #define SIGNEDNESS_OF_OFF_T -1
  33699. | #define OFFT2NUM(v) LL2NUM(v)
  33700. | #define NUM2OFFT(v) NUM2LL(v)
  33701. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  33702. | #define rb_clockid_t int
  33703. | #define SIGNEDNESS_OF_CLOCKID_T -1
  33704. | #define CLOCKID2NUM(v) INT2NUM(v)
  33705. | #define NUM2CLOCKID(v) NUM2INT(v)
  33706. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  33707. | #define HAVE_PROTOTYPES 1
  33708. | #define TOKEN_PASTE(x,y) x##y
  33709. | #define STRINGIZE(expr) STRINGIZE0(expr)
  33710. | #define HAVE_STDARG_PROTOTYPES 1
  33711. | #define HAVE_VA_ARGS_MACRO 1
  33712. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  33713. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  33714. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  33715. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  33716. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  33717. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  33718. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  33719. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  33720. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  33721. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  33722. | #define WEAK(x) __attribute__ ((__weak__)) x
  33723. | #define HAVE_FUNC_WEAK 1
  33724. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  33725. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  33726. | #define HAVE_GCC_SYNC_BUILTINS 1
  33727. | #define UNREACHABLE __builtin_unreachable()
  33728. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  33729. | #define RUBY_FUNCTION_NAME_STRING __func__
  33730. | #define ENUM_OVER_INT 1
  33731. | #define HAVE_DECL_SYS_NERR 1
  33732. | #define HAVE_DECL_GETENV 1
  33733. | #define SIZEOF_SIZE_T 8
  33734. | #define SIZEOF_PTRDIFF_T 8
  33735. | #define PRI_SIZE_PREFIX "z"
  33736. | #define PRI_PTRDIFF_PREFIX "t"
  33737. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  33738. | #define HAVE_ST_BLKSIZE 1
  33739. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  33740. | #define HAVE_ST_BLOCKS 1
  33741. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  33742. | #define HAVE_ST_RDEV 1
  33743. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  33744. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  33745. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  33746. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  33747. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  33748. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  33749. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  33750. | #define HAVE_STRUCT_TIMEVAL 1
  33751. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  33752. | #define HAVE_STRUCT_TIMESPEC 1
  33753. | #define HAVE_STRUCT_TIMEZONE 1
  33754. | #define HAVE_INT8_T 1
  33755. | #define SIZEOF_INT8_T 1
  33756. | #define HAVE_UINT8_T 1
  33757. | #define SIZEOF_UINT8_T 1
  33758. | #define HAVE_INT16_T 1
  33759. | #define SIZEOF_INT16_T 2
  33760. | #define HAVE_UINT16_T 1
  33761. | #define SIZEOF_UINT16_T 2
  33762. | #define HAVE_INT32_T 1
  33763. | #define SIZEOF_INT32_T 4
  33764. | #define HAVE_UINT32_T 1
  33765. | #define SIZEOF_UINT32_T 4
  33766. | #define HAVE_INT64_T 1
  33767. | #define SIZEOF_INT64_T 8
  33768. | #define HAVE_UINT64_T 1
  33769. | #define SIZEOF_UINT64_T 8
  33770. | #define HAVE_INT128_T 1
  33771. | #define int128_t __int128
  33772. | #define SIZEOF_INT128_T SIZEOF___INT128
  33773. | #define HAVE_UINT128_T 1
  33774. | #define uint128_t unsigned __int128
  33775. | #define SIZEOF_UINT128_T SIZEOF___INT128
  33776. | #define HAVE_INTPTR_T 1
  33777. | #define SIZEOF_INTPTR_T 8
  33778. | #define HAVE_UINTPTR_T 1
  33779. | #define SIZEOF_UINTPTR_T 8
  33780. | #define HAVE_SSIZE_T 1
  33781. | #define SIZEOF_SSIZE_T 8
  33782. | #define GETGROUPS_T gid_t
  33783. | #define RETSIGTYPE void
  33784. | #define HAVE_ALLOCA_H 1
  33785. | #define HAVE_ALLOCA 1
  33786. | #define HAVE_ACOSH 1
  33787. | #define HAVE_CBRT 1
  33788. | #define HAVE_CRYPT 1
  33789. | #define HAVE_DUP2 1
  33790. | #define HAVE_ERF 1
  33791. | #define HAVE_FFS 1
  33792. | #define HAVE_FINITE 1
  33793. | #define HAVE_FLOCK 1
  33794. | #define HAVE_HYPOT 1
  33795. | #define HAVE_ISINF 1
  33796. | #define HAVE_ISNAN 1
  33797. | #define HAVE_LGAMMA_R 1
  33798. | #define HAVE_MEMMOVE 1
  33799. | #define HAVE_NEXTAFTER 1
  33800. | #define HAVE_STRCHR 1
  33801. | #define HAVE_STRERROR 1
  33802. | #define HAVE_STRLCAT 1
  33803. | #define HAVE_STRLCPY 1
  33804. | #define HAVE_STRSTR 1
  33805. | #define HAVE_TGAMMA 1
  33806. | #define SPT_TYPE SPT_REUSEARGV
  33807. | #define HAVE_SIGNBIT 1
  33808. | #define HAVE_FORK 1
  33809. | #define vfork fork
  33810. | #define HAVE_WORKING_FORK 1
  33811. | #define HAVE__LONGJMP 1
  33812. | #define HAVE_ARC4RANDOM_BUF 1
  33813. | #define HAVE_ATAN2L 1
  33814. | #define HAVE_ATAN2F 1
  33815. | #define HAVE_CHROOT 1
  33816. | #define HAVE_CLOCK_GETTIME 1
  33817. | #define HAVE_COSH 1
  33818. | #define HAVE_DIRFD 1
  33819. | #define HAVE_DLOPEN 1
  33820. | #define HAVE_DLADDR 1
  33821. | #define HAVE_DUP 1
  33822. | #define HAVE_ENDGRENT 1
  33823. | #define HAVE_FCHMOD 1
  33824. | #define HAVE_FCHOWN 1
  33825. | #define HAVE_FCNTL 1
  33826. | #define HAVE_FDOPENDIR 1
  33827. | #define HAVE_FGETATTRLIST 1
  33828. | #define HAVE_FMOD 1
  33829. | #define HAVE_FSTATAT 1
  33830. | #define HAVE_FSYNC 1
  33831. | #define HAVE_FTRUNCATE 1
  33832. | #define HAVE_GETATTRLIST 1
  33833. | #define HAVE_GETCWD 1
  33834. | #define HAVE_GETGRNAM 1
  33835. | #define HAVE_GETGRNAM_R 1
  33836. | #define HAVE_GETGROUPS 1
  33837. | #define HAVE_GETPGID 1
  33838. | #define HAVE_GETPGRP 1
  33839. | #define HAVE_GETPRIORITY 1
  33840. | #define HAVE_GETPWNAM_R 1
  33841. | #define HAVE_GETRLIMIT 1
  33842. | #define HAVE_GETSID 1
  33843. | #define HAVE_GETTIMEOFDAY 1
  33844. | #define HAVE_GMTIME_R 1
  33845. | #define HAVE_INITGROUPS 1
  33846. | #define HAVE_IOCTL 1
  33847. | #define HAVE_ISSETUGID 1
  33848. | #define HAVE_KILLPG 1
  33849. | #define HAVE_LCHMOD 1
  33850. | #define HAVE_LCHOWN 1
  33851. | #define HAVE_LINK 1
  33852. | #define HAVE_LLABS 1
  33853. | #define HAVE_LOCKF 1
  33854. | #define HAVE_LOG2 1
  33855. | #define HAVE_LSTAT 1
  33856. | #define HAVE_LUTIMES 1
  33857. | #define HAVE_MALLOC_SIZE 1
  33858. | #define HAVE_MBLEN 1
  33859. | #define HAVE_MEMSET_S 1
  33860. | #define HAVE_WRITEV 1
  33861. | #define HAVE_MKFIFO 1
  33862. | #define HAVE_MKNOD 1
  33863. | #define HAVE_MKTIME 1
  33864. | #define HAVE_OPENAT 1
  33865. | #define HAVE_POLL 1
  33866. | #define HAVE_POSIX_MEMALIGN 1
  33867. | #define HAVE_PREAD 1
  33868. | #define HAVE_PWRITE 1
  33869. | #define HAVE_QSORT_R 1
  33870. | #define HAVE_READLINK 1
  33871. | #define HAVE_ROUND 1
  33872. | #define HAVE_SEEKDIR 1
  33873. | #define HAVE_SENDFILE 1
  33874. | #define HAVE_SETEGID 1
  33875. | #define HAVE_SETENV 1
  33876. | #define HAVE_SETEUID 1
  33877. | #define HAVE_SETGID 1
  33878. | #define HAVE_SETGROUPS 1
  33879. | #define HAVE_SETPGID 1
  33880. | #define HAVE_SETPGRP 1
  33881. | #define HAVE_SETREGID 1
  33882. | #define HAVE_SETREUID 1
  33883. | #define HAVE_SETRGID 1
  33884. | #define HAVE_SETRLIMIT 1
  33885. | #define HAVE_SETRUID 1
  33886. | #define HAVE_SETSID 1
  33887. | #define HAVE_SETUID 1
  33888. | #define HAVE_SHUTDOWN 1
  33889. | #define HAVE_SIGACTION 1
  33890. | #define HAVE_SIGALTSTACK 1
  33891. | #define HAVE_SIGPROCMASK 1
  33892. | #define HAVE_SINH 1
  33893. | #define HAVE_SYMLINK 1
  33894. | #define HAVE_SYSCONF 1
  33895. | #define HAVE_TANH 1
  33896. | #define HAVE_TELLDIR 1
  33897. | #define HAVE_TIMEGM 1
  33898. | #define HAVE_TIMES 1
  33899. | #define HAVE_TRUNCATE 1
  33900. | #define HAVE_UNSETENV 1
  33901. | #define HAVE_UTIMENSAT 1
  33902. | #define HAVE_UTIMES 1
  33903. | #define HAVE_WAIT4 1
  33904. | #define HAVE_WAITPID 1
  33905. | #if !defined __STDC_WANT_LIB_EXT1__
  33906. | #define __STDC_WANT_LIB_EXT1__ 1
  33907. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  33908. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  33909. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  33910. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  33911. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  33912. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  33913. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  33914. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  33915. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  33916. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  33917. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  33918. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  33919. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  33920. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  33921. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  33922. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  33923. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  33924. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  33925. | #define HAVE_BSD_QSORT_R 1
  33926. | #define ATAN2_INF_C99 1
  33927. | #define HAVE_CLOCK_GETRES 1
  33928. | #define HAVE_STRUCT_TM_TM_ZONE 1
  33929. | #define HAVE_TM_ZONE 1
  33930. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  33931. | #define HAVE_DAYLIGHT 1
  33932. | #define NEGATIVE_TIME_T 1
  33933. | #define POSIX_SIGNAL 1
  33934. | #define HAVE_SIG_T 1
  33935. | #define RSHIFT(x,y) ((x)>>(int)(y))
  33936. | #define HAVE__SC_CLK_TCK 1
  33937. | #define STACK_GROW_DIRECTION -1
  33938. | #define _REENTRANT 1
  33939. | #define _THREAD_SAFE 1
  33940. | #define HAVE_LIBPTHREAD 1
  33941. | #define HAVE_SCHED_YIELD 1
  33942. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  33943. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  33944. | #define HAVE_PTHREAD_ATTR_INIT 1
  33945. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  33946. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  33947. | #define HAVE_PTHREAD_COND_INIT 1
  33948. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  33949. | #define HAVE_PTHREAD_SIGMASK 1
  33950. | #define HAVE_PTHREAD_SETNAME_NP 1
  33951. | #define SET_CURRENT_THREAD_NAME(name) pthread_setname_np(name)
  33952. | #define DEFINE_MCONTEXT_PTR(mc, uc) mcontext_t mc = (uc)->uc_mcontext
  33953. | #define HAVE_EXECINFO_H 1
  33954. | /* end confdefs.h. */
  33955. |
  33956. | /* Override any GCC internal prototype to avoid an error.
  33957. | Use char because int might match the return type of a GCC
  33958. | builtin and then its argument prototype would still apply. */
  33959. | #ifdef __cplusplus
  33960. | extern "C"
  33961. | #endif
  33962. | char backtrace ();
  33963. | int
  33964. | main ()
  33965. | {
  33966. | return backtrace ();
  33967. | ;
  33968. | return 0;
  33969. | }
  33970. configure:25341: result: no
  33971. configure:25354: checking libunwind.h usability
  33972. 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
  33973. configure:25354: $? = 0
  33974. configure:25354: result: yes
  33975. configure:25354: checking libunwind.h presence
  33976. 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
  33977. configure:25354: $? = 0
  33978. configure:25354: result: yes
  33979. configure:25354: checking for libunwind.h
  33980. configure:25354: result: yes
  33981. configure:25479: checking for backtrace
  33982. 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
  33983. configure:25479: $? = 0
  33984. configure:25479: result: yes
  33985. configure:25491: checking for broken backtrace
  33986. 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
  33987. configure:25550: $? = 0
  33988. configure:25550: ./conftest
  33989. configure:25550: $? = 1
  33990. configure: program exited with status 1
  33991. configure: failed program was:
  33992. | /* confdefs.h */
  33993. | #define PACKAGE_NAME ""
  33994. | #define PACKAGE_TARNAME ""
  33995. | #define PACKAGE_VERSION ""
  33996. | #define PACKAGE_STRING ""
  33997. | #define PACKAGE_BUGREPORT ""
  33998. | #define PACKAGE_URL ""
  33999. | #define CANONICALIZATION_FOR_MATHN 1
  34000. | #define STDC_HEADERS 1
  34001. | #define HAVE_SYS_TYPES_H 1
  34002. | #define HAVE_SYS_STAT_H 1
  34003. | #define HAVE_STDLIB_H 1
  34004. | #define HAVE_STRING_H 1
  34005. | #define HAVE_MEMORY_H 1
  34006. | #define HAVE_STRINGS_H 1
  34007. | #define HAVE_INTTYPES_H 1
  34008. | #define HAVE_STDINT_H 1
  34009. | #define HAVE_UNISTD_H 1
  34010. | #define __EXTENSIONS__ 1
  34011. | #define _ALL_SOURCE 1
  34012. | #define _GNU_SOURCE 1
  34013. | #define _POSIX_PTHREAD_SEMANTICS 1
  34014. | #define _TANDEM_SOURCE 1
  34015. | #define HAVE_INFINITY 1
  34016. | #define HAVE_NAN 1
  34017. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  34018. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  34019. | #define BROKEN_CRYPT 1
  34020. | #define HAVE_CRT_EXTERNS_H 1
  34021. | #define HAVE_LIBDL 1
  34022. | #define HAVE_DIRENT_H 1
  34023. | #define HAVE__BOOL 1
  34024. | #define HAVE_STDBOOL_H 1
  34025. | #define HAVE_SYS_WAIT_H 1
  34026. | #define HAVE_GRP_H 1
  34027. | #define HAVE_FCNTL_H 1
  34028. | #define HAVE_FLOAT_H 1
  34029. | #define HAVE_LANGINFO_H 1
  34030. | #define HAVE_LIMITS_H 1
  34031. | #define HAVE_LOCALE_H 1
  34032. | #define HAVE_MALLOC_MALLOC_H 1
  34033. | #define HAVE_PWD_H 1
  34034. | #define HAVE_SYS_ATTR_H 1
  34035. | #define HAVE_SYS_FCNTL_H 1
  34036. | #define HAVE_SYS_FILE_H 1
  34037. | #define HAVE_SYS_IOCTL_H 1
  34038. | #define HAVE_SYS_PARAM_H 1
  34039. | #define HAVE_SYS_RESOURCE_H 1
  34040. | #define HAVE_SYS_SELECT_H 1
  34041. | #define HAVE_SYS_SOCKET_H 1
  34042. | #define HAVE_SYS_TIME_H 1
  34043. | #define HAVE_SYS_TIMES_H 1
  34044. | #define HAVE_SYS_UIO_H 1
  34045. | #define HAVE_TIME_H 1
  34046. | #define HAVE_UCONTEXT_H 1
  34047. | #define HAVE_UTIME_H 1
  34048. | #define HAVE_GMP_H 1
  34049. | #define HAVE_LIBGMP 1
  34050. | #define HAVE_TYPEOF 1
  34051. | #define HAVE_LONG_LONG 1
  34052. | #define HAVE_OFF_T 1
  34053. | #define SIZEOF_INT 4
  34054. | #define SIZEOF_SHORT 2
  34055. | #define SIZEOF_LONG 8
  34056. | #define SIZEOF_LONG_LONG 8
  34057. | #define SIZEOF___INT64 0
  34058. | #define SIZEOF___INT128 16
  34059. | #define SIZEOF_OFF_T 8
  34060. | #define SIZEOF_VOIDP 8
  34061. | #define SIZEOF_FLOAT 4
  34062. | #define SIZEOF_DOUBLE 8
  34063. | #define SIZEOF_TIME_T 8
  34064. | #define SIZEOF_CLOCK_T 8
  34065. | #define PACKED_STRUCT(x) x __attribute__((packed))
  34066. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  34067. | #define PRI_LL_PREFIX "ll"
  34068. | #define rb_pid_t pid_t
  34069. | #define SIGNEDNESS_OF_PID_T -1
  34070. | #define PIDT2NUM(v) INT2NUM(v)
  34071. | #define NUM2PIDT(v) NUM2INT(v)
  34072. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  34073. | #define rb_uid_t uid_t
  34074. | #define SIGNEDNESS_OF_UID_T +1
  34075. | #define UIDT2NUM(v) UINT2NUM(v)
  34076. | #define NUM2UIDT(v) NUM2UINT(v)
  34077. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  34078. | #define rb_gid_t gid_t
  34079. | #define SIGNEDNESS_OF_GID_T +1
  34080. | #define GIDT2NUM(v) UINT2NUM(v)
  34081. | #define NUM2GIDT(v) NUM2UINT(v)
  34082. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  34083. | #define rb_time_t time_t
  34084. | #define SIGNEDNESS_OF_TIME_T -1
  34085. | #define TIMET2NUM(v) LONG2NUM(v)
  34086. | #define NUM2TIMET(v) NUM2LONG(v)
  34087. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  34088. | #define rb_dev_t dev_t
  34089. | #define SIGNEDNESS_OF_DEV_T -1
  34090. | #define DEVT2NUM(v) INT2NUM(v)
  34091. | #define NUM2DEVT(v) NUM2INT(v)
  34092. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  34093. | #define rb_mode_t mode_t
  34094. | #define SIGNEDNESS_OF_MODE_T +1
  34095. | #define MODET2NUM(v) UINT2NUM(v)
  34096. | #define NUM2MODET(v) NUM2UINT(v)
  34097. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  34098. | #define rb_rlim_t rlim_t
  34099. | #define SIGNEDNESS_OF_RLIM_T +1
  34100. | #define RLIM2NUM(v) ULL2NUM(v)
  34101. | #define NUM2RLIM(v) NUM2ULL(v)
  34102. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  34103. | #define rb_off_t off_t
  34104. | #define SIGNEDNESS_OF_OFF_T -1
  34105. | #define OFFT2NUM(v) LL2NUM(v)
  34106. | #define NUM2OFFT(v) NUM2LL(v)
  34107. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  34108. | #define rb_clockid_t int
  34109. | #define SIGNEDNESS_OF_CLOCKID_T -1
  34110. | #define CLOCKID2NUM(v) INT2NUM(v)
  34111. | #define NUM2CLOCKID(v) NUM2INT(v)
  34112. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  34113. | #define HAVE_PROTOTYPES 1
  34114. | #define TOKEN_PASTE(x,y) x##y
  34115. | #define STRINGIZE(expr) STRINGIZE0(expr)
  34116. | #define HAVE_STDARG_PROTOTYPES 1
  34117. | #define HAVE_VA_ARGS_MACRO 1
  34118. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  34119. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  34120. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  34121. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  34122. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  34123. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  34124. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  34125. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  34126. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  34127. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  34128. | #define WEAK(x) __attribute__ ((__weak__)) x
  34129. | #define HAVE_FUNC_WEAK 1
  34130. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  34131. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  34132. | #define HAVE_GCC_SYNC_BUILTINS 1
  34133. | #define UNREACHABLE __builtin_unreachable()
  34134. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  34135. | #define RUBY_FUNCTION_NAME_STRING __func__
  34136. | #define ENUM_OVER_INT 1
  34137. | #define HAVE_DECL_SYS_NERR 1
  34138. | #define HAVE_DECL_GETENV 1
  34139. | #define SIZEOF_SIZE_T 8
  34140. | #define SIZEOF_PTRDIFF_T 8
  34141. | #define PRI_SIZE_PREFIX "z"
  34142. | #define PRI_PTRDIFF_PREFIX "t"
  34143. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  34144. | #define HAVE_ST_BLKSIZE 1
  34145. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  34146. | #define HAVE_ST_BLOCKS 1
  34147. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  34148. | #define HAVE_ST_RDEV 1
  34149. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  34150. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  34151. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  34152. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  34153. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  34154. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  34155. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  34156. | #define HAVE_STRUCT_TIMEVAL 1
  34157. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  34158. | #define HAVE_STRUCT_TIMESPEC 1
  34159. | #define HAVE_STRUCT_TIMEZONE 1
  34160. | #define HAVE_INT8_T 1
  34161. | #define SIZEOF_INT8_T 1
  34162. | #define HAVE_UINT8_T 1
  34163. | #define SIZEOF_UINT8_T 1
  34164. | #define HAVE_INT16_T 1
  34165. | #define SIZEOF_INT16_T 2
  34166. | #define HAVE_UINT16_T 1
  34167. | #define SIZEOF_UINT16_T 2
  34168. | #define HAVE_INT32_T 1
  34169. | #define SIZEOF_INT32_T 4
  34170. | #define HAVE_UINT32_T 1
  34171. | #define SIZEOF_UINT32_T 4
  34172. | #define HAVE_INT64_T 1
  34173. | #define SIZEOF_INT64_T 8
  34174. | #define HAVE_UINT64_T 1
  34175. | #define SIZEOF_UINT64_T 8
  34176. | #define HAVE_INT128_T 1
  34177. | #define int128_t __int128
  34178. | #define SIZEOF_INT128_T SIZEOF___INT128
  34179. | #define HAVE_UINT128_T 1
  34180. | #define uint128_t unsigned __int128
  34181. | #define SIZEOF_UINT128_T SIZEOF___INT128
  34182. | #define HAVE_INTPTR_T 1
  34183. | #define SIZEOF_INTPTR_T 8
  34184. | #define HAVE_UINTPTR_T 1
  34185. | #define SIZEOF_UINTPTR_T 8
  34186. | #define HAVE_SSIZE_T 1
  34187. | #define SIZEOF_SSIZE_T 8
  34188. | #define GETGROUPS_T gid_t
  34189. | #define RETSIGTYPE void
  34190. | #define HAVE_ALLOCA_H 1
  34191. | #define HAVE_ALLOCA 1
  34192. | #define HAVE_ACOSH 1
  34193. | #define HAVE_CBRT 1
  34194. | #define HAVE_CRYPT 1
  34195. | #define HAVE_DUP2 1
  34196. | #define HAVE_ERF 1
  34197. | #define HAVE_FFS 1
  34198. | #define HAVE_FINITE 1
  34199. | #define HAVE_FLOCK 1
  34200. | #define HAVE_HYPOT 1
  34201. | #define HAVE_ISINF 1
  34202. | #define HAVE_ISNAN 1
  34203. | #define HAVE_LGAMMA_R 1
  34204. | #define HAVE_MEMMOVE 1
  34205. | #define HAVE_NEXTAFTER 1
  34206. | #define HAVE_STRCHR 1
  34207. | #define HAVE_STRERROR 1
  34208. | #define HAVE_STRLCAT 1
  34209. | #define HAVE_STRLCPY 1
  34210. | #define HAVE_STRSTR 1
  34211. | #define HAVE_TGAMMA 1
  34212. | #define SPT_TYPE SPT_REUSEARGV
  34213. | #define HAVE_SIGNBIT 1
  34214. | #define HAVE_FORK 1
  34215. | #define vfork fork
  34216. | #define HAVE_WORKING_FORK 1
  34217. | #define HAVE__LONGJMP 1
  34218. | #define HAVE_ARC4RANDOM_BUF 1
  34219. | #define HAVE_ATAN2L 1
  34220. | #define HAVE_ATAN2F 1
  34221. | #define HAVE_CHROOT 1
  34222. | #define HAVE_CLOCK_GETTIME 1
  34223. | #define HAVE_COSH 1
  34224. | #define HAVE_DIRFD 1
  34225. | #define HAVE_DLOPEN 1
  34226. | #define HAVE_DLADDR 1
  34227. | #define HAVE_DUP 1
  34228. | #define HAVE_ENDGRENT 1
  34229. | #define HAVE_FCHMOD 1
  34230. | #define HAVE_FCHOWN 1
  34231. | #define HAVE_FCNTL 1
  34232. | #define HAVE_FDOPENDIR 1
  34233. | #define HAVE_FGETATTRLIST 1
  34234. | #define HAVE_FMOD 1
  34235. | #define HAVE_FSTATAT 1
  34236. | #define HAVE_FSYNC 1
  34237. | #define HAVE_FTRUNCATE 1
  34238. | #define HAVE_GETATTRLIST 1
  34239. | #define HAVE_GETCWD 1
  34240. | #define HAVE_GETGRNAM 1
  34241. | #define HAVE_GETGRNAM_R 1
  34242. | #define HAVE_GETGROUPS 1
  34243. | #define HAVE_GETPGID 1
  34244. | #define HAVE_GETPGRP 1
  34245. | #define HAVE_GETPRIORITY 1
  34246. | #define HAVE_GETPWNAM_R 1
  34247. | #define HAVE_GETRLIMIT 1
  34248. | #define HAVE_GETSID 1
  34249. | #define HAVE_GETTIMEOFDAY 1
  34250. | #define HAVE_GMTIME_R 1
  34251. | #define HAVE_INITGROUPS 1
  34252. | #define HAVE_IOCTL 1
  34253. | #define HAVE_ISSETUGID 1
  34254. | #define HAVE_KILLPG 1
  34255. | #define HAVE_LCHMOD 1
  34256. | #define HAVE_LCHOWN 1
  34257. | #define HAVE_LINK 1
  34258. | #define HAVE_LLABS 1
  34259. | #define HAVE_LOCKF 1
  34260. | #define HAVE_LOG2 1
  34261. | #define HAVE_LSTAT 1
  34262. | #define HAVE_LUTIMES 1
  34263. | #define HAVE_MALLOC_SIZE 1
  34264. | #define HAVE_MBLEN 1
  34265. | #define HAVE_MEMSET_S 1
  34266. | #define HAVE_WRITEV 1
  34267. | #define HAVE_MKFIFO 1
  34268. | #define HAVE_MKNOD 1
  34269. | #define HAVE_MKTIME 1
  34270. | #define HAVE_OPENAT 1
  34271. | #define HAVE_POLL 1
  34272. | #define HAVE_POSIX_MEMALIGN 1
  34273. | #define HAVE_PREAD 1
  34274. | #define HAVE_PWRITE 1
  34275. | #define HAVE_QSORT_R 1
  34276. | #define HAVE_READLINK 1
  34277. | #define HAVE_ROUND 1
  34278. | #define HAVE_SEEKDIR 1
  34279. | #define HAVE_SENDFILE 1
  34280. | #define HAVE_SETEGID 1
  34281. | #define HAVE_SETENV 1
  34282. | #define HAVE_SETEUID 1
  34283. | #define HAVE_SETGID 1
  34284. | #define HAVE_SETGROUPS 1
  34285. | #define HAVE_SETPGID 1
  34286. | #define HAVE_SETPGRP 1
  34287. | #define HAVE_SETREGID 1
  34288. | #define HAVE_SETREUID 1
  34289. | #define HAVE_SETRGID 1
  34290. | #define HAVE_SETRLIMIT 1
  34291. | #define HAVE_SETRUID 1
  34292. | #define HAVE_SETSID 1
  34293. | #define HAVE_SETUID 1
  34294. | #define HAVE_SHUTDOWN 1
  34295. | #define HAVE_SIGACTION 1
  34296. | #define HAVE_SIGALTSTACK 1
  34297. | #define HAVE_SIGPROCMASK 1
  34298. | #define HAVE_SINH 1
  34299. | #define HAVE_SYMLINK 1
  34300. | #define HAVE_SYSCONF 1
  34301. | #define HAVE_TANH 1
  34302. | #define HAVE_TELLDIR 1
  34303. | #define HAVE_TIMEGM 1
  34304. | #define HAVE_TIMES 1
  34305. | #define HAVE_TRUNCATE 1
  34306. | #define HAVE_UNSETENV 1
  34307. | #define HAVE_UTIMENSAT 1
  34308. | #define HAVE_UTIMES 1
  34309. | #define HAVE_WAIT4 1
  34310. | #define HAVE_WAITPID 1
  34311. | #if !defined __STDC_WANT_LIB_EXT1__
  34312. | #define __STDC_WANT_LIB_EXT1__ 1
  34313. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  34314. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  34315. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  34316. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  34317. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  34318. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  34319. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  34320. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  34321. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  34322. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  34323. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  34324. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  34325. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  34326. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  34327. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  34328. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  34329. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  34330. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  34331. | #define HAVE_BSD_QSORT_R 1
  34332. | #define ATAN2_INF_C99 1
  34333. | #define HAVE_CLOCK_GETRES 1
  34334. | #define HAVE_STRUCT_TM_TM_ZONE 1
  34335. | #define HAVE_TM_ZONE 1
  34336. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  34337. | #define HAVE_DAYLIGHT 1
  34338. | #define NEGATIVE_TIME_T 1
  34339. | #define POSIX_SIGNAL 1
  34340. | #define HAVE_SIG_T 1
  34341. | #define RSHIFT(x,y) ((x)>>(int)(y))
  34342. | #define HAVE__SC_CLK_TCK 1
  34343. | #define STACK_GROW_DIRECTION -1
  34344. | #define _REENTRANT 1
  34345. | #define _THREAD_SAFE 1
  34346. | #define HAVE_LIBPTHREAD 1
  34347. | #define HAVE_SCHED_YIELD 1
  34348. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  34349. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  34350. | #define HAVE_PTHREAD_ATTR_INIT 1
  34351. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  34352. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  34353. | #define HAVE_PTHREAD_COND_INIT 1
  34354. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  34355. | #define HAVE_PTHREAD_SIGMASK 1
  34356. | #define HAVE_PTHREAD_SETNAME_NP 1
  34357. | #define SET_CURRENT_THREAD_NAME(name) pthread_setname_np(name)
  34358. | #define DEFINE_MCONTEXT_PTR(mc, uc) mcontext_t mc = (uc)->uc_mcontext
  34359. | #define HAVE_EXECINFO_H 1
  34360. | #define HAVE_LIBUNWIND_H 1
  34361. | #define HAVE_BACKTRACE 1
  34362. | /* end confdefs.h. */
  34363. |
  34364. | #include <unistd.h>
  34365. | #include <stdio.h>
  34366. | #include <stdlib.h>
  34367. | #include <stdint.h>
  34368. | #include <string.h>
  34369. | #include <signal.h>
  34370. | #include <execinfo.h>
  34371. |
  34372. | #define TRACE_SIZE 256
  34373. |
  34374. | void sigsegv(int signum, siginfo_t *info, void *ctx){
  34375. | void *trace[TRACE_SIZE];
  34376. | int n = backtrace(trace, TRACE_SIZE);
  34377. | if (n > 0) {
  34378. | /*fprintf(stdout, "backtrace:%d\n",n);*/
  34379. | } else {
  34380. | _exit(EXIT_FAILURE);
  34381. | }
  34382. | _exit(EXIT_SUCCESS);
  34383. | }
  34384. | int
  34385. | main(void)
  34386. | {
  34387. | volatile int *a = NULL;
  34388. | stack_t ss;
  34389. | ss.ss_sp = malloc(SIGSTKSZ);
  34390. | if (ss.ss_sp == NULL) {
  34391. | fprintf(stderr, "cannot allocate memory for sigaltstack\n");
  34392. | return EXIT_FAILURE;
  34393. | }
  34394. | ss.ss_size = SIGSTKSZ;
  34395. | ss.ss_flags = 0;
  34396. | if (sigaltstack(&ss, NULL) == -1) {
  34397. | fprintf(stderr, "sigaltstack failed\n");
  34398. | return EXIT_FAILURE;
  34399. | }
  34400. | struct sigaction sa;
  34401. | memset(&sa, 0, sizeof(struct sigaction));
  34402. | sigemptyset(&sa.sa_mask);
  34403. | sa.sa_sigaction = sigsegv;
  34404. | sa.sa_flags |= SA_SIGINFO;
  34405. | sa.sa_flags |= SA_ONSTACK;
  34406. | sigaction(SIGSEGV, &sa, NULL);
  34407. | a[0] = 1;
  34408. | return EXIT_SUCCESS;
  34409. | }
  34410. |
  34411. configure:25560: result: yes
  34412. configure:25582: checking valgrind/memcheck.h usability
  34413. 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
  34414. conftest.c:406:10: fatal error: 'valgrind/memcheck.h' file not found
  34415. #include <valgrind/memcheck.h>
  34416. ^~~~~~~~~~~~~~~~~~~~~
  34417. 1 error generated.
  34418. configure:25582: $? = 1
  34419. configure: failed program was:
  34420. | /* confdefs.h */
  34421. | #define PACKAGE_NAME ""
  34422. | #define PACKAGE_TARNAME ""
  34423. | #define PACKAGE_VERSION ""
  34424. | #define PACKAGE_STRING ""
  34425. | #define PACKAGE_BUGREPORT ""
  34426. | #define PACKAGE_URL ""
  34427. | #define CANONICALIZATION_FOR_MATHN 1
  34428. | #define STDC_HEADERS 1
  34429. | #define HAVE_SYS_TYPES_H 1
  34430. | #define HAVE_SYS_STAT_H 1
  34431. | #define HAVE_STDLIB_H 1
  34432. | #define HAVE_STRING_H 1
  34433. | #define HAVE_MEMORY_H 1
  34434. | #define HAVE_STRINGS_H 1
  34435. | #define HAVE_INTTYPES_H 1
  34436. | #define HAVE_STDINT_H 1
  34437. | #define HAVE_UNISTD_H 1
  34438. | #define __EXTENSIONS__ 1
  34439. | #define _ALL_SOURCE 1
  34440. | #define _GNU_SOURCE 1
  34441. | #define _POSIX_PTHREAD_SEMANTICS 1
  34442. | #define _TANDEM_SOURCE 1
  34443. | #define HAVE_INFINITY 1
  34444. | #define HAVE_NAN 1
  34445. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  34446. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  34447. | #define BROKEN_CRYPT 1
  34448. | #define HAVE_CRT_EXTERNS_H 1
  34449. | #define HAVE_LIBDL 1
  34450. | #define HAVE_DIRENT_H 1
  34451. | #define HAVE__BOOL 1
  34452. | #define HAVE_STDBOOL_H 1
  34453. | #define HAVE_SYS_WAIT_H 1
  34454. | #define HAVE_GRP_H 1
  34455. | #define HAVE_FCNTL_H 1
  34456. | #define HAVE_FLOAT_H 1
  34457. | #define HAVE_LANGINFO_H 1
  34458. | #define HAVE_LIMITS_H 1
  34459. | #define HAVE_LOCALE_H 1
  34460. | #define HAVE_MALLOC_MALLOC_H 1
  34461. | #define HAVE_PWD_H 1
  34462. | #define HAVE_SYS_ATTR_H 1
  34463. | #define HAVE_SYS_FCNTL_H 1
  34464. | #define HAVE_SYS_FILE_H 1
  34465. | #define HAVE_SYS_IOCTL_H 1
  34466. | #define HAVE_SYS_PARAM_H 1
  34467. | #define HAVE_SYS_RESOURCE_H 1
  34468. | #define HAVE_SYS_SELECT_H 1
  34469. | #define HAVE_SYS_SOCKET_H 1
  34470. | #define HAVE_SYS_TIME_H 1
  34471. | #define HAVE_SYS_TIMES_H 1
  34472. | #define HAVE_SYS_UIO_H 1
  34473. | #define HAVE_TIME_H 1
  34474. | #define HAVE_UCONTEXT_H 1
  34475. | #define HAVE_UTIME_H 1
  34476. | #define HAVE_GMP_H 1
  34477. | #define HAVE_LIBGMP 1
  34478. | #define HAVE_TYPEOF 1
  34479. | #define HAVE_LONG_LONG 1
  34480. | #define HAVE_OFF_T 1
  34481. | #define SIZEOF_INT 4
  34482. | #define SIZEOF_SHORT 2
  34483. | #define SIZEOF_LONG 8
  34484. | #define SIZEOF_LONG_LONG 8
  34485. | #define SIZEOF___INT64 0
  34486. | #define SIZEOF___INT128 16
  34487. | #define SIZEOF_OFF_T 8
  34488. | #define SIZEOF_VOIDP 8
  34489. | #define SIZEOF_FLOAT 4
  34490. | #define SIZEOF_DOUBLE 8
  34491. | #define SIZEOF_TIME_T 8
  34492. | #define SIZEOF_CLOCK_T 8
  34493. | #define PACKED_STRUCT(x) x __attribute__((packed))
  34494. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  34495. | #define PRI_LL_PREFIX "ll"
  34496. | #define rb_pid_t pid_t
  34497. | #define SIGNEDNESS_OF_PID_T -1
  34498. | #define PIDT2NUM(v) INT2NUM(v)
  34499. | #define NUM2PIDT(v) NUM2INT(v)
  34500. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  34501. | #define rb_uid_t uid_t
  34502. | #define SIGNEDNESS_OF_UID_T +1
  34503. | #define UIDT2NUM(v) UINT2NUM(v)
  34504. | #define NUM2UIDT(v) NUM2UINT(v)
  34505. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  34506. | #define rb_gid_t gid_t
  34507. | #define SIGNEDNESS_OF_GID_T +1
  34508. | #define GIDT2NUM(v) UINT2NUM(v)
  34509. | #define NUM2GIDT(v) NUM2UINT(v)
  34510. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  34511. | #define rb_time_t time_t
  34512. | #define SIGNEDNESS_OF_TIME_T -1
  34513. | #define TIMET2NUM(v) LONG2NUM(v)
  34514. | #define NUM2TIMET(v) NUM2LONG(v)
  34515. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  34516. | #define rb_dev_t dev_t
  34517. | #define SIGNEDNESS_OF_DEV_T -1
  34518. | #define DEVT2NUM(v) INT2NUM(v)
  34519. | #define NUM2DEVT(v) NUM2INT(v)
  34520. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  34521. | #define rb_mode_t mode_t
  34522. | #define SIGNEDNESS_OF_MODE_T +1
  34523. | #define MODET2NUM(v) UINT2NUM(v)
  34524. | #define NUM2MODET(v) NUM2UINT(v)
  34525. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  34526. | #define rb_rlim_t rlim_t
  34527. | #define SIGNEDNESS_OF_RLIM_T +1
  34528. | #define RLIM2NUM(v) ULL2NUM(v)
  34529. | #define NUM2RLIM(v) NUM2ULL(v)
  34530. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  34531. | #define rb_off_t off_t
  34532. | #define SIGNEDNESS_OF_OFF_T -1
  34533. | #define OFFT2NUM(v) LL2NUM(v)
  34534. | #define NUM2OFFT(v) NUM2LL(v)
  34535. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  34536. | #define rb_clockid_t int
  34537. | #define SIGNEDNESS_OF_CLOCKID_T -1
  34538. | #define CLOCKID2NUM(v) INT2NUM(v)
  34539. | #define NUM2CLOCKID(v) NUM2INT(v)
  34540. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  34541. | #define HAVE_PROTOTYPES 1
  34542. | #define TOKEN_PASTE(x,y) x##y
  34543. | #define STRINGIZE(expr) STRINGIZE0(expr)
  34544. | #define HAVE_STDARG_PROTOTYPES 1
  34545. | #define HAVE_VA_ARGS_MACRO 1
  34546. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  34547. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  34548. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  34549. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  34550. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  34551. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  34552. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  34553. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  34554. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  34555. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  34556. | #define WEAK(x) __attribute__ ((__weak__)) x
  34557. | #define HAVE_FUNC_WEAK 1
  34558. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  34559. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  34560. | #define HAVE_GCC_SYNC_BUILTINS 1
  34561. | #define UNREACHABLE __builtin_unreachable()
  34562. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  34563. | #define RUBY_FUNCTION_NAME_STRING __func__
  34564. | #define ENUM_OVER_INT 1
  34565. | #define HAVE_DECL_SYS_NERR 1
  34566. | #define HAVE_DECL_GETENV 1
  34567. | #define SIZEOF_SIZE_T 8
  34568. | #define SIZEOF_PTRDIFF_T 8
  34569. | #define PRI_SIZE_PREFIX "z"
  34570. | #define PRI_PTRDIFF_PREFIX "t"
  34571. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  34572. | #define HAVE_ST_BLKSIZE 1
  34573. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  34574. | #define HAVE_ST_BLOCKS 1
  34575. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  34576. | #define HAVE_ST_RDEV 1
  34577. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  34578. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  34579. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  34580. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  34581. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  34582. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  34583. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  34584. | #define HAVE_STRUCT_TIMEVAL 1
  34585. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  34586. | #define HAVE_STRUCT_TIMESPEC 1
  34587. | #define HAVE_STRUCT_TIMEZONE 1
  34588. | #define HAVE_INT8_T 1
  34589. | #define SIZEOF_INT8_T 1
  34590. | #define HAVE_UINT8_T 1
  34591. | #define SIZEOF_UINT8_T 1
  34592. | #define HAVE_INT16_T 1
  34593. | #define SIZEOF_INT16_T 2
  34594. | #define HAVE_UINT16_T 1
  34595. | #define SIZEOF_UINT16_T 2
  34596. | #define HAVE_INT32_T 1
  34597. | #define SIZEOF_INT32_T 4
  34598. | #define HAVE_UINT32_T 1
  34599. | #define SIZEOF_UINT32_T 4
  34600. | #define HAVE_INT64_T 1
  34601. | #define SIZEOF_INT64_T 8
  34602. | #define HAVE_UINT64_T 1
  34603. | #define SIZEOF_UINT64_T 8
  34604. | #define HAVE_INT128_T 1
  34605. | #define int128_t __int128
  34606. | #define SIZEOF_INT128_T SIZEOF___INT128
  34607. | #define HAVE_UINT128_T 1
  34608. | #define uint128_t unsigned __int128
  34609. | #define SIZEOF_UINT128_T SIZEOF___INT128
  34610. | #define HAVE_INTPTR_T 1
  34611. | #define SIZEOF_INTPTR_T 8
  34612. | #define HAVE_UINTPTR_T 1
  34613. | #define SIZEOF_UINTPTR_T 8
  34614. | #define HAVE_SSIZE_T 1
  34615. | #define SIZEOF_SSIZE_T 8
  34616. | #define GETGROUPS_T gid_t
  34617. | #define RETSIGTYPE void
  34618. | #define HAVE_ALLOCA_H 1
  34619. | #define HAVE_ALLOCA 1
  34620. | #define HAVE_ACOSH 1
  34621. | #define HAVE_CBRT 1
  34622. | #define HAVE_CRYPT 1
  34623. | #define HAVE_DUP2 1
  34624. | #define HAVE_ERF 1
  34625. | #define HAVE_FFS 1
  34626. | #define HAVE_FINITE 1
  34627. | #define HAVE_FLOCK 1
  34628. | #define HAVE_HYPOT 1
  34629. | #define HAVE_ISINF 1
  34630. | #define HAVE_ISNAN 1
  34631. | #define HAVE_LGAMMA_R 1
  34632. | #define HAVE_MEMMOVE 1
  34633. | #define HAVE_NEXTAFTER 1
  34634. | #define HAVE_STRCHR 1
  34635. | #define HAVE_STRERROR 1
  34636. | #define HAVE_STRLCAT 1
  34637. | #define HAVE_STRLCPY 1
  34638. | #define HAVE_STRSTR 1
  34639. | #define HAVE_TGAMMA 1
  34640. | #define SPT_TYPE SPT_REUSEARGV
  34641. | #define HAVE_SIGNBIT 1
  34642. | #define HAVE_FORK 1
  34643. | #define vfork fork
  34644. | #define HAVE_WORKING_FORK 1
  34645. | #define HAVE__LONGJMP 1
  34646. | #define HAVE_ARC4RANDOM_BUF 1
  34647. | #define HAVE_ATAN2L 1
  34648. | #define HAVE_ATAN2F 1
  34649. | #define HAVE_CHROOT 1
  34650. | #define HAVE_CLOCK_GETTIME 1
  34651. | #define HAVE_COSH 1
  34652. | #define HAVE_DIRFD 1
  34653. | #define HAVE_DLOPEN 1
  34654. | #define HAVE_DLADDR 1
  34655. | #define HAVE_DUP 1
  34656. | #define HAVE_ENDGRENT 1
  34657. | #define HAVE_FCHMOD 1
  34658. | #define HAVE_FCHOWN 1
  34659. | #define HAVE_FCNTL 1
  34660. | #define HAVE_FDOPENDIR 1
  34661. | #define HAVE_FGETATTRLIST 1
  34662. | #define HAVE_FMOD 1
  34663. | #define HAVE_FSTATAT 1
  34664. | #define HAVE_FSYNC 1
  34665. | #define HAVE_FTRUNCATE 1
  34666. | #define HAVE_GETATTRLIST 1
  34667. | #define HAVE_GETCWD 1
  34668. | #define HAVE_GETGRNAM 1
  34669. | #define HAVE_GETGRNAM_R 1
  34670. | #define HAVE_GETGROUPS 1
  34671. | #define HAVE_GETPGID 1
  34672. | #define HAVE_GETPGRP 1
  34673. | #define HAVE_GETPRIORITY 1
  34674. | #define HAVE_GETPWNAM_R 1
  34675. | #define HAVE_GETRLIMIT 1
  34676. | #define HAVE_GETSID 1
  34677. | #define HAVE_GETTIMEOFDAY 1
  34678. | #define HAVE_GMTIME_R 1
  34679. | #define HAVE_INITGROUPS 1
  34680. | #define HAVE_IOCTL 1
  34681. | #define HAVE_ISSETUGID 1
  34682. | #define HAVE_KILLPG 1
  34683. | #define HAVE_LCHMOD 1
  34684. | #define HAVE_LCHOWN 1
  34685. | #define HAVE_LINK 1
  34686. | #define HAVE_LLABS 1
  34687. | #define HAVE_LOCKF 1
  34688. | #define HAVE_LOG2 1
  34689. | #define HAVE_LSTAT 1
  34690. | #define HAVE_LUTIMES 1
  34691. | #define HAVE_MALLOC_SIZE 1
  34692. | #define HAVE_MBLEN 1
  34693. | #define HAVE_MEMSET_S 1
  34694. | #define HAVE_WRITEV 1
  34695. | #define HAVE_MKFIFO 1
  34696. | #define HAVE_MKNOD 1
  34697. | #define HAVE_MKTIME 1
  34698. | #define HAVE_OPENAT 1
  34699. | #define HAVE_POLL 1
  34700. | #define HAVE_POSIX_MEMALIGN 1
  34701. | #define HAVE_PREAD 1
  34702. | #define HAVE_PWRITE 1
  34703. | #define HAVE_QSORT_R 1
  34704. | #define HAVE_READLINK 1
  34705. | #define HAVE_ROUND 1
  34706. | #define HAVE_SEEKDIR 1
  34707. | #define HAVE_SENDFILE 1
  34708. | #define HAVE_SETEGID 1
  34709. | #define HAVE_SETENV 1
  34710. | #define HAVE_SETEUID 1
  34711. | #define HAVE_SETGID 1
  34712. | #define HAVE_SETGROUPS 1
  34713. | #define HAVE_SETPGID 1
  34714. | #define HAVE_SETPGRP 1
  34715. | #define HAVE_SETREGID 1
  34716. | #define HAVE_SETREUID 1
  34717. | #define HAVE_SETRGID 1
  34718. | #define HAVE_SETRLIMIT 1
  34719. | #define HAVE_SETRUID 1
  34720. | #define HAVE_SETSID 1
  34721. | #define HAVE_SETUID 1
  34722. | #define HAVE_SHUTDOWN 1
  34723. | #define HAVE_SIGACTION 1
  34724. | #define HAVE_SIGALTSTACK 1
  34725. | #define HAVE_SIGPROCMASK 1
  34726. | #define HAVE_SINH 1
  34727. | #define HAVE_SYMLINK 1
  34728. | #define HAVE_SYSCONF 1
  34729. | #define HAVE_TANH 1
  34730. | #define HAVE_TELLDIR 1
  34731. | #define HAVE_TIMEGM 1
  34732. | #define HAVE_TIMES 1
  34733. | #define HAVE_TRUNCATE 1
  34734. | #define HAVE_UNSETENV 1
  34735. | #define HAVE_UTIMENSAT 1
  34736. | #define HAVE_UTIMES 1
  34737. | #define HAVE_WAIT4 1
  34738. | #define HAVE_WAITPID 1
  34739. | #if !defined __STDC_WANT_LIB_EXT1__
  34740. | #define __STDC_WANT_LIB_EXT1__ 1
  34741. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  34742. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  34743. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  34744. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  34745. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  34746. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  34747. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  34748. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  34749. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  34750. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  34751. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  34752. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  34753. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  34754. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  34755. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  34756. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  34757. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  34758. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  34759. | #define HAVE_BSD_QSORT_R 1
  34760. | #define ATAN2_INF_C99 1
  34761. | #define HAVE_CLOCK_GETRES 1
  34762. | #define HAVE_STRUCT_TM_TM_ZONE 1
  34763. | #define HAVE_TM_ZONE 1
  34764. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  34765. | #define HAVE_DAYLIGHT 1
  34766. | #define NEGATIVE_TIME_T 1
  34767. | #define POSIX_SIGNAL 1
  34768. | #define HAVE_SIG_T 1
  34769. | #define RSHIFT(x,y) ((x)>>(int)(y))
  34770. | #define HAVE__SC_CLK_TCK 1
  34771. | #define STACK_GROW_DIRECTION -1
  34772. | #define _REENTRANT 1
  34773. | #define _THREAD_SAFE 1
  34774. | #define HAVE_LIBPTHREAD 1
  34775. | #define HAVE_SCHED_YIELD 1
  34776. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  34777. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  34778. | #define HAVE_PTHREAD_ATTR_INIT 1
  34779. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  34780. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  34781. | #define HAVE_PTHREAD_COND_INIT 1
  34782. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  34783. | #define HAVE_PTHREAD_SIGMASK 1
  34784. | #define HAVE_PTHREAD_SETNAME_NP 1
  34785. | #define SET_CURRENT_THREAD_NAME(name) pthread_setname_np(name)
  34786. | #define DEFINE_MCONTEXT_PTR(mc, uc) mcontext_t mc = (uc)->uc_mcontext
  34787. | #define HAVE_EXECINFO_H 1
  34788. | #define HAVE_LIBUNWIND_H 1
  34789. | #define HAVE_BACKTRACE 1
  34790. | #define BROKEN_BACKTRACE 1
  34791. | /* end confdefs.h. */
  34792. | #include <stdio.h>
  34793. | #ifdef HAVE_SYS_TYPES_H
  34794. | # include <sys/types.h>
  34795. | #endif
  34796. | #ifdef HAVE_SYS_STAT_H
  34797. | # include <sys/stat.h>
  34798. | #endif
  34799. | #ifdef STDC_HEADERS
  34800. | # include <stdlib.h>
  34801. | # include <stddef.h>
  34802. | #else
  34803. | # ifdef HAVE_STDLIB_H
  34804. | # include <stdlib.h>
  34805. | # endif
  34806. | #endif
  34807. | #ifdef HAVE_STRING_H
  34808. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  34809. | # include <memory.h>
  34810. | # endif
  34811. | # include <string.h>
  34812. | #endif
  34813. | #ifdef HAVE_STRINGS_H
  34814. | # include <strings.h>
  34815. | #endif
  34816. | #ifdef HAVE_INTTYPES_H
  34817. | # include <inttypes.h>
  34818. | #endif
  34819. | #ifdef HAVE_STDINT_H
  34820. | # include <stdint.h>
  34821. | #endif
  34822. | #ifdef HAVE_UNISTD_H
  34823. | # include <unistd.h>
  34824. | #endif
  34825. | #include <valgrind/memcheck.h>
  34826. configure:25582: result: no
  34827. configure:25582: checking valgrind/memcheck.h presence
  34828. 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
  34829. conftest.c:373:10: fatal error: 'valgrind/memcheck.h' file not found
  34830. #include <valgrind/memcheck.h>
  34831. ^~~~~~~~~~~~~~~~~~~~~
  34832. 1 error generated.
  34833. configure:25582: $? = 1
  34834. configure: failed program was:
  34835. | /* confdefs.h */
  34836. | #define PACKAGE_NAME ""
  34837. | #define PACKAGE_TARNAME ""
  34838. | #define PACKAGE_VERSION ""
  34839. | #define PACKAGE_STRING ""
  34840. | #define PACKAGE_BUGREPORT ""
  34841. | #define PACKAGE_URL ""
  34842. | #define CANONICALIZATION_FOR_MATHN 1
  34843. | #define STDC_HEADERS 1
  34844. | #define HAVE_SYS_TYPES_H 1
  34845. | #define HAVE_SYS_STAT_H 1
  34846. | #define HAVE_STDLIB_H 1
  34847. | #define HAVE_STRING_H 1
  34848. | #define HAVE_MEMORY_H 1
  34849. | #define HAVE_STRINGS_H 1
  34850. | #define HAVE_INTTYPES_H 1
  34851. | #define HAVE_STDINT_H 1
  34852. | #define HAVE_UNISTD_H 1
  34853. | #define __EXTENSIONS__ 1
  34854. | #define _ALL_SOURCE 1
  34855. | #define _GNU_SOURCE 1
  34856. | #define _POSIX_PTHREAD_SEMANTICS 1
  34857. | #define _TANDEM_SOURCE 1
  34858. | #define HAVE_INFINITY 1
  34859. | #define HAVE_NAN 1
  34860. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  34861. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  34862. | #define BROKEN_CRYPT 1
  34863. | #define HAVE_CRT_EXTERNS_H 1
  34864. | #define HAVE_LIBDL 1
  34865. | #define HAVE_DIRENT_H 1
  34866. | #define HAVE__BOOL 1
  34867. | #define HAVE_STDBOOL_H 1
  34868. | #define HAVE_SYS_WAIT_H 1
  34869. | #define HAVE_GRP_H 1
  34870. | #define HAVE_FCNTL_H 1
  34871. | #define HAVE_FLOAT_H 1
  34872. | #define HAVE_LANGINFO_H 1
  34873. | #define HAVE_LIMITS_H 1
  34874. | #define HAVE_LOCALE_H 1
  34875. | #define HAVE_MALLOC_MALLOC_H 1
  34876. | #define HAVE_PWD_H 1
  34877. | #define HAVE_SYS_ATTR_H 1
  34878. | #define HAVE_SYS_FCNTL_H 1
  34879. | #define HAVE_SYS_FILE_H 1
  34880. | #define HAVE_SYS_IOCTL_H 1
  34881. | #define HAVE_SYS_PARAM_H 1
  34882. | #define HAVE_SYS_RESOURCE_H 1
  34883. | #define HAVE_SYS_SELECT_H 1
  34884. | #define HAVE_SYS_SOCKET_H 1
  34885. | #define HAVE_SYS_TIME_H 1
  34886. | #define HAVE_SYS_TIMES_H 1
  34887. | #define HAVE_SYS_UIO_H 1
  34888. | #define HAVE_TIME_H 1
  34889. | #define HAVE_UCONTEXT_H 1
  34890. | #define HAVE_UTIME_H 1
  34891. | #define HAVE_GMP_H 1
  34892. | #define HAVE_LIBGMP 1
  34893. | #define HAVE_TYPEOF 1
  34894. | #define HAVE_LONG_LONG 1
  34895. | #define HAVE_OFF_T 1
  34896. | #define SIZEOF_INT 4
  34897. | #define SIZEOF_SHORT 2
  34898. | #define SIZEOF_LONG 8
  34899. | #define SIZEOF_LONG_LONG 8
  34900. | #define SIZEOF___INT64 0
  34901. | #define SIZEOF___INT128 16
  34902. | #define SIZEOF_OFF_T 8
  34903. | #define SIZEOF_VOIDP 8
  34904. | #define SIZEOF_FLOAT 4
  34905. | #define SIZEOF_DOUBLE 8
  34906. | #define SIZEOF_TIME_T 8
  34907. | #define SIZEOF_CLOCK_T 8
  34908. | #define PACKED_STRUCT(x) x __attribute__((packed))
  34909. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  34910. | #define PRI_LL_PREFIX "ll"
  34911. | #define rb_pid_t pid_t
  34912. | #define SIGNEDNESS_OF_PID_T -1
  34913. | #define PIDT2NUM(v) INT2NUM(v)
  34914. | #define NUM2PIDT(v) NUM2INT(v)
  34915. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  34916. | #define rb_uid_t uid_t
  34917. | #define SIGNEDNESS_OF_UID_T +1
  34918. | #define UIDT2NUM(v) UINT2NUM(v)
  34919. | #define NUM2UIDT(v) NUM2UINT(v)
  34920. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  34921. | #define rb_gid_t gid_t
  34922. | #define SIGNEDNESS_OF_GID_T +1
  34923. | #define GIDT2NUM(v) UINT2NUM(v)
  34924. | #define NUM2GIDT(v) NUM2UINT(v)
  34925. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  34926. | #define rb_time_t time_t
  34927. | #define SIGNEDNESS_OF_TIME_T -1
  34928. | #define TIMET2NUM(v) LONG2NUM(v)
  34929. | #define NUM2TIMET(v) NUM2LONG(v)
  34930. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  34931. | #define rb_dev_t dev_t
  34932. | #define SIGNEDNESS_OF_DEV_T -1
  34933. | #define DEVT2NUM(v) INT2NUM(v)
  34934. | #define NUM2DEVT(v) NUM2INT(v)
  34935. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  34936. | #define rb_mode_t mode_t
  34937. | #define SIGNEDNESS_OF_MODE_T +1
  34938. | #define MODET2NUM(v) UINT2NUM(v)
  34939. | #define NUM2MODET(v) NUM2UINT(v)
  34940. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  34941. | #define rb_rlim_t rlim_t
  34942. | #define SIGNEDNESS_OF_RLIM_T +1
  34943. | #define RLIM2NUM(v) ULL2NUM(v)
  34944. | #define NUM2RLIM(v) NUM2ULL(v)
  34945. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  34946. | #define rb_off_t off_t
  34947. | #define SIGNEDNESS_OF_OFF_T -1
  34948. | #define OFFT2NUM(v) LL2NUM(v)
  34949. | #define NUM2OFFT(v) NUM2LL(v)
  34950. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  34951. | #define rb_clockid_t int
  34952. | #define SIGNEDNESS_OF_CLOCKID_T -1
  34953. | #define CLOCKID2NUM(v) INT2NUM(v)
  34954. | #define NUM2CLOCKID(v) NUM2INT(v)
  34955. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  34956. | #define HAVE_PROTOTYPES 1
  34957. | #define TOKEN_PASTE(x,y) x##y
  34958. | #define STRINGIZE(expr) STRINGIZE0(expr)
  34959. | #define HAVE_STDARG_PROTOTYPES 1
  34960. | #define HAVE_VA_ARGS_MACRO 1
  34961. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  34962. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  34963. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  34964. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  34965. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  34966. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  34967. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  34968. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  34969. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  34970. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  34971. | #define WEAK(x) __attribute__ ((__weak__)) x
  34972. | #define HAVE_FUNC_WEAK 1
  34973. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  34974. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  34975. | #define HAVE_GCC_SYNC_BUILTINS 1
  34976. | #define UNREACHABLE __builtin_unreachable()
  34977. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  34978. | #define RUBY_FUNCTION_NAME_STRING __func__
  34979. | #define ENUM_OVER_INT 1
  34980. | #define HAVE_DECL_SYS_NERR 1
  34981. | #define HAVE_DECL_GETENV 1
  34982. | #define SIZEOF_SIZE_T 8
  34983. | #define SIZEOF_PTRDIFF_T 8
  34984. | #define PRI_SIZE_PREFIX "z"
  34985. | #define PRI_PTRDIFF_PREFIX "t"
  34986. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  34987. | #define HAVE_ST_BLKSIZE 1
  34988. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  34989. | #define HAVE_ST_BLOCKS 1
  34990. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  34991. | #define HAVE_ST_RDEV 1
  34992. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  34993. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  34994. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  34995. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  34996. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  34997. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  34998. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  34999. | #define HAVE_STRUCT_TIMEVAL 1
  35000. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  35001. | #define HAVE_STRUCT_TIMESPEC 1
  35002. | #define HAVE_STRUCT_TIMEZONE 1
  35003. | #define HAVE_INT8_T 1
  35004. | #define SIZEOF_INT8_T 1
  35005. | #define HAVE_UINT8_T 1
  35006. | #define SIZEOF_UINT8_T 1
  35007. | #define HAVE_INT16_T 1
  35008. | #define SIZEOF_INT16_T 2
  35009. | #define HAVE_UINT16_T 1
  35010. | #define SIZEOF_UINT16_T 2
  35011. | #define HAVE_INT32_T 1
  35012. | #define SIZEOF_INT32_T 4
  35013. | #define HAVE_UINT32_T 1
  35014. | #define SIZEOF_UINT32_T 4
  35015. | #define HAVE_INT64_T 1
  35016. | #define SIZEOF_INT64_T 8
  35017. | #define HAVE_UINT64_T 1
  35018. | #define SIZEOF_UINT64_T 8
  35019. | #define HAVE_INT128_T 1
  35020. | #define int128_t __int128
  35021. | #define SIZEOF_INT128_T SIZEOF___INT128
  35022. | #define HAVE_UINT128_T 1
  35023. | #define uint128_t unsigned __int128
  35024. | #define SIZEOF_UINT128_T SIZEOF___INT128
  35025. | #define HAVE_INTPTR_T 1
  35026. | #define SIZEOF_INTPTR_T 8
  35027. | #define HAVE_UINTPTR_T 1
  35028. | #define SIZEOF_UINTPTR_T 8
  35029. | #define HAVE_SSIZE_T 1
  35030. | #define SIZEOF_SSIZE_T 8
  35031. | #define GETGROUPS_T gid_t
  35032. | #define RETSIGTYPE void
  35033. | #define HAVE_ALLOCA_H 1
  35034. | #define HAVE_ALLOCA 1
  35035. | #define HAVE_ACOSH 1
  35036. | #define HAVE_CBRT 1
  35037. | #define HAVE_CRYPT 1
  35038. | #define HAVE_DUP2 1
  35039. | #define HAVE_ERF 1
  35040. | #define HAVE_FFS 1
  35041. | #define HAVE_FINITE 1
  35042. | #define HAVE_FLOCK 1
  35043. | #define HAVE_HYPOT 1
  35044. | #define HAVE_ISINF 1
  35045. | #define HAVE_ISNAN 1
  35046. | #define HAVE_LGAMMA_R 1
  35047. | #define HAVE_MEMMOVE 1
  35048. | #define HAVE_NEXTAFTER 1
  35049. | #define HAVE_STRCHR 1
  35050. | #define HAVE_STRERROR 1
  35051. | #define HAVE_STRLCAT 1
  35052. | #define HAVE_STRLCPY 1
  35053. | #define HAVE_STRSTR 1
  35054. | #define HAVE_TGAMMA 1
  35055. | #define SPT_TYPE SPT_REUSEARGV
  35056. | #define HAVE_SIGNBIT 1
  35057. | #define HAVE_FORK 1
  35058. | #define vfork fork
  35059. | #define HAVE_WORKING_FORK 1
  35060. | #define HAVE__LONGJMP 1
  35061. | #define HAVE_ARC4RANDOM_BUF 1
  35062. | #define HAVE_ATAN2L 1
  35063. | #define HAVE_ATAN2F 1
  35064. | #define HAVE_CHROOT 1
  35065. | #define HAVE_CLOCK_GETTIME 1
  35066. | #define HAVE_COSH 1
  35067. | #define HAVE_DIRFD 1
  35068. | #define HAVE_DLOPEN 1
  35069. | #define HAVE_DLADDR 1
  35070. | #define HAVE_DUP 1
  35071. | #define HAVE_ENDGRENT 1
  35072. | #define HAVE_FCHMOD 1
  35073. | #define HAVE_FCHOWN 1
  35074. | #define HAVE_FCNTL 1
  35075. | #define HAVE_FDOPENDIR 1
  35076. | #define HAVE_FGETATTRLIST 1
  35077. | #define HAVE_FMOD 1
  35078. | #define HAVE_FSTATAT 1
  35079. | #define HAVE_FSYNC 1
  35080. | #define HAVE_FTRUNCATE 1
  35081. | #define HAVE_GETATTRLIST 1
  35082. | #define HAVE_GETCWD 1
  35083. | #define HAVE_GETGRNAM 1
  35084. | #define HAVE_GETGRNAM_R 1
  35085. | #define HAVE_GETGROUPS 1
  35086. | #define HAVE_GETPGID 1
  35087. | #define HAVE_GETPGRP 1
  35088. | #define HAVE_GETPRIORITY 1
  35089. | #define HAVE_GETPWNAM_R 1
  35090. | #define HAVE_GETRLIMIT 1
  35091. | #define HAVE_GETSID 1
  35092. | #define HAVE_GETTIMEOFDAY 1
  35093. | #define HAVE_GMTIME_R 1
  35094. | #define HAVE_INITGROUPS 1
  35095. | #define HAVE_IOCTL 1
  35096. | #define HAVE_ISSETUGID 1
  35097. | #define HAVE_KILLPG 1
  35098. | #define HAVE_LCHMOD 1
  35099. | #define HAVE_LCHOWN 1
  35100. | #define HAVE_LINK 1
  35101. | #define HAVE_LLABS 1
  35102. | #define HAVE_LOCKF 1
  35103. | #define HAVE_LOG2 1
  35104. | #define HAVE_LSTAT 1
  35105. | #define HAVE_LUTIMES 1
  35106. | #define HAVE_MALLOC_SIZE 1
  35107. | #define HAVE_MBLEN 1
  35108. | #define HAVE_MEMSET_S 1
  35109. | #define HAVE_WRITEV 1
  35110. | #define HAVE_MKFIFO 1
  35111. | #define HAVE_MKNOD 1
  35112. | #define HAVE_MKTIME 1
  35113. | #define HAVE_OPENAT 1
  35114. | #define HAVE_POLL 1
  35115. | #define HAVE_POSIX_MEMALIGN 1
  35116. | #define HAVE_PREAD 1
  35117. | #define HAVE_PWRITE 1
  35118. | #define HAVE_QSORT_R 1
  35119. | #define HAVE_READLINK 1
  35120. | #define HAVE_ROUND 1
  35121. | #define HAVE_SEEKDIR 1
  35122. | #define HAVE_SENDFILE 1
  35123. | #define HAVE_SETEGID 1
  35124. | #define HAVE_SETENV 1
  35125. | #define HAVE_SETEUID 1
  35126. | #define HAVE_SETGID 1
  35127. | #define HAVE_SETGROUPS 1
  35128. | #define HAVE_SETPGID 1
  35129. | #define HAVE_SETPGRP 1
  35130. | #define HAVE_SETREGID 1
  35131. | #define HAVE_SETREUID 1
  35132. | #define HAVE_SETRGID 1
  35133. | #define HAVE_SETRLIMIT 1
  35134. | #define HAVE_SETRUID 1
  35135. | #define HAVE_SETSID 1
  35136. | #define HAVE_SETUID 1
  35137. | #define HAVE_SHUTDOWN 1
  35138. | #define HAVE_SIGACTION 1
  35139. | #define HAVE_SIGALTSTACK 1
  35140. | #define HAVE_SIGPROCMASK 1
  35141. | #define HAVE_SINH 1
  35142. | #define HAVE_SYMLINK 1
  35143. | #define HAVE_SYSCONF 1
  35144. | #define HAVE_TANH 1
  35145. | #define HAVE_TELLDIR 1
  35146. | #define HAVE_TIMEGM 1
  35147. | #define HAVE_TIMES 1
  35148. | #define HAVE_TRUNCATE 1
  35149. | #define HAVE_UNSETENV 1
  35150. | #define HAVE_UTIMENSAT 1
  35151. | #define HAVE_UTIMES 1
  35152. | #define HAVE_WAIT4 1
  35153. | #define HAVE_WAITPID 1
  35154. | #if !defined __STDC_WANT_LIB_EXT1__
  35155. | #define __STDC_WANT_LIB_EXT1__ 1
  35156. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  35157. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  35158. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  35159. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  35160. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  35161. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  35162. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  35163. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  35164. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  35165. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  35166. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  35167. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  35168. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  35169. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  35170. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  35171. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  35172. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  35173. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  35174. | #define HAVE_BSD_QSORT_R 1
  35175. | #define ATAN2_INF_C99 1
  35176. | #define HAVE_CLOCK_GETRES 1
  35177. | #define HAVE_STRUCT_TM_TM_ZONE 1
  35178. | #define HAVE_TM_ZONE 1
  35179. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  35180. | #define HAVE_DAYLIGHT 1
  35181. | #define NEGATIVE_TIME_T 1
  35182. | #define POSIX_SIGNAL 1
  35183. | #define HAVE_SIG_T 1
  35184. | #define RSHIFT(x,y) ((x)>>(int)(y))
  35185. | #define HAVE__SC_CLK_TCK 1
  35186. | #define STACK_GROW_DIRECTION -1
  35187. | #define _REENTRANT 1
  35188. | #define _THREAD_SAFE 1
  35189. | #define HAVE_LIBPTHREAD 1
  35190. | #define HAVE_SCHED_YIELD 1
  35191. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  35192. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  35193. | #define HAVE_PTHREAD_ATTR_INIT 1
  35194. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  35195. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  35196. | #define HAVE_PTHREAD_COND_INIT 1
  35197. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  35198. | #define HAVE_PTHREAD_SIGMASK 1
  35199. | #define HAVE_PTHREAD_SETNAME_NP 1
  35200. | #define SET_CURRENT_THREAD_NAME(name) pthread_setname_np(name)
  35201. | #define DEFINE_MCONTEXT_PTR(mc, uc) mcontext_t mc = (uc)->uc_mcontext
  35202. | #define HAVE_EXECINFO_H 1
  35203. | #define HAVE_LIBUNWIND_H 1
  35204. | #define HAVE_BACKTRACE 1
  35205. | #define BROKEN_BACKTRACE 1
  35206. | /* end confdefs.h. */
  35207. | #include <valgrind/memcheck.h>
  35208. configure:25582: result: no
  35209. configure:25582: checking for valgrind/memcheck.h
  35210. configure:25582: result: no
  35211. configure:25762: checking for strip
  35212. configure:25778: found /usr/bin/strip
  35213. configure:25789: result: strip
  35214. configure:26132: checking whether -Wl,--no-undefined is accepted as LDFLAGS
  35215. 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
  35216. ld: unknown option: --no-undefined
  35217. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  35218. configure:26158: $? = 1
  35219. configure: failed program was:
  35220. | /* confdefs.h */
  35221. | #define PACKAGE_NAME ""
  35222. | #define PACKAGE_TARNAME ""
  35223. | #define PACKAGE_VERSION ""
  35224. | #define PACKAGE_STRING ""
  35225. | #define PACKAGE_BUGREPORT ""
  35226. | #define PACKAGE_URL ""
  35227. | #define CANONICALIZATION_FOR_MATHN 1
  35228. | #define STDC_HEADERS 1
  35229. | #define HAVE_SYS_TYPES_H 1
  35230. | #define HAVE_SYS_STAT_H 1
  35231. | #define HAVE_STDLIB_H 1
  35232. | #define HAVE_STRING_H 1
  35233. | #define HAVE_MEMORY_H 1
  35234. | #define HAVE_STRINGS_H 1
  35235. | #define HAVE_INTTYPES_H 1
  35236. | #define HAVE_STDINT_H 1
  35237. | #define HAVE_UNISTD_H 1
  35238. | #define __EXTENSIONS__ 1
  35239. | #define _ALL_SOURCE 1
  35240. | #define _GNU_SOURCE 1
  35241. | #define _POSIX_PTHREAD_SEMANTICS 1
  35242. | #define _TANDEM_SOURCE 1
  35243. | #define HAVE_INFINITY 1
  35244. | #define HAVE_NAN 1
  35245. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  35246. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  35247. | #define BROKEN_CRYPT 1
  35248. | #define HAVE_CRT_EXTERNS_H 1
  35249. | #define HAVE_LIBDL 1
  35250. | #define HAVE_DIRENT_H 1
  35251. | #define HAVE__BOOL 1
  35252. | #define HAVE_STDBOOL_H 1
  35253. | #define HAVE_SYS_WAIT_H 1
  35254. | #define HAVE_GRP_H 1
  35255. | #define HAVE_FCNTL_H 1
  35256. | #define HAVE_FLOAT_H 1
  35257. | #define HAVE_LANGINFO_H 1
  35258. | #define HAVE_LIMITS_H 1
  35259. | #define HAVE_LOCALE_H 1
  35260. | #define HAVE_MALLOC_MALLOC_H 1
  35261. | #define HAVE_PWD_H 1
  35262. | #define HAVE_SYS_ATTR_H 1
  35263. | #define HAVE_SYS_FCNTL_H 1
  35264. | #define HAVE_SYS_FILE_H 1
  35265. | #define HAVE_SYS_IOCTL_H 1
  35266. | #define HAVE_SYS_PARAM_H 1
  35267. | #define HAVE_SYS_RESOURCE_H 1
  35268. | #define HAVE_SYS_SELECT_H 1
  35269. | #define HAVE_SYS_SOCKET_H 1
  35270. | #define HAVE_SYS_TIME_H 1
  35271. | #define HAVE_SYS_TIMES_H 1
  35272. | #define HAVE_SYS_UIO_H 1
  35273. | #define HAVE_TIME_H 1
  35274. | #define HAVE_UCONTEXT_H 1
  35275. | #define HAVE_UTIME_H 1
  35276. | #define HAVE_GMP_H 1
  35277. | #define HAVE_LIBGMP 1
  35278. | #define HAVE_TYPEOF 1
  35279. | #define HAVE_LONG_LONG 1
  35280. | #define HAVE_OFF_T 1
  35281. | #define SIZEOF_INT 4
  35282. | #define SIZEOF_SHORT 2
  35283. | #define SIZEOF_LONG 8
  35284. | #define SIZEOF_LONG_LONG 8
  35285. | #define SIZEOF___INT64 0
  35286. | #define SIZEOF___INT128 16
  35287. | #define SIZEOF_OFF_T 8
  35288. | #define SIZEOF_VOIDP 8
  35289. | #define SIZEOF_FLOAT 4
  35290. | #define SIZEOF_DOUBLE 8
  35291. | #define SIZEOF_TIME_T 8
  35292. | #define SIZEOF_CLOCK_T 8
  35293. | #define PACKED_STRUCT(x) x __attribute__((packed))
  35294. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  35295. | #define PRI_LL_PREFIX "ll"
  35296. | #define rb_pid_t pid_t
  35297. | #define SIGNEDNESS_OF_PID_T -1
  35298. | #define PIDT2NUM(v) INT2NUM(v)
  35299. | #define NUM2PIDT(v) NUM2INT(v)
  35300. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  35301. | #define rb_uid_t uid_t
  35302. | #define SIGNEDNESS_OF_UID_T +1
  35303. | #define UIDT2NUM(v) UINT2NUM(v)
  35304. | #define NUM2UIDT(v) NUM2UINT(v)
  35305. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  35306. | #define rb_gid_t gid_t
  35307. | #define SIGNEDNESS_OF_GID_T +1
  35308. | #define GIDT2NUM(v) UINT2NUM(v)
  35309. | #define NUM2GIDT(v) NUM2UINT(v)
  35310. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  35311. | #define rb_time_t time_t
  35312. | #define SIGNEDNESS_OF_TIME_T -1
  35313. | #define TIMET2NUM(v) LONG2NUM(v)
  35314. | #define NUM2TIMET(v) NUM2LONG(v)
  35315. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  35316. | #define rb_dev_t dev_t
  35317. | #define SIGNEDNESS_OF_DEV_T -1
  35318. | #define DEVT2NUM(v) INT2NUM(v)
  35319. | #define NUM2DEVT(v) NUM2INT(v)
  35320. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  35321. | #define rb_mode_t mode_t
  35322. | #define SIGNEDNESS_OF_MODE_T +1
  35323. | #define MODET2NUM(v) UINT2NUM(v)
  35324. | #define NUM2MODET(v) NUM2UINT(v)
  35325. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  35326. | #define rb_rlim_t rlim_t
  35327. | #define SIGNEDNESS_OF_RLIM_T +1
  35328. | #define RLIM2NUM(v) ULL2NUM(v)
  35329. | #define NUM2RLIM(v) NUM2ULL(v)
  35330. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  35331. | #define rb_off_t off_t
  35332. | #define SIGNEDNESS_OF_OFF_T -1
  35333. | #define OFFT2NUM(v) LL2NUM(v)
  35334. | #define NUM2OFFT(v) NUM2LL(v)
  35335. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  35336. | #define rb_clockid_t int
  35337. | #define SIGNEDNESS_OF_CLOCKID_T -1
  35338. | #define CLOCKID2NUM(v) INT2NUM(v)
  35339. | #define NUM2CLOCKID(v) NUM2INT(v)
  35340. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  35341. | #define HAVE_PROTOTYPES 1
  35342. | #define TOKEN_PASTE(x,y) x##y
  35343. | #define STRINGIZE(expr) STRINGIZE0(expr)
  35344. | #define HAVE_STDARG_PROTOTYPES 1
  35345. | #define HAVE_VA_ARGS_MACRO 1
  35346. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  35347. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  35348. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  35349. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  35350. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  35351. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  35352. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  35353. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  35354. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  35355. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  35356. | #define WEAK(x) __attribute__ ((__weak__)) x
  35357. | #define HAVE_FUNC_WEAK 1
  35358. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  35359. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  35360. | #define HAVE_GCC_SYNC_BUILTINS 1
  35361. | #define UNREACHABLE __builtin_unreachable()
  35362. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  35363. | #define RUBY_FUNCTION_NAME_STRING __func__
  35364. | #define ENUM_OVER_INT 1
  35365. | #define HAVE_DECL_SYS_NERR 1
  35366. | #define HAVE_DECL_GETENV 1
  35367. | #define SIZEOF_SIZE_T 8
  35368. | #define SIZEOF_PTRDIFF_T 8
  35369. | #define PRI_SIZE_PREFIX "z"
  35370. | #define PRI_PTRDIFF_PREFIX "t"
  35371. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  35372. | #define HAVE_ST_BLKSIZE 1
  35373. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  35374. | #define HAVE_ST_BLOCKS 1
  35375. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  35376. | #define HAVE_ST_RDEV 1
  35377. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  35378. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  35379. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  35380. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  35381. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  35382. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  35383. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  35384. | #define HAVE_STRUCT_TIMEVAL 1
  35385. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  35386. | #define HAVE_STRUCT_TIMESPEC 1
  35387. | #define HAVE_STRUCT_TIMEZONE 1
  35388. | #define HAVE_INT8_T 1
  35389. | #define SIZEOF_INT8_T 1
  35390. | #define HAVE_UINT8_T 1
  35391. | #define SIZEOF_UINT8_T 1
  35392. | #define HAVE_INT16_T 1
  35393. | #define SIZEOF_INT16_T 2
  35394. | #define HAVE_UINT16_T 1
  35395. | #define SIZEOF_UINT16_T 2
  35396. | #define HAVE_INT32_T 1
  35397. | #define SIZEOF_INT32_T 4
  35398. | #define HAVE_UINT32_T 1
  35399. | #define SIZEOF_UINT32_T 4
  35400. | #define HAVE_INT64_T 1
  35401. | #define SIZEOF_INT64_T 8
  35402. | #define HAVE_UINT64_T 1
  35403. | #define SIZEOF_UINT64_T 8
  35404. | #define HAVE_INT128_T 1
  35405. | #define int128_t __int128
  35406. | #define SIZEOF_INT128_T SIZEOF___INT128
  35407. | #define HAVE_UINT128_T 1
  35408. | #define uint128_t unsigned __int128
  35409. | #define SIZEOF_UINT128_T SIZEOF___INT128
  35410. | #define HAVE_INTPTR_T 1
  35411. | #define SIZEOF_INTPTR_T 8
  35412. | #define HAVE_UINTPTR_T 1
  35413. | #define SIZEOF_UINTPTR_T 8
  35414. | #define HAVE_SSIZE_T 1
  35415. | #define SIZEOF_SSIZE_T 8
  35416. | #define GETGROUPS_T gid_t
  35417. | #define RETSIGTYPE void
  35418. | #define HAVE_ALLOCA_H 1
  35419. | #define HAVE_ALLOCA 1
  35420. | #define HAVE_ACOSH 1
  35421. | #define HAVE_CBRT 1
  35422. | #define HAVE_CRYPT 1
  35423. | #define HAVE_DUP2 1
  35424. | #define HAVE_ERF 1
  35425. | #define HAVE_FFS 1
  35426. | #define HAVE_FINITE 1
  35427. | #define HAVE_FLOCK 1
  35428. | #define HAVE_HYPOT 1
  35429. | #define HAVE_ISINF 1
  35430. | #define HAVE_ISNAN 1
  35431. | #define HAVE_LGAMMA_R 1
  35432. | #define HAVE_MEMMOVE 1
  35433. | #define HAVE_NEXTAFTER 1
  35434. | #define HAVE_STRCHR 1
  35435. | #define HAVE_STRERROR 1
  35436. | #define HAVE_STRLCAT 1
  35437. | #define HAVE_STRLCPY 1
  35438. | #define HAVE_STRSTR 1
  35439. | #define HAVE_TGAMMA 1
  35440. | #define SPT_TYPE SPT_REUSEARGV
  35441. | #define HAVE_SIGNBIT 1
  35442. | #define HAVE_FORK 1
  35443. | #define vfork fork
  35444. | #define HAVE_WORKING_FORK 1
  35445. | #define HAVE__LONGJMP 1
  35446. | #define HAVE_ARC4RANDOM_BUF 1
  35447. | #define HAVE_ATAN2L 1
  35448. | #define HAVE_ATAN2F 1
  35449. | #define HAVE_CHROOT 1
  35450. | #define HAVE_CLOCK_GETTIME 1
  35451. | #define HAVE_COSH 1
  35452. | #define HAVE_DIRFD 1
  35453. | #define HAVE_DLOPEN 1
  35454. | #define HAVE_DLADDR 1
  35455. | #define HAVE_DUP 1
  35456. | #define HAVE_ENDGRENT 1
  35457. | #define HAVE_FCHMOD 1
  35458. | #define HAVE_FCHOWN 1
  35459. | #define HAVE_FCNTL 1
  35460. | #define HAVE_FDOPENDIR 1
  35461. | #define HAVE_FGETATTRLIST 1
  35462. | #define HAVE_FMOD 1
  35463. | #define HAVE_FSTATAT 1
  35464. | #define HAVE_FSYNC 1
  35465. | #define HAVE_FTRUNCATE 1
  35466. | #define HAVE_GETATTRLIST 1
  35467. | #define HAVE_GETCWD 1
  35468. | #define HAVE_GETGRNAM 1
  35469. | #define HAVE_GETGRNAM_R 1
  35470. | #define HAVE_GETGROUPS 1
  35471. | #define HAVE_GETPGID 1
  35472. | #define HAVE_GETPGRP 1
  35473. | #define HAVE_GETPRIORITY 1
  35474. | #define HAVE_GETPWNAM_R 1
  35475. | #define HAVE_GETRLIMIT 1
  35476. | #define HAVE_GETSID 1
  35477. | #define HAVE_GETTIMEOFDAY 1
  35478. | #define HAVE_GMTIME_R 1
  35479. | #define HAVE_INITGROUPS 1
  35480. | #define HAVE_IOCTL 1
  35481. | #define HAVE_ISSETUGID 1
  35482. | #define HAVE_KILLPG 1
  35483. | #define HAVE_LCHMOD 1
  35484. | #define HAVE_LCHOWN 1
  35485. | #define HAVE_LINK 1
  35486. | #define HAVE_LLABS 1
  35487. | #define HAVE_LOCKF 1
  35488. | #define HAVE_LOG2 1
  35489. | #define HAVE_LSTAT 1
  35490. | #define HAVE_LUTIMES 1
  35491. | #define HAVE_MALLOC_SIZE 1
  35492. | #define HAVE_MBLEN 1
  35493. | #define HAVE_MEMSET_S 1
  35494. | #define HAVE_WRITEV 1
  35495. | #define HAVE_MKFIFO 1
  35496. | #define HAVE_MKNOD 1
  35497. | #define HAVE_MKTIME 1
  35498. | #define HAVE_OPENAT 1
  35499. | #define HAVE_POLL 1
  35500. | #define HAVE_POSIX_MEMALIGN 1
  35501. | #define HAVE_PREAD 1
  35502. | #define HAVE_PWRITE 1
  35503. | #define HAVE_QSORT_R 1
  35504. | #define HAVE_READLINK 1
  35505. | #define HAVE_ROUND 1
  35506. | #define HAVE_SEEKDIR 1
  35507. | #define HAVE_SENDFILE 1
  35508. | #define HAVE_SETEGID 1
  35509. | #define HAVE_SETENV 1
  35510. | #define HAVE_SETEUID 1
  35511. | #define HAVE_SETGID 1
  35512. | #define HAVE_SETGROUPS 1
  35513. | #define HAVE_SETPGID 1
  35514. | #define HAVE_SETPGRP 1
  35515. | #define HAVE_SETREGID 1
  35516. | #define HAVE_SETREUID 1
  35517. | #define HAVE_SETRGID 1
  35518. | #define HAVE_SETRLIMIT 1
  35519. | #define HAVE_SETRUID 1
  35520. | #define HAVE_SETSID 1
  35521. | #define HAVE_SETUID 1
  35522. | #define HAVE_SHUTDOWN 1
  35523. | #define HAVE_SIGACTION 1
  35524. | #define HAVE_SIGALTSTACK 1
  35525. | #define HAVE_SIGPROCMASK 1
  35526. | #define HAVE_SINH 1
  35527. | #define HAVE_SYMLINK 1
  35528. | #define HAVE_SYSCONF 1
  35529. | #define HAVE_TANH 1
  35530. | #define HAVE_TELLDIR 1
  35531. | #define HAVE_TIMEGM 1
  35532. | #define HAVE_TIMES 1
  35533. | #define HAVE_TRUNCATE 1
  35534. | #define HAVE_UNSETENV 1
  35535. | #define HAVE_UTIMENSAT 1
  35536. | #define HAVE_UTIMES 1
  35537. | #define HAVE_WAIT4 1
  35538. | #define HAVE_WAITPID 1
  35539. | #if !defined __STDC_WANT_LIB_EXT1__
  35540. | #define __STDC_WANT_LIB_EXT1__ 1
  35541. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  35542. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  35543. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  35544. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  35545. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  35546. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  35547. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  35548. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  35549. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  35550. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  35551. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  35552. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  35553. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  35554. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  35555. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  35556. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  35557. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  35558. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  35559. | #define HAVE_BSD_QSORT_R 1
  35560. | #define ATAN2_INF_C99 1
  35561. | #define HAVE_CLOCK_GETRES 1
  35562. | #define HAVE_STRUCT_TM_TM_ZONE 1
  35563. | #define HAVE_TM_ZONE 1
  35564. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  35565. | #define HAVE_DAYLIGHT 1
  35566. | #define NEGATIVE_TIME_T 1
  35567. | #define POSIX_SIGNAL 1
  35568. | #define HAVE_SIG_T 1
  35569. | #define RSHIFT(x,y) ((x)>>(int)(y))
  35570. | #define HAVE__SC_CLK_TCK 1
  35571. | #define STACK_GROW_DIRECTION -1
  35572. | #define _REENTRANT 1
  35573. | #define _THREAD_SAFE 1
  35574. | #define HAVE_LIBPTHREAD 1
  35575. | #define HAVE_SCHED_YIELD 1
  35576. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  35577. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  35578. | #define HAVE_PTHREAD_ATTR_INIT 1
  35579. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  35580. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  35581. | #define HAVE_PTHREAD_COND_INIT 1
  35582. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  35583. | #define HAVE_PTHREAD_SIGMASK 1
  35584. | #define HAVE_PTHREAD_SETNAME_NP 1
  35585. | #define SET_CURRENT_THREAD_NAME(name) pthread_setname_np(name)
  35586. | #define DEFINE_MCONTEXT_PTR(mc, uc) mcontext_t mc = (uc)->uc_mcontext
  35587. | #define HAVE_EXECINFO_H 1
  35588. | #define HAVE_LIBUNWIND_H 1
  35589. | #define HAVE_BACKTRACE 1
  35590. | #define BROKEN_BACKTRACE 1
  35591. | #define DLEXT_MAXLEN 7
  35592. | #define DLEXT ".bundle"
  35593. | #define LIBDIR_BASENAME "lib"
  35594. | /* end confdefs.h. */
  35595. |
  35596. | int
  35597. | main ()
  35598. | {
  35599. |
  35600. | ;
  35601. | return 0;
  35602. | }
  35603. configure:26164: result: no
  35604. configure:26548: checking whether wrapper for DYLD_LIBRARY_PATH is needed
  35605. configure:26555: result: yes
  35606. configure:26575: checking whether dtrace USDT is available
  35607. 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
  35608. configure:26601: $? = 0
  35609. configure:26615: result: yes(-xnolibs)
  35610. configure:26645: checking whether dtrace needs post processing
  35611. 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
  35612. configure:26673: $? = 0
  35613. configure:26699: result: no
  35614. configure:26751: checking for __builtin_setjmp
  35615. configure:26812: result: no
  35616. configure:26816: checking for _setjmpex as a macro or function
  35617. 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
  35618. conftest.c:378:10: fatal error: 'setjmpex.h' file not found
  35619. #include <setjmpex.h>
  35620. ^~~~~~~~~~~~
  35621. 1 error generated.
  35622. configure:26839: $? = 1
  35623. configure: failed program was:
  35624. | /* confdefs.h */
  35625. | #define PACKAGE_NAME ""
  35626. | #define PACKAGE_TARNAME ""
  35627. | #define PACKAGE_VERSION ""
  35628. | #define PACKAGE_STRING ""
  35629. | #define PACKAGE_BUGREPORT ""
  35630. | #define PACKAGE_URL ""
  35631. | #define CANONICALIZATION_FOR_MATHN 1
  35632. | #define STDC_HEADERS 1
  35633. | #define HAVE_SYS_TYPES_H 1
  35634. | #define HAVE_SYS_STAT_H 1
  35635. | #define HAVE_STDLIB_H 1
  35636. | #define HAVE_STRING_H 1
  35637. | #define HAVE_MEMORY_H 1
  35638. | #define HAVE_STRINGS_H 1
  35639. | #define HAVE_INTTYPES_H 1
  35640. | #define HAVE_STDINT_H 1
  35641. | #define HAVE_UNISTD_H 1
  35642. | #define __EXTENSIONS__ 1
  35643. | #define _ALL_SOURCE 1
  35644. | #define _GNU_SOURCE 1
  35645. | #define _POSIX_PTHREAD_SEMANTICS 1
  35646. | #define _TANDEM_SOURCE 1
  35647. | #define HAVE_INFINITY 1
  35648. | #define HAVE_NAN 1
  35649. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  35650. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  35651. | #define BROKEN_CRYPT 1
  35652. | #define HAVE_CRT_EXTERNS_H 1
  35653. | #define HAVE_LIBDL 1
  35654. | #define HAVE_DIRENT_H 1
  35655. | #define HAVE__BOOL 1
  35656. | #define HAVE_STDBOOL_H 1
  35657. | #define HAVE_SYS_WAIT_H 1
  35658. | #define HAVE_GRP_H 1
  35659. | #define HAVE_FCNTL_H 1
  35660. | #define HAVE_FLOAT_H 1
  35661. | #define HAVE_LANGINFO_H 1
  35662. | #define HAVE_LIMITS_H 1
  35663. | #define HAVE_LOCALE_H 1
  35664. | #define HAVE_MALLOC_MALLOC_H 1
  35665. | #define HAVE_PWD_H 1
  35666. | #define HAVE_SYS_ATTR_H 1
  35667. | #define HAVE_SYS_FCNTL_H 1
  35668. | #define HAVE_SYS_FILE_H 1
  35669. | #define HAVE_SYS_IOCTL_H 1
  35670. | #define HAVE_SYS_PARAM_H 1
  35671. | #define HAVE_SYS_RESOURCE_H 1
  35672. | #define HAVE_SYS_SELECT_H 1
  35673. | #define HAVE_SYS_SOCKET_H 1
  35674. | #define HAVE_SYS_TIME_H 1
  35675. | #define HAVE_SYS_TIMES_H 1
  35676. | #define HAVE_SYS_UIO_H 1
  35677. | #define HAVE_TIME_H 1
  35678. | #define HAVE_UCONTEXT_H 1
  35679. | #define HAVE_UTIME_H 1
  35680. | #define HAVE_GMP_H 1
  35681. | #define HAVE_LIBGMP 1
  35682. | #define HAVE_TYPEOF 1
  35683. | #define HAVE_LONG_LONG 1
  35684. | #define HAVE_OFF_T 1
  35685. | #define SIZEOF_INT 4
  35686. | #define SIZEOF_SHORT 2
  35687. | #define SIZEOF_LONG 8
  35688. | #define SIZEOF_LONG_LONG 8
  35689. | #define SIZEOF___INT64 0
  35690. | #define SIZEOF___INT128 16
  35691. | #define SIZEOF_OFF_T 8
  35692. | #define SIZEOF_VOIDP 8
  35693. | #define SIZEOF_FLOAT 4
  35694. | #define SIZEOF_DOUBLE 8
  35695. | #define SIZEOF_TIME_T 8
  35696. | #define SIZEOF_CLOCK_T 8
  35697. | #define PACKED_STRUCT(x) x __attribute__((packed))
  35698. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  35699. | #define PRI_LL_PREFIX "ll"
  35700. | #define rb_pid_t pid_t
  35701. | #define SIGNEDNESS_OF_PID_T -1
  35702. | #define PIDT2NUM(v) INT2NUM(v)
  35703. | #define NUM2PIDT(v) NUM2INT(v)
  35704. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  35705. | #define rb_uid_t uid_t
  35706. | #define SIGNEDNESS_OF_UID_T +1
  35707. | #define UIDT2NUM(v) UINT2NUM(v)
  35708. | #define NUM2UIDT(v) NUM2UINT(v)
  35709. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  35710. | #define rb_gid_t gid_t
  35711. | #define SIGNEDNESS_OF_GID_T +1
  35712. | #define GIDT2NUM(v) UINT2NUM(v)
  35713. | #define NUM2GIDT(v) NUM2UINT(v)
  35714. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  35715. | #define rb_time_t time_t
  35716. | #define SIGNEDNESS_OF_TIME_T -1
  35717. | #define TIMET2NUM(v) LONG2NUM(v)
  35718. | #define NUM2TIMET(v) NUM2LONG(v)
  35719. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  35720. | #define rb_dev_t dev_t
  35721. | #define SIGNEDNESS_OF_DEV_T -1
  35722. | #define DEVT2NUM(v) INT2NUM(v)
  35723. | #define NUM2DEVT(v) NUM2INT(v)
  35724. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  35725. | #define rb_mode_t mode_t
  35726. | #define SIGNEDNESS_OF_MODE_T +1
  35727. | #define MODET2NUM(v) UINT2NUM(v)
  35728. | #define NUM2MODET(v) NUM2UINT(v)
  35729. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  35730. | #define rb_rlim_t rlim_t
  35731. | #define SIGNEDNESS_OF_RLIM_T +1
  35732. | #define RLIM2NUM(v) ULL2NUM(v)
  35733. | #define NUM2RLIM(v) NUM2ULL(v)
  35734. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  35735. | #define rb_off_t off_t
  35736. | #define SIGNEDNESS_OF_OFF_T -1
  35737. | #define OFFT2NUM(v) LL2NUM(v)
  35738. | #define NUM2OFFT(v) NUM2LL(v)
  35739. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  35740. | #define rb_clockid_t int
  35741. | #define SIGNEDNESS_OF_CLOCKID_T -1
  35742. | #define CLOCKID2NUM(v) INT2NUM(v)
  35743. | #define NUM2CLOCKID(v) NUM2INT(v)
  35744. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  35745. | #define HAVE_PROTOTYPES 1
  35746. | #define TOKEN_PASTE(x,y) x##y
  35747. | #define STRINGIZE(expr) STRINGIZE0(expr)
  35748. | #define HAVE_STDARG_PROTOTYPES 1
  35749. | #define HAVE_VA_ARGS_MACRO 1
  35750. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  35751. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  35752. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  35753. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  35754. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  35755. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  35756. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  35757. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  35758. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  35759. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  35760. | #define WEAK(x) __attribute__ ((__weak__)) x
  35761. | #define HAVE_FUNC_WEAK 1
  35762. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  35763. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  35764. | #define HAVE_GCC_SYNC_BUILTINS 1
  35765. | #define UNREACHABLE __builtin_unreachable()
  35766. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  35767. | #define RUBY_FUNCTION_NAME_STRING __func__
  35768. | #define ENUM_OVER_INT 1
  35769. | #define HAVE_DECL_SYS_NERR 1
  35770. | #define HAVE_DECL_GETENV 1
  35771. | #define SIZEOF_SIZE_T 8
  35772. | #define SIZEOF_PTRDIFF_T 8
  35773. | #define PRI_SIZE_PREFIX "z"
  35774. | #define PRI_PTRDIFF_PREFIX "t"
  35775. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  35776. | #define HAVE_ST_BLKSIZE 1
  35777. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  35778. | #define HAVE_ST_BLOCKS 1
  35779. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  35780. | #define HAVE_ST_RDEV 1
  35781. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  35782. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  35783. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  35784. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  35785. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  35786. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  35787. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  35788. | #define HAVE_STRUCT_TIMEVAL 1
  35789. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  35790. | #define HAVE_STRUCT_TIMESPEC 1
  35791. | #define HAVE_STRUCT_TIMEZONE 1
  35792. | #define HAVE_INT8_T 1
  35793. | #define SIZEOF_INT8_T 1
  35794. | #define HAVE_UINT8_T 1
  35795. | #define SIZEOF_UINT8_T 1
  35796. | #define HAVE_INT16_T 1
  35797. | #define SIZEOF_INT16_T 2
  35798. | #define HAVE_UINT16_T 1
  35799. | #define SIZEOF_UINT16_T 2
  35800. | #define HAVE_INT32_T 1
  35801. | #define SIZEOF_INT32_T 4
  35802. | #define HAVE_UINT32_T 1
  35803. | #define SIZEOF_UINT32_T 4
  35804. | #define HAVE_INT64_T 1
  35805. | #define SIZEOF_INT64_T 8
  35806. | #define HAVE_UINT64_T 1
  35807. | #define SIZEOF_UINT64_T 8
  35808. | #define HAVE_INT128_T 1
  35809. | #define int128_t __int128
  35810. | #define SIZEOF_INT128_T SIZEOF___INT128
  35811. | #define HAVE_UINT128_T 1
  35812. | #define uint128_t unsigned __int128
  35813. | #define SIZEOF_UINT128_T SIZEOF___INT128
  35814. | #define HAVE_INTPTR_T 1
  35815. | #define SIZEOF_INTPTR_T 8
  35816. | #define HAVE_UINTPTR_T 1
  35817. | #define SIZEOF_UINTPTR_T 8
  35818. | #define HAVE_SSIZE_T 1
  35819. | #define SIZEOF_SSIZE_T 8
  35820. | #define GETGROUPS_T gid_t
  35821. | #define RETSIGTYPE void
  35822. | #define HAVE_ALLOCA_H 1
  35823. | #define HAVE_ALLOCA 1
  35824. | #define HAVE_ACOSH 1
  35825. | #define HAVE_CBRT 1
  35826. | #define HAVE_CRYPT 1
  35827. | #define HAVE_DUP2 1
  35828. | #define HAVE_ERF 1
  35829. | #define HAVE_FFS 1
  35830. | #define HAVE_FINITE 1
  35831. | #define HAVE_FLOCK 1
  35832. | #define HAVE_HYPOT 1
  35833. | #define HAVE_ISINF 1
  35834. | #define HAVE_ISNAN 1
  35835. | #define HAVE_LGAMMA_R 1
  35836. | #define HAVE_MEMMOVE 1
  35837. | #define HAVE_NEXTAFTER 1
  35838. | #define HAVE_STRCHR 1
  35839. | #define HAVE_STRERROR 1
  35840. | #define HAVE_STRLCAT 1
  35841. | #define HAVE_STRLCPY 1
  35842. | #define HAVE_STRSTR 1
  35843. | #define HAVE_TGAMMA 1
  35844. | #define SPT_TYPE SPT_REUSEARGV
  35845. | #define HAVE_SIGNBIT 1
  35846. | #define HAVE_FORK 1
  35847. | #define vfork fork
  35848. | #define HAVE_WORKING_FORK 1
  35849. | #define HAVE__LONGJMP 1
  35850. | #define HAVE_ARC4RANDOM_BUF 1
  35851. | #define HAVE_ATAN2L 1
  35852. | #define HAVE_ATAN2F 1
  35853. | #define HAVE_CHROOT 1
  35854. | #define HAVE_CLOCK_GETTIME 1
  35855. | #define HAVE_COSH 1
  35856. | #define HAVE_DIRFD 1
  35857. | #define HAVE_DLOPEN 1
  35858. | #define HAVE_DLADDR 1
  35859. | #define HAVE_DUP 1
  35860. | #define HAVE_ENDGRENT 1
  35861. | #define HAVE_FCHMOD 1
  35862. | #define HAVE_FCHOWN 1
  35863. | #define HAVE_FCNTL 1
  35864. | #define HAVE_FDOPENDIR 1
  35865. | #define HAVE_FGETATTRLIST 1
  35866. | #define HAVE_FMOD 1
  35867. | #define HAVE_FSTATAT 1
  35868. | #define HAVE_FSYNC 1
  35869. | #define HAVE_FTRUNCATE 1
  35870. | #define HAVE_GETATTRLIST 1
  35871. | #define HAVE_GETCWD 1
  35872. | #define HAVE_GETGRNAM 1
  35873. | #define HAVE_GETGRNAM_R 1
  35874. | #define HAVE_GETGROUPS 1
  35875. | #define HAVE_GETPGID 1
  35876. | #define HAVE_GETPGRP 1
  35877. | #define HAVE_GETPRIORITY 1
  35878. | #define HAVE_GETPWNAM_R 1
  35879. | #define HAVE_GETRLIMIT 1
  35880. | #define HAVE_GETSID 1
  35881. | #define HAVE_GETTIMEOFDAY 1
  35882. | #define HAVE_GMTIME_R 1
  35883. | #define HAVE_INITGROUPS 1
  35884. | #define HAVE_IOCTL 1
  35885. | #define HAVE_ISSETUGID 1
  35886. | #define HAVE_KILLPG 1
  35887. | #define HAVE_LCHMOD 1
  35888. | #define HAVE_LCHOWN 1
  35889. | #define HAVE_LINK 1
  35890. | #define HAVE_LLABS 1
  35891. | #define HAVE_LOCKF 1
  35892. | #define HAVE_LOG2 1
  35893. | #define HAVE_LSTAT 1
  35894. | #define HAVE_LUTIMES 1
  35895. | #define HAVE_MALLOC_SIZE 1
  35896. | #define HAVE_MBLEN 1
  35897. | #define HAVE_MEMSET_S 1
  35898. | #define HAVE_WRITEV 1
  35899. | #define HAVE_MKFIFO 1
  35900. | #define HAVE_MKNOD 1
  35901. | #define HAVE_MKTIME 1
  35902. | #define HAVE_OPENAT 1
  35903. | #define HAVE_POLL 1
  35904. | #define HAVE_POSIX_MEMALIGN 1
  35905. | #define HAVE_PREAD 1
  35906. | #define HAVE_PWRITE 1
  35907. | #define HAVE_QSORT_R 1
  35908. | #define HAVE_READLINK 1
  35909. | #define HAVE_ROUND 1
  35910. | #define HAVE_SEEKDIR 1
  35911. | #define HAVE_SENDFILE 1
  35912. | #define HAVE_SETEGID 1
  35913. | #define HAVE_SETENV 1
  35914. | #define HAVE_SETEUID 1
  35915. | #define HAVE_SETGID 1
  35916. | #define HAVE_SETGROUPS 1
  35917. | #define HAVE_SETPGID 1
  35918. | #define HAVE_SETPGRP 1
  35919. | #define HAVE_SETREGID 1
  35920. | #define HAVE_SETREUID 1
  35921. | #define HAVE_SETRGID 1
  35922. | #define HAVE_SETRLIMIT 1
  35923. | #define HAVE_SETRUID 1
  35924. | #define HAVE_SETSID 1
  35925. | #define HAVE_SETUID 1
  35926. | #define HAVE_SHUTDOWN 1
  35927. | #define HAVE_SIGACTION 1
  35928. | #define HAVE_SIGALTSTACK 1
  35929. | #define HAVE_SIGPROCMASK 1
  35930. | #define HAVE_SINH 1
  35931. | #define HAVE_SYMLINK 1
  35932. | #define HAVE_SYSCONF 1
  35933. | #define HAVE_TANH 1
  35934. | #define HAVE_TELLDIR 1
  35935. | #define HAVE_TIMEGM 1
  35936. | #define HAVE_TIMES 1
  35937. | #define HAVE_TRUNCATE 1
  35938. | #define HAVE_UNSETENV 1
  35939. | #define HAVE_UTIMENSAT 1
  35940. | #define HAVE_UTIMES 1
  35941. | #define HAVE_WAIT4 1
  35942. | #define HAVE_WAITPID 1
  35943. | #if !defined __STDC_WANT_LIB_EXT1__
  35944. | #define __STDC_WANT_LIB_EXT1__ 1
  35945. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  35946. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  35947. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  35948. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  35949. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  35950. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  35951. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  35952. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  35953. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  35954. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  35955. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  35956. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  35957. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  35958. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  35959. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  35960. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  35961. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  35962. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  35963. | #define HAVE_BSD_QSORT_R 1
  35964. | #define ATAN2_INF_C99 1
  35965. | #define HAVE_CLOCK_GETRES 1
  35966. | #define HAVE_STRUCT_TM_TM_ZONE 1
  35967. | #define HAVE_TM_ZONE 1
  35968. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  35969. | #define HAVE_DAYLIGHT 1
  35970. | #define NEGATIVE_TIME_T 1
  35971. | #define POSIX_SIGNAL 1
  35972. | #define HAVE_SIG_T 1
  35973. | #define RSHIFT(x,y) ((x)>>(int)(y))
  35974. | #define HAVE__SC_CLK_TCK 1
  35975. | #define STACK_GROW_DIRECTION -1
  35976. | #define _REENTRANT 1
  35977. | #define _THREAD_SAFE 1
  35978. | #define HAVE_LIBPTHREAD 1
  35979. | #define HAVE_SCHED_YIELD 1
  35980. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  35981. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  35982. | #define HAVE_PTHREAD_ATTR_INIT 1
  35983. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  35984. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  35985. | #define HAVE_PTHREAD_COND_INIT 1
  35986. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  35987. | #define HAVE_PTHREAD_SIGMASK 1
  35988. | #define HAVE_PTHREAD_SETNAME_NP 1
  35989. | #define SET_CURRENT_THREAD_NAME(name) pthread_setname_np(name)
  35990. | #define DEFINE_MCONTEXT_PTR(mc, uc) mcontext_t mc = (uc)->uc_mcontext
  35991. | #define HAVE_EXECINFO_H 1
  35992. | #define HAVE_LIBUNWIND_H 1
  35993. | #define HAVE_BACKTRACE 1
  35994. | #define BROKEN_BACKTRACE 1
  35995. | #define DLEXT_MAXLEN 7
  35996. | #define DLEXT ".bundle"
  35997. | #define LIBDIR_BASENAME "lib"
  35998. | /* end confdefs.h. */
  35999. |
  36000. | #include <setjmp.h>
  36001. | #include <setjmpex.h>
  36002. |
  36003. | #define JMPARGS_1 env
  36004. | #define JMPARGS_2 env,1
  36005. | #define JMPARGS JMPARGS_1
  36006. |
  36007. | int
  36008. | main ()
  36009. | {
  36010. | jmp_buf env; _setjmpex(JMPARGS);
  36011. | ;
  36012. | return 0;
  36013. | }
  36014. configure:26847: result: no
  36015. configure:26855: checking for _setjmp as a macro or function
  36016. 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
  36017. configure:26877: $? = 0
  36018. configure:26885: result: yes
  36019. configure:26893: checking for sigsetjmp as a macro or function
  36020. 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
  36021. configure:26915: $? = 0
  36022. configure:26923: result: yes
  36023. configure:26930: checking for setjmp type
  36024. configure:27011: result: _setjmp
  36025. configure:27116: checking for prefix of external symbols
  36026. 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
  36027. configure:27133: $? = 0
  36028. configure:27145: result: _
  36029. configure:27306: checking pthread.h usability
  36030. 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
  36031. configure:27306: $? = 0
  36032. configure:27306: result: yes
  36033. configure:27306: checking pthread.h presence
  36034. 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
  36035. configure:27306: $? = 0
  36036. configure:27306: result: yes
  36037. configure:27306: checking for pthread.h
  36038. configure:27306: result: yes
  36039. configure:27336: checking if make is GNU make
  36040. configure:27352: result: yes
  36041. configure:27957: ruby library version = 2.5.0
  36042. configure:28150: creating ./config.status
  36043.  
  36044. ## ---------------------- ##
  36045. ## Running config.status. ##
  36046. ## ---------------------- ##
  36047.  
  36048. This file was extended by config.status, which was
  36049. generated by GNU Autoconf 2.69. Invocation command line was
  36050.  
  36051. CONFIG_FILES =
  36052. CONFIG_HEADERS =
  36053. CONFIG_LINKS =
  36054. CONFIG_COMMANDS =
  36055. $ ./config.status
  36056.  
  36057. on Geoffs-MacBook-Pro-2.local
  36058.  
  36059. config.status:949: creating GNUmakefile
  36060. config.status:949: creating Makefile
  36061. config.status:949: creating ruby-2.5.pc
  36062.  
  36063. ## ---------------- ##
  36064. ## Cache variables. ##
  36065. ## ---------------- ##
  36066.  
  36067. ac_cv_build=x86_64-apple-darwin17.4.0
  36068. ac_cv_c_bigendian=no
  36069. ac_cv_c_char_unsigned=no
  36070. ac_cv_c_compiler_gnu=yes
  36071. ac_cv_c_const=yes
  36072. ac_cv_c_inline=inline
  36073. ac_cv_c_typeof=typeof
  36074. ac_cv_c_volatile=yes
  36075. ac_cv_cxx_compiler_gnu=yes
  36076. ac_cv_env_CCC_set=
  36077. ac_cv_env_CCC_value=
  36078. ac_cv_env_CC_set=set
  36079. ac_cv_env_CC_value=gcc
  36080. ac_cv_env_CFLAGS_set=
  36081. ac_cv_env_CFLAGS_value=
  36082. ac_cv_env_CPPFLAGS_set=
  36083. ac_cv_env_CPPFLAGS_value=
  36084. ac_cv_env_CPP_set=
  36085. ac_cv_env_CPP_value=
  36086. ac_cv_env_CXXFLAGS_set=
  36087. ac_cv_env_CXXFLAGS_value=
  36088. ac_cv_env_CXX_set=
  36089. ac_cv_env_CXX_value=
  36090. ac_cv_env_LDFLAGS_set=
  36091. ac_cv_env_LDFLAGS_value=
  36092. ac_cv_env_LIBS_set=
  36093. ac_cv_env_LIBS_value=
  36094. ac_cv_env_build_alias_set=
  36095. ac_cv_env_build_alias_value=
  36096. ac_cv_env_cflags_set=
  36097. ac_cv_env_cflags_value=
  36098. ac_cv_env_cppflags_set=
  36099. ac_cv_env_cppflags_value=
  36100. ac_cv_env_cxxflags_set=
  36101. ac_cv_env_cxxflags_value=
  36102. ac_cv_env_host_alias_set=
  36103. ac_cv_env_host_alias_value=
  36104. ac_cv_env_target_alias_set=
  36105. ac_cv_env_target_alias_value=
  36106. ac_cv_func___builtin_setjmp=no
  36107. ac_cv_func___syscall=no
  36108. ac_cv_func__longjmp=yes
  36109. ac_cv_func__setjmp=yes
  36110. ac_cv_func__setjmpex=no
  36111. ac_cv_func_acosh=yes
  36112. ac_cv_func_alloca_works=yes
  36113. ac_cv_func_arc4random_buf=yes
  36114. ac_cv_func_atan2f=yes
  36115. ac_cv_func_atan2l=yes
  36116. ac_cv_func_backtrace=yes
  36117. ac_cv_func_cbrt=yes
  36118. ac_cv_func_chroot=yes
  36119. ac_cv_func_chsize=no
  36120. ac_cv_func_clock_getres=yes
  36121. ac_cv_func_clock_gettime=yes
  36122. ac_cv_func_cosh=yes
  36123. ac_cv_func_crypt=yes
  36124. ac_cv_func_crypt_r=no
  36125. ac_cv_func_daemon=no
  36126. ac_cv_func_dirfd=yes
  36127. ac_cv_func_dl_iterate_phdr=no
  36128. ac_cv_func_dladdr=yes
  36129. ac_cv_func_dlopen=yes
  36130. ac_cv_func_dup2=yes
  36131. ac_cv_func_dup3=no
  36132. ac_cv_func_dup=yes
  36133. ac_cv_func_eaccess=no
  36134. ac_cv_func_endgrent=yes
  36135. ac_cv_func_erf=yes
  36136. ac_cv_func_explicit_bzero=no
  36137. ac_cv_func_fchmod=yes
  36138. ac_cv_func_fchown=yes
  36139. ac_cv_func_fcntl=yes
  36140. ac_cv_func_fdatasync=no
  36141. ac_cv_func_fdopendir=yes
  36142. ac_cv_func_ffs=yes
  36143. ac_cv_func_fgetattrlist=yes
  36144. ac_cv_func_finite=yes
  36145. ac_cv_func_flock=yes
  36146. ac_cv_func_fmod=yes
  36147. ac_cv_func_fork=yes
  36148. ac_cv_func_fork_works=yes
  36149. ac_cv_func_fstatat=yes
  36150. ac_cv_func_fsync=yes
  36151. ac_cv_func_ftruncate64=no
  36152. ac_cv_func_ftruncate=yes
  36153. ac_cv_func_getattrlist=yes
  36154. ac_cv_func_getcontext=no
  36155. ac_cv_func_getcwd=yes
  36156. ac_cv_func_getgidx=no
  36157. ac_cv_func_getgrnam=yes
  36158. ac_cv_func_getgrnam_r=yes
  36159. ac_cv_func_getgroups=yes
  36160. ac_cv_func_getpgid=yes
  36161. ac_cv_func_getpgrp=yes
  36162. ac_cv_func_getpriority=yes
  36163. ac_cv_func_getpwnam_r=yes
  36164. ac_cv_func_getresgid=no
  36165. ac_cv_func_getresuid=no
  36166. ac_cv_func_getrlimit=yes
  36167. ac_cv_func_getsid=yes
  36168. ac_cv_func_gettimeofday=yes
  36169. ac_cv_func_getuidx=no
  36170. ac_cv_func_gmtime_r=yes
  36171. ac_cv_func_hypot=yes
  36172. ac_cv_func_initgroups=yes
  36173. ac_cv_func_ioctl=yes
  36174. ac_cv_func_isfinite=no
  36175. ac_cv_func_isinf=yes
  36176. ac_cv_func_isnan=yes
  36177. ac_cv_func_issetugid=yes
  36178. ac_cv_func_killpg=yes
  36179. ac_cv_func_lchmod=yes
  36180. ac_cv_func_lchown=yes
  36181. ac_cv_func_lgamma_r=yes
  36182. ac_cv_func_link=yes
  36183. ac_cv_func_llabs=yes
  36184. ac_cv_func_lockf=yes
  36185. ac_cv_func_log2=yes
  36186. ac_cv_func_lstat=yes
  36187. ac_cv_func_lutimes=yes
  36188. ac_cv_func_malloc_size=yes
  36189. ac_cv_func_malloc_usable_size=no
  36190. ac_cv_func_mblen=yes
  36191. ac_cv_func_memalign=no
  36192. ac_cv_func_memcmp_working=yes
  36193. ac_cv_func_memmem=no
  36194. ac_cv_func_memmove=yes
  36195. ac_cv_func_memrchr=no
  36196. ac_cv_func_memset_s=yes
  36197. ac_cv_func_mkfifo=yes
  36198. ac_cv_func_mknod=yes
  36199. ac_cv_func_mktime=yes
  36200. ac_cv_func_nextafter=yes
  36201. ac_cv_func_openat=yes
  36202. ac_cv_func_pipe2=no
  36203. ac_cv_func_poll=yes
  36204. ac_cv_func_posix_fadvise=no
  36205. ac_cv_func_posix_memalign=yes
  36206. ac_cv_func_ppoll=no
  36207. ac_cv_func_pread=yes
  36208. ac_cv_func_pthread_attr_get_np=no
  36209. ac_cv_func_pthread_attr_getstack=yes
  36210. ac_cv_func_pthread_attr_init=yes
  36211. ac_cv_func_pthread_attr_setinheritsched=yes
  36212. ac_cv_func_pthread_cond_init=yes
  36213. ac_cv_func_pthread_condattr_init=yes
  36214. ac_cv_func_pthread_condattr_setclock=no
  36215. ac_cv_func_pthread_get_stackaddr_np=yes
  36216. ac_cv_func_pthread_get_stacksize_np=yes
  36217. ac_cv_func_pthread_getattr_np=no
  36218. ac_cv_func_pthread_getthrds_np=no
  36219. ac_cv_func_pthread_set_name_np=no
  36220. ac_cv_func_pthread_setname_np=yes
  36221. ac_cv_func_pthread_sigmask=yes
  36222. ac_cv_func_pthread_stackseg_np=no
  36223. ac_cv_func_pwrite=yes
  36224. ac_cv_func_qsort_r=yes
  36225. ac_cv_func_qsort_s=no
  36226. ac_cv_func_readlink=yes
  36227. ac_cv_func_round=yes
  36228. ac_cv_func_sched_getaffinity=no
  36229. ac_cv_func_sched_yield=yes
  36230. ac_cv_func_seekdir=yes
  36231. ac_cv_func_select_large_fdset=no
  36232. ac_cv_func_sendfile=yes
  36233. ac_cv_func_setcontext=no
  36234. ac_cv_func_setegid=yes
  36235. ac_cv_func_setenv=yes
  36236. ac_cv_func_seteuid=yes
  36237. ac_cv_func_setgid=yes
  36238. ac_cv_func_setgroups=yes
  36239. ac_cv_func_setpgid=yes
  36240. ac_cv_func_setpgrp=yes
  36241. ac_cv_func_setproctitle=no
  36242. ac_cv_func_setregid=yes
  36243. ac_cv_func_setresgid=no
  36244. ac_cv_func_setresuid=no
  36245. ac_cv_func_setreuid=yes
  36246. ac_cv_func_setrgid=yes
  36247. ac_cv_func_setrlimit=yes
  36248. ac_cv_func_setruid=yes
  36249. ac_cv_func_setsid=yes
  36250. ac_cv_func_setuid=yes
  36251. ac_cv_func_shutdown=yes
  36252. ac_cv_func_sigaction=yes
  36253. ac_cv_func_sigaltstack=yes
  36254. ac_cv_func_sigprocmask=yes
  36255. ac_cv_func_sigsetjmp=yes
  36256. ac_cv_func_sinh=yes
  36257. ac_cv_func_spawnv=no
  36258. ac_cv_func_strchr=yes
  36259. ac_cv_func_strerror=yes
  36260. ac_cv_func_strlcat=yes
  36261. ac_cv_func_strlcpy=yes
  36262. ac_cv_func_strstr=yes
  36263. ac_cv_func_symlink=yes
  36264. ac_cv_func_syscall=no
  36265. ac_cv_func_sysconf=yes
  36266. ac_cv_func_tanh=yes
  36267. ac_cv_func_telldir=yes
  36268. ac_cv_func_tgamma=yes
  36269. ac_cv_func_thr_stksegment=no
  36270. ac_cv_func_timegm=yes
  36271. ac_cv_func_times=yes
  36272. ac_cv_func_truncate64=no
  36273. ac_cv_func_truncate=yes
  36274. ac_cv_func_unsetenv=yes
  36275. ac_cv_func_utimensat=yes
  36276. ac_cv_func_utimes=yes
  36277. ac_cv_func_vfork=no
  36278. ac_cv_func_vfork_works=no
  36279. ac_cv_func_wait4=yes
  36280. ac_cv_func_waitpid=yes
  36281. ac_cv_func_writev=yes
  36282. ac_cv_have_decl_getenv=yes
  36283. ac_cv_have_decl_sys_nerr=yes
  36284. ac_cv_header_a_out_h=no
  36285. ac_cv_header_atomic_h=no
  36286. ac_cv_header_crt_externs_h=yes
  36287. ac_cv_header_direct_h=no
  36288. ac_cv_header_dirent_dirent_h=yes
  36289. ac_cv_header_execinfo_h=yes
  36290. ac_cv_header_fcntl_h=yes
  36291. ac_cv_header_float_h=yes
  36292. ac_cv_header_gmp_h=yes
  36293. ac_cv_header_grp_h=yes
  36294. ac_cv_header_ieeefp_h=no
  36295. ac_cv_header_intrinsics_h=no
  36296. ac_cv_header_inttypes_h=yes
  36297. ac_cv_header_langinfo_h=yes
  36298. ac_cv_header_libunwind_h=yes
  36299. ac_cv_header_limits_h=yes
  36300. ac_cv_header_locale_h=yes
  36301. ac_cv_header_malloc_h=no
  36302. ac_cv_header_malloc_malloc_h=yes
  36303. ac_cv_header_malloc_np_h=no
  36304. ac_cv_header_memory_h=yes
  36305. ac_cv_header_minix_config_h=no
  36306. ac_cv_header_net_socket_h=no
  36307. ac_cv_header_process_h=no
  36308. ac_cv_header_pthread_h=yes
  36309. ac_cv_header_pthread_np_h=no
  36310. ac_cv_header_pwd_h=yes
  36311. ac_cv_header_setjmpex_h=no
  36312. ac_cv_header_stdbool_h=yes
  36313. ac_cv_header_stdc=yes
  36314. ac_cv_header_stdint_h=yes
  36315. ac_cv_header_stdlib_h=yes
  36316. ac_cv_header_string_h=yes
  36317. ac_cv_header_strings_h=yes
  36318. ac_cv_header_sys_attr_h=yes
  36319. ac_cv_header_sys_fcntl_h=yes
  36320. ac_cv_header_sys_file_h=yes
  36321. ac_cv_header_sys_id_h=no
  36322. ac_cv_header_sys_ioctl_h=yes
  36323. ac_cv_header_sys_mkdev_h=no
  36324. ac_cv_header_sys_param_h=yes
  36325. ac_cv_header_sys_prctl_h=no
  36326. ac_cv_header_sys_pstat_h=no
  36327. ac_cv_header_sys_resource_h=yes
  36328. ac_cv_header_sys_select_h=yes
  36329. ac_cv_header_sys_sendfile_h=no
  36330. ac_cv_header_sys_socket_h=yes
  36331. ac_cv_header_sys_stat_h=yes
  36332. ac_cv_header_sys_syscall_h=no
  36333. ac_cv_header_sys_sysmacros_h=no
  36334. ac_cv_header_sys_time_h=yes
  36335. ac_cv_header_sys_times_h=yes
  36336. ac_cv_header_sys_types_h=yes
  36337. ac_cv_header_sys_uio_h=yes
  36338. ac_cv_header_sys_utime_h=no
  36339. ac_cv_header_sys_wait_h=yes
  36340. ac_cv_header_syscall_h=no
  36341. ac_cv_header_time_h=yes
  36342. ac_cv_header_ucontext_h=yes
  36343. ac_cv_header_unistd_h=yes
  36344. ac_cv_header_utime_h=yes
  36345. ac_cv_header_valgrind_memcheck_h=no
  36346. ac_cv_header_vfork_h=no
  36347. ac_cv_host=x86_64-apple-darwin17.4.0
  36348. ac_cv_lib_crypt_crypt=no
  36349. ac_cv_lib_dl_dlopen=yes
  36350. ac_cv_lib_dld_shl_load=no
  36351. ac_cv_lib_execinfo_backtrace=no
  36352. ac_cv_lib_pthread___pthread_kill=yes
  36353. ac_cv_lib_socket_shutdown=no
  36354. ac_cv_lib_thr___pthread_kill=no
  36355. ac_cv_member_struct_stat_st_atim=no
  36356. ac_cv_member_struct_stat_st_atimensec=no
  36357. ac_cv_member_struct_stat_st_atimespec=yes
  36358. ac_cv_member_struct_stat_st_birthtimespec=yes
  36359. ac_cv_member_struct_stat_st_blksize=yes
  36360. ac_cv_member_struct_stat_st_blocks=yes
  36361. ac_cv_member_struct_stat_st_ctim=no
  36362. ac_cv_member_struct_stat_st_ctimensec=no
  36363. ac_cv_member_struct_stat_st_ctimespec=yes
  36364. ac_cv_member_struct_stat_st_mtim=no
  36365. ac_cv_member_struct_stat_st_mtimensec=no
  36366. ac_cv_member_struct_stat_st_mtimespec=yes
  36367. ac_cv_member_struct_stat_st_rdev=yes
  36368. ac_cv_member_struct_tm_tm_zone=yes
  36369. ac_cv_objext=o
  36370. ac_cv_path_BASERUBY=/usr/bin/ruby
  36371. ac_cv_path_EGREP='/usr/bin/grep -E'
  36372. ac_cv_path_GREP=/usr/bin/grep
  36373. ac_cv_path_NROFF=/usr/bin/nroff
  36374. ac_cv_path_install='/usr/local/opt/coreutils/bin/ginstall -c'
  36375. ac_cv_path_mkdir=/usr/local/opt/coreutils/bin/gmkdir
  36376. ac_cv_prog_CC=gcc
  36377. ac_cv_prog_CPP='gcc -E'
  36378. ac_cv_prog_CXX=g++
  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.4.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='/usr/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=''
  36614. 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/geoff/.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.4.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.4.0'
  36755. build_alias=''
  36756. build_cpu='x86_64'
  36757. build_os='darwin17.4.0'
  36758. build_vendor='apple'
  36759. cflags='${optflags} ${debugflags} ${warnflags}'
  36760. codesign='codesign'
  36761. configure_args=' '\''--prefix=/Users/geoff/.rvm/rubies/ruby-2.5.0'\'' '\''--with-openssl-dir=/usr/local/opt/openssl'\'' '\''--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'\'' '\''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.4.0'
  36773. host_alias=''
  36774. host_cpu='x86_64'
  36775. host_os='darwin17.4.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/geoff/.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