Guest User

Building Bitcoin Core --with-experimental-kernel-lib on OpenBSD 7.2

a guest
Mar 11th, 2023
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 227.56 KB | None | 0 0
  1. checking for pkg-config... /usr/bin/pkg-config
  2. checking pkg-config is at least version 0.9.0... yes
  3. checking build system type... x86_64-unknown-openbsd7.2
  4. checking host system type... x86_64-unknown-openbsd7.2
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking whether build environment is sane... yes
  7. checking for a race-free mkdir -p... ./build-aux/install-sh -c -d
  8. checking for gawk... no
  9. checking for mawk... no
  10. checking for nawk... no
  11. checking for awk... awk
  12. checking whether gmake sets $(MAKE)... yes
  13. checking whether gmake supports nested variables... yes
  14. checking whether to enable maintainer-specific portions of Makefiles... yes
  15. checking whether gmake supports nested variables... (cached) yes
  16. checking for g++... no
  17. checking for c++... c++
  18. checking whether the C++ compiler works... yes
  19. checking for C++ compiler default output file name... a.out
  20. checking for suffix of executables...
  21. checking whether we are cross compiling... no
  22. checking for suffix of object files... o
  23. checking whether the compiler supports GNU C++... yes
  24. checking whether c++ accepts -g... yes
  25. checking for c++ option to enable C++11 features... none needed
  26. checking whether gmake supports the include directive... yes (GNU style)
  27. checking dependency style of c++... gcc3
  28. checking whether c++ supports C++17 features with -std=c++17... yes
  29. checking whether std::filesystem can be used without link library... yes
  30. checking whether the compiler supports GNU Objective C++... yes
  31. checking whether c++ -std=c++17 accepts -g... yes
  32. checking dependency style of c++ -std=c++17... gcc3
  33. checking how to print strings... print -r
  34. checking for gcc... no
  35. checking for cc... cc
  36. checking whether the compiler supports GNU C... yes
  37. checking whether cc accepts -g... yes
  38. checking for cc option to enable C11 features... none needed
  39. checking whether cc understands -c and -o together... yes
  40. checking dependency style of cc... gcc3
  41. checking for a sed that does not truncate output... /usr/bin/sed
  42. checking for grep that handles long lines and -e... /usr/bin/grep
  43. checking for egrep... /usr/bin/grep -E
  44. checking for fgrep... /usr/bin/grep -F
  45. checking for ld used by cc... /usr/bin/ld
  46. checking if the linker (/usr/bin/ld) is GNU ld... yes
  47. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  48. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  49. checking whether ln -s works... yes
  50. checking the maximum length of command line arguments... 393216
  51. checking whether the shell understands some XSI constructs... yes
  52. checking whether the shell understands "+="... no
  53. checking how to convert x86_64-unknown-openbsd7.2 file names to x86_64-unknown-openbsd7.2 format... func_convert_file_noop
  54. checking how to convert x86_64-unknown-openbsd7.2 file names to toolchain format... func_convert_file_noop
  55. checking for /usr/bin/ld option to reload object files... -r
  56. checking for objdump... objdump
  57. checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
  58. checking for dlltool... no
  59. checking how to associate runtime and link libraries... print -r --
  60. checking for ar... ar
  61. checking for archiver @FILE support... @
  62. checking for strip... strip
  63. checking for ranlib... ranlib
  64. checking command to parse /usr/bin/nm -B output from cc object... ok
  65. checking for sysroot... no
  66. checking for mt... mt
  67. checking if mt is a manifest tool... no
  68. checking for stdio.h... yes
  69. checking for stdlib.h... yes
  70. checking for string.h... yes
  71. checking for inttypes.h... yes
  72. checking for stdint.h... yes
  73. checking for strings.h... yes
  74. checking for sys/stat.h... yes
  75. checking for sys/types.h... yes
  76. checking for unistd.h... yes
  77. checking for dlfcn.h... yes
  78. checking for objdir... .libs
  79. checking if cc supports -fno-rtti -fno-exceptions... yes
  80. checking for cc option to produce PIC... -fPIC -DPIC
  81. checking if cc PIC flag -fPIC -DPIC works... yes
  82. checking if cc static flag -static works... yes
  83. checking if cc supports -c -o file.o... yes
  84. checking if cc supports -c -o file.o... (cached) yes
  85. checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
  86. checking whether -lc should be explicitly linked in... yes
  87. checking dynamic linker characteristics... openbsd7.2 ld.so
  88. checking how to hardcode library paths into programs... immediate
  89. checking whether stripping libraries is possible... yes
  90. checking if libtool supports shared libraries... yes
  91. checking whether to build shared libraries... yes
  92. checking whether to build static libraries... yes
  93. checking how to run the C++ preprocessor... c++ -std=c++17 -E
  94. checking for ld used by c++ -std=c++17... /usr/bin/ld
  95. checking if the linker (/usr/bin/ld) is GNU ld... yes
  96. checking whether the c++ -std=c++17 linker (/usr/bin/ld) supports shared libraries... error: invalid argument '-std=c++17' not allowed with 'C'
  97. yes
  98. checking for c++ -std=c++17 option to produce PIC... -fPIC -DPIC
  99. checking if c++ -std=c++17 PIC flag -fPIC -DPIC works... yes
  100. checking if c++ -std=c++17 static flag -static works... yes
  101. checking if c++ -std=c++17 supports -c -o file.o... yes
  102. checking if c++ -std=c++17 supports -c -o file.o... (cached) yes
  103. checking whether the c++ -std=c++17 linker (/usr/bin/ld) supports shared libraries... yes
  104. checking dynamic linker characteristics... error: invalid argument '-std=c++17' not allowed with 'C'
  105. openbsd7.2 ld.so
  106. checking how to hardcode library paths into programs... immediate
  107. checking for ar... /usr/bin/ar
  108. checking for gcov... no
  109. checking for llvm-cov... /usr/bin/llvm-cov
  110. checking for lcov... no
  111. checking for python3.7... no
  112. checking for python3.8... no
  113. checking for python3.9... /usr/local/bin/python3.9
  114. checking for genhtml... no
  115. checking for git... /usr/local/bin/git
  116. checking for ccache... /usr/local/bin/ccache
  117. checking for xgettext... no
  118. checking for hexdump... /usr/bin/hexdump
  119. checking for objcopy... /usr/bin/objcopy
  120. checking for doxygen... no
  121. checking whether C++ compiler accepts -Werror... yes
  122. checking whether the linker accepts -Wl,--fatal-warnings... yes
  123. checking whether C++ compiler accepts -Wall... yes
  124. checking whether C++ compiler accepts -Wextra... yes
  125. checking whether C++ compiler accepts -Wgnu... yes
  126. checking whether C++ compiler accepts -Wformat -Wformat-security... yes
  127. checking whether C++ compiler accepts -Wvla... yes
  128. checking whether C++ compiler accepts -Wshadow-field... yes
  129. checking whether C++ compiler accepts -Wthread-safety... yes
  130. checking whether C++ compiler accepts -Wloop-analysis... yes
  131. checking whether C++ compiler accepts -Wredundant-decls... yes
  132. checking whether C++ compiler accepts -Wunused-member-function... yes
  133. checking whether C++ compiler accepts -Wdate-time... yes
  134. checking whether C++ compiler accepts -Wconditional-uninitialized... yes
  135. checking whether C++ compiler accepts -Wduplicated-branches... no
  136. checking whether C++ compiler accepts -Wduplicated-cond... no
  137. checking whether C++ compiler accepts -Wlogical-op... no
  138. checking whether C++ compiler accepts -Woverloaded-virtual... yes
  139. checking whether C++ compiler accepts -Wsuggest-override... yes
  140. checking whether C++ compiler accepts -Wunreachable-code-loop-increment... yes
  141. checking whether C++ compiler accepts -Wimplicit-fallthrough... yes
  142. checking whether C++ compiler accepts -Wdocumentation... yes
  143. checking whether C++ compiler accepts -Wunused-parameter... yes
  144. checking whether C++ compiler accepts -Wself-assign... yes
  145. checking whether C++ compiler accepts -fno-extended-identifiers... no
  146. checking whether C++ compiler accepts -msse4.2... yes
  147. checking whether C++ compiler accepts -msse4.1... yes
  148. checking whether C++ compiler accepts -mavx -mavx2... yes
  149. checking whether C++ compiler accepts -msse4 -msha... yes
  150. checking whether C++ compiler accepts -mpclmul... yes
  151. checking for SSE4.2 intrinsics... yes
  152. checking for SSE4.1 intrinsics... yes
  153. checking for AVX2 intrinsics... yes
  154. checking for x86 SHA-NI intrinsics... yes
  155. checking whether C++ compiler accepts -march=armv8-a+crc... no
  156. checking whether C++ compiler accepts -march=armv8-a+crypto... no
  157. checking for ARMv8 CRC32 intrinsics... no
  158. checking for ARMv8 SHA-NI intrinsics... no
  159. checking whether byte ordering is bigendian... no
  160. checking how to run the C preprocessor... cc -E
  161. checking whether cc is Clang... yes
  162. checking whether pthreads work with "-pthread" and "-lpthread"... yes
  163. checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread... no
  164. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  165. checking whether more special flags are required for pthreads... no
  166. checking for PTHREAD_PRIO_INHERIT... yes
  167. checking whether std::atomic can be used without link library... yes
  168. checking for special C compiler options needed for large files... no
  169. checking for _FILE_OFFSET_BITS value needed for large files... no
  170. checking for c++ -std=c++17 options needed to detect all undeclared functions... none needed
  171. checking whether strerror_r is declared... yes
  172. checking whether strerror_r returns char *... no
  173. checking for library containing clock_gettime... none required
  174. checking whether C++ compiler accepts -fPIC... yes
  175. checking whether C++ compiler accepts -fstack-reuse=none... no
  176. checking whether C++ compiler accepts -Wstack-protector... yes
  177. checking whether C++ compiler accepts -fstack-protector-all... yes
  178. checking whether C++ compiler accepts -fcf-protection=full... yes
  179. checking whether C++ compiler accepts -fstack-clash-protection... no
  180. checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=3... yes
  181. checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE... yes
  182. checking whether the linker accepts -Wl,--enable-reloc-section... no
  183. checking whether the linker accepts -Wl,--dynamicbase... no
  184. checking whether the linker accepts -Wl,--nxcompat... no
  185. checking whether the linker accepts -Wl,--high-entropy-va... no
  186. checking whether the linker accepts -Wl,-z,relro... yes
  187. checking whether the linker accepts -Wl,-z,now... yes
  188. checking whether the linker accepts -Wl,-z,separate-code... yes
  189. checking whether the linker accepts -fPIE -pie... yes
  190. checking for endian.h... yes
  191. checking for sys/endian.h... yes
  192. checking for byteswap.h... no
  193. checking for sys/select.h... yes
  194. checking for sys/prctl.h... no
  195. checking for sys/sysctl.h... yes
  196. checking for vm/vm_param.h... no
  197. checking for sys/vmmeter.h... yes
  198. checking for sys/resources.h... no
  199. checking whether getifaddrs is declared... yes
  200. checking whether ifaddrs funcs can be used without link library... yes
  201. checking whether freeifaddrs is declared... yes
  202. checking whether ifaddrs funcs can be used without link library... yes
  203. checking whether fork is declared... yes
  204. checking whether setsid is declared... yes
  205. checking whether pipe2 is declared... yes
  206. checking for timingsafe_bcmp... yes
  207. checking whether le16toh is declared... yes
  208. checking whether le32toh is declared... yes
  209. checking whether le64toh is declared... yes
  210. checking whether htole16 is declared... yes
  211. checking whether htole32 is declared... yes
  212. checking whether htole64 is declared... yes
  213. checking whether be16toh is declared... yes
  214. checking whether be32toh is declared... yes
  215. checking whether be64toh is declared... yes
  216. checking whether htobe16 is declared... yes
  217. checking whether htobe32 is declared... yes
  218. checking whether htobe64 is declared... yes
  219. checking whether bswap_16 is declared... no
  220. checking whether bswap_32 is declared... no
  221. checking whether bswap_64 is declared... no
  222. checking for __builtin_clzl... yes
  223. checking for __builtin_clzll... yes
  224. checking for getmemoryinfo... no
  225. checking for mallopt M_ARENA_MAX... no
  226. checking for posix_fallocate... no
  227. checking for default visibility attribute... yes
  228. checking for dllexport attribute... no
  229. checking for thread_local support... yes
  230. checking for gmtime_r... yes
  231. checking for Linux getrandom syscall... no
  232. checking for getentropy via random.h... no
  233. checking for sysctl... yes
  234. checking for sysctl KERN_ARND... no
  235. checking for if type char equals int8_t... no
  236. checking for fdatasync... yes
  237. checking for F_FULLFSYNC... no
  238. checking for O_CLOEXEC... yes
  239. checking for __builtin_prefetch... yes
  240. checking for _mm_prefetch... yes
  241. checking for strong getauxval support in the system headers... no
  242. checking for std::system... yes
  243. checking for ::_wsystem... no
  244. checking for Qt5Core >= 5.11.3... yes
  245. checking for Qt5Gui >= 5.11.3... yes
  246. checking for Qt5Widgets >= 5.11.3... yes
  247. checking for Qt5Network >= 5.11.3... yes
  248. checking for Qt5Test >= 5.11.3... yes
  249. checking for Qt5DBus >= 5.11.3... yes
  250. checking for static Qt... no
  251. checking whether -fPIE can be used with this Qt config... no
  252. checking for moc-qt5... no
  253. checking for moc5... no
  254. checking for moc... /usr/local/lib/qt5/bin/moc
  255. checking for uic-qt5... no
  256. checking for uic5... no
  257. checking for uic... /usr/local/lib/qt5/bin/uic
  258. checking for rcc-qt5... no
  259. checking for rcc5... no
  260. checking for rcc... /usr/local/lib/qt5/bin/rcc
  261. checking for lrelease-qt5... no
  262. checking for lrelease5... no
  263. checking for lrelease... /usr/local/lib/qt5/bin/lrelease
  264. checking for lupdate-qt5... no
  265. checking for lupdate5... no
  266. checking for lupdate... /usr/local/lib/qt5/bin/lupdate
  267. checking for lconvert-qt5... no
  268. checking for lconvert5... no
  269. checking for lconvert... /usr/local/lib/qt5/bin/lconvert
  270. checking whether to build Bitcoin Core GUI... yes (Qt5)
  271. checking whether main function is needed for fuzz binary... checking whether the linker accepts ... no
  272. yes
  273. checking for __builtin_mul_overflow... yes
  274. checking for Berkeley DB C++ headers... no
  275. configure: WARNING: libdb_cxx headers missing
  276. configure: WARNING: Bitcoin Core requires this library for BDB (legacy) wallet support
  277. configure: WARNING: Passing --without-bdb will suppress this warning
  278. checking for sqlite3 >= 3.7.17... yes
  279. checking whether to build wallet with support for sqlite... yes
  280. checking whether Userspace, Statically Defined Tracing tracepoints are supported... no
  281. checking for miniupnpc/miniupnpc.h... no
  282. checking for miniupnpc/upnpcommands.h... no
  283. checking for miniupnpc/upnperrors.h... no
  284. checking for natpmp.h... no
  285. checking for Boost headers >= 1.64.0 (106400)... yes
  286. checking whether C++ preprocessor accepts -DBOOST_NO_CXX98_FUNCTION_BASE... no
  287. checking whether Boost.Process can be used... no
  288. checking for seccomp-bpf (Linux x86-64)... no
  289. checking for libevent >= 2.1.8... yes
  290. checking for libevent_pthreads >= 2.1.8... yes
  291. checking if evhttp_connection_get_peer expects const char**... no
  292. checking for libqrencode... no
  293. checking for libzmq >= 4... no
  294. configure: WARNING: libzmq version 4.x or greater not found, disabling
  295. checking for libmultiprocess... no
  296. checking whether to build bitcoind... yes
  297. checking whether to build bitcoin-cli... yes
  298. checking whether to build bitcoin-tx... yes
  299. checking whether to build bitcoin-wallet... yes
  300. checking whether to build bitcoin-util... yes
  301. checking whether to build experimental bitcoin-chainstate... no
  302. checking whether to build libraries... yes
  303. checking if ccache should be used... yes
  304. checking whether C compiler accepts -fdebug-prefix-map=A=B... yes
  305. checking whether C preprocessor accepts -fmacro-prefix-map=A=B... yes
  306. checking if wallet should be enabled... yes
  307. checking whether to build with support for UPnP... no
  308. checking whether to build with support for NAT-PMP... no
  309. checking whether to build GUI with support for D-Bus... yes
  310. checking whether to build GUI with support for QR codes... no
  311. configure: WARNING: xgettext is required to update qt translations
  312. checking whether to build test_bitcoin-qt... yes
  313. checking whether to build test_bitcoin... yes
  314. checking whether to reduce exports... no
  315. checking that generated files are newer than configure... done
  316. configure: creating ./config.status
  317. config.status: creating libbitcoinconsensus.pc
  318. config.status: creating Makefile
  319. config.status: creating src/Makefile
  320. config.status: creating doc/man/Makefile
  321. config.status: creating share/setup.nsi
  322. config.status: creating share/qt/Info.plist
  323. config.status: creating test/config.ini
  324. config.status: creating contrib/devtools/split-debug.sh
  325. config.status: creating src/config/bitcoin-config.h
  326. config.status: src/config/bitcoin-config.h is unchanged
  327. config.status: executing depfiles commands
  328. config.status: executing libtool commands
  329. === configuring in src/secp256k1 (/home/thestack/bitcoin/src/secp256k1)
  330. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-suppress-external-warnings' '--with-experimental-kernel-lib' 'MAKE=gmake' '--disable-shared' '--with-pic' '--enable-benchmark=no' '--enable-module-recovery' '--disable-module-ecdh' --cache-file=/dev/null --srcdir=.
  331. checking build system type... x86_64-unknown-openbsd7.2
  332. checking host system type... x86_64-unknown-openbsd7.2
  333. checking for a BSD-compatible install... /usr/bin/install -c
  334. checking whether build environment is sane... yes
  335. checking for a race-free mkdir -p... ./build-aux/install-sh -c -d
  336. checking for gawk... no
  337. checking for mawk... no
  338. checking for nawk... no
  339. checking for awk... awk
  340. checking whether gmake sets $(MAKE)... yes
  341. checking whether gmake supports nested variables... yes
  342. checking whether gmake supports nested variables... (cached) yes
  343. checking for gcc... no
  344. checking for cc... cc
  345. checking whether the C compiler works... yes
  346. checking for C compiler default output file name... a.out
  347. checking for suffix of executables...
  348. checking whether we are cross compiling... no
  349. checking for suffix of object files... o
  350. checking whether the compiler supports GNU C... yes
  351. checking whether cc accepts -g... yes
  352. checking for cc option to enable C11 features... none needed
  353. checking whether cc understands -c and -o together... yes
  354. checking whether gmake supports the include directive... yes (GNU style)
  355. checking dependency style of cc... gcc3
  356. checking dependency style of cc... gcc3
  357. checking for ar... ar
  358. checking the archiver (ar) interface... ar
  359. checking how to print strings... print -r
  360. checking for a sed that does not truncate output... /usr/bin/sed
  361. checking for grep that handles long lines and -e... /usr/bin/grep
  362. checking for egrep... /usr/bin/grep -E
  363. checking for fgrep... /usr/bin/grep -F
  364. checking for ld used by cc... /usr/bin/ld
  365. checking if the linker (/usr/bin/ld) is GNU ld... yes
  366. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  367. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  368. checking whether ln -s works... yes
  369. checking the maximum length of command line arguments... 393216
  370. checking whether the shell understands some XSI constructs... yes
  371. checking whether the shell understands "+="... no
  372. checking how to convert x86_64-unknown-openbsd7.2 file names to x86_64-unknown-openbsd7.2 format... func_convert_file_noop
  373. checking how to convert x86_64-unknown-openbsd7.2 file names to toolchain format... func_convert_file_noop
  374. checking for /usr/bin/ld option to reload object files... -r
  375. checking for objdump... objdump
  376. checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
  377. checking for dlltool... no
  378. checking how to associate runtime and link libraries... print -r --
  379. checking for archiver @FILE support... @
  380. checking for strip... strip
  381. checking for ranlib... ranlib
  382. checking command to parse /usr/bin/nm -B output from cc object... ok
  383. checking for sysroot... no
  384. checking for mt... mt
  385. checking if mt is a manifest tool... no
  386. checking for stdio.h... yes
  387. checking for stdlib.h... yes
  388. checking for string.h... yes
  389. checking for inttypes.h... yes
  390. checking for stdint.h... yes
  391. checking for strings.h... yes
  392. checking for sys/stat.h... yes
  393. checking for sys/types.h... yes
  394. checking for unistd.h... yes
  395. checking for dlfcn.h... yes
  396. checking for objdir... .libs
  397. checking if cc supports -fno-rtti -fno-exceptions... yes
  398. checking for cc option to produce PIC... -fPIC -DPIC
  399. checking if cc PIC flag -fPIC -DPIC works... yes
  400. checking if cc static flag -static works... yes
  401. checking if cc supports -c -o file.o... yes
  402. checking if cc supports -c -o file.o... (cached) yes
  403. checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
  404. checking dynamic linker characteristics... openbsd7.2 ld.so
  405. checking how to hardcode library paths into programs... immediate
  406. checking whether stripping libraries is possible... yes
  407. checking if libtool supports shared libraries... yes
  408. checking whether to build shared libraries... no
  409. checking whether to build static libraries... yes
  410. checking if cc supports -Werror=unknown-warning-option... yes
  411. checking if cc supports -std=c89 -pedantic -Wno-long-long -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef... yes
  412. checking if cc supports -Wno-overlength-strings... yes
  413. checking if cc supports -Wall... yes
  414. checking if cc supports -Wno-unused-function... yes
  415. checking if cc supports -Wextra... yes
  416. checking if cc supports -Wcast-align... yes
  417. checking if cc supports -Wcast-align=strict... no
  418. checking if cc supports -Wconditional-uninitialized... yes
  419. checking if cc supports -fvisibility=hidden... yes
  420. checking for valgrind support...
  421. checking for x86_64 assembly availability... yes
  422. checking that generated files are newer than configure... done
  423. configure: creating ./config.status
  424. config.status: creating Makefile
  425. config.status: creating libsecp256k1.pc
  426. config.status: creating src/libsecp256k1-config.h
  427. config.status: src/libsecp256k1-config.h is unchanged
  428. config.status: executing depfiles commands
  429. config.status: executing libtool commands
  430.  
  431. Build Options:
  432. with external callbacks = no
  433. with benchmarks = no
  434. with tests = yes
  435. with coverage = no
  436. with examples = no
  437. module ecdh = no
  438. module recovery = yes
  439. module extrakeys = yes
  440. module schnorrsig = yes
  441.  
  442. asm = x86_64
  443. ecmult window size = 15
  444. ecmult gen prec. bits = 4
  445.  
  446. valgrind = no
  447. CC = cc
  448. CPPFLAGS =
  449. SECP_CFLAGS = -O2 -std=c89 -pedantic -Wno-long-long -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef -Wno-overlength-strings -Wall -Wno-unused-function -Wextra -Wcast-align -Wconditional-uninitialized -fvisibility=hidden
  450. CFLAGS = -g -O2
  451. LDFLAGS =
  452.  
  453. Options used to compile and link:
  454. external signer = no
  455. multiprocess = no
  456. with experimental syscall sandbox support = no
  457. with libs = yes
  458. with wallet = yes
  459. with sqlite = yes
  460. with bdb = no
  461. with gui / qt = yes
  462. with qr = no
  463. with zmq = no
  464. with test = yes
  465. with fuzz binary = yes
  466. with bench = yes
  467. with upnp = no
  468. with natpmp = no
  469. use asm = yes
  470. USDT tracing = no
  471. sanitizers =
  472. debug enabled = no
  473. gprof enabled = no
  474. werror = no
  475. LTO = no
  476.  
  477. target os = openbsd7.2
  478. build os = openbsd7.2
  479.  
  480. CC = /usr/local/bin/ccache cc
  481. CFLAGS = -pthread -g -O2
  482. CPPFLAGS = -fmacro-prefix-map=$(abs_top_srcdir)=. -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -DHAVE_BUILD_INFO -DPROVIDE_FUZZ_MAIN_FUNCTION
  483. CXX = /usr/local/bin/ccache c++ -std=c++17
  484. CXXFLAGS = -fdebug-prefix-map=$(abs_top_srcdir)=. -Wstack-protector -fstack-protector-all -fcf-protection=full -Wall -Wextra -Wgnu -Wformat -Wformat-security -Wvla -Wshadow-field -Wthread-safety -Wloop-analysis -Wredundant-decls -Wunused-member-function -Wdate-time -Wconditional-uninitialized -Woverloaded-virtual -Wsuggest-override -Wunreachable-code-loop-increment -Wimplicit-fallthrough -Wdocumentation -Wno-unused-parameter -Wno-self-assign -g -O2
  485. LDFLAGS = -lpthread -Wl,-z,relro -Wl,-z,now -Wl,-z,separate-code -pie
  486. AR = /usr/bin/ar
  487. ARFLAGS = cr
  488.  
  489. -Wunknown-warning-option]
  490. configure:22049: $? = 1
  491. configure: failed program was:
  492. | /* confdefs.h */
  493. | #define PACKAGE_NAME "Bitcoin Core"
  494. | #define PACKAGE_TARNAME "bitcoin"
  495. | #define PACKAGE_VERSION "24.99.0"
  496. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  497. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  498. | #define PACKAGE_URL "https://bitcoincore.org/"
  499. | #define HAVE_CXX17 1
  500. | #define HAVE_STDIO_H 1
  501. | #define HAVE_STDLIB_H 1
  502. | #define HAVE_STRING_H 1
  503. | #define HAVE_INTTYPES_H 1
  504. | #define HAVE_STDINT_H 1
  505. | #define HAVE_STRINGS_H 1
  506. | #define HAVE_SYS_STAT_H 1
  507. | #define HAVE_SYS_TYPES_H 1
  508. | #define HAVE_UNISTD_H 1
  509. | #define STDC_HEADERS 1
  510. | #define HAVE_DLFCN_H 1
  511. | #define LT_OBJDIR ".libs/"
  512. | #define USE_ASM 1
  513. | /* end confdefs.h. */
  514. |
  515. | int
  516. | main (void)
  517. | {
  518. |
  519. | ;
  520. | return 0;
  521. | }
  522. configure:22059: result: no
  523. configure:22069: checking whether C++ compiler accepts -Wduplicated-cond
  524. configure:22089: c++ -std=c++17 -c -g -O2 -Werror -Wduplicated-cond conftest.cpp >&5
  525. error: unknown warning option '-Wduplicated-cond' [-Werror,-Wunknown-warning-option]
  526. configure:22089: $? = 1
  527. configure: failed program was:
  528. | /* confdefs.h */
  529. | #define PACKAGE_NAME "Bitcoin Core"
  530. | #define PACKAGE_TARNAME "bitcoin"
  531. | #define PACKAGE_VERSION "24.99.0"
  532. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  533. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  534. | #define PACKAGE_URL "https://bitcoincore.org/"
  535. | #define HAVE_CXX17 1
  536. | #define HAVE_STDIO_H 1
  537. | #define HAVE_STDLIB_H 1
  538. | #define HAVE_STRING_H 1
  539. | #define HAVE_INTTYPES_H 1
  540. | #define HAVE_STDINT_H 1
  541. | #define HAVE_STRINGS_H 1
  542. | #define HAVE_SYS_STAT_H 1
  543. | #define HAVE_SYS_TYPES_H 1
  544. | #define HAVE_UNISTD_H 1
  545. | #define STDC_HEADERS 1
  546. | #define HAVE_DLFCN_H 1
  547. | #define LT_OBJDIR ".libs/"
  548. | #define USE_ASM 1
  549. | /* end confdefs.h. */
  550. |
  551. | int
  552. | main (void)
  553. | {
  554. |
  555. | ;
  556. | return 0;
  557. | }
  558. configure:22099: result: no
  559. configure:22109: checking whether C++ compiler accepts -Wlogical-op
  560. configure:22129: c++ -std=c++17 -c -g -O2 -Werror -Wlogical-op conftest.cpp >&5
  561. error: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Werror,-Wunknown-warning-option]
  562. configure:22129: $? = 1
  563. configure: failed program was:
  564. | /* confdefs.h */
  565. | #define PACKAGE_NAME "Bitcoin Core"
  566. | #define PACKAGE_TARNAME "bitcoin"
  567. | #define PACKAGE_VERSION "24.99.0"
  568. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  569. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  570. | #define PACKAGE_URL "https://bitcoincore.org/"
  571. | #define HAVE_CXX17 1
  572. | #define HAVE_STDIO_H 1
  573. | #define HAVE_STDLIB_H 1
  574. | #define HAVE_STRING_H 1
  575. | #define HAVE_INTTYPES_H 1
  576. | #define HAVE_STDINT_H 1
  577. | #define HAVE_STRINGS_H 1
  578. | #define HAVE_SYS_STAT_H 1
  579. | #define HAVE_SYS_TYPES_H 1
  580. | #define HAVE_UNISTD_H 1
  581. | #define STDC_HEADERS 1
  582. | #define HAVE_DLFCN_H 1
  583. | #define LT_OBJDIR ".libs/"
  584. | #define USE_ASM 1
  585. | /* end confdefs.h. */
  586. |
  587. | int
  588. | main (void)
  589. | {
  590. |
  591. | ;
  592. | return 0;
  593. | }
  594. configure:22139: result: no
  595. configure:22149: checking whether C++ compiler accepts -Woverloaded-virtual
  596. configure:22169: c++ -std=c++17 -c -g -O2 -Werror -Woverloaded-virtual conftest.cpp >&5
  597. configure:22169: $? = 0
  598. configure:22179: result: yes
  599. configure:22189: checking whether C++ compiler accepts -Wsuggest-override
  600. configure:22202: c++ -std=c++17 -c -g -O2 -Werror -Wsuggest-override conftest.cpp >&5
  601. configure:22202: $? = 0
  602. configure:22212: result: yes
  603. configure:22222: checking whether C++ compiler accepts -Wunreachable-code-loop-increment
  604. configure:22242: c++ -std=c++17 -c -g -O2 -Werror -Wunreachable-code-loop-increment conftest.cpp >&5
  605. configure:22242: $? = 0
  606. configure:22252: result: yes
  607. configure:22262: checking whether C++ compiler accepts -Wimplicit-fallthrough
  608. configure:22282: c++ -std=c++17 -c -g -O2 -Werror -Wimplicit-fallthrough conftest.cpp >&5
  609. configure:22282: $? = 0
  610. configure:22292: result: yes
  611. configure:22304: checking whether C++ compiler accepts -Wdocumentation
  612. configure:22324: c++ -std=c++17 -c -g -O2 -Werror -Wdocumentation conftest.cpp >&5
  613. configure:22324: $? = 0
  614. configure:22334: result: yes
  615. configure:22346: checking whether C++ compiler accepts -Wunused-parameter
  616. configure:22366: c++ -std=c++17 -c -g -O2 -Werror -Wunused-parameter conftest.cpp >&5
  617. configure:22366: $? = 0
  618. configure:22376: result: yes
  619. configure:22386: checking whether C++ compiler accepts -Wself-assign
  620. configure:22406: c++ -std=c++17 -c -g -O2 -Werror -Wself-assign conftest.cpp >&5
  621. configure:22406: $? = 0
  622. configure:22416: result: yes
  623. configure:22470: checking whether C++ compiler accepts -fno-extended-identifiers
  624. configure:22490: c++ -std=c++17 -c -g -O2 -Werror -fno-extended-identifiers conftest.cpp >&5
  625. c++: error: unsupported option '-fno-extended-identifiers'
  626. configure:22490: $? = 1
  627. configure: failed program was:
  628. | /* confdefs.h */
  629. | #define PACKAGE_NAME "Bitcoin Core"
  630. | #define PACKAGE_TARNAME "bitcoin"
  631. | #define PACKAGE_VERSION "24.99.0"
  632. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  633. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  634. | #define PACKAGE_URL "https://bitcoincore.org/"
  635. | #define HAVE_CXX17 1
  636. | #define HAVE_STDIO_H 1
  637. | #define HAVE_STDLIB_H 1
  638. | #define HAVE_STRING_H 1
  639. | #define HAVE_INTTYPES_H 1
  640. | #define HAVE_STDINT_H 1
  641. | #define HAVE_STRINGS_H 1
  642. | #define HAVE_SYS_STAT_H 1
  643. | #define HAVE_SYS_TYPES_H 1
  644. | #define HAVE_UNISTD_H 1
  645. | #define STDC_HEADERS 1
  646. | #define HAVE_DLFCN_H 1
  647. | #define LT_OBJDIR ".libs/"
  648. | #define USE_ASM 1
  649. | /* end confdefs.h. */
  650. |
  651. | int
  652. | main (void)
  653. | {
  654. |
  655. | ;
  656. | return 0;
  657. | }
  658. configure:22500: result: no
  659. configure:22521: checking whether C++ compiler accepts -msse4.2
  660. configure:22541: c++ -std=c++17 -c -g -O2 -Werror -msse4.2 conftest.cpp >&5
  661. configure:22541: $? = 0
  662. configure:22551: result: yes
  663. configure:22561: checking whether C++ compiler accepts -msse4.1
  664. configure:22581: c++ -std=c++17 -c -g -O2 -Werror -msse4.1 conftest.cpp >&5
  665. configure:22581: $? = 0
  666. configure:22591: result: yes
  667. configure:22601: checking whether C++ compiler accepts -mavx -mavx2
  668. configure:22621: c++ -std=c++17 -c -g -O2 -Werror -mavx -mavx2 conftest.cpp >&5
  669. configure:22621: $? = 0
  670. configure:22631: result: yes
  671. configure:22641: checking whether C++ compiler accepts -msse4 -msha
  672. configure:22661: c++ -std=c++17 -c -g -O2 -Werror -msse4 -msha conftest.cpp >&5
  673. configure:22661: $? = 0
  674. configure:22671: result: yes
  675. configure:22683: checking whether C++ compiler accepts -mpclmul
  676. configure:22713: c++ -std=c++17 -c -g -O2 -Werror -mpclmul conftest.cpp >&5
  677. configure:22713: $? = 0
  678. configure:22723: result: yes
  679. configure:22742: checking for SSE4.2 intrinsics
  680. configure:22768: c++ -std=c++17 -c -msse4.2 -g -O2 conftest.cpp >&5
  681. configure:22768: $? = 0
  682. configure:22770: result: yes
  683. configure:22782: checking for SSE4.1 intrinsics
  684. configure:22801: c++ -std=c++17 -c -msse4.1 -g -O2 conftest.cpp >&5
  685. configure:22801: $? = 0
  686. configure:22803: result: yes
  687. configure:22817: checking for AVX2 intrinsics
  688. configure:22836: c++ -std=c++17 -c -mavx -mavx2 -g -O2 conftest.cpp >&5
  689. configure:22836: $? = 0
  690. configure:22838: result: yes
  691. configure:22852: checking for x86 SHA-NI intrinsics
  692. configure:22873: c++ -std=c++17 -c -msse4 -msha -g -O2 conftest.cpp >&5
  693. configure:22873: $? = 0
  694. configure:22875: result: yes
  695. configure:22889: checking whether C++ compiler accepts -march=armv8-a+crc
  696. configure:22909: c++ -std=c++17 -c -g -O2 -Werror -march=armv8-a+crc conftest.cpp >&5
  697. error: unknown target CPU 'armv8-a+crc'
  698. note: valid target CPU values are: nocona, core2, penryn, bonnell, atom, silvermont, slm, goldmont, goldmont-plus, tremont, nehalem, corei7, westmere, sandybridge, corei7-avx, ivybridge, core-avx-i, haswell, core-avx2, broadwell, skylake, skylake-avx512, skx, cascadelake, cooperlake, cannonlake, icelake-client, rocketlake, icelake-server, tigerlake, sapphirerapids, alderlake, knl, knm, k8, athlon64, athlon-fx, opteron, k8-sse3, athlon64-sse3, opteron-sse3, amdfam10, barcelona, btver1, btver2, bdver1, bdver2, bdver3, bdver4, znver1, znver2, znver3, x86-64, x86-64-v2, x86-64-v3, x86-64-v4
  699. configure:22909: $? = 1
  700. configure: failed program was:
  701. | /* confdefs.h */
  702. | #define PACKAGE_NAME "Bitcoin Core"
  703. | #define PACKAGE_TARNAME "bitcoin"
  704. | #define PACKAGE_VERSION "24.99.0"
  705. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  706. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  707. | #define PACKAGE_URL "https://bitcoincore.org/"
  708. | #define HAVE_CXX17 1
  709. | #define HAVE_STDIO_H 1
  710. | #define HAVE_STDLIB_H 1
  711. | #define HAVE_STRING_H 1
  712. | #define HAVE_INTTYPES_H 1
  713. | #define HAVE_STDINT_H 1
  714. | #define HAVE_STRINGS_H 1
  715. | #define HAVE_SYS_STAT_H 1
  716. | #define HAVE_SYS_TYPES_H 1
  717. | #define HAVE_UNISTD_H 1
  718. | #define STDC_HEADERS 1
  719. | #define HAVE_DLFCN_H 1
  720. | #define LT_OBJDIR ".libs/"
  721. | #define USE_ASM 1
  722. | #define HAVE_CLMUL 1
  723. | #define ENABLE_SSE41 1
  724. | #define ENABLE_AVX2 1
  725. | #define ENABLE_X86_SHANI 1
  726. | /* end confdefs.h. */
  727. |
  728. | int
  729. | main (void)
  730. | {
  731. |
  732. | ;
  733. | return 0;
  734. | }
  735. configure:22919: result: no
  736. configure:22929: checking whether C++ compiler accepts -march=armv8-a+crypto
  737. configure:22949: c++ -std=c++17 -c -g -O2 -Werror -march=armv8-a+crypto conftest.cpp >&5
  738. error: unknown target CPU 'armv8-a+crypto'
  739. note: valid target CPU values are: nocona, core2, penryn, bonnell, atom, silvermont, slm, goldmont, goldmont-plus, tremont, nehalem, corei7, westmere, sandybridge, corei7-avx, ivybridge, core-avx-i, haswell, core-avx2, broadwell, skylake, skylake-avx512, skx, cascadelake, cooperlake, cannonlake, icelake-client, rocketlake, icelake-server, tigerlake, sapphirerapids, alderlake, knl, knm, k8, athlon64, athlon-fx, opteron, k8-sse3, athlon64-sse3, opteron-sse3, amdfam10, barcelona, btver1, btver2, bdver1, bdver2, bdver3, bdver4, znver1, znver2, znver3, x86-64, x86-64-v2, x86-64-v3, x86-64-v4
  740. configure:22949: $? = 1
  741. configure: failed program was:
  742. | /* confdefs.h */
  743. | #define PACKAGE_NAME "Bitcoin Core"
  744. | #define PACKAGE_TARNAME "bitcoin"
  745. | #define PACKAGE_VERSION "24.99.0"
  746. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  747. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  748. | #define PACKAGE_URL "https://bitcoincore.org/"
  749. | #define HAVE_CXX17 1
  750. | #define HAVE_STDIO_H 1
  751. | #define HAVE_STDLIB_H 1
  752. | #define HAVE_STRING_H 1
  753. | #define HAVE_INTTYPES_H 1
  754. | #define HAVE_STDINT_H 1
  755. | #define HAVE_STRINGS_H 1
  756. | #define HAVE_SYS_STAT_H 1
  757. | #define HAVE_SYS_TYPES_H 1
  758. | #define HAVE_UNISTD_H 1
  759. | #define STDC_HEADERS 1
  760. | #define HAVE_DLFCN_H 1
  761. | #define LT_OBJDIR ".libs/"
  762. | #define USE_ASM 1
  763. | #define HAVE_CLMUL 1
  764. | #define ENABLE_SSE41 1
  765. | #define ENABLE_AVX2 1
  766. | #define ENABLE_X86_SHANI 1
  767. | /* end confdefs.h. */
  768. |
  769. | int
  770. | main (void)
  771. | {
  772. |
  773. | ;
  774. | return 0;
  775. | }
  776. configure:22959: result: no
  777. configure:22971: checking for ARMv8 CRC32 intrinsics
  778. configure:22994: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  779. conftest.cpp:28:14: fatal error: 'arm_acle.h' file not found
  780. #include <arm_acle.h>
  781. ^~~~~~~~~~~~
  782. 1 error generated.
  783. configure:22994: $? = 1
  784. configure: failed program was:
  785. | /* confdefs.h */
  786. | #define PACKAGE_NAME "Bitcoin Core"
  787. | #define PACKAGE_TARNAME "bitcoin"
  788. | #define PACKAGE_VERSION "24.99.0"
  789. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  790. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  791. | #define PACKAGE_URL "https://bitcoincore.org/"
  792. | #define HAVE_CXX17 1
  793. | #define HAVE_STDIO_H 1
  794. | #define HAVE_STDLIB_H 1
  795. | #define HAVE_STRING_H 1
  796. | #define HAVE_INTTYPES_H 1
  797. | #define HAVE_STDINT_H 1
  798. | #define HAVE_STRINGS_H 1
  799. | #define HAVE_SYS_STAT_H 1
  800. | #define HAVE_SYS_TYPES_H 1
  801. | #define HAVE_UNISTD_H 1
  802. | #define STDC_HEADERS 1
  803. | #define HAVE_DLFCN_H 1
  804. | #define LT_OBJDIR ".libs/"
  805. | #define USE_ASM 1
  806. | #define HAVE_CLMUL 1
  807. | #define ENABLE_SSE41 1
  808. | #define ENABLE_AVX2 1
  809. | #define ENABLE_X86_SHANI 1
  810. | /* end confdefs.h. */
  811. |
  812. | #include <arm_acle.h>
  813. | #include <arm_neon.h>
  814. |
  815. | int
  816. | main (void)
  817. | {
  818. |
  819. | #ifdef __aarch64__
  820. | __crc32cb(0, 0); __crc32ch(0, 0); __crc32cw(0, 0); __crc32cd(0, 0);
  821. | vmull_p64(0, 0);
  822. | #else
  823. | #error "crc32c library does not support hardware acceleration on 32-bit ARM"
  824. | #endif
  825. |
  826. | ;
  827. | return 0;
  828. | }
  829. configure:22999: result: no
  830. configure:23008: checking for ARMv8 SHA-NI intrinsics
  831. configure:23030: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  832. conftest.cpp:28:14: fatal error: 'arm_acle.h' file not found
  833. #include <arm_acle.h>
  834. ^~~~~~~~~~~~
  835. 1 error generated.
  836. configure:23030: $? = 1
  837. configure: failed program was:
  838. | /* confdefs.h */
  839. | #define PACKAGE_NAME "Bitcoin Core"
  840. | #define PACKAGE_TARNAME "bitcoin"
  841. | #define PACKAGE_VERSION "24.99.0"
  842. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  843. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  844. | #define PACKAGE_URL "https://bitcoincore.org/"
  845. | #define HAVE_CXX17 1
  846. | #define HAVE_STDIO_H 1
  847. | #define HAVE_STDLIB_H 1
  848. | #define HAVE_STRING_H 1
  849. | #define HAVE_INTTYPES_H 1
  850. | #define HAVE_STDINT_H 1
  851. | #define HAVE_STRINGS_H 1
  852. | #define HAVE_SYS_STAT_H 1
  853. | #define HAVE_SYS_TYPES_H 1
  854. | #define HAVE_UNISTD_H 1
  855. | #define STDC_HEADERS 1
  856. | #define HAVE_DLFCN_H 1
  857. | #define LT_OBJDIR ".libs/"
  858. | #define USE_ASM 1
  859. | #define HAVE_CLMUL 1
  860. | #define ENABLE_SSE41 1
  861. | #define ENABLE_AVX2 1
  862. | #define ENABLE_X86_SHANI 1
  863. | /* end confdefs.h. */
  864. |
  865. | #include <arm_acle.h>
  866. | #include <arm_neon.h>
  867. |
  868. | int
  869. | main (void)
  870. | {
  871. |
  872. | uint32x4_t a, b, c;
  873. | vsha256h2q_u32(a, b, c);
  874. | vsha256hq_u32(a, b, c);
  875. | vsha256su0q_u32(a, b);
  876. | vsha256su1q_u32(a, b, c);
  877. |
  878. | ;
  879. | return 0;
  880. | }
  881. configure:23037: result: no
  882. configure:24721: checking whether byte ordering is bigendian
  883. configure:24737: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  884. conftest.cpp:28:9: error: expected unqualified-id
  885. not a universal capable compiler
  886. ^
  887. 1 error generated.
  888. configure:24737: $? = 1
  889. configure: failed program was:
  890. | /* confdefs.h */
  891. | #define PACKAGE_NAME "Bitcoin Core"
  892. | #define PACKAGE_TARNAME "bitcoin"
  893. | #define PACKAGE_VERSION "24.99.0"
  894. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  895. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  896. | #define PACKAGE_URL "https://bitcoincore.org/"
  897. | #define HAVE_CXX17 1
  898. | #define HAVE_STDIO_H 1
  899. | #define HAVE_STDLIB_H 1
  900. | #define HAVE_STRING_H 1
  901. | #define HAVE_INTTYPES_H 1
  902. | #define HAVE_STDINT_H 1
  903. | #define HAVE_STRINGS_H 1
  904. | #define HAVE_SYS_STAT_H 1
  905. | #define HAVE_SYS_TYPES_H 1
  906. | #define HAVE_UNISTD_H 1
  907. | #define STDC_HEADERS 1
  908. | #define HAVE_DLFCN_H 1
  909. | #define LT_OBJDIR ".libs/"
  910. | #define USE_ASM 1
  911. | #define HAVE_CLMUL 1
  912. | #define ENABLE_SSE41 1
  913. | #define ENABLE_AVX2 1
  914. | #define ENABLE_X86_SHANI 1
  915. | /* end confdefs.h. */
  916. | #ifndef __APPLE_CC__
  917. | not a universal capable compiler
  918. | #endif
  919. | typedef int dummy;
  920. |
  921. configure:24783: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  922. configure:24783: $? = 0
  923. configure:24802: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  924. conftest.cpp:34:11: error: expected ';' after expression
  925. not big endian
  926. ^
  927. ;
  928. conftest.cpp:34:8: error: use of undeclared identifier 'big'
  929. not big endian
  930. ^
  931. conftest.cpp:34:12: error: use of undeclared identifier 'endian'
  932. not big endian
  933. ^
  934. 3 errors generated.
  935. configure:24802: $? = 1
  936. configure: failed program was:
  937. | /* confdefs.h */
  938. | #define PACKAGE_NAME "Bitcoin Core"
  939. | #define PACKAGE_TARNAME "bitcoin"
  940. | #define PACKAGE_VERSION "24.99.0"
  941. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  942. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  943. | #define PACKAGE_URL "https://bitcoincore.org/"
  944. | #define HAVE_CXX17 1
  945. | #define HAVE_STDIO_H 1
  946. | #define HAVE_STDLIB_H 1
  947. | #define HAVE_STRING_H 1
  948. | #define HAVE_INTTYPES_H 1
  949. | #define HAVE_STDINT_H 1
  950. | #define HAVE_STRINGS_H 1
  951. | #define HAVE_SYS_STAT_H 1
  952. | #define HAVE_SYS_TYPES_H 1
  953. | #define HAVE_UNISTD_H 1
  954. | #define STDC_HEADERS 1
  955. | #define HAVE_DLFCN_H 1
  956. | #define LT_OBJDIR ".libs/"
  957. | #define USE_ASM 1
  958. | #define HAVE_CLMUL 1
  959. | #define ENABLE_SSE41 1
  960. | #define ENABLE_AVX2 1
  961. | #define ENABLE_X86_SHANI 1
  962. | /* end confdefs.h. */
  963. | #include <sys/types.h>
  964. | #include <sys/param.h>
  965. |
  966. | int
  967. | main (void)
  968. | {
  969. | #if BYTE_ORDER != BIG_ENDIAN
  970. | not big endian
  971. | #endif
  972. |
  973. | ;
  974. | return 0;
  975. | }
  976. configure:24936: result: no
  977. configure:24960: checking how to run the C preprocessor
  978. configure:24986: cc -E conftest.c
  979. configure:24986: $? = 0
  980. configure:25001: cc -E conftest.c
  981. conftest.c:27:10: fatal error: 'ac_nonexistent.h' file not found
  982. #include <ac_nonexistent.h>
  983. ^~~~~~~~~~~~~~~~~~
  984. 1 error generated.
  985. configure:25001: $? = 1
  986. configure: failed program was:
  987. | /* confdefs.h */
  988. | #define PACKAGE_NAME "Bitcoin Core"
  989. | #define PACKAGE_TARNAME "bitcoin"
  990. | #define PACKAGE_VERSION "24.99.0"
  991. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  992. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  993. | #define PACKAGE_URL "https://bitcoincore.org/"
  994. | #define HAVE_CXX17 1
  995. | #define HAVE_STDIO_H 1
  996. | #define HAVE_STDLIB_H 1
  997. | #define HAVE_STRING_H 1
  998. | #define HAVE_INTTYPES_H 1
  999. | #define HAVE_STDINT_H 1
  1000. | #define HAVE_STRINGS_H 1
  1001. | #define HAVE_SYS_STAT_H 1
  1002. | #define HAVE_SYS_TYPES_H 1
  1003. | #define HAVE_UNISTD_H 1
  1004. | #define STDC_HEADERS 1
  1005. | #define HAVE_DLFCN_H 1
  1006. | #define LT_OBJDIR ".libs/"
  1007. | #define USE_ASM 1
  1008. | #define HAVE_CLMUL 1
  1009. | #define ENABLE_SSE41 1
  1010. | #define ENABLE_AVX2 1
  1011. | #define ENABLE_X86_SHANI 1
  1012. | /* end confdefs.h. */
  1013. | #include <ac_nonexistent.h>
  1014. configure:25028: result: cc -E
  1015. configure:25042: cc -E conftest.c
  1016. configure:25042: $? = 0
  1017. configure:25057: cc -E conftest.c
  1018. conftest.c:27:10: fatal error: 'ac_nonexistent.h' file not found
  1019. #include <ac_nonexistent.h>
  1020. ^~~~~~~~~~~~~~~~~~
  1021. 1 error generated.
  1022. configure:25057: $? = 1
  1023. configure: failed program was:
  1024. | /* confdefs.h */
  1025. | #define PACKAGE_NAME "Bitcoin Core"
  1026. | #define PACKAGE_TARNAME "bitcoin"
  1027. | #define PACKAGE_VERSION "24.99.0"
  1028. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  1029. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1030. | #define PACKAGE_URL "https://bitcoincore.org/"
  1031. | #define HAVE_CXX17 1
  1032. | #define HAVE_STDIO_H 1
  1033. | #define HAVE_STDLIB_H 1
  1034. | #define HAVE_STRING_H 1
  1035. | #define HAVE_INTTYPES_H 1
  1036. | #define HAVE_STDINT_H 1
  1037. | #define HAVE_STRINGS_H 1
  1038. | #define HAVE_SYS_STAT_H 1
  1039. | #define HAVE_SYS_TYPES_H 1
  1040. | #define HAVE_UNISTD_H 1
  1041. | #define STDC_HEADERS 1
  1042. | #define HAVE_DLFCN_H 1
  1043. | #define LT_OBJDIR ".libs/"
  1044. | #define USE_ASM 1
  1045. | #define HAVE_CLMUL 1
  1046. | #define ENABLE_SSE41 1
  1047. | #define ENABLE_AVX2 1
  1048. | #define ENABLE_X86_SHANI 1
  1049. | /* end confdefs.h. */
  1050. | #include <ac_nonexistent.h>
  1051. configure:25248: checking whether cc is Clang
  1052. configure:25275: result: yes
  1053. configure:25340: checking whether pthreads work with "-pthread" and "-lpthread"
  1054. configure:25451: cc -o conftest -g -O2 -pthread conftest.c -lpthread >&5
  1055. configure:25451: $? = 0
  1056. configure:25461: result: yes
  1057. configure:25510: checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread
  1058. configure:25537: cc -o conftest -Werror -Wunknown-warning-option -pthread -g -O2 conftest.c >&5
  1059. configure:25537: $? = 0
  1060. configure:25544: (cc -c -Werror -Wunknown-warning-option -pthread -g -O2 conftest.c >&5) && (echo ==== >&5) && (cc -o conftest -Werror -Wunknown-warning-option -pthread -g -O2 conftest.o >&5)
  1061. ====
  1062. configure:25544: $? = 0
  1063. configure:25564: result: no
  1064. configure:25584: checking for joinable pthread attribute
  1065. configure:25603: cc -o conftest -g -O2 -pthread conftest.c -lpthread >&5
  1066. configure:25603: $? = 0
  1067. configure:25612: result: PTHREAD_CREATE_JOINABLE
  1068. configure:25625: checking whether more special flags are required for pthreads
  1069. configure:25639: result: no
  1070. configure:25648: checking for PTHREAD_PRIO_INHERIT
  1071. configure:25666: cc -o conftest -g -O2 -pthread conftest.c -lpthread >&5
  1072. configure:25666: $? = 0
  1073. configure:25676: result: yes
  1074. configure:25863: checking whether std::atomic can be used without link library
  1075. configure:25890: c++ -std=c++17 -o conftest -g -O2 -pthread conftest.cpp >&5
  1076. configure:25890: $? = 0
  1077. configure:25893: result: yes
  1078. configure:25967: checking for special C compiler options needed for large files
  1079. configure:26015: result: no
  1080. configure:26021: checking for _FILE_OFFSET_BITS value needed for large files
  1081. configure:26047: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1082. configure:26047: $? = 0
  1083. configure:26081: result: no
  1084. configure:26163: checking for c++ -std=c++17 options needed to detect all undeclared functions
  1085. configure:26185: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1086. conftest.cpp:33:8: error: use of undeclared identifier 'strchr'
  1087. (void) strchr;
  1088. ^
  1089. 1 error generated.
  1090. configure:26185: $? = 1
  1091. configure: failed program was:
  1092. | /* confdefs.h */
  1093. | #define PACKAGE_NAME "Bitcoin Core"
  1094. | #define PACKAGE_TARNAME "bitcoin"
  1095. | #define PACKAGE_VERSION "24.99.0"
  1096. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  1097. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1098. | #define PACKAGE_URL "https://bitcoincore.org/"
  1099. | #define HAVE_CXX17 1
  1100. | #define HAVE_STDIO_H 1
  1101. | #define HAVE_STDLIB_H 1
  1102. | #define HAVE_STRING_H 1
  1103. | #define HAVE_INTTYPES_H 1
  1104. | #define HAVE_STDINT_H 1
  1105. | #define HAVE_STRINGS_H 1
  1106. | #define HAVE_SYS_STAT_H 1
  1107. | #define HAVE_SYS_TYPES_H 1
  1108. | #define HAVE_UNISTD_H 1
  1109. | #define STDC_HEADERS 1
  1110. | #define HAVE_DLFCN_H 1
  1111. | #define LT_OBJDIR ".libs/"
  1112. | #define USE_ASM 1
  1113. | #define HAVE_CLMUL 1
  1114. | #define ENABLE_SSE41 1
  1115. | #define ENABLE_AVX2 1
  1116. | #define ENABLE_X86_SHANI 1
  1117. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1118. | #define HAVE_PTHREAD 1
  1119. | /* end confdefs.h. */
  1120. |
  1121. | int
  1122. | main (void)
  1123. | {
  1124. | (void) strchr;
  1125. | ;
  1126. | return 0;
  1127. | }
  1128. configure:26212: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1129. configure:26212: $? = 0
  1130. configure:26229: result: none needed
  1131. configure:26243: checking whether strerror_r is declared
  1132. configure:26243: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1133. configure:26243: $? = 0
  1134. configure:26243: result: yes
  1135. configure:26262: checking whether strerror_r returns char *
  1136. configure:26287: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1137. conftest.cpp:37:13: error: indirection requires pointer operand ('int' invalid)
  1138. char x = *strerror_r (0, buf, sizeof buf);
  1139. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1140. conftest.cpp:38:10: error: cannot initialize a variable of type 'char *' with an rvalue of type 'int'
  1141. char *p = strerror_r (0, buf, sizeof buf);
  1142. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1143. 2 errors generated.
  1144. configure:26287: $? = 1
  1145. configure: failed program was:
  1146. | /* confdefs.h */
  1147. | #define PACKAGE_NAME "Bitcoin Core"
  1148. | #define PACKAGE_TARNAME "bitcoin"
  1149. | #define PACKAGE_VERSION "24.99.0"
  1150. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  1151. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1152. | #define PACKAGE_URL "https://bitcoincore.org/"
  1153. | #define HAVE_CXX17 1
  1154. | #define HAVE_STDIO_H 1
  1155. | #define HAVE_STDLIB_H 1
  1156. | #define HAVE_STRING_H 1
  1157. | #define HAVE_INTTYPES_H 1
  1158. | #define HAVE_STDINT_H 1
  1159. | #define HAVE_STRINGS_H 1
  1160. | #define HAVE_SYS_STAT_H 1
  1161. | #define HAVE_SYS_TYPES_H 1
  1162. | #define HAVE_UNISTD_H 1
  1163. | #define STDC_HEADERS 1
  1164. | #define HAVE_DLFCN_H 1
  1165. | #define LT_OBJDIR ".libs/"
  1166. | #define USE_ASM 1
  1167. | #define HAVE_CLMUL 1
  1168. | #define ENABLE_SSE41 1
  1169. | #define ENABLE_AVX2 1
  1170. | #define ENABLE_X86_SHANI 1
  1171. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1172. | #define HAVE_PTHREAD 1
  1173. | #define HAVE_DECL_STRERROR_R 1
  1174. | #define HAVE_STRERROR_R 1
  1175. | /* end confdefs.h. */
  1176. | #include <string.h>
  1177. | int
  1178. | main (void)
  1179. | {
  1180. |
  1181. | char buf[100];
  1182. | char x = *strerror_r (0, buf, sizeof buf);
  1183. | char *p = strerror_r (0, buf, sizeof buf);
  1184. | return !p || x;
  1185. |
  1186. | ;
  1187. | return 0;
  1188. | }
  1189. configure:26296: result: no
  1190. configure:26317: checking for library containing clock_gettime
  1191. configure:26346: c++ -std=c++17 -o conftest -g -O2 conftest.cpp >&5
  1192. configure:26346: $? = 0
  1193. configure:26366: result: none required
  1194. configure:26506: checking whether C++ compiler accepts -fPIC
  1195. configure:26526: c++ -std=c++17 -c -g -O2 -fPIC conftest.cpp >&5
  1196. configure:26526: $? = 0
  1197. configure:26535: result: yes
  1198. configure:26546: checking whether C++ compiler accepts -fstack-reuse=none
  1199. configure:26566: c++ -std=c++17 -c -g -O2 -fstack-reuse=none conftest.cpp >&5
  1200. c++: error: unknown argument: '-fstack-reuse=none'
  1201. configure:26566: $? = 1
  1202. configure: failed program was:
  1203. | /* confdefs.h */
  1204. | #define PACKAGE_NAME "Bitcoin Core"
  1205. | #define PACKAGE_TARNAME "bitcoin"
  1206. | #define PACKAGE_VERSION "24.99.0"
  1207. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  1208. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1209. | #define PACKAGE_URL "https://bitcoincore.org/"
  1210. | #define HAVE_CXX17 1
  1211. | #define HAVE_STDIO_H 1
  1212. | #define HAVE_STDLIB_H 1
  1213. | #define HAVE_STRING_H 1
  1214. | #define HAVE_INTTYPES_H 1
  1215. | #define HAVE_STDINT_H 1
  1216. | #define HAVE_STRINGS_H 1
  1217. | #define HAVE_SYS_STAT_H 1
  1218. | #define HAVE_SYS_TYPES_H 1
  1219. | #define HAVE_UNISTD_H 1
  1220. | #define STDC_HEADERS 1
  1221. | #define HAVE_DLFCN_H 1
  1222. | #define LT_OBJDIR ".libs/"
  1223. | #define USE_ASM 1
  1224. | #define HAVE_CLMUL 1
  1225. | #define ENABLE_SSE41 1
  1226. | #define ENABLE_AVX2 1
  1227. | #define ENABLE_X86_SHANI 1
  1228. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1229. | #define HAVE_PTHREAD 1
  1230. | #define HAVE_DECL_STRERROR_R 1
  1231. | #define HAVE_STRERROR_R 1
  1232. | /* end confdefs.h. */
  1233. |
  1234. | int
  1235. | main (void)
  1236. | {
  1237. |
  1238. | ;
  1239. | return 0;
  1240. | }
  1241. configure:26575: result: no
  1242. configure:26586: checking whether C++ compiler accepts -Wstack-protector
  1243. configure:26606: c++ -std=c++17 -c -g -O2 -Wstack-protector conftest.cpp >&5
  1244. configure:26606: $? = 0
  1245. configure:26615: result: yes
  1246. configure:26624: checking whether C++ compiler accepts -fstack-protector-all
  1247. configure:26644: c++ -std=c++17 -c -g -O2 -fstack-protector-all conftest.cpp >&5
  1248. configure:26644: $? = 0
  1249. configure:26653: result: yes
  1250. configure:26663: checking whether C++ compiler accepts -fcf-protection=full
  1251. configure:26683: c++ -std=c++17 -c -g -O2 -fcf-protection=full conftest.cpp >&5
  1252. configure:26683: $? = 0
  1253. configure:26692: result: yes
  1254. configure:26707: checking whether C++ compiler accepts -fstack-clash-protection
  1255. configure:26727: c++ -std=c++17 -c -g -O2 -Werror -fstack-clash-protection conftest.cpp >&5
  1256. c++: error: argument unused during compilation: '-fstack-clash-protection' [-Werror,-Wunused-command-line-argument]
  1257. configure:26727: $? = 1
  1258. configure: failed program was:
  1259. | /* confdefs.h */
  1260. | #define PACKAGE_NAME "Bitcoin Core"
  1261. | #define PACKAGE_TARNAME "bitcoin"
  1262. | #define PACKAGE_VERSION "24.99.0"
  1263. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  1264. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1265. | #define PACKAGE_URL "https://bitcoincore.org/"
  1266. | #define HAVE_CXX17 1
  1267. | #define HAVE_STDIO_H 1
  1268. | #define HAVE_STDLIB_H 1
  1269. | #define HAVE_STRING_H 1
  1270. | #define HAVE_INTTYPES_H 1
  1271. | #define HAVE_STDINT_H 1
  1272. | #define HAVE_STRINGS_H 1
  1273. | #define HAVE_SYS_STAT_H 1
  1274. | #define HAVE_SYS_TYPES_H 1
  1275. | #define HAVE_UNISTD_H 1
  1276. | #define STDC_HEADERS 1
  1277. | #define HAVE_DLFCN_H 1
  1278. | #define LT_OBJDIR ".libs/"
  1279. | #define USE_ASM 1
  1280. | #define HAVE_CLMUL 1
  1281. | #define ENABLE_SSE41 1
  1282. | #define ENABLE_AVX2 1
  1283. | #define ENABLE_X86_SHANI 1
  1284. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1285. | #define HAVE_PTHREAD 1
  1286. | #define HAVE_DECL_STRERROR_R 1
  1287. | #define HAVE_STRERROR_R 1
  1288. | /* end confdefs.h. */
  1289. |
  1290. | int
  1291. | main (void)
  1292. | {
  1293. |
  1294. | ;
  1295. | return 0;
  1296. | }
  1297. configure:26737: result: no
  1298. configure:26751: checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=3
  1299. configure:26771: c++ -std=c++17 -E -D_FORTIFY_SOURCE=3 conftest.cpp
  1300. configure:26771: $? = 0
  1301. configure:26780: result: yes
  1302. configure:26785: checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE
  1303. configure:26805: c++ -std=c++17 -E -U_FORTIFY_SOURCE conftest.cpp
  1304. configure:26805: $? = 0
  1305. configure:26814: result: yes
  1306. configure:26834: checking whether the linker accepts -Wl,--enable-reloc-section
  1307. configure:26854: c++ -std=c++17 -o conftest -g -O2 -Wl,--fatal-warnings -Wl,--enable-reloc-section conftest.cpp >&5
  1308. ld: error: unknown argument '--enable-reloc-section'
  1309. c++: error: linker command failed with exit code 1 (use -v to see invocation)
  1310. configure:26854: $? = 1
  1311. configure: failed program was:
  1312. | /* confdefs.h */
  1313. | #define PACKAGE_NAME "Bitcoin Core"
  1314. | #define PACKAGE_TARNAME "bitcoin"
  1315. | #define PACKAGE_VERSION "24.99.0"
  1316. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  1317. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1318. | #define PACKAGE_URL "https://bitcoincore.org/"
  1319. | #define HAVE_CXX17 1
  1320. | #define HAVE_STDIO_H 1
  1321. | #define HAVE_STDLIB_H 1
  1322. | #define HAVE_STRING_H 1
  1323. | #define HAVE_INTTYPES_H 1
  1324. | #define HAVE_STDINT_H 1
  1325. | #define HAVE_STRINGS_H 1
  1326. | #define HAVE_SYS_STAT_H 1
  1327. | #define HAVE_SYS_TYPES_H 1
  1328. | #define HAVE_UNISTD_H 1
  1329. | #define STDC_HEADERS 1
  1330. | #define HAVE_DLFCN_H 1
  1331. | #define LT_OBJDIR ".libs/"
  1332. | #define USE_ASM 1
  1333. | #define HAVE_CLMUL 1
  1334. | #define ENABLE_SSE41 1
  1335. | #define ENABLE_AVX2 1
  1336. | #define ENABLE_X86_SHANI 1
  1337. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1338. | #define HAVE_PTHREAD 1
  1339. | #define HAVE_DECL_STRERROR_R 1
  1340. | #define HAVE_STRERROR_R 1
  1341. | /* end confdefs.h. */
  1342. |
  1343. | int
  1344. | main (void)
  1345. | {
  1346. |
  1347. | ;
  1348. | return 0;
  1349. | }
  1350. configure:26865: result: no
  1351. configure:26875: checking whether the linker accepts -Wl,--dynamicbase
  1352. configure:26895: c++ -std=c++17 -o conftest -g -O2 -Wl,--fatal-warnings -Wl,--dynamicbase conftest.cpp >&5
  1353. ld: error: unknown argument '--dynamicbase'
  1354. c++: error: linker command failed with exit code 1 (use -v to see invocation)
  1355. configure:26895: $? = 1
  1356. configure: failed program was:
  1357. | /* confdefs.h */
  1358. | #define PACKAGE_NAME "Bitcoin Core"
  1359. | #define PACKAGE_TARNAME "bitcoin"
  1360. | #define PACKAGE_VERSION "24.99.0"
  1361. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  1362. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1363. | #define PACKAGE_URL "https://bitcoincore.org/"
  1364. | #define HAVE_CXX17 1
  1365. | #define HAVE_STDIO_H 1
  1366. | #define HAVE_STDLIB_H 1
  1367. | #define HAVE_STRING_H 1
  1368. | #define HAVE_INTTYPES_H 1
  1369. | #define HAVE_STDINT_H 1
  1370. | #define HAVE_STRINGS_H 1
  1371. | #define HAVE_SYS_STAT_H 1
  1372. | #define HAVE_SYS_TYPES_H 1
  1373. | #define HAVE_UNISTD_H 1
  1374. | #define STDC_HEADERS 1
  1375. | #define HAVE_DLFCN_H 1
  1376. | #define LT_OBJDIR ".libs/"
  1377. | #define USE_ASM 1
  1378. | #define HAVE_CLMUL 1
  1379. | #define ENABLE_SSE41 1
  1380. | #define ENABLE_AVX2 1
  1381. | #define ENABLE_X86_SHANI 1
  1382. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1383. | #define HAVE_PTHREAD 1
  1384. | #define HAVE_DECL_STRERROR_R 1
  1385. | #define HAVE_STRERROR_R 1
  1386. | /* end confdefs.h. */
  1387. |
  1388. | int
  1389. | main (void)
  1390. | {
  1391. |
  1392. | ;
  1393. | return 0;
  1394. | }
  1395. configure:26906: result: no
  1396. configure:26916: checking whether the linker accepts -Wl,--nxcompat
  1397. configure:26936: c++ -std=c++17 -o conftest -g -O2 -Wl,--fatal-warnings -Wl,--nxcompat conftest.cpp >&5
  1398. ld: error: unknown argument '--nxcompat'
  1399. c++: error: linker command failed with exit code 1 (use -v to see invocation)
  1400. configure:26936: $? = 1
  1401. configure: failed program was:
  1402. | /* confdefs.h */
  1403. | #define PACKAGE_NAME "Bitcoin Core"
  1404. | #define PACKAGE_TARNAME "bitcoin"
  1405. | #define PACKAGE_VERSION "24.99.0"
  1406. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  1407. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1408. | #define PACKAGE_URL "https://bitcoincore.org/"
  1409. | #define HAVE_CXX17 1
  1410. | #define HAVE_STDIO_H 1
  1411. | #define HAVE_STDLIB_H 1
  1412. | #define HAVE_STRING_H 1
  1413. | #define HAVE_INTTYPES_H 1
  1414. | #define HAVE_STDINT_H 1
  1415. | #define HAVE_STRINGS_H 1
  1416. | #define HAVE_SYS_STAT_H 1
  1417. | #define HAVE_SYS_TYPES_H 1
  1418. | #define HAVE_UNISTD_H 1
  1419. | #define STDC_HEADERS 1
  1420. | #define HAVE_DLFCN_H 1
  1421. | #define LT_OBJDIR ".libs/"
  1422. | #define USE_ASM 1
  1423. | #define HAVE_CLMUL 1
  1424. | #define ENABLE_SSE41 1
  1425. | #define ENABLE_AVX2 1
  1426. | #define ENABLE_X86_SHANI 1
  1427. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1428. | #define HAVE_PTHREAD 1
  1429. | #define HAVE_DECL_STRERROR_R 1
  1430. | #define HAVE_STRERROR_R 1
  1431. | /* end confdefs.h. */
  1432. |
  1433. | int
  1434. | main (void)
  1435. | {
  1436. |
  1437. | ;
  1438. | return 0;
  1439. | }
  1440. configure:26947: result: no
  1441. configure:26957: checking whether the linker accepts -Wl,--high-entropy-va
  1442. configure:26977: c++ -std=c++17 -o conftest -g -O2 -Wl,--fatal-warnings -Wl,--high-entropy-va conftest.cpp >&5
  1443. ld: error: unknown argument '--high-entropy-va'
  1444. c++: error: linker command failed with exit code 1 (use -v to see invocation)
  1445. configure:26977: $? = 1
  1446. configure: failed program was:
  1447. | /* confdefs.h */
  1448. | #define PACKAGE_NAME "Bitcoin Core"
  1449. | #define PACKAGE_TARNAME "bitcoin"
  1450. | #define PACKAGE_VERSION "24.99.0"
  1451. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  1452. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1453. | #define PACKAGE_URL "https://bitcoincore.org/"
  1454. | #define HAVE_CXX17 1
  1455. | #define HAVE_STDIO_H 1
  1456. | #define HAVE_STDLIB_H 1
  1457. | #define HAVE_STRING_H 1
  1458. | #define HAVE_INTTYPES_H 1
  1459. | #define HAVE_STDINT_H 1
  1460. | #define HAVE_STRINGS_H 1
  1461. | #define HAVE_SYS_STAT_H 1
  1462. | #define HAVE_SYS_TYPES_H 1
  1463. | #define HAVE_UNISTD_H 1
  1464. | #define STDC_HEADERS 1
  1465. | #define HAVE_DLFCN_H 1
  1466. | #define LT_OBJDIR ".libs/"
  1467. | #define USE_ASM 1
  1468. | #define HAVE_CLMUL 1
  1469. | #define ENABLE_SSE41 1
  1470. | #define ENABLE_AVX2 1
  1471. | #define ENABLE_X86_SHANI 1
  1472. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1473. | #define HAVE_PTHREAD 1
  1474. | #define HAVE_DECL_STRERROR_R 1
  1475. | #define HAVE_STRERROR_R 1
  1476. | /* end confdefs.h. */
  1477. |
  1478. | int
  1479. | main (void)
  1480. | {
  1481. |
  1482. | ;
  1483. | return 0;
  1484. | }
  1485. configure:26988: result: no
  1486. configure:26998: checking whether the linker accepts -Wl,-z,relro
  1487. configure:27018: c++ -std=c++17 -o conftest -g -O2 -Wl,--fatal-warnings -Wl,-z,relro conftest.cpp >&5
  1488. configure:27018: $? = 0
  1489. configure:27029: result: yes
  1490. configure:27039: checking whether the linker accepts -Wl,-z,now
  1491. configure:27059: c++ -std=c++17 -o conftest -g -O2 -Wl,--fatal-warnings -Wl,-z,now conftest.cpp >&5
  1492. configure:27059: $? = 0
  1493. configure:27070: result: yes
  1494. configure:27080: checking whether the linker accepts -Wl,-z,separate-code
  1495. configure:27100: c++ -std=c++17 -o conftest -g -O2 -Wl,--fatal-warnings -Wl,-z,separate-code conftest.cpp >&5
  1496. configure:27100: $? = 0
  1497. configure:27111: result: yes
  1498. configure:27121: checking whether the linker accepts -fPIE -pie
  1499. configure:27141: c++ -std=c++17 -o conftest -g -O2 -Werror -fPIE -pie conftest.cpp >&5
  1500. configure:27141: $? = 0
  1501. configure:27152: result: yes
  1502. configure:27338: checking for endian.h
  1503. configure:27338: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1504. configure:27338: $? = 0
  1505. configure:27338: result: yes
  1506. configure:27344: checking for sys/endian.h
  1507. configure:27344: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1508. configure:27344: $? = 0
  1509. configure:27344: result: yes
  1510. configure:27350: checking for byteswap.h
  1511. configure:27350: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1512. conftest.cpp:61:10: fatal error: 'byteswap.h' file not found
  1513. #include <byteswap.h>
  1514. ^~~~~~~~~~~~
  1515. 1 error generated.
  1516. configure:27350: $? = 1
  1517. configure: failed program was:
  1518. | /* confdefs.h */
  1519. | #define PACKAGE_NAME "Bitcoin Core"
  1520. | #define PACKAGE_TARNAME "bitcoin"
  1521. | #define PACKAGE_VERSION "24.99.0"
  1522. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  1523. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1524. | #define PACKAGE_URL "https://bitcoincore.org/"
  1525. | #define HAVE_CXX17 1
  1526. | #define HAVE_STDIO_H 1
  1527. | #define HAVE_STDLIB_H 1
  1528. | #define HAVE_STRING_H 1
  1529. | #define HAVE_INTTYPES_H 1
  1530. | #define HAVE_STDINT_H 1
  1531. | #define HAVE_STRINGS_H 1
  1532. | #define HAVE_SYS_STAT_H 1
  1533. | #define HAVE_SYS_TYPES_H 1
  1534. | #define HAVE_UNISTD_H 1
  1535. | #define STDC_HEADERS 1
  1536. | #define HAVE_DLFCN_H 1
  1537. | #define LT_OBJDIR ".libs/"
  1538. | #define USE_ASM 1
  1539. | #define HAVE_CLMUL 1
  1540. | #define ENABLE_SSE41 1
  1541. | #define ENABLE_AVX2 1
  1542. | #define ENABLE_X86_SHANI 1
  1543. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1544. | #define HAVE_PTHREAD 1
  1545. | #define HAVE_DECL_STRERROR_R 1
  1546. | #define HAVE_STRERROR_R 1
  1547. | #define HAVE_ENDIAN_H 1
  1548. | #define HAVE_SYS_ENDIAN_H 1
  1549. | /* end confdefs.h. */
  1550. | #include <stddef.h>
  1551. | #ifdef HAVE_STDIO_H
  1552. | # include <stdio.h>
  1553. | #endif
  1554. | #ifdef HAVE_STDLIB_H
  1555. | # include <stdlib.h>
  1556. | #endif
  1557. | #ifdef HAVE_STRING_H
  1558. | # include <string.h>
  1559. | #endif
  1560. | #ifdef HAVE_INTTYPES_H
  1561. | # include <inttypes.h>
  1562. | #endif
  1563. | #ifdef HAVE_STDINT_H
  1564. | # include <stdint.h>
  1565. | #endif
  1566. | #ifdef HAVE_STRINGS_H
  1567. | # include <strings.h>
  1568. | #endif
  1569. | #ifdef HAVE_SYS_TYPES_H
  1570. | # include <sys/types.h>
  1571. | #endif
  1572. | #ifdef HAVE_SYS_STAT_H
  1573. | # include <sys/stat.h>
  1574. | #endif
  1575. | #ifdef HAVE_UNISTD_H
  1576. | # include <unistd.h>
  1577. | #endif
  1578. | #include <byteswap.h>
  1579. configure:27350: result: no
  1580. configure:27356: checking for sys/select.h
  1581. configure:27356: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1582. configure:27356: $? = 0
  1583. configure:27356: result: yes
  1584. configure:27362: checking for sys/prctl.h
  1585. configure:27362: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1586. conftest.cpp:62:10: fatal error: 'sys/prctl.h' file not found
  1587. #include <sys/prctl.h>
  1588. ^~~~~~~~~~~~~
  1589. 1 error generated.
  1590. configure:27362: $? = 1
  1591. configure: failed program was:
  1592. | /* confdefs.h */
  1593. | #define PACKAGE_NAME "Bitcoin Core"
  1594. | #define PACKAGE_TARNAME "bitcoin"
  1595. | #define PACKAGE_VERSION "24.99.0"
  1596. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  1597. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1598. | #define PACKAGE_URL "https://bitcoincore.org/"
  1599. | #define HAVE_CXX17 1
  1600. | #define HAVE_STDIO_H 1
  1601. | #define HAVE_STDLIB_H 1
  1602. | #define HAVE_STRING_H 1
  1603. | #define HAVE_INTTYPES_H 1
  1604. | #define HAVE_STDINT_H 1
  1605. | #define HAVE_STRINGS_H 1
  1606. | #define HAVE_SYS_STAT_H 1
  1607. | #define HAVE_SYS_TYPES_H 1
  1608. | #define HAVE_UNISTD_H 1
  1609. | #define STDC_HEADERS 1
  1610. | #define HAVE_DLFCN_H 1
  1611. | #define LT_OBJDIR ".libs/"
  1612. | #define USE_ASM 1
  1613. | #define HAVE_CLMUL 1
  1614. | #define ENABLE_SSE41 1
  1615. | #define ENABLE_AVX2 1
  1616. | #define ENABLE_X86_SHANI 1
  1617. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1618. | #define HAVE_PTHREAD 1
  1619. | #define HAVE_DECL_STRERROR_R 1
  1620. | #define HAVE_STRERROR_R 1
  1621. | #define HAVE_ENDIAN_H 1
  1622. | #define HAVE_SYS_ENDIAN_H 1
  1623. | #define HAVE_SYS_SELECT_H 1
  1624. | /* end confdefs.h. */
  1625. | #include <stddef.h>
  1626. | #ifdef HAVE_STDIO_H
  1627. | # include <stdio.h>
  1628. | #endif
  1629. | #ifdef HAVE_STDLIB_H
  1630. | # include <stdlib.h>
  1631. | #endif
  1632. | #ifdef HAVE_STRING_H
  1633. | # include <string.h>
  1634. | #endif
  1635. | #ifdef HAVE_INTTYPES_H
  1636. | # include <inttypes.h>
  1637. | #endif
  1638. | #ifdef HAVE_STDINT_H
  1639. | # include <stdint.h>
  1640. | #endif
  1641. | #ifdef HAVE_STRINGS_H
  1642. | # include <strings.h>
  1643. | #endif
  1644. | #ifdef HAVE_SYS_TYPES_H
  1645. | # include <sys/types.h>
  1646. | #endif
  1647. | #ifdef HAVE_SYS_STAT_H
  1648. | # include <sys/stat.h>
  1649. | #endif
  1650. | #ifdef HAVE_UNISTD_H
  1651. | # include <unistd.h>
  1652. | #endif
  1653. | #include <sys/prctl.h>
  1654. configure:27362: result: no
  1655. configure:27368: checking for sys/sysctl.h
  1656. configure:27368: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1657. configure:27368: $? = 0
  1658. configure:27368: result: yes
  1659. configure:27374: checking for vm/vm_param.h
  1660. configure:27374: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1661. conftest.cpp:63:10: fatal error: 'vm/vm_param.h' file not found
  1662. #include <vm/vm_param.h>
  1663. ^~~~~~~~~~~~~~~
  1664. 1 error generated.
  1665. configure:27374: $? = 1
  1666. configure: failed program was:
  1667. | /* confdefs.h */
  1668. | #define PACKAGE_NAME "Bitcoin Core"
  1669. | #define PACKAGE_TARNAME "bitcoin"
  1670. | #define PACKAGE_VERSION "24.99.0"
  1671. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  1672. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1673. | #define PACKAGE_URL "https://bitcoincore.org/"
  1674. | #define HAVE_CXX17 1
  1675. | #define HAVE_STDIO_H 1
  1676. | #define HAVE_STDLIB_H 1
  1677. | #define HAVE_STRING_H 1
  1678. | #define HAVE_INTTYPES_H 1
  1679. | #define HAVE_STDINT_H 1
  1680. | #define HAVE_STRINGS_H 1
  1681. | #define HAVE_SYS_STAT_H 1
  1682. | #define HAVE_SYS_TYPES_H 1
  1683. | #define HAVE_UNISTD_H 1
  1684. | #define STDC_HEADERS 1
  1685. | #define HAVE_DLFCN_H 1
  1686. | #define LT_OBJDIR ".libs/"
  1687. | #define USE_ASM 1
  1688. | #define HAVE_CLMUL 1
  1689. | #define ENABLE_SSE41 1
  1690. | #define ENABLE_AVX2 1
  1691. | #define ENABLE_X86_SHANI 1
  1692. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1693. | #define HAVE_PTHREAD 1
  1694. | #define HAVE_DECL_STRERROR_R 1
  1695. | #define HAVE_STRERROR_R 1
  1696. | #define HAVE_ENDIAN_H 1
  1697. | #define HAVE_SYS_ENDIAN_H 1
  1698. | #define HAVE_SYS_SELECT_H 1
  1699. | #define HAVE_SYS_SYSCTL_H 1
  1700. | /* end confdefs.h. */
  1701. | #include <stddef.h>
  1702. | #ifdef HAVE_STDIO_H
  1703. | # include <stdio.h>
  1704. | #endif
  1705. | #ifdef HAVE_STDLIB_H
  1706. | # include <stdlib.h>
  1707. | #endif
  1708. | #ifdef HAVE_STRING_H
  1709. | # include <string.h>
  1710. | #endif
  1711. | #ifdef HAVE_INTTYPES_H
  1712. | # include <inttypes.h>
  1713. | #endif
  1714. | #ifdef HAVE_STDINT_H
  1715. | # include <stdint.h>
  1716. | #endif
  1717. | #ifdef HAVE_STRINGS_H
  1718. | # include <strings.h>
  1719. | #endif
  1720. | #ifdef HAVE_SYS_TYPES_H
  1721. | # include <sys/types.h>
  1722. | #endif
  1723. | #ifdef HAVE_SYS_STAT_H
  1724. | # include <sys/stat.h>
  1725. | #endif
  1726. | #ifdef HAVE_UNISTD_H
  1727. | # include <unistd.h>
  1728. | #endif
  1729. | #include <vm/vm_param.h>
  1730. configure:27374: result: no
  1731. configure:27380: checking for sys/vmmeter.h
  1732. configure:27380: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1733. configure:27380: $? = 0
  1734. configure:27380: result: yes
  1735. configure:27386: checking for sys/resources.h
  1736. configure:27386: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1737. conftest.cpp:64:10: fatal error: 'sys/resources.h' file not found
  1738. #include <sys/resources.h>
  1739. ^~~~~~~~~~~~~~~~~
  1740. 1 error generated.
  1741. configure:27386: $? = 1
  1742. configure: failed program was:
  1743. | /* confdefs.h */
  1744. | #define PACKAGE_NAME "Bitcoin Core"
  1745. | #define PACKAGE_TARNAME "bitcoin"
  1746. | #define PACKAGE_VERSION "24.99.0"
  1747. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  1748. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1749. | #define PACKAGE_URL "https://bitcoincore.org/"
  1750. | #define HAVE_CXX17 1
  1751. | #define HAVE_STDIO_H 1
  1752. | #define HAVE_STDLIB_H 1
  1753. | #define HAVE_STRING_H 1
  1754. | #define HAVE_INTTYPES_H 1
  1755. | #define HAVE_STDINT_H 1
  1756. | #define HAVE_STRINGS_H 1
  1757. | #define HAVE_SYS_STAT_H 1
  1758. | #define HAVE_SYS_TYPES_H 1
  1759. | #define HAVE_UNISTD_H 1
  1760. | #define STDC_HEADERS 1
  1761. | #define HAVE_DLFCN_H 1
  1762. | #define LT_OBJDIR ".libs/"
  1763. | #define USE_ASM 1
  1764. | #define HAVE_CLMUL 1
  1765. | #define ENABLE_SSE41 1
  1766. | #define ENABLE_AVX2 1
  1767. | #define ENABLE_X86_SHANI 1
  1768. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1769. | #define HAVE_PTHREAD 1
  1770. | #define HAVE_DECL_STRERROR_R 1
  1771. | #define HAVE_STRERROR_R 1
  1772. | #define HAVE_ENDIAN_H 1
  1773. | #define HAVE_SYS_ENDIAN_H 1
  1774. | #define HAVE_SYS_SELECT_H 1
  1775. | #define HAVE_SYS_SYSCTL_H 1
  1776. | #define HAVE_SYS_VMMETER_H 1
  1777. | /* end confdefs.h. */
  1778. | #include <stddef.h>
  1779. | #ifdef HAVE_STDIO_H
  1780. | # include <stdio.h>
  1781. | #endif
  1782. | #ifdef HAVE_STDLIB_H
  1783. | # include <stdlib.h>
  1784. | #endif
  1785. | #ifdef HAVE_STRING_H
  1786. | # include <string.h>
  1787. | #endif
  1788. | #ifdef HAVE_INTTYPES_H
  1789. | # include <inttypes.h>
  1790. | #endif
  1791. | #ifdef HAVE_STDINT_H
  1792. | # include <stdint.h>
  1793. | #endif
  1794. | #ifdef HAVE_STRINGS_H
  1795. | # include <strings.h>
  1796. | #endif
  1797. | #ifdef HAVE_SYS_TYPES_H
  1798. | # include <sys/types.h>
  1799. | #endif
  1800. | #ifdef HAVE_SYS_STAT_H
  1801. | # include <sys/stat.h>
  1802. | #endif
  1803. | #ifdef HAVE_UNISTD_H
  1804. | # include <unistd.h>
  1805. | #endif
  1806. | #include <sys/resources.h>
  1807. configure:27386: result: no
  1808. configure:27394: checking whether getifaddrs is declared
  1809. configure:27394: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1810. configure:27394: $? = 0
  1811. configure:27394: result: yes
  1812. configure:27416: checking whether ifaddrs funcs can be used without link library
  1813. configure:27432: c++ -std=c++17 -o conftest -g -O2 conftest.cpp >&5
  1814. configure:27432: $? = 0
  1815. configure:27435: result: yes
  1816. configure:27489: checking whether freeifaddrs is declared
  1817. configure:27489: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1818. configure:27489: $? = 0
  1819. configure:27489: result: yes
  1820. configure:27511: checking whether ifaddrs funcs can be used without link library
  1821. configure:27527: c++ -std=c++17 -o conftest -g -O2 conftest.cpp >&5
  1822. configure:27527: $? = 0
  1823. configure:27530: result: yes
  1824. configure:27586: checking whether fork is declared
  1825. configure:27586: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1826. configure:27586: $? = 0
  1827. configure:27586: result: yes
  1828. configure:27595: checking whether setsid is declared
  1829. configure:27595: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1830. configure:27595: $? = 0
  1831. configure:27595: result: yes
  1832. configure:27605: checking whether pipe2 is declared
  1833. configure:27605: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1834. configure:27605: $? = 0
  1835. configure:27605: result: yes
  1836. configure:27615: checking for timingsafe_bcmp
  1837. configure:27615: c++ -std=c++17 -o conftest -g -O2 conftest.cpp >&5
  1838. configure:27615: $? = 0
  1839. configure:27615: result: yes
  1840. configure:27623: checking whether le16toh is declared
  1841. configure:27623: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1842. configure:27623: $? = 0
  1843. configure:27623: result: yes
  1844. configure:27636: checking whether le32toh is declared
  1845. configure:27636: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1846. configure:27636: $? = 0
  1847. configure:27636: result: yes
  1848. configure:27649: checking whether le64toh is declared
  1849. configure:27649: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1850. configure:27649: $? = 0
  1851. configure:27649: result: yes
  1852. configure:27662: checking whether htole16 is declared
  1853. configure:27662: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1854. configure:27662: $? = 0
  1855. configure:27662: result: yes
  1856. configure:27675: checking whether htole32 is declared
  1857. configure:27675: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1858. configure:27675: $? = 0
  1859. configure:27675: result: yes
  1860. configure:27688: checking whether htole64 is declared
  1861. configure:27688: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1862. configure:27688: $? = 0
  1863. configure:27688: result: yes
  1864. configure:27701: checking whether be16toh is declared
  1865. configure:27701: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1866. configure:27701: $? = 0
  1867. configure:27701: result: yes
  1868. configure:27714: checking whether be32toh is declared
  1869. configure:27714: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1870. configure:27714: $? = 0
  1871. configure:27714: result: yes
  1872. configure:27727: checking whether be64toh is declared
  1873. configure:27727: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1874. configure:27727: $? = 0
  1875. configure:27727: result: yes
  1876. configure:27740: checking whether htobe16 is declared
  1877. configure:27740: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1878. configure:27740: $? = 0
  1879. configure:27740: result: yes
  1880. configure:27753: checking whether htobe32 is declared
  1881. configure:27753: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1882. configure:27753: $? = 0
  1883. configure:27753: result: yes
  1884. configure:27766: checking whether htobe64 is declared
  1885. configure:27766: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1886. configure:27766: $? = 0
  1887. configure:27766: result: yes
  1888. configure:27781: checking whether bswap_16 is declared
  1889. configure:27781: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1890. conftest.cpp:63:10: error: use of undeclared identifier 'bswap_16'
  1891. (void) bswap_16;
  1892. ^
  1893. 1 error generated.
  1894. configure:27781: $? = 1
  1895. configure: failed program was:
  1896. | /* confdefs.h */
  1897. | #define PACKAGE_NAME "Bitcoin Core"
  1898. | #define PACKAGE_TARNAME "bitcoin"
  1899. | #define PACKAGE_VERSION "24.99.0"
  1900. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  1901. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1902. | #define PACKAGE_URL "https://bitcoincore.org/"
  1903. | #define HAVE_CXX17 1
  1904. | #define HAVE_STDIO_H 1
  1905. | #define HAVE_STDLIB_H 1
  1906. | #define HAVE_STRING_H 1
  1907. | #define HAVE_INTTYPES_H 1
  1908. | #define HAVE_STDINT_H 1
  1909. | #define HAVE_STRINGS_H 1
  1910. | #define HAVE_SYS_STAT_H 1
  1911. | #define HAVE_SYS_TYPES_H 1
  1912. | #define HAVE_UNISTD_H 1
  1913. | #define STDC_HEADERS 1
  1914. | #define HAVE_DLFCN_H 1
  1915. | #define LT_OBJDIR ".libs/"
  1916. | #define USE_ASM 1
  1917. | #define HAVE_CLMUL 1
  1918. | #define ENABLE_SSE41 1
  1919. | #define ENABLE_AVX2 1
  1920. | #define ENABLE_X86_SHANI 1
  1921. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1922. | #define HAVE_PTHREAD 1
  1923. | #define HAVE_DECL_STRERROR_R 1
  1924. | #define HAVE_STRERROR_R 1
  1925. | #define HAVE_ENDIAN_H 1
  1926. | #define HAVE_SYS_ENDIAN_H 1
  1927. | #define HAVE_SYS_SELECT_H 1
  1928. | #define HAVE_SYS_SYSCTL_H 1
  1929. | #define HAVE_SYS_VMMETER_H 1
  1930. | #define HAVE_DECL_GETIFADDRS 1
  1931. | #define HAVE_DECL_FREEIFADDRS 1
  1932. | #define HAVE_DECL_FORK 1
  1933. | #define HAVE_DECL_SETSID 1
  1934. | #define HAVE_DECL_PIPE2 1
  1935. | #define HAVE_TIMINGSAFE_BCMP 1
  1936. | #define HAVE_DECL_LE16TOH 1
  1937. | #define HAVE_DECL_LE32TOH 1
  1938. | #define HAVE_DECL_LE64TOH 1
  1939. | #define HAVE_DECL_HTOLE16 1
  1940. | #define HAVE_DECL_HTOLE32 1
  1941. | #define HAVE_DECL_HTOLE64 1
  1942. | #define HAVE_DECL_BE16TOH 1
  1943. | #define HAVE_DECL_BE32TOH 1
  1944. | #define HAVE_DECL_BE64TOH 1
  1945. | #define HAVE_DECL_HTOBE16 1
  1946. | #define HAVE_DECL_HTOBE32 1
  1947. | #define HAVE_DECL_HTOBE64 1
  1948. | /* end confdefs.h. */
  1949. | #if HAVE_BYTESWAP_H
  1950. | #include <byteswap.h>
  1951. | #endif
  1952. |
  1953. | int
  1954. | main (void)
  1955. | {
  1956. | #ifndef bswap_16
  1957. | #ifdef __cplusplus
  1958. | (void) bswap_16;
  1959. | #else
  1960. | (void) bswap_16;
  1961. | #endif
  1962. | #endif
  1963. |
  1964. | ;
  1965. | return 0;
  1966. | }
  1967. configure:27781: result: no
  1968. configure:27792: checking whether bswap_32 is declared
  1969. configure:27792: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  1970. conftest.cpp:64:10: error: use of undeclared identifier 'bswap_32'
  1971. (void) bswap_32;
  1972. ^
  1973. 1 error generated.
  1974. configure:27792: $? = 1
  1975. configure: failed program was:
  1976. | /* confdefs.h */
  1977. | #define PACKAGE_NAME "Bitcoin Core"
  1978. | #define PACKAGE_TARNAME "bitcoin"
  1979. | #define PACKAGE_VERSION "24.99.0"
  1980. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  1981. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1982. | #define PACKAGE_URL "https://bitcoincore.org/"
  1983. | #define HAVE_CXX17 1
  1984. | #define HAVE_STDIO_H 1
  1985. | #define HAVE_STDLIB_H 1
  1986. | #define HAVE_STRING_H 1
  1987. | #define HAVE_INTTYPES_H 1
  1988. | #define HAVE_STDINT_H 1
  1989. | #define HAVE_STRINGS_H 1
  1990. | #define HAVE_SYS_STAT_H 1
  1991. | #define HAVE_SYS_TYPES_H 1
  1992. | #define HAVE_UNISTD_H 1
  1993. | #define STDC_HEADERS 1
  1994. | #define HAVE_DLFCN_H 1
  1995. | #define LT_OBJDIR ".libs/"
  1996. | #define USE_ASM 1
  1997. | #define HAVE_CLMUL 1
  1998. | #define ENABLE_SSE41 1
  1999. | #define ENABLE_AVX2 1
  2000. | #define ENABLE_X86_SHANI 1
  2001. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2002. | #define HAVE_PTHREAD 1
  2003. | #define HAVE_DECL_STRERROR_R 1
  2004. | #define HAVE_STRERROR_R 1
  2005. | #define HAVE_ENDIAN_H 1
  2006. | #define HAVE_SYS_ENDIAN_H 1
  2007. | #define HAVE_SYS_SELECT_H 1
  2008. | #define HAVE_SYS_SYSCTL_H 1
  2009. | #define HAVE_SYS_VMMETER_H 1
  2010. | #define HAVE_DECL_GETIFADDRS 1
  2011. | #define HAVE_DECL_FREEIFADDRS 1
  2012. | #define HAVE_DECL_FORK 1
  2013. | #define HAVE_DECL_SETSID 1
  2014. | #define HAVE_DECL_PIPE2 1
  2015. | #define HAVE_TIMINGSAFE_BCMP 1
  2016. | #define HAVE_DECL_LE16TOH 1
  2017. | #define HAVE_DECL_LE32TOH 1
  2018. | #define HAVE_DECL_LE64TOH 1
  2019. | #define HAVE_DECL_HTOLE16 1
  2020. | #define HAVE_DECL_HTOLE32 1
  2021. | #define HAVE_DECL_HTOLE64 1
  2022. | #define HAVE_DECL_BE16TOH 1
  2023. | #define HAVE_DECL_BE32TOH 1
  2024. | #define HAVE_DECL_BE64TOH 1
  2025. | #define HAVE_DECL_HTOBE16 1
  2026. | #define HAVE_DECL_HTOBE32 1
  2027. | #define HAVE_DECL_HTOBE64 1
  2028. | #define HAVE_DECL_BSWAP_16 0
  2029. | /* end confdefs.h. */
  2030. | #if HAVE_BYTESWAP_H
  2031. | #include <byteswap.h>
  2032. | #endif
  2033. |
  2034. | int
  2035. | main (void)
  2036. | {
  2037. | #ifndef bswap_32
  2038. | #ifdef __cplusplus
  2039. | (void) bswap_32;
  2040. | #else
  2041. | (void) bswap_32;
  2042. | #endif
  2043. | #endif
  2044. |
  2045. | ;
  2046. | return 0;
  2047. | }
  2048. configure:27792: result: no
  2049. configure:27803: checking whether bswap_64 is declared
  2050. configure:27803: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  2051. conftest.cpp:65:10: error: use of undeclared identifier 'bswap_64'
  2052. (void) bswap_64;
  2053. ^
  2054. 1 error generated.
  2055. configure:27803: $? = 1
  2056. configure: failed program was:
  2057. | /* confdefs.h */
  2058. | #define PACKAGE_NAME "Bitcoin Core"
  2059. | #define PACKAGE_TARNAME "bitcoin"
  2060. | #define PACKAGE_VERSION "24.99.0"
  2061. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  2062. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2063. | #define PACKAGE_URL "https://bitcoincore.org/"
  2064. | #define HAVE_CXX17 1
  2065. | #define HAVE_STDIO_H 1
  2066. | #define HAVE_STDLIB_H 1
  2067. | #define HAVE_STRING_H 1
  2068. | #define HAVE_INTTYPES_H 1
  2069. | #define HAVE_STDINT_H 1
  2070. | #define HAVE_STRINGS_H 1
  2071. | #define HAVE_SYS_STAT_H 1
  2072. | #define HAVE_SYS_TYPES_H 1
  2073. | #define HAVE_UNISTD_H 1
  2074. | #define STDC_HEADERS 1
  2075. | #define HAVE_DLFCN_H 1
  2076. | #define LT_OBJDIR ".libs/"
  2077. | #define USE_ASM 1
  2078. | #define HAVE_CLMUL 1
  2079. | #define ENABLE_SSE41 1
  2080. | #define ENABLE_AVX2 1
  2081. | #define ENABLE_X86_SHANI 1
  2082. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2083. | #define HAVE_PTHREAD 1
  2084. | #define HAVE_DECL_STRERROR_R 1
  2085. | #define HAVE_STRERROR_R 1
  2086. | #define HAVE_ENDIAN_H 1
  2087. | #define HAVE_SYS_ENDIAN_H 1
  2088. | #define HAVE_SYS_SELECT_H 1
  2089. | #define HAVE_SYS_SYSCTL_H 1
  2090. | #define HAVE_SYS_VMMETER_H 1
  2091. | #define HAVE_DECL_GETIFADDRS 1
  2092. | #define HAVE_DECL_FREEIFADDRS 1
  2093. | #define HAVE_DECL_FORK 1
  2094. | #define HAVE_DECL_SETSID 1
  2095. | #define HAVE_DECL_PIPE2 1
  2096. | #define HAVE_TIMINGSAFE_BCMP 1
  2097. | #define HAVE_DECL_LE16TOH 1
  2098. | #define HAVE_DECL_LE32TOH 1
  2099. | #define HAVE_DECL_LE64TOH 1
  2100. | #define HAVE_DECL_HTOLE16 1
  2101. | #define HAVE_DECL_HTOLE32 1
  2102. | #define HAVE_DECL_HTOLE64 1
  2103. | #define HAVE_DECL_BE16TOH 1
  2104. | #define HAVE_DECL_BE32TOH 1
  2105. | #define HAVE_DECL_BE64TOH 1
  2106. | #define HAVE_DECL_HTOBE16 1
  2107. | #define HAVE_DECL_HTOBE32 1
  2108. | #define HAVE_DECL_HTOBE64 1
  2109. | #define HAVE_DECL_BSWAP_16 0
  2110. | #define HAVE_DECL_BSWAP_32 0
  2111. | /* end confdefs.h. */
  2112. | #if HAVE_BYTESWAP_H
  2113. | #include <byteswap.h>
  2114. | #endif
  2115. |
  2116. | int
  2117. | main (void)
  2118. | {
  2119. | #ifndef bswap_64
  2120. | #ifdef __cplusplus
  2121. | (void) bswap_64;
  2122. | #else
  2123. | (void) bswap_64;
  2124. | #endif
  2125. | #endif
  2126. |
  2127. | ;
  2128. | return 0;
  2129. | }
  2130. configure:27803: result: no
  2131. configure:27816: checking for __builtin_clzl
  2132. configure:27831: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  2133. configure:27831: $? = 0
  2134. configure:27833: result: yes
  2135. configure:27844: checking for __builtin_clzll
  2136. configure:27859: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  2137. configure:27859: $? = 0
  2138. configure:27861: result: yes
  2139. configure:27872: checking for getmemoryinfo
  2140. configure:27885: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  2141. conftest.cpp:59:10: fatal error: 'malloc.h' file not found
  2142. #include <malloc.h>
  2143. ^~~~~~~~~~
  2144. 1 error generated.
  2145. configure:27885: $? = 1
  2146. configure: failed program was:
  2147. | /* confdefs.h */
  2148. | #define PACKAGE_NAME "Bitcoin Core"
  2149. | #define PACKAGE_TARNAME "bitcoin"
  2150. | #define PACKAGE_VERSION "24.99.0"
  2151. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  2152. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2153. | #define PACKAGE_URL "https://bitcoincore.org/"
  2154. | #define HAVE_CXX17 1
  2155. | #define HAVE_STDIO_H 1
  2156. | #define HAVE_STDLIB_H 1
  2157. | #define HAVE_STRING_H 1
  2158. | #define HAVE_INTTYPES_H 1
  2159. | #define HAVE_STDINT_H 1
  2160. | #define HAVE_STRINGS_H 1
  2161. | #define HAVE_SYS_STAT_H 1
  2162. | #define HAVE_SYS_TYPES_H 1
  2163. | #define HAVE_UNISTD_H 1
  2164. | #define STDC_HEADERS 1
  2165. | #define HAVE_DLFCN_H 1
  2166. | #define LT_OBJDIR ".libs/"
  2167. | #define USE_ASM 1
  2168. | #define HAVE_CLMUL 1
  2169. | #define ENABLE_SSE41 1
  2170. | #define ENABLE_AVX2 1
  2171. | #define ENABLE_X86_SHANI 1
  2172. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2173. | #define HAVE_PTHREAD 1
  2174. | #define HAVE_DECL_STRERROR_R 1
  2175. | #define HAVE_STRERROR_R 1
  2176. | #define HAVE_ENDIAN_H 1
  2177. | #define HAVE_SYS_ENDIAN_H 1
  2178. | #define HAVE_SYS_SELECT_H 1
  2179. | #define HAVE_SYS_SYSCTL_H 1
  2180. | #define HAVE_SYS_VMMETER_H 1
  2181. | #define HAVE_DECL_GETIFADDRS 1
  2182. | #define HAVE_DECL_FREEIFADDRS 1
  2183. | #define HAVE_DECL_FORK 1
  2184. | #define HAVE_DECL_SETSID 1
  2185. | #define HAVE_DECL_PIPE2 1
  2186. | #define HAVE_TIMINGSAFE_BCMP 1
  2187. | #define HAVE_DECL_LE16TOH 1
  2188. | #define HAVE_DECL_LE32TOH 1
  2189. | #define HAVE_DECL_LE64TOH 1
  2190. | #define HAVE_DECL_HTOLE16 1
  2191. | #define HAVE_DECL_HTOLE32 1
  2192. | #define HAVE_DECL_HTOLE64 1
  2193. | #define HAVE_DECL_BE16TOH 1
  2194. | #define HAVE_DECL_BE32TOH 1
  2195. | #define HAVE_DECL_BE64TOH 1
  2196. | #define HAVE_DECL_HTOBE16 1
  2197. | #define HAVE_DECL_HTOBE32 1
  2198. | #define HAVE_DECL_HTOBE64 1
  2199. | #define HAVE_DECL_BSWAP_16 0
  2200. | #define HAVE_DECL_BSWAP_32 0
  2201. | #define HAVE_DECL_BSWAP_64 0
  2202. | #define HAVE_BUILTIN_CLZL 1
  2203. | #define HAVE_BUILTIN_CLZLL 1
  2204. | /* end confdefs.h. */
  2205. | #include <malloc.h>
  2206. | int
  2207. | main (void)
  2208. | {
  2209. | int f = malloc_info(0, NULL);
  2210. | ;
  2211. | return 0;
  2212. | }
  2213. configure:27892: result: no
  2214. configure:27898: checking for mallopt M_ARENA_MAX
  2215. configure:27911: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  2216. conftest.cpp:59:10: fatal error: 'malloc.h' file not found
  2217. #include <malloc.h>
  2218. ^~~~~~~~~~
  2219. 1 error generated.
  2220. configure:27911: $? = 1
  2221. configure: failed program was:
  2222. | /* confdefs.h */
  2223. | #define PACKAGE_NAME "Bitcoin Core"
  2224. | #define PACKAGE_TARNAME "bitcoin"
  2225. | #define PACKAGE_VERSION "24.99.0"
  2226. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  2227. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2228. | #define PACKAGE_URL "https://bitcoincore.org/"
  2229. | #define HAVE_CXX17 1
  2230. | #define HAVE_STDIO_H 1
  2231. | #define HAVE_STDLIB_H 1
  2232. | #define HAVE_STRING_H 1
  2233. | #define HAVE_INTTYPES_H 1
  2234. | #define HAVE_STDINT_H 1
  2235. | #define HAVE_STRINGS_H 1
  2236. | #define HAVE_SYS_STAT_H 1
  2237. | #define HAVE_SYS_TYPES_H 1
  2238. | #define HAVE_UNISTD_H 1
  2239. | #define STDC_HEADERS 1
  2240. | #define HAVE_DLFCN_H 1
  2241. | #define LT_OBJDIR ".libs/"
  2242. | #define USE_ASM 1
  2243. | #define HAVE_CLMUL 1
  2244. | #define ENABLE_SSE41 1
  2245. | #define ENABLE_AVX2 1
  2246. | #define ENABLE_X86_SHANI 1
  2247. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2248. | #define HAVE_PTHREAD 1
  2249. | #define HAVE_DECL_STRERROR_R 1
  2250. | #define HAVE_STRERROR_R 1
  2251. | #define HAVE_ENDIAN_H 1
  2252. | #define HAVE_SYS_ENDIAN_H 1
  2253. | #define HAVE_SYS_SELECT_H 1
  2254. | #define HAVE_SYS_SYSCTL_H 1
  2255. | #define HAVE_SYS_VMMETER_H 1
  2256. | #define HAVE_DECL_GETIFADDRS 1
  2257. | #define HAVE_DECL_FREEIFADDRS 1
  2258. | #define HAVE_DECL_FORK 1
  2259. | #define HAVE_DECL_SETSID 1
  2260. | #define HAVE_DECL_PIPE2 1
  2261. | #define HAVE_TIMINGSAFE_BCMP 1
  2262. | #define HAVE_DECL_LE16TOH 1
  2263. | #define HAVE_DECL_LE32TOH 1
  2264. | #define HAVE_DECL_LE64TOH 1
  2265. | #define HAVE_DECL_HTOLE16 1
  2266. | #define HAVE_DECL_HTOLE32 1
  2267. | #define HAVE_DECL_HTOLE64 1
  2268. | #define HAVE_DECL_BE16TOH 1
  2269. | #define HAVE_DECL_BE32TOH 1
  2270. | #define HAVE_DECL_BE64TOH 1
  2271. | #define HAVE_DECL_HTOBE16 1
  2272. | #define HAVE_DECL_HTOBE32 1
  2273. | #define HAVE_DECL_HTOBE64 1
  2274. | #define HAVE_DECL_BSWAP_16 0
  2275. | #define HAVE_DECL_BSWAP_32 0
  2276. | #define HAVE_DECL_BSWAP_64 0
  2277. | #define HAVE_BUILTIN_CLZL 1
  2278. | #define HAVE_BUILTIN_CLZLL 1
  2279. | /* end confdefs.h. */
  2280. | #include <malloc.h>
  2281. | int
  2282. | main (void)
  2283. | {
  2284. | mallopt(M_ARENA_MAX, 1);
  2285. | ;
  2286. | return 0;
  2287. | }
  2288. configure:27918: result: no
  2289. configure:27924: checking for posix_fallocate
  2290. configure:27945: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  2291. conftest.cpp:71:10: error: use of undeclared identifier 'posix_fallocate'
  2292. int f = posix_fallocate(0, 0, 0);
  2293. ^
  2294. 1 error generated.
  2295. configure:27945: $? = 1
  2296. configure: failed program was:
  2297. | /* confdefs.h */
  2298. | #define PACKAGE_NAME "Bitcoin Core"
  2299. | #define PACKAGE_TARNAME "bitcoin"
  2300. | #define PACKAGE_VERSION "24.99.0"
  2301. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  2302. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2303. | #define PACKAGE_URL "https://bitcoincore.org/"
  2304. | #define HAVE_CXX17 1
  2305. | #define HAVE_STDIO_H 1
  2306. | #define HAVE_STDLIB_H 1
  2307. | #define HAVE_STRING_H 1
  2308. | #define HAVE_INTTYPES_H 1
  2309. | #define HAVE_STDINT_H 1
  2310. | #define HAVE_STRINGS_H 1
  2311. | #define HAVE_SYS_STAT_H 1
  2312. | #define HAVE_SYS_TYPES_H 1
  2313. | #define HAVE_UNISTD_H 1
  2314. | #define STDC_HEADERS 1
  2315. | #define HAVE_DLFCN_H 1
  2316. | #define LT_OBJDIR ".libs/"
  2317. | #define USE_ASM 1
  2318. | #define HAVE_CLMUL 1
  2319. | #define ENABLE_SSE41 1
  2320. | #define ENABLE_AVX2 1
  2321. | #define ENABLE_X86_SHANI 1
  2322. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2323. | #define HAVE_PTHREAD 1
  2324. | #define HAVE_DECL_STRERROR_R 1
  2325. | #define HAVE_STRERROR_R 1
  2326. | #define HAVE_ENDIAN_H 1
  2327. | #define HAVE_SYS_ENDIAN_H 1
  2328. | #define HAVE_SYS_SELECT_H 1
  2329. | #define HAVE_SYS_SYSCTL_H 1
  2330. | #define HAVE_SYS_VMMETER_H 1
  2331. | #define HAVE_DECL_GETIFADDRS 1
  2332. | #define HAVE_DECL_FREEIFADDRS 1
  2333. | #define HAVE_DECL_FORK 1
  2334. | #define HAVE_DECL_SETSID 1
  2335. | #define HAVE_DECL_PIPE2 1
  2336. | #define HAVE_TIMINGSAFE_BCMP 1
  2337. | #define HAVE_DECL_LE16TOH 1
  2338. | #define HAVE_DECL_LE32TOH 1
  2339. | #define HAVE_DECL_LE64TOH 1
  2340. | #define HAVE_DECL_HTOLE16 1
  2341. | #define HAVE_DECL_HTOLE32 1
  2342. | #define HAVE_DECL_HTOLE64 1
  2343. | #define HAVE_DECL_BE16TOH 1
  2344. | #define HAVE_DECL_BE32TOH 1
  2345. | #define HAVE_DECL_BE64TOH 1
  2346. | #define HAVE_DECL_HTOBE16 1
  2347. | #define HAVE_DECL_HTOBE32 1
  2348. | #define HAVE_DECL_HTOBE64 1
  2349. | #define HAVE_DECL_BSWAP_16 0
  2350. | #define HAVE_DECL_BSWAP_32 0
  2351. | #define HAVE_DECL_BSWAP_64 0
  2352. | #define HAVE_BUILTIN_CLZL 1
  2353. | #define HAVE_BUILTIN_CLZLL 1
  2354. | /* end confdefs.h. */
  2355. |
  2356. | // same as in src/util/system.cpp
  2357. | #ifdef __linux__
  2358. | #ifdef _POSIX_C_SOURCE
  2359. | #undef _POSIX_C_SOURCE
  2360. | #endif
  2361. | #define _POSIX_C_SOURCE 200112L
  2362. | #endif // __linux__
  2363. | #include <fcntl.h>
  2364. | int
  2365. | main (void)
  2366. | {
  2367. | int f = posix_fallocate(0, 0, 0);
  2368. | ;
  2369. | return 0;
  2370. | }
  2371. configure:27952: result: no
  2372. configure:27958: checking for default visibility attribute
  2373. configure:27967: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  2374. configure:27967: $? = 0
  2375. configure:27973: result: yes
  2376. configure:27988: checking for dllexport attribute
  2377. configure:27997: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  2378. conftest.cpp:61:3: error: '__declspec' attributes are not enabled; use '-fdeclspec' or '-fms-extensions' to enable support for __declspec attributes
  2379. __declspec(dllexport) int foo(void);
  2380. ^
  2381. 1 error generated.
  2382. configure:27997: $? = 1
  2383. configure: failed program was:
  2384. | /* confdefs.h */
  2385. | #define PACKAGE_NAME "Bitcoin Core"
  2386. | #define PACKAGE_TARNAME "bitcoin"
  2387. | #define PACKAGE_VERSION "24.99.0"
  2388. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  2389. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2390. | #define PACKAGE_URL "https://bitcoincore.org/"
  2391. | #define HAVE_CXX17 1
  2392. | #define HAVE_STDIO_H 1
  2393. | #define HAVE_STDLIB_H 1
  2394. | #define HAVE_STRING_H 1
  2395. | #define HAVE_INTTYPES_H 1
  2396. | #define HAVE_STDINT_H 1
  2397. | #define HAVE_STRINGS_H 1
  2398. | #define HAVE_SYS_STAT_H 1
  2399. | #define HAVE_SYS_TYPES_H 1
  2400. | #define HAVE_UNISTD_H 1
  2401. | #define STDC_HEADERS 1
  2402. | #define HAVE_DLFCN_H 1
  2403. | #define LT_OBJDIR ".libs/"
  2404. | #define USE_ASM 1
  2405. | #define HAVE_CLMUL 1
  2406. | #define ENABLE_SSE41 1
  2407. | #define ENABLE_AVX2 1
  2408. | #define ENABLE_X86_SHANI 1
  2409. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2410. | #define HAVE_PTHREAD 1
  2411. | #define HAVE_DECL_STRERROR_R 1
  2412. | #define HAVE_STRERROR_R 1
  2413. | #define HAVE_ENDIAN_H 1
  2414. | #define HAVE_SYS_ENDIAN_H 1
  2415. | #define HAVE_SYS_SELECT_H 1
  2416. | #define HAVE_SYS_SYSCTL_H 1
  2417. | #define HAVE_SYS_VMMETER_H 1
  2418. | #define HAVE_DECL_GETIFADDRS 1
  2419. | #define HAVE_DECL_FREEIFADDRS 1
  2420. | #define HAVE_DECL_FORK 1
  2421. | #define HAVE_DECL_SETSID 1
  2422. | #define HAVE_DECL_PIPE2 1
  2423. | #define HAVE_TIMINGSAFE_BCMP 1
  2424. | #define HAVE_DECL_LE16TOH 1
  2425. | #define HAVE_DECL_LE32TOH 1
  2426. | #define HAVE_DECL_LE64TOH 1
  2427. | #define HAVE_DECL_HTOLE16 1
  2428. | #define HAVE_DECL_HTOLE32 1
  2429. | #define HAVE_DECL_HTOLE64 1
  2430. | #define HAVE_DECL_BE16TOH 1
  2431. | #define HAVE_DECL_BE32TOH 1
  2432. | #define HAVE_DECL_BE64TOH 1
  2433. | #define HAVE_DECL_HTOBE16 1
  2434. | #define HAVE_DECL_HTOBE32 1
  2435. | #define HAVE_DECL_HTOBE64 1
  2436. | #define HAVE_DECL_BSWAP_16 0
  2437. | #define HAVE_DECL_BSWAP_32 0
  2438. | #define HAVE_DECL_BSWAP_64 0
  2439. | #define HAVE_BUILTIN_CLZL 1
  2440. | #define HAVE_BUILTIN_CLZLL 1
  2441. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  2442. | /* end confdefs.h. */
  2443. |
  2444. | __declspec(dllexport) int foo(void);
  2445. | int main(){}
  2446. |
  2447. configure:28007: result: no
  2448. configure:28016: checking for thread_local support
  2449. configure:28030: c++ -std=c++17 -o conftest -g -O2 -pthread conftest.cpp >&5
  2450. configure:28030: $? = 0
  2451. configure:28046: result: yes
  2452. configure:28063: checking for gmtime_r
  2453. configure:28076: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  2454. configure:28076: $? = 0
  2455. configure:28078: result: yes
  2456. configure:28113: checking for Linux getrandom syscall
  2457. configure:28128: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  2458. conftest.cpp:64:12: fatal error: 'linux/random.h' file not found
  2459. #include <linux/random.h>
  2460. ^~~~~~~~~~~~~~~~
  2461. 1 error generated.
  2462. configure:28128: $? = 1
  2463. configure: failed program was:
  2464. | /* confdefs.h */
  2465. | #define PACKAGE_NAME "Bitcoin Core"
  2466. | #define PACKAGE_TARNAME "bitcoin"
  2467. | #define PACKAGE_VERSION "24.99.0"
  2468. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  2469. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2470. | #define PACKAGE_URL "https://bitcoincore.org/"
  2471. | #define HAVE_CXX17 1
  2472. | #define HAVE_STDIO_H 1
  2473. | #define HAVE_STDLIB_H 1
  2474. | #define HAVE_STRING_H 1
  2475. | #define HAVE_INTTYPES_H 1
  2476. | #define HAVE_STDINT_H 1
  2477. | #define HAVE_STRINGS_H 1
  2478. | #define HAVE_SYS_STAT_H 1
  2479. | #define HAVE_SYS_TYPES_H 1
  2480. | #define HAVE_UNISTD_H 1
  2481. | #define STDC_HEADERS 1
  2482. | #define HAVE_DLFCN_H 1
  2483. | #define LT_OBJDIR ".libs/"
  2484. | #define USE_ASM 1
  2485. | #define HAVE_CLMUL 1
  2486. | #define ENABLE_SSE41 1
  2487. | #define ENABLE_AVX2 1
  2488. | #define ENABLE_X86_SHANI 1
  2489. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2490. | #define HAVE_PTHREAD 1
  2491. | #define HAVE_DECL_STRERROR_R 1
  2492. | #define HAVE_STRERROR_R 1
  2493. | #define HAVE_ENDIAN_H 1
  2494. | #define HAVE_SYS_ENDIAN_H 1
  2495. | #define HAVE_SYS_SELECT_H 1
  2496. | #define HAVE_SYS_SYSCTL_H 1
  2497. | #define HAVE_SYS_VMMETER_H 1
  2498. | #define HAVE_DECL_GETIFADDRS 1
  2499. | #define HAVE_DECL_FREEIFADDRS 1
  2500. | #define HAVE_DECL_FORK 1
  2501. | #define HAVE_DECL_SETSID 1
  2502. | #define HAVE_DECL_PIPE2 1
  2503. | #define HAVE_TIMINGSAFE_BCMP 1
  2504. | #define HAVE_DECL_LE16TOH 1
  2505. | #define HAVE_DECL_LE32TOH 1
  2506. | #define HAVE_DECL_LE64TOH 1
  2507. | #define HAVE_DECL_HTOLE16 1
  2508. | #define HAVE_DECL_HTOLE32 1
  2509. | #define HAVE_DECL_HTOLE64 1
  2510. | #define HAVE_DECL_BE16TOH 1
  2511. | #define HAVE_DECL_BE32TOH 1
  2512. | #define HAVE_DECL_BE64TOH 1
  2513. | #define HAVE_DECL_HTOBE16 1
  2514. | #define HAVE_DECL_HTOBE32 1
  2515. | #define HAVE_DECL_HTOBE64 1
  2516. | #define HAVE_DECL_BSWAP_16 0
  2517. | #define HAVE_DECL_BSWAP_32 0
  2518. | #define HAVE_DECL_BSWAP_64 0
  2519. | #define HAVE_BUILTIN_CLZL 1
  2520. | #define HAVE_BUILTIN_CLZLL 1
  2521. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  2522. | #define HAVE_THREAD_LOCAL 1
  2523. | #define HAVE_GMTIME_R 1
  2524. | /* end confdefs.h. */
  2525. | #include <unistd.h>
  2526. | #include <sys/syscall.h>
  2527. | #include <linux/random.h>
  2528. | int
  2529. | main (void)
  2530. | {
  2531. | syscall(SYS_getrandom, nullptr, 32, 0);
  2532. | ;
  2533. | return 0;
  2534. | }
  2535. configure:28135: result: no
  2536. configure:28141: checking for getentropy via random.h
  2537. configure:28155: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  2538. conftest.cpp:63:11: fatal error: 'sys/random.h' file not found
  2539. #include <sys/random.h>
  2540. ^~~~~~~~~~~~~~
  2541. 1 error generated.
  2542. configure:28155: $? = 1
  2543. configure: failed program was:
  2544. | /* confdefs.h */
  2545. | #define PACKAGE_NAME "Bitcoin Core"
  2546. | #define PACKAGE_TARNAME "bitcoin"
  2547. | #define PACKAGE_VERSION "24.99.0"
  2548. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  2549. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2550. | #define PACKAGE_URL "https://bitcoincore.org/"
  2551. | #define HAVE_CXX17 1
  2552. | #define HAVE_STDIO_H 1
  2553. | #define HAVE_STDLIB_H 1
  2554. | #define HAVE_STRING_H 1
  2555. | #define HAVE_INTTYPES_H 1
  2556. | #define HAVE_STDINT_H 1
  2557. | #define HAVE_STRINGS_H 1
  2558. | #define HAVE_SYS_STAT_H 1
  2559. | #define HAVE_SYS_TYPES_H 1
  2560. | #define HAVE_UNISTD_H 1
  2561. | #define STDC_HEADERS 1
  2562. | #define HAVE_DLFCN_H 1
  2563. | #define LT_OBJDIR ".libs/"
  2564. | #define USE_ASM 1
  2565. | #define HAVE_CLMUL 1
  2566. | #define ENABLE_SSE41 1
  2567. | #define ENABLE_AVX2 1
  2568. | #define ENABLE_X86_SHANI 1
  2569. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2570. | #define HAVE_PTHREAD 1
  2571. | #define HAVE_DECL_STRERROR_R 1
  2572. | #define HAVE_STRERROR_R 1
  2573. | #define HAVE_ENDIAN_H 1
  2574. | #define HAVE_SYS_ENDIAN_H 1
  2575. | #define HAVE_SYS_SELECT_H 1
  2576. | #define HAVE_SYS_SYSCTL_H 1
  2577. | #define HAVE_SYS_VMMETER_H 1
  2578. | #define HAVE_DECL_GETIFADDRS 1
  2579. | #define HAVE_DECL_FREEIFADDRS 1
  2580. | #define HAVE_DECL_FORK 1
  2581. | #define HAVE_DECL_SETSID 1
  2582. | #define HAVE_DECL_PIPE2 1
  2583. | #define HAVE_TIMINGSAFE_BCMP 1
  2584. | #define HAVE_DECL_LE16TOH 1
  2585. | #define HAVE_DECL_LE32TOH 1
  2586. | #define HAVE_DECL_LE64TOH 1
  2587. | #define HAVE_DECL_HTOLE16 1
  2588. | #define HAVE_DECL_HTOLE32 1
  2589. | #define HAVE_DECL_HTOLE64 1
  2590. | #define HAVE_DECL_BE16TOH 1
  2591. | #define HAVE_DECL_BE32TOH 1
  2592. | #define HAVE_DECL_BE64TOH 1
  2593. | #define HAVE_DECL_HTOBE16 1
  2594. | #define HAVE_DECL_HTOBE32 1
  2595. | #define HAVE_DECL_HTOBE64 1
  2596. | #define HAVE_DECL_BSWAP_16 0
  2597. | #define HAVE_DECL_BSWAP_32 0
  2598. | #define HAVE_DECL_BSWAP_64 0
  2599. | #define HAVE_BUILTIN_CLZL 1
  2600. | #define HAVE_BUILTIN_CLZLL 1
  2601. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  2602. | #define HAVE_THREAD_LOCAL 1
  2603. | #define HAVE_GMTIME_R 1
  2604. | /* end confdefs.h. */
  2605. | #include <unistd.h>
  2606. | #include <sys/random.h>
  2607. | int
  2608. | main (void)
  2609. | {
  2610. | getentropy(nullptr, 32)
  2611. | ;
  2612. | return 0;
  2613. | }
  2614. configure:28162: result: no
  2615. configure:28168: checking for sysctl
  2616. configure:28185: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  2617. configure:28185: $? = 0
  2618. configure:28187: result: yes
  2619. configure:28198: checking for sysctl KERN_ARND
  2620. configure:28216: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  2621. conftest.cpp:71:37: error: use of undeclared identifier 'KERN_ARND'
  2622. static int name[2] = {CTL_KERN, KERN_ARND};
  2623. ^
  2624. 1 error generated.
  2625. configure:28216: $? = 1
  2626. configure: failed program was:
  2627. | /* confdefs.h */
  2628. | #define PACKAGE_NAME "Bitcoin Core"
  2629. | #define PACKAGE_TARNAME "bitcoin"
  2630. | #define PACKAGE_VERSION "24.99.0"
  2631. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  2632. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2633. | #define PACKAGE_URL "https://bitcoincore.org/"
  2634. | #define HAVE_CXX17 1
  2635. | #define HAVE_STDIO_H 1
  2636. | #define HAVE_STDLIB_H 1
  2637. | #define HAVE_STRING_H 1
  2638. | #define HAVE_INTTYPES_H 1
  2639. | #define HAVE_STDINT_H 1
  2640. | #define HAVE_STRINGS_H 1
  2641. | #define HAVE_SYS_STAT_H 1
  2642. | #define HAVE_SYS_TYPES_H 1
  2643. | #define HAVE_UNISTD_H 1
  2644. | #define STDC_HEADERS 1
  2645. | #define HAVE_DLFCN_H 1
  2646. | #define LT_OBJDIR ".libs/"
  2647. | #define USE_ASM 1
  2648. | #define HAVE_CLMUL 1
  2649. | #define ENABLE_SSE41 1
  2650. | #define ENABLE_AVX2 1
  2651. | #define ENABLE_X86_SHANI 1
  2652. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2653. | #define HAVE_PTHREAD 1
  2654. | #define HAVE_DECL_STRERROR_R 1
  2655. | #define HAVE_STRERROR_R 1
  2656. | #define HAVE_ENDIAN_H 1
  2657. | #define HAVE_SYS_ENDIAN_H 1
  2658. | #define HAVE_SYS_SELECT_H 1
  2659. | #define HAVE_SYS_SYSCTL_H 1
  2660. | #define HAVE_SYS_VMMETER_H 1
  2661. | #define HAVE_DECL_GETIFADDRS 1
  2662. | #define HAVE_DECL_FREEIFADDRS 1
  2663. | #define HAVE_DECL_FORK 1
  2664. | #define HAVE_DECL_SETSID 1
  2665. | #define HAVE_DECL_PIPE2 1
  2666. | #define HAVE_TIMINGSAFE_BCMP 1
  2667. | #define HAVE_DECL_LE16TOH 1
  2668. | #define HAVE_DECL_LE32TOH 1
  2669. | #define HAVE_DECL_LE64TOH 1
  2670. | #define HAVE_DECL_HTOLE16 1
  2671. | #define HAVE_DECL_HTOLE32 1
  2672. | #define HAVE_DECL_HTOLE64 1
  2673. | #define HAVE_DECL_BE16TOH 1
  2674. | #define HAVE_DECL_BE32TOH 1
  2675. | #define HAVE_DECL_BE64TOH 1
  2676. | #define HAVE_DECL_HTOBE16 1
  2677. | #define HAVE_DECL_HTOBE32 1
  2678. | #define HAVE_DECL_HTOBE64 1
  2679. | #define HAVE_DECL_BSWAP_16 0
  2680. | #define HAVE_DECL_BSWAP_32 0
  2681. | #define HAVE_DECL_BSWAP_64 0
  2682. | #define HAVE_BUILTIN_CLZL 1
  2683. | #define HAVE_BUILTIN_CLZLL 1
  2684. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  2685. | #define HAVE_THREAD_LOCAL 1
  2686. | #define HAVE_GMTIME_R 1
  2687. | #define HAVE_SYSCTL 1
  2688. | /* end confdefs.h. */
  2689. | #include <sys/types.h>
  2690. | #include <sys/sysctl.h>
  2691. | int
  2692. | main (void)
  2693. | {
  2694. | #ifdef __linux__
  2695. | #error "Don't use sysctl on Linux, it's deprecated even when it works"
  2696. | #endif
  2697. | static int name[2] = {CTL_KERN, KERN_ARND};
  2698. | sysctl(name, 2, nullptr, nullptr, nullptr, 0);
  2699. | ;
  2700. | return 0;
  2701. | }
  2702. configure:28223: result: no
  2703. configure:28229: checking for if type char equals int8_t
  2704. configure:28243: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  2705. conftest.cpp:68:2: error: static_assert failed due to requirement 'std::is_same<signed char, char>::value' ""
  2706. static_assert(std::is_same<int8_t, char>::value, "");
  2707. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2708. 1 error generated.
  2709. configure:28243: $? = 1
  2710. configure: failed program was:
  2711. | /* confdefs.h */
  2712. | #define PACKAGE_NAME "Bitcoin Core"
  2713. | #define PACKAGE_TARNAME "bitcoin"
  2714. | #define PACKAGE_VERSION "24.99.0"
  2715. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  2716. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2717. | #define PACKAGE_URL "https://bitcoincore.org/"
  2718. | #define HAVE_CXX17 1
  2719. | #define HAVE_STDIO_H 1
  2720. | #define HAVE_STDLIB_H 1
  2721. | #define HAVE_STRING_H 1
  2722. | #define HAVE_INTTYPES_H 1
  2723. | #define HAVE_STDINT_H 1
  2724. | #define HAVE_STRINGS_H 1
  2725. | #define HAVE_SYS_STAT_H 1
  2726. | #define HAVE_SYS_TYPES_H 1
  2727. | #define HAVE_UNISTD_H 1
  2728. | #define STDC_HEADERS 1
  2729. | #define HAVE_DLFCN_H 1
  2730. | #define LT_OBJDIR ".libs/"
  2731. | #define USE_ASM 1
  2732. | #define HAVE_CLMUL 1
  2733. | #define ENABLE_SSE41 1
  2734. | #define ENABLE_AVX2 1
  2735. | #define ENABLE_X86_SHANI 1
  2736. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2737. | #define HAVE_PTHREAD 1
  2738. | #define HAVE_DECL_STRERROR_R 1
  2739. | #define HAVE_STRERROR_R 1
  2740. | #define HAVE_ENDIAN_H 1
  2741. | #define HAVE_SYS_ENDIAN_H 1
  2742. | #define HAVE_SYS_SELECT_H 1
  2743. | #define HAVE_SYS_SYSCTL_H 1
  2744. | #define HAVE_SYS_VMMETER_H 1
  2745. | #define HAVE_DECL_GETIFADDRS 1
  2746. | #define HAVE_DECL_FREEIFADDRS 1
  2747. | #define HAVE_DECL_FORK 1
  2748. | #define HAVE_DECL_SETSID 1
  2749. | #define HAVE_DECL_PIPE2 1
  2750. | #define HAVE_TIMINGSAFE_BCMP 1
  2751. | #define HAVE_DECL_LE16TOH 1
  2752. | #define HAVE_DECL_LE32TOH 1
  2753. | #define HAVE_DECL_LE64TOH 1
  2754. | #define HAVE_DECL_HTOLE16 1
  2755. | #define HAVE_DECL_HTOLE32 1
  2756. | #define HAVE_DECL_HTOLE64 1
  2757. | #define HAVE_DECL_BE16TOH 1
  2758. | #define HAVE_DECL_BE32TOH 1
  2759. | #define HAVE_DECL_BE64TOH 1
  2760. | #define HAVE_DECL_HTOBE16 1
  2761. | #define HAVE_DECL_HTOBE32 1
  2762. | #define HAVE_DECL_HTOBE64 1
  2763. | #define HAVE_DECL_BSWAP_16 0
  2764. | #define HAVE_DECL_BSWAP_32 0
  2765. | #define HAVE_DECL_BSWAP_64 0
  2766. | #define HAVE_BUILTIN_CLZL 1
  2767. | #define HAVE_BUILTIN_CLZLL 1
  2768. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  2769. | #define HAVE_THREAD_LOCAL 1
  2770. | #define HAVE_GMTIME_R 1
  2771. | #define HAVE_SYSCTL 1
  2772. | /* end confdefs.h. */
  2773. | #include <stdint.h>
  2774. | #include <type_traits>
  2775. | int
  2776. | main (void)
  2777. | {
  2778. | static_assert(std::is_same<int8_t, char>::value, "");
  2779. | ;
  2780. | return 0;
  2781. | }
  2782. configure:28250: result: no
  2783. configure:28256: checking for fdatasync
  2784. configure:28269: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  2785. configure:28269: $? = 0
  2786. configure:28271: result: yes
  2787. configure:28283: checking for F_FULLFSYNC
  2788. configure:28296: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  2789. conftest.cpp:68:11: error: use of undeclared identifier 'F_FULLFSYNC'
  2790. fcntl(0, F_FULLFSYNC, 0);
  2791. ^
  2792. 1 error generated.
  2793. configure:28296: $? = 1
  2794. configure: failed program was:
  2795. | /* confdefs.h */
  2796. | #define PACKAGE_NAME "Bitcoin Core"
  2797. | #define PACKAGE_TARNAME "bitcoin"
  2798. | #define PACKAGE_VERSION "24.99.0"
  2799. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  2800. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2801. | #define PACKAGE_URL "https://bitcoincore.org/"
  2802. | #define HAVE_CXX17 1
  2803. | #define HAVE_STDIO_H 1
  2804. | #define HAVE_STDLIB_H 1
  2805. | #define HAVE_STRING_H 1
  2806. | #define HAVE_INTTYPES_H 1
  2807. | #define HAVE_STDINT_H 1
  2808. | #define HAVE_STRINGS_H 1
  2809. | #define HAVE_SYS_STAT_H 1
  2810. | #define HAVE_SYS_TYPES_H 1
  2811. | #define HAVE_UNISTD_H 1
  2812. | #define STDC_HEADERS 1
  2813. | #define HAVE_DLFCN_H 1
  2814. | #define LT_OBJDIR ".libs/"
  2815. | #define USE_ASM 1
  2816. | #define HAVE_CLMUL 1
  2817. | #define ENABLE_SSE41 1
  2818. | #define ENABLE_AVX2 1
  2819. | #define ENABLE_X86_SHANI 1
  2820. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2821. | #define HAVE_PTHREAD 1
  2822. | #define HAVE_DECL_STRERROR_R 1
  2823. | #define HAVE_STRERROR_R 1
  2824. | #define HAVE_ENDIAN_H 1
  2825. | #define HAVE_SYS_ENDIAN_H 1
  2826. | #define HAVE_SYS_SELECT_H 1
  2827. | #define HAVE_SYS_SYSCTL_H 1
  2828. | #define HAVE_SYS_VMMETER_H 1
  2829. | #define HAVE_DECL_GETIFADDRS 1
  2830. | #define HAVE_DECL_FREEIFADDRS 1
  2831. | #define HAVE_DECL_FORK 1
  2832. | #define HAVE_DECL_SETSID 1
  2833. | #define HAVE_DECL_PIPE2 1
  2834. | #define HAVE_TIMINGSAFE_BCMP 1
  2835. | #define HAVE_DECL_LE16TOH 1
  2836. | #define HAVE_DECL_LE32TOH 1
  2837. | #define HAVE_DECL_LE64TOH 1
  2838. | #define HAVE_DECL_HTOLE16 1
  2839. | #define HAVE_DECL_HTOLE32 1
  2840. | #define HAVE_DECL_HTOLE64 1
  2841. | #define HAVE_DECL_BE16TOH 1
  2842. | #define HAVE_DECL_BE32TOH 1
  2843. | #define HAVE_DECL_BE64TOH 1
  2844. | #define HAVE_DECL_HTOBE16 1
  2845. | #define HAVE_DECL_HTOBE32 1
  2846. | #define HAVE_DECL_HTOBE64 1
  2847. | #define HAVE_DECL_BSWAP_16 0
  2848. | #define HAVE_DECL_BSWAP_32 0
  2849. | #define HAVE_DECL_BSWAP_64 0
  2850. | #define HAVE_BUILTIN_CLZL 1
  2851. | #define HAVE_BUILTIN_CLZLL 1
  2852. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  2853. | #define HAVE_THREAD_LOCAL 1
  2854. | #define HAVE_GMTIME_R 1
  2855. | #define HAVE_SYSCTL 1
  2856. | #define HAVE_FDATASYNC 1
  2857. | /* end confdefs.h. */
  2858. | #include <fcntl.h>
  2859. | int
  2860. | main (void)
  2861. | {
  2862. | fcntl(0, F_FULLFSYNC, 0);
  2863. | ;
  2864. | return 0;
  2865. | }
  2866. configure:28301: result: no
  2867. configure:28307: checking for O_CLOEXEC
  2868. configure:28320: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  2869. configure:28320: $? = 0
  2870. configure:28322: result: yes
  2871. configure:28334: checking for __builtin_prefetch
  2872. configure:28351: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  2873. configure:28351: $? = 0
  2874. configure:28353: result: yes
  2875. configure:28362: checking for _mm_prefetch
  2876. configure:28379: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  2877. configure:28379: $? = 0
  2878. configure:28381: result: yes
  2879. configure:28390: checking for strong getauxval support in the system headers
  2880. configure:28407: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  2881. conftest.cpp:66:14: fatal error: 'sys/auxv.h' file not found
  2882. #include <sys/auxv.h>
  2883. ^~~~~~~~~~~~
  2884. 1 error generated.
  2885. configure:28407: $? = 1
  2886. configure: failed program was:
  2887. | /* confdefs.h */
  2888. | #define PACKAGE_NAME "Bitcoin Core"
  2889. | #define PACKAGE_TARNAME "bitcoin"
  2890. | #define PACKAGE_VERSION "24.99.0"
  2891. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  2892. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2893. | #define PACKAGE_URL "https://bitcoincore.org/"
  2894. | #define HAVE_CXX17 1
  2895. | #define HAVE_STDIO_H 1
  2896. | #define HAVE_STDLIB_H 1
  2897. | #define HAVE_STRING_H 1
  2898. | #define HAVE_INTTYPES_H 1
  2899. | #define HAVE_STDINT_H 1
  2900. | #define HAVE_STRINGS_H 1
  2901. | #define HAVE_SYS_STAT_H 1
  2902. | #define HAVE_SYS_TYPES_H 1
  2903. | #define HAVE_UNISTD_H 1
  2904. | #define STDC_HEADERS 1
  2905. | #define HAVE_DLFCN_H 1
  2906. | #define LT_OBJDIR ".libs/"
  2907. | #define USE_ASM 1
  2908. | #define HAVE_CLMUL 1
  2909. | #define ENABLE_SSE41 1
  2910. | #define ENABLE_AVX2 1
  2911. | #define ENABLE_X86_SHANI 1
  2912. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2913. | #define HAVE_PTHREAD 1
  2914. | #define HAVE_DECL_STRERROR_R 1
  2915. | #define HAVE_STRERROR_R 1
  2916. | #define HAVE_ENDIAN_H 1
  2917. | #define HAVE_SYS_ENDIAN_H 1
  2918. | #define HAVE_SYS_SELECT_H 1
  2919. | #define HAVE_SYS_SYSCTL_H 1
  2920. | #define HAVE_SYS_VMMETER_H 1
  2921. | #define HAVE_DECL_GETIFADDRS 1
  2922. | #define HAVE_DECL_FREEIFADDRS 1
  2923. | #define HAVE_DECL_FORK 1
  2924. | #define HAVE_DECL_SETSID 1
  2925. | #define HAVE_DECL_PIPE2 1
  2926. | #define HAVE_TIMINGSAFE_BCMP 1
  2927. | #define HAVE_DECL_LE16TOH 1
  2928. | #define HAVE_DECL_LE32TOH 1
  2929. | #define HAVE_DECL_LE64TOH 1
  2930. | #define HAVE_DECL_HTOLE16 1
  2931. | #define HAVE_DECL_HTOLE32 1
  2932. | #define HAVE_DECL_HTOLE64 1
  2933. | #define HAVE_DECL_BE16TOH 1
  2934. | #define HAVE_DECL_BE32TOH 1
  2935. | #define HAVE_DECL_BE64TOH 1
  2936. | #define HAVE_DECL_HTOBE16 1
  2937. | #define HAVE_DECL_HTOBE32 1
  2938. | #define HAVE_DECL_HTOBE64 1
  2939. | #define HAVE_DECL_BSWAP_16 0
  2940. | #define HAVE_DECL_BSWAP_32 0
  2941. | #define HAVE_DECL_BSWAP_64 0
  2942. | #define HAVE_BUILTIN_CLZL 1
  2943. | #define HAVE_BUILTIN_CLZLL 1
  2944. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  2945. | #define HAVE_THREAD_LOCAL 1
  2946. | #define HAVE_GMTIME_R 1
  2947. | #define HAVE_SYSCTL 1
  2948. | #define HAVE_FDATASYNC 1
  2949. | #define HAVE_O_CLOEXEC 1
  2950. | /* end confdefs.h. */
  2951. |
  2952. | #include <sys/auxv.h>
  2953. |
  2954. | int
  2955. | main (void)
  2956. | {
  2957. |
  2958. | getauxval(AT_HWCAP);
  2959. |
  2960. | ;
  2961. | return 0;
  2962. | }
  2963. configure:28414: result: no
  2964. configure:28421: checking for std::system
  2965. configure:28435: c++ -std=c++17 -o conftest -g -O2 conftest.cpp >&5
  2966. configure:28435: $? = 0
  2967. configure:28437: result: yes
  2968. configure:28447: checking for ::_wsystem
  2969. configure:28461: c++ -std=c++17 -o conftest -g -O2 conftest.cpp >&5
  2970. conftest.cpp:69:15: error: no member named '_wsystem' in the global namespace; did you mean 'system'?
  2971. int nErr = ::_wsystem(NULL);
  2972. ~~^~~~~~~~
  2973. system
  2974. /usr/include/stdlib.h:134:6: note: 'system' declared here
  2975. int system(const char *);
  2976. ^
  2977. 1 error generated.
  2978. configure:28461: $? = 1
  2979. configure: failed program was:
  2980. | /* confdefs.h */
  2981. | #define PACKAGE_NAME "Bitcoin Core"
  2982. | #define PACKAGE_TARNAME "bitcoin"
  2983. | #define PACKAGE_VERSION "24.99.0"
  2984. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  2985. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2986. | #define PACKAGE_URL "https://bitcoincore.org/"
  2987. | #define HAVE_CXX17 1
  2988. | #define HAVE_STDIO_H 1
  2989. | #define HAVE_STDLIB_H 1
  2990. | #define HAVE_STRING_H 1
  2991. | #define HAVE_INTTYPES_H 1
  2992. | #define HAVE_STDINT_H 1
  2993. | #define HAVE_STRINGS_H 1
  2994. | #define HAVE_SYS_STAT_H 1
  2995. | #define HAVE_SYS_TYPES_H 1
  2996. | #define HAVE_UNISTD_H 1
  2997. | #define STDC_HEADERS 1
  2998. | #define HAVE_DLFCN_H 1
  2999. | #define LT_OBJDIR ".libs/"
  3000. | #define USE_ASM 1
  3001. | #define HAVE_CLMUL 1
  3002. | #define ENABLE_SSE41 1
  3003. | #define ENABLE_AVX2 1
  3004. | #define ENABLE_X86_SHANI 1
  3005. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3006. | #define HAVE_PTHREAD 1
  3007. | #define HAVE_DECL_STRERROR_R 1
  3008. | #define HAVE_STRERROR_R 1
  3009. | #define HAVE_ENDIAN_H 1
  3010. | #define HAVE_SYS_ENDIAN_H 1
  3011. | #define HAVE_SYS_SELECT_H 1
  3012. | #define HAVE_SYS_SYSCTL_H 1
  3013. | #define HAVE_SYS_VMMETER_H 1
  3014. | #define HAVE_DECL_GETIFADDRS 1
  3015. | #define HAVE_DECL_FREEIFADDRS 1
  3016. | #define HAVE_DECL_FORK 1
  3017. | #define HAVE_DECL_SETSID 1
  3018. | #define HAVE_DECL_PIPE2 1
  3019. | #define HAVE_TIMINGSAFE_BCMP 1
  3020. | #define HAVE_DECL_LE16TOH 1
  3021. | #define HAVE_DECL_LE32TOH 1
  3022. | #define HAVE_DECL_LE64TOH 1
  3023. | #define HAVE_DECL_HTOLE16 1
  3024. | #define HAVE_DECL_HTOLE32 1
  3025. | #define HAVE_DECL_HTOLE64 1
  3026. | #define HAVE_DECL_BE16TOH 1
  3027. | #define HAVE_DECL_BE32TOH 1
  3028. | #define HAVE_DECL_BE64TOH 1
  3029. | #define HAVE_DECL_HTOBE16 1
  3030. | #define HAVE_DECL_HTOBE32 1
  3031. | #define HAVE_DECL_HTOBE64 1
  3032. | #define HAVE_DECL_BSWAP_16 0
  3033. | #define HAVE_DECL_BSWAP_32 0
  3034. | #define HAVE_DECL_BSWAP_64 0
  3035. | #define HAVE_BUILTIN_CLZL 1
  3036. | #define HAVE_BUILTIN_CLZLL 1
  3037. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  3038. | #define HAVE_THREAD_LOCAL 1
  3039. | #define HAVE_GMTIME_R 1
  3040. | #define HAVE_SYSCTL 1
  3041. | #define HAVE_FDATASYNC 1
  3042. | #define HAVE_O_CLOEXEC 1
  3043. | /* end confdefs.h. */
  3044. | #include <stdlib.h>
  3045. | int
  3046. | main (void)
  3047. | {
  3048. | int nErr = ::_wsystem(NULL);
  3049. |
  3050. | ;
  3051. | return 0;
  3052. | }
  3053. configure:28466: result: no
  3054. configure:28651: checking for Qt5Core >= 5.11.3
  3055. configure:28658: $PKG_CONFIG --exists --print-errors "${qt_lib_prefix}Core${qt_lib_suffix} $qt_version"
  3056. configure:28661: $? = 0
  3057. configure:28675: $PKG_CONFIG --exists --print-errors "${qt_lib_prefix}Core${qt_lib_suffix} $qt_version"
  3058. configure:28678: $? = 0
  3059. configure:28738: result: yes
  3060. configure:28754: checking for Qt5Gui >= 5.11.3
  3061. configure:28761: $PKG_CONFIG --exists --print-errors "${qt_lib_prefix}Gui${qt_lib_suffix} $qt_version"
  3062. configure:28764: $? = 0
  3063. configure:28778: $PKG_CONFIG --exists --print-errors "${qt_lib_prefix}Gui${qt_lib_suffix} $qt_version"
  3064. configure:28781: $? = 0
  3065. configure:28841: result: yes
  3066. configure:28857: checking for Qt5Widgets >= 5.11.3
  3067. configure:28864: $PKG_CONFIG --exists --print-errors "${qt_lib_prefix}Widgets${qt_lib_suffix} $qt_version"
  3068. configure:28867: $? = 0
  3069. configure:28881: $PKG_CONFIG --exists --print-errors "${qt_lib_prefix}Widgets${qt_lib_suffix} $qt_version"
  3070. configure:28884: $? = 0
  3071. configure:28944: result: yes
  3072. configure:28960: checking for Qt5Network >= 5.11.3
  3073. configure:28967: $PKG_CONFIG --exists --print-errors "${qt_lib_prefix}Network${qt_lib_suffix} $qt_version"
  3074. configure:28970: $? = 0
  3075. configure:28984: $PKG_CONFIG --exists --print-errors "${qt_lib_prefix}Network${qt_lib_suffix} $qt_version"
  3076. configure:28987: $? = 0
  3077. configure:29047: result: yes
  3078. configure:29064: checking for Qt5Test >= 5.11.3
  3079. configure:29071: $PKG_CONFIG --exists --print-errors "${qt_lib_prefix}Test${qt_lib_suffix} $qt_version"
  3080. configure:29074: $? = 0
  3081. configure:29088: $PKG_CONFIG --exists --print-errors "${qt_lib_prefix}Test${qt_lib_suffix} $qt_version"
  3082. configure:29091: $? = 0
  3083. configure:29129: result: yes
  3084. configure:29136: checking for Qt5DBus >= 5.11.3
  3085. configure:29143: $PKG_CONFIG --exists --print-errors "${qt_lib_prefix}DBus $qt_version"
  3086. configure:29146: $? = 0
  3087. configure:29160: $PKG_CONFIG --exists --print-errors "${qt_lib_prefix}DBus $qt_version"
  3088. configure:29163: $? = 0
  3089. configure:29201: result: yes
  3090. configure:29228: checking for static Qt
  3091. configure:29255: c++ -std=c++17 -c -fPIC -g -O2 -DQT_NETWORK_LIB -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5 -DQT_CORE_LIB -I/usr/local/include/X11/qt5/QtCore -DQT_WIDGETS_LIB -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5 -DQT_GUI_LIB -I/usr/local/include/X11/qt5/QtGui -DQT_CORE_LIB -I/usr/local/include/X11/qt5/QtCore -DQT_GUI_LIB -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5 -DQT_CORE_LIB -I/usr/local/include/X11/qt5/QtCore -DQT_CORE_LIB -I/usr/local/include/X11/qt5/QtCore -I/usr/local/include/X11/qt5 -DHAVE_BUILD_INFO conftest.cpp >&5
  3092. conftest.cpp:77:9: error: use of undeclared identifier 'choke'
  3093. choke
  3094. ^
  3095. 1 error generated.
  3096. configure:29255: $? = 1
  3097. configure: failed program was:
  3098. | /* confdefs.h */
  3099. | #define PACKAGE_NAME "Bitcoin Core"
  3100. | #define PACKAGE_TARNAME "bitcoin"
  3101. | #define PACKAGE_VERSION "24.99.0"
  3102. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  3103. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3104. | #define PACKAGE_URL "https://bitcoincore.org/"
  3105. | #define HAVE_CXX17 1
  3106. | #define HAVE_STDIO_H 1
  3107. | #define HAVE_STDLIB_H 1
  3108. | #define HAVE_STRING_H 1
  3109. | #define HAVE_INTTYPES_H 1
  3110. | #define HAVE_STDINT_H 1
  3111. | #define HAVE_STRINGS_H 1
  3112. | #define HAVE_SYS_STAT_H 1
  3113. | #define HAVE_SYS_TYPES_H 1
  3114. | #define HAVE_UNISTD_H 1
  3115. | #define STDC_HEADERS 1
  3116. | #define HAVE_DLFCN_H 1
  3117. | #define LT_OBJDIR ".libs/"
  3118. | #define USE_ASM 1
  3119. | #define HAVE_CLMUL 1
  3120. | #define ENABLE_SSE41 1
  3121. | #define ENABLE_AVX2 1
  3122. | #define ENABLE_X86_SHANI 1
  3123. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3124. | #define HAVE_PTHREAD 1
  3125. | #define HAVE_DECL_STRERROR_R 1
  3126. | #define HAVE_STRERROR_R 1
  3127. | #define HAVE_ENDIAN_H 1
  3128. | #define HAVE_SYS_ENDIAN_H 1
  3129. | #define HAVE_SYS_SELECT_H 1
  3130. | #define HAVE_SYS_SYSCTL_H 1
  3131. | #define HAVE_SYS_VMMETER_H 1
  3132. | #define HAVE_DECL_GETIFADDRS 1
  3133. | #define HAVE_DECL_FREEIFADDRS 1
  3134. | #define HAVE_DECL_FORK 1
  3135. | #define HAVE_DECL_SETSID 1
  3136. | #define HAVE_DECL_PIPE2 1
  3137. | #define HAVE_TIMINGSAFE_BCMP 1
  3138. | #define HAVE_DECL_LE16TOH 1
  3139. | #define HAVE_DECL_LE32TOH 1
  3140. | #define HAVE_DECL_LE64TOH 1
  3141. | #define HAVE_DECL_HTOLE16 1
  3142. | #define HAVE_DECL_HTOLE32 1
  3143. | #define HAVE_DECL_HTOLE64 1
  3144. | #define HAVE_DECL_BE16TOH 1
  3145. | #define HAVE_DECL_BE32TOH 1
  3146. | #define HAVE_DECL_BE64TOH 1
  3147. | #define HAVE_DECL_HTOBE16 1
  3148. | #define HAVE_DECL_HTOBE32 1
  3149. | #define HAVE_DECL_HTOBE64 1
  3150. | #define HAVE_DECL_BSWAP_16 0
  3151. | #define HAVE_DECL_BSWAP_32 0
  3152. | #define HAVE_DECL_BSWAP_64 0
  3153. | #define HAVE_BUILTIN_CLZL 1
  3154. | #define HAVE_BUILTIN_CLZLL 1
  3155. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  3156. | #define HAVE_THREAD_LOCAL 1
  3157. | #define HAVE_GMTIME_R 1
  3158. | #define HAVE_SYSCTL 1
  3159. | #define HAVE_FDATASYNC 1
  3160. | #define HAVE_O_CLOEXEC 1
  3161. | #define HAVE_SYSTEM 1
  3162. | /* end confdefs.h. */
  3163. |
  3164. | #include <QtCore/qconfig.h>
  3165. | #ifndef QT_VERSION
  3166. | # include <QtCore/qglobal.h>
  3167. | #endif
  3168. |
  3169. | int
  3170. | main (void)
  3171. | {
  3172. |
  3173. | #if !defined(QT_STATIC)
  3174. | choke
  3175. | #endif
  3176. |
  3177. | ;
  3178. | return 0;
  3179. | }
  3180. configure:29264: result: no
  3181. configure:31330: checking whether -fPIE can be used with this Qt config
  3182. configure:31356: c++ -std=c++17 -c -fPIE -g -O2 -DQT_NETWORK_LIB -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5 -DQT_CORE_LIB -I/usr/local/include/X11/qt5/QtCore -DQT_WIDGETS_LIB -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5 -DQT_GUI_LIB -I/usr/local/include/X11/qt5/QtGui -DQT_CORE_LIB -I/usr/local/include/X11/qt5/QtCore -DQT_GUI_LIB -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5 -DQT_CORE_LIB -I/usr/local/include/X11/qt5/QtCore -DQT_CORE_LIB -I/usr/local/include/X11/qt5/QtCore -I/usr/local/include/X11/qt5 -DHAVE_BUILD_INFO conftest.cpp >&5
  3183. conftest.cpp:77:9: error: use of undeclared identifier 'choke'
  3184. choke
  3185. ^
  3186. 1 error generated.
  3187. configure:31356: $? = 1
  3188. configure: failed program was:
  3189. | /* confdefs.h */
  3190. | #define PACKAGE_NAME "Bitcoin Core"
  3191. | #define PACKAGE_TARNAME "bitcoin"
  3192. | #define PACKAGE_VERSION "24.99.0"
  3193. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  3194. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3195. | #define PACKAGE_URL "https://bitcoincore.org/"
  3196. | #define HAVE_CXX17 1
  3197. | #define HAVE_STDIO_H 1
  3198. | #define HAVE_STDLIB_H 1
  3199. | #define HAVE_STRING_H 1
  3200. | #define HAVE_INTTYPES_H 1
  3201. | #define HAVE_STDINT_H 1
  3202. | #define HAVE_STRINGS_H 1
  3203. | #define HAVE_SYS_STAT_H 1
  3204. | #define HAVE_SYS_TYPES_H 1
  3205. | #define HAVE_UNISTD_H 1
  3206. | #define STDC_HEADERS 1
  3207. | #define HAVE_DLFCN_H 1
  3208. | #define LT_OBJDIR ".libs/"
  3209. | #define USE_ASM 1
  3210. | #define HAVE_CLMUL 1
  3211. | #define ENABLE_SSE41 1
  3212. | #define ENABLE_AVX2 1
  3213. | #define ENABLE_X86_SHANI 1
  3214. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3215. | #define HAVE_PTHREAD 1
  3216. | #define HAVE_DECL_STRERROR_R 1
  3217. | #define HAVE_STRERROR_R 1
  3218. | #define HAVE_ENDIAN_H 1
  3219. | #define HAVE_SYS_ENDIAN_H 1
  3220. | #define HAVE_SYS_SELECT_H 1
  3221. | #define HAVE_SYS_SYSCTL_H 1
  3222. | #define HAVE_SYS_VMMETER_H 1
  3223. | #define HAVE_DECL_GETIFADDRS 1
  3224. | #define HAVE_DECL_FREEIFADDRS 1
  3225. | #define HAVE_DECL_FORK 1
  3226. | #define HAVE_DECL_SETSID 1
  3227. | #define HAVE_DECL_PIPE2 1
  3228. | #define HAVE_TIMINGSAFE_BCMP 1
  3229. | #define HAVE_DECL_LE16TOH 1
  3230. | #define HAVE_DECL_LE32TOH 1
  3231. | #define HAVE_DECL_LE64TOH 1
  3232. | #define HAVE_DECL_HTOLE16 1
  3233. | #define HAVE_DECL_HTOLE32 1
  3234. | #define HAVE_DECL_HTOLE64 1
  3235. | #define HAVE_DECL_BE16TOH 1
  3236. | #define HAVE_DECL_BE32TOH 1
  3237. | #define HAVE_DECL_BE64TOH 1
  3238. | #define HAVE_DECL_HTOBE16 1
  3239. | #define HAVE_DECL_HTOBE32 1
  3240. | #define HAVE_DECL_HTOBE64 1
  3241. | #define HAVE_DECL_BSWAP_16 0
  3242. | #define HAVE_DECL_BSWAP_32 0
  3243. | #define HAVE_DECL_BSWAP_64 0
  3244. | #define HAVE_BUILTIN_CLZL 1
  3245. | #define HAVE_BUILTIN_CLZLL 1
  3246. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  3247. | #define HAVE_THREAD_LOCAL 1
  3248. | #define HAVE_GMTIME_R 1
  3249. | #define HAVE_SYSCTL 1
  3250. | #define HAVE_FDATASYNC 1
  3251. | #define HAVE_O_CLOEXEC 1
  3252. | #define HAVE_SYSTEM 1
  3253. | /* end confdefs.h. */
  3254. |
  3255. | #include <QtCore/qconfig.h>
  3256. | #ifndef QT_VERSION
  3257. | # include <QtCore/qglobal.h>
  3258. | #endif
  3259. |
  3260. | int
  3261. | main (void)
  3262. | {
  3263. |
  3264. | #if defined(QT_REDUCE_RELOCATIONS)
  3265. | choke
  3266. | #endif
  3267. |
  3268. | ;
  3269. | return 0;
  3270. | }
  3271. configure:31361: result: no
  3272. configure:31432: checking for moc-qt5
  3273. configure:31470: result: no
  3274. configure:31432: checking for moc5
  3275. configure:31470: result: no
  3276. configure:31432: checking for moc
  3277. configure:31455: found /usr/local/lib/qt5/bin/moc
  3278. configure:31467: result: /usr/local/lib/qt5/bin/moc
  3279. configure:31561: checking for uic-qt5
  3280. configure:31599: result: no
  3281. configure:31561: checking for uic5
  3282. configure:31599: result: no
  3283. configure:31561: checking for uic
  3284. configure:31584: found /usr/local/lib/qt5/bin/uic
  3285. configure:31596: result: /usr/local/lib/qt5/bin/uic
  3286. configure:31690: checking for rcc-qt5
  3287. configure:31728: result: no
  3288. configure:31690: checking for rcc5
  3289. configure:31728: result: no
  3290. configure:31690: checking for rcc
  3291. configure:31713: found /usr/local/lib/qt5/bin/rcc
  3292. configure:31725: result: /usr/local/lib/qt5/bin/rcc
  3293. configure:31819: checking for lrelease-qt5
  3294. configure:31857: result: no
  3295. configure:31819: checking for lrelease5
  3296. configure:31857: result: no
  3297. configure:31819: checking for lrelease
  3298. configure:31842: found /usr/local/lib/qt5/bin/lrelease
  3299. configure:31854: result: /usr/local/lib/qt5/bin/lrelease
  3300. configure:31948: checking for lupdate-qt5
  3301. configure:31986: result: no
  3302. configure:31948: checking for lupdate5
  3303. configure:31986: result: no
  3304. configure:31948: checking for lupdate
  3305. configure:31971: found /usr/local/lib/qt5/bin/lupdate
  3306. configure:31983: result: /usr/local/lib/qt5/bin/lupdate
  3307. configure:32077: checking for lconvert-qt5
  3308. configure:32115: result: no
  3309. configure:32077: checking for lconvert5
  3310. configure:32115: result: no
  3311. configure:32077: checking for lconvert
  3312. configure:32100: found /usr/local/lib/qt5/bin/lconvert
  3313. configure:32112: result: /usr/local/lib/qt5/bin/lconvert
  3314. configure:32308: checking whether to build Bitcoin Core GUI
  3315. configure:32343: result: yes (Qt5)
  3316. configure:32370: checking whether main function is needed for fuzz binary
  3317. configure:32373: checking whether the linker accepts
  3318. configure:32400: c++ -std=c++17 -o conftest -g -O2 conftest.cpp >&5
  3319. ld: error: undefined symbol: main
  3320. >>> referenced by /usr/lib/crt0.o:(.text+0x13E)
  3321. c++: error: linker command failed with exit code 1 (use -v to see invocation)
  3322. configure:32400: $? = 1
  3323. configure: failed program was:
  3324. | /* confdefs.h */
  3325. | #define PACKAGE_NAME "Bitcoin Core"
  3326. | #define PACKAGE_TARNAME "bitcoin"
  3327. | #define PACKAGE_VERSION "24.99.0"
  3328. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  3329. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3330. | #define PACKAGE_URL "https://bitcoincore.org/"
  3331. | #define HAVE_CXX17 1
  3332. | #define HAVE_STDIO_H 1
  3333. | #define HAVE_STDLIB_H 1
  3334. | #define HAVE_STRING_H 1
  3335. | #define HAVE_INTTYPES_H 1
  3336. | #define HAVE_STDINT_H 1
  3337. | #define HAVE_STRINGS_H 1
  3338. | #define HAVE_SYS_STAT_H 1
  3339. | #define HAVE_SYS_TYPES_H 1
  3340. | #define HAVE_UNISTD_H 1
  3341. | #define STDC_HEADERS 1
  3342. | #define HAVE_DLFCN_H 1
  3343. | #define LT_OBJDIR ".libs/"
  3344. | #define USE_ASM 1
  3345. | #define HAVE_CLMUL 1
  3346. | #define ENABLE_SSE41 1
  3347. | #define ENABLE_AVX2 1
  3348. | #define ENABLE_X86_SHANI 1
  3349. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3350. | #define HAVE_PTHREAD 1
  3351. | #define HAVE_DECL_STRERROR_R 1
  3352. | #define HAVE_STRERROR_R 1
  3353. | #define HAVE_ENDIAN_H 1
  3354. | #define HAVE_SYS_ENDIAN_H 1
  3355. | #define HAVE_SYS_SELECT_H 1
  3356. | #define HAVE_SYS_SYSCTL_H 1
  3357. | #define HAVE_SYS_VMMETER_H 1
  3358. | #define HAVE_DECL_GETIFADDRS 1
  3359. | #define HAVE_DECL_FREEIFADDRS 1
  3360. | #define HAVE_DECL_FORK 1
  3361. | #define HAVE_DECL_SETSID 1
  3362. | #define HAVE_DECL_PIPE2 1
  3363. | #define HAVE_TIMINGSAFE_BCMP 1
  3364. | #define HAVE_DECL_LE16TOH 1
  3365. | #define HAVE_DECL_LE32TOH 1
  3366. | #define HAVE_DECL_LE64TOH 1
  3367. | #define HAVE_DECL_HTOLE16 1
  3368. | #define HAVE_DECL_HTOLE32 1
  3369. | #define HAVE_DECL_HTOLE64 1
  3370. | #define HAVE_DECL_BE16TOH 1
  3371. | #define HAVE_DECL_BE32TOH 1
  3372. | #define HAVE_DECL_BE64TOH 1
  3373. | #define HAVE_DECL_HTOBE16 1
  3374. | #define HAVE_DECL_HTOBE32 1
  3375. | #define HAVE_DECL_HTOBE64 1
  3376. | #define HAVE_DECL_BSWAP_16 0
  3377. | #define HAVE_DECL_BSWAP_32 0
  3378. | #define HAVE_DECL_BSWAP_64 0
  3379. | #define HAVE_BUILTIN_CLZL 1
  3380. | #define HAVE_BUILTIN_CLZLL 1
  3381. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  3382. | #define HAVE_THREAD_LOCAL 1
  3383. | #define HAVE_GMTIME_R 1
  3384. | #define HAVE_SYSCTL 1
  3385. | #define HAVE_FDATASYNC 1
  3386. | #define HAVE_O_CLOEXEC 1
  3387. | #define HAVE_SYSTEM 1
  3388. | /* end confdefs.h. */
  3389. |
  3390. | #include <cstdint>
  3391. | #include <cstddef>
  3392. | extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { return 0; }
  3393. | /* comment to remove the main function ...
  3394. |
  3395. | int
  3396. | main (void)
  3397. | {
  3398. |
  3399. | */ int not_main() {
  3400. |
  3401. | ;
  3402. | return 0;
  3403. | }
  3404. configure:32411: result: no
  3405. configure:32418: result: yes
  3406. configure:32432: checking for __builtin_mul_overflow
  3407. configure:32444: c++ -std=c++17 -o conftest -g -O2 conftest.cpp >&5
  3408. configure:32444: $? = 0
  3409. configure:32447: result: yes
  3410. configure:32508: checking for Berkeley DB C++ headers
  3411. configure:32538: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  3412. conftest.cpp:68:18: fatal error: 'bdb4.8/db_cxx.h' file not found
  3413. #include <bdb4.8/db_cxx.h>
  3414. ^~~~~~~~~~~~~~~~~
  3415. 1 error generated.
  3416. configure:32538: $? = 1
  3417. configure: failed program was:
  3418. | /* confdefs.h */
  3419. | #define PACKAGE_NAME "Bitcoin Core"
  3420. | #define PACKAGE_TARNAME "bitcoin"
  3421. | #define PACKAGE_VERSION "24.99.0"
  3422. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  3423. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3424. | #define PACKAGE_URL "https://bitcoincore.org/"
  3425. | #define HAVE_CXX17 1
  3426. | #define HAVE_STDIO_H 1
  3427. | #define HAVE_STDLIB_H 1
  3428. | #define HAVE_STRING_H 1
  3429. | #define HAVE_INTTYPES_H 1
  3430. | #define HAVE_STDINT_H 1
  3431. | #define HAVE_STRINGS_H 1
  3432. | #define HAVE_SYS_STAT_H 1
  3433. | #define HAVE_SYS_TYPES_H 1
  3434. | #define HAVE_UNISTD_H 1
  3435. | #define STDC_HEADERS 1
  3436. | #define HAVE_DLFCN_H 1
  3437. | #define LT_OBJDIR ".libs/"
  3438. | #define USE_ASM 1
  3439. | #define HAVE_CLMUL 1
  3440. | #define ENABLE_SSE41 1
  3441. | #define ENABLE_AVX2 1
  3442. | #define ENABLE_X86_SHANI 1
  3443. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3444. | #define HAVE_PTHREAD 1
  3445. | #define HAVE_DECL_STRERROR_R 1
  3446. | #define HAVE_STRERROR_R 1
  3447. | #define HAVE_ENDIAN_H 1
  3448. | #define HAVE_SYS_ENDIAN_H 1
  3449. | #define HAVE_SYS_SELECT_H 1
  3450. | #define HAVE_SYS_SYSCTL_H 1
  3451. | #define HAVE_SYS_VMMETER_H 1
  3452. | #define HAVE_DECL_GETIFADDRS 1
  3453. | #define HAVE_DECL_FREEIFADDRS 1
  3454. | #define HAVE_DECL_FORK 1
  3455. | #define HAVE_DECL_SETSID 1
  3456. | #define HAVE_DECL_PIPE2 1
  3457. | #define HAVE_TIMINGSAFE_BCMP 1
  3458. | #define HAVE_DECL_LE16TOH 1
  3459. | #define HAVE_DECL_LE32TOH 1
  3460. | #define HAVE_DECL_LE64TOH 1
  3461. | #define HAVE_DECL_HTOLE16 1
  3462. | #define HAVE_DECL_HTOLE32 1
  3463. | #define HAVE_DECL_HTOLE64 1
  3464. | #define HAVE_DECL_BE16TOH 1
  3465. | #define HAVE_DECL_BE32TOH 1
  3466. | #define HAVE_DECL_BE64TOH 1
  3467. | #define HAVE_DECL_HTOBE16 1
  3468. | #define HAVE_DECL_HTOBE32 1
  3469. | #define HAVE_DECL_HTOBE64 1
  3470. | #define HAVE_DECL_BSWAP_16 0
  3471. | #define HAVE_DECL_BSWAP_32 0
  3472. | #define HAVE_DECL_BSWAP_64 0
  3473. | #define HAVE_BUILTIN_CLZL 1
  3474. | #define HAVE_BUILTIN_CLZLL 1
  3475. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  3476. | #define HAVE_THREAD_LOCAL 1
  3477. | #define HAVE_GMTIME_R 1
  3478. | #define HAVE_SYSCTL 1
  3479. | #define HAVE_FDATASYNC 1
  3480. | #define HAVE_O_CLOEXEC 1
  3481. | #define HAVE_SYSTEM 1
  3482. | #define HAVE_BUILTIN_MUL_OVERFLOW 1
  3483. | /* end confdefs.h. */
  3484. |
  3485. | #include <bdb4.8/db_cxx.h>
  3486. |
  3487. | int
  3488. | main (void)
  3489. | {
  3490. |
  3491. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  3492. | #error "failed to find bdb 4.8+"
  3493. | #endif
  3494. |
  3495. | ;
  3496. | return 0;
  3497. | }
  3498. configure:32538: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  3499. conftest.cpp:68:18: fatal error: 'libdb4.8/db_cxx.h' file not found
  3500. #include <libdb4.8/db_cxx.h>
  3501. ^~~~~~~~~~~~~~~~~~~
  3502. 1 error generated.
  3503. configure:32538: $? = 1
  3504. configure: failed program was:
  3505. | /* confdefs.h */
  3506. | #define PACKAGE_NAME "Bitcoin Core"
  3507. | #define PACKAGE_TARNAME "bitcoin"
  3508. | #define PACKAGE_VERSION "24.99.0"
  3509. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  3510. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3511. | #define PACKAGE_URL "https://bitcoincore.org/"
  3512. | #define HAVE_CXX17 1
  3513. | #define HAVE_STDIO_H 1
  3514. | #define HAVE_STDLIB_H 1
  3515. | #define HAVE_STRING_H 1
  3516. | #define HAVE_INTTYPES_H 1
  3517. | #define HAVE_STDINT_H 1
  3518. | #define HAVE_STRINGS_H 1
  3519. | #define HAVE_SYS_STAT_H 1
  3520. | #define HAVE_SYS_TYPES_H 1
  3521. | #define HAVE_UNISTD_H 1
  3522. | #define STDC_HEADERS 1
  3523. | #define HAVE_DLFCN_H 1
  3524. | #define LT_OBJDIR ".libs/"
  3525. | #define USE_ASM 1
  3526. | #define HAVE_CLMUL 1
  3527. | #define ENABLE_SSE41 1
  3528. | #define ENABLE_AVX2 1
  3529. | #define ENABLE_X86_SHANI 1
  3530. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3531. | #define HAVE_PTHREAD 1
  3532. | #define HAVE_DECL_STRERROR_R 1
  3533. | #define HAVE_STRERROR_R 1
  3534. | #define HAVE_ENDIAN_H 1
  3535. | #define HAVE_SYS_ENDIAN_H 1
  3536. | #define HAVE_SYS_SELECT_H 1
  3537. | #define HAVE_SYS_SYSCTL_H 1
  3538. | #define HAVE_SYS_VMMETER_H 1
  3539. | #define HAVE_DECL_GETIFADDRS 1
  3540. | #define HAVE_DECL_FREEIFADDRS 1
  3541. | #define HAVE_DECL_FORK 1
  3542. | #define HAVE_DECL_SETSID 1
  3543. | #define HAVE_DECL_PIPE2 1
  3544. | #define HAVE_TIMINGSAFE_BCMP 1
  3545. | #define HAVE_DECL_LE16TOH 1
  3546. | #define HAVE_DECL_LE32TOH 1
  3547. | #define HAVE_DECL_LE64TOH 1
  3548. | #define HAVE_DECL_HTOLE16 1
  3549. | #define HAVE_DECL_HTOLE32 1
  3550. | #define HAVE_DECL_HTOLE64 1
  3551. | #define HAVE_DECL_BE16TOH 1
  3552. | #define HAVE_DECL_BE32TOH 1
  3553. | #define HAVE_DECL_BE64TOH 1
  3554. | #define HAVE_DECL_HTOBE16 1
  3555. | #define HAVE_DECL_HTOBE32 1
  3556. | #define HAVE_DECL_HTOBE64 1
  3557. | #define HAVE_DECL_BSWAP_16 0
  3558. | #define HAVE_DECL_BSWAP_32 0
  3559. | #define HAVE_DECL_BSWAP_64 0
  3560. | #define HAVE_BUILTIN_CLZL 1
  3561. | #define HAVE_BUILTIN_CLZLL 1
  3562. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  3563. | #define HAVE_THREAD_LOCAL 1
  3564. | #define HAVE_GMTIME_R 1
  3565. | #define HAVE_SYSCTL 1
  3566. | #define HAVE_FDATASYNC 1
  3567. | #define HAVE_O_CLOEXEC 1
  3568. | #define HAVE_SYSTEM 1
  3569. | #define HAVE_BUILTIN_MUL_OVERFLOW 1
  3570. | /* end confdefs.h. */
  3571. |
  3572. | #include <libdb4.8/db_cxx.h>
  3573. |
  3574. | int
  3575. | main (void)
  3576. | {
  3577. |
  3578. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  3579. | #error "failed to find bdb 4.8+"
  3580. | #endif
  3581. |
  3582. | ;
  3583. | return 0;
  3584. | }
  3585. configure:32538: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  3586. conftest.cpp:68:18: fatal error: 'db4.8/db_cxx.h' file not found
  3587. #include <db4.8/db_cxx.h>
  3588. ^~~~~~~~~~~~~~~~
  3589. 1 error generated.
  3590. configure:32538: $? = 1
  3591. configure: failed program was:
  3592. | /* confdefs.h */
  3593. | #define PACKAGE_NAME "Bitcoin Core"
  3594. | #define PACKAGE_TARNAME "bitcoin"
  3595. | #define PACKAGE_VERSION "24.99.0"
  3596. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  3597. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3598. | #define PACKAGE_URL "https://bitcoincore.org/"
  3599. | #define HAVE_CXX17 1
  3600. | #define HAVE_STDIO_H 1
  3601. | #define HAVE_STDLIB_H 1
  3602. | #define HAVE_STRING_H 1
  3603. | #define HAVE_INTTYPES_H 1
  3604. | #define HAVE_STDINT_H 1
  3605. | #define HAVE_STRINGS_H 1
  3606. | #define HAVE_SYS_STAT_H 1
  3607. | #define HAVE_SYS_TYPES_H 1
  3608. | #define HAVE_UNISTD_H 1
  3609. | #define STDC_HEADERS 1
  3610. | #define HAVE_DLFCN_H 1
  3611. | #define LT_OBJDIR ".libs/"
  3612. | #define USE_ASM 1
  3613. | #define HAVE_CLMUL 1
  3614. | #define ENABLE_SSE41 1
  3615. | #define ENABLE_AVX2 1
  3616. | #define ENABLE_X86_SHANI 1
  3617. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3618. | #define HAVE_PTHREAD 1
  3619. | #define HAVE_DECL_STRERROR_R 1
  3620. | #define HAVE_STRERROR_R 1
  3621. | #define HAVE_ENDIAN_H 1
  3622. | #define HAVE_SYS_ENDIAN_H 1
  3623. | #define HAVE_SYS_SELECT_H 1
  3624. | #define HAVE_SYS_SYSCTL_H 1
  3625. | #define HAVE_SYS_VMMETER_H 1
  3626. | #define HAVE_DECL_GETIFADDRS 1
  3627. | #define HAVE_DECL_FREEIFADDRS 1
  3628. | #define HAVE_DECL_FORK 1
  3629. | #define HAVE_DECL_SETSID 1
  3630. | #define HAVE_DECL_PIPE2 1
  3631. | #define HAVE_TIMINGSAFE_BCMP 1
  3632. | #define HAVE_DECL_LE16TOH 1
  3633. | #define HAVE_DECL_LE32TOH 1
  3634. | #define HAVE_DECL_LE64TOH 1
  3635. | #define HAVE_DECL_HTOLE16 1
  3636. | #define HAVE_DECL_HTOLE32 1
  3637. | #define HAVE_DECL_HTOLE64 1
  3638. | #define HAVE_DECL_BE16TOH 1
  3639. | #define HAVE_DECL_BE32TOH 1
  3640. | #define HAVE_DECL_BE64TOH 1
  3641. | #define HAVE_DECL_HTOBE16 1
  3642. | #define HAVE_DECL_HTOBE32 1
  3643. | #define HAVE_DECL_HTOBE64 1
  3644. | #define HAVE_DECL_BSWAP_16 0
  3645. | #define HAVE_DECL_BSWAP_32 0
  3646. | #define HAVE_DECL_BSWAP_64 0
  3647. | #define HAVE_BUILTIN_CLZL 1
  3648. | #define HAVE_BUILTIN_CLZLL 1
  3649. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  3650. | #define HAVE_THREAD_LOCAL 1
  3651. | #define HAVE_GMTIME_R 1
  3652. | #define HAVE_SYSCTL 1
  3653. | #define HAVE_FDATASYNC 1
  3654. | #define HAVE_O_CLOEXEC 1
  3655. | #define HAVE_SYSTEM 1
  3656. | #define HAVE_BUILTIN_MUL_OVERFLOW 1
  3657. | /* end confdefs.h. */
  3658. |
  3659. | #include <db4.8/db_cxx.h>
  3660. |
  3661. | int
  3662. | main (void)
  3663. | {
  3664. |
  3665. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  3666. | #error "failed to find bdb 4.8+"
  3667. | #endif
  3668. |
  3669. | ;
  3670. | return 0;
  3671. | }
  3672. configure:32538: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  3673. conftest.cpp:68:18: fatal error: 'bdb48/db_cxx.h' file not found
  3674. #include <bdb48/db_cxx.h>
  3675. ^~~~~~~~~~~~~~~~
  3676. 1 error generated.
  3677. configure:32538: $? = 1
  3678. configure: failed program was:
  3679. | /* confdefs.h */
  3680. | #define PACKAGE_NAME "Bitcoin Core"
  3681. | #define PACKAGE_TARNAME "bitcoin"
  3682. | #define PACKAGE_VERSION "24.99.0"
  3683. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  3684. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3685. | #define PACKAGE_URL "https://bitcoincore.org/"
  3686. | #define HAVE_CXX17 1
  3687. | #define HAVE_STDIO_H 1
  3688. | #define HAVE_STDLIB_H 1
  3689. | #define HAVE_STRING_H 1
  3690. | #define HAVE_INTTYPES_H 1
  3691. | #define HAVE_STDINT_H 1
  3692. | #define HAVE_STRINGS_H 1
  3693. | #define HAVE_SYS_STAT_H 1
  3694. | #define HAVE_SYS_TYPES_H 1
  3695. | #define HAVE_UNISTD_H 1
  3696. | #define STDC_HEADERS 1
  3697. | #define HAVE_DLFCN_H 1
  3698. | #define LT_OBJDIR ".libs/"
  3699. | #define USE_ASM 1
  3700. | #define HAVE_CLMUL 1
  3701. | #define ENABLE_SSE41 1
  3702. | #define ENABLE_AVX2 1
  3703. | #define ENABLE_X86_SHANI 1
  3704. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3705. | #define HAVE_PTHREAD 1
  3706. | #define HAVE_DECL_STRERROR_R 1
  3707. | #define HAVE_STRERROR_R 1
  3708. | #define HAVE_ENDIAN_H 1
  3709. | #define HAVE_SYS_ENDIAN_H 1
  3710. | #define HAVE_SYS_SELECT_H 1
  3711. | #define HAVE_SYS_SYSCTL_H 1
  3712. | #define HAVE_SYS_VMMETER_H 1
  3713. | #define HAVE_DECL_GETIFADDRS 1
  3714. | #define HAVE_DECL_FREEIFADDRS 1
  3715. | #define HAVE_DECL_FORK 1
  3716. | #define HAVE_DECL_SETSID 1
  3717. | #define HAVE_DECL_PIPE2 1
  3718. | #define HAVE_TIMINGSAFE_BCMP 1
  3719. | #define HAVE_DECL_LE16TOH 1
  3720. | #define HAVE_DECL_LE32TOH 1
  3721. | #define HAVE_DECL_LE64TOH 1
  3722. | #define HAVE_DECL_HTOLE16 1
  3723. | #define HAVE_DECL_HTOLE32 1
  3724. | #define HAVE_DECL_HTOLE64 1
  3725. | #define HAVE_DECL_BE16TOH 1
  3726. | #define HAVE_DECL_BE32TOH 1
  3727. | #define HAVE_DECL_BE64TOH 1
  3728. | #define HAVE_DECL_HTOBE16 1
  3729. | #define HAVE_DECL_HTOBE32 1
  3730. | #define HAVE_DECL_HTOBE64 1
  3731. | #define HAVE_DECL_BSWAP_16 0
  3732. | #define HAVE_DECL_BSWAP_32 0
  3733. | #define HAVE_DECL_BSWAP_64 0
  3734. | #define HAVE_BUILTIN_CLZL 1
  3735. | #define HAVE_BUILTIN_CLZLL 1
  3736. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  3737. | #define HAVE_THREAD_LOCAL 1
  3738. | #define HAVE_GMTIME_R 1
  3739. | #define HAVE_SYSCTL 1
  3740. | #define HAVE_FDATASYNC 1
  3741. | #define HAVE_O_CLOEXEC 1
  3742. | #define HAVE_SYSTEM 1
  3743. | #define HAVE_BUILTIN_MUL_OVERFLOW 1
  3744. | /* end confdefs.h. */
  3745. |
  3746. | #include <bdb48/db_cxx.h>
  3747. |
  3748. | int
  3749. | main (void)
  3750. | {
  3751. |
  3752. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  3753. | #error "failed to find bdb 4.8+"
  3754. | #endif
  3755. |
  3756. | ;
  3757. | return 0;
  3758. | }
  3759. configure:32538: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  3760. conftest.cpp:68:18: fatal error: 'libdb48/db_cxx.h' file not found
  3761. #include <libdb48/db_cxx.h>
  3762. ^~~~~~~~~~~~~~~~~~
  3763. 1 error generated.
  3764. configure:32538: $? = 1
  3765. configure: failed program was:
  3766. | /* confdefs.h */
  3767. | #define PACKAGE_NAME "Bitcoin Core"
  3768. | #define PACKAGE_TARNAME "bitcoin"
  3769. | #define PACKAGE_VERSION "24.99.0"
  3770. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  3771. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3772. | #define PACKAGE_URL "https://bitcoincore.org/"
  3773. | #define HAVE_CXX17 1
  3774. | #define HAVE_STDIO_H 1
  3775. | #define HAVE_STDLIB_H 1
  3776. | #define HAVE_STRING_H 1
  3777. | #define HAVE_INTTYPES_H 1
  3778. | #define HAVE_STDINT_H 1
  3779. | #define HAVE_STRINGS_H 1
  3780. | #define HAVE_SYS_STAT_H 1
  3781. | #define HAVE_SYS_TYPES_H 1
  3782. | #define HAVE_UNISTD_H 1
  3783. | #define STDC_HEADERS 1
  3784. | #define HAVE_DLFCN_H 1
  3785. | #define LT_OBJDIR ".libs/"
  3786. | #define USE_ASM 1
  3787. | #define HAVE_CLMUL 1
  3788. | #define ENABLE_SSE41 1
  3789. | #define ENABLE_AVX2 1
  3790. | #define ENABLE_X86_SHANI 1
  3791. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3792. | #define HAVE_PTHREAD 1
  3793. | #define HAVE_DECL_STRERROR_R 1
  3794. | #define HAVE_STRERROR_R 1
  3795. | #define HAVE_ENDIAN_H 1
  3796. | #define HAVE_SYS_ENDIAN_H 1
  3797. | #define HAVE_SYS_SELECT_H 1
  3798. | #define HAVE_SYS_SYSCTL_H 1
  3799. | #define HAVE_SYS_VMMETER_H 1
  3800. | #define HAVE_DECL_GETIFADDRS 1
  3801. | #define HAVE_DECL_FREEIFADDRS 1
  3802. | #define HAVE_DECL_FORK 1
  3803. | #define HAVE_DECL_SETSID 1
  3804. | #define HAVE_DECL_PIPE2 1
  3805. | #define HAVE_TIMINGSAFE_BCMP 1
  3806. | #define HAVE_DECL_LE16TOH 1
  3807. | #define HAVE_DECL_LE32TOH 1
  3808. | #define HAVE_DECL_LE64TOH 1
  3809. | #define HAVE_DECL_HTOLE16 1
  3810. | #define HAVE_DECL_HTOLE32 1
  3811. | #define HAVE_DECL_HTOLE64 1
  3812. | #define HAVE_DECL_BE16TOH 1
  3813. | #define HAVE_DECL_BE32TOH 1
  3814. | #define HAVE_DECL_BE64TOH 1
  3815. | #define HAVE_DECL_HTOBE16 1
  3816. | #define HAVE_DECL_HTOBE32 1
  3817. | #define HAVE_DECL_HTOBE64 1
  3818. | #define HAVE_DECL_BSWAP_16 0
  3819. | #define HAVE_DECL_BSWAP_32 0
  3820. | #define HAVE_DECL_BSWAP_64 0
  3821. | #define HAVE_BUILTIN_CLZL 1
  3822. | #define HAVE_BUILTIN_CLZLL 1
  3823. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  3824. | #define HAVE_THREAD_LOCAL 1
  3825. | #define HAVE_GMTIME_R 1
  3826. | #define HAVE_SYSCTL 1
  3827. | #define HAVE_FDATASYNC 1
  3828. | #define HAVE_O_CLOEXEC 1
  3829. | #define HAVE_SYSTEM 1
  3830. | #define HAVE_BUILTIN_MUL_OVERFLOW 1
  3831. | /* end confdefs.h. */
  3832. |
  3833. | #include <libdb48/db_cxx.h>
  3834. |
  3835. | int
  3836. | main (void)
  3837. | {
  3838. |
  3839. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  3840. | #error "failed to find bdb 4.8+"
  3841. | #endif
  3842. |
  3843. | ;
  3844. | return 0;
  3845. | }
  3846. configure:32538: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  3847. conftest.cpp:68:18: fatal error: 'db48/db_cxx.h' file not found
  3848. #include <db48/db_cxx.h>
  3849. ^~~~~~~~~~~~~~~
  3850. 1 error generated.
  3851. configure:32538: $? = 1
  3852. configure: failed program was:
  3853. | /* confdefs.h */
  3854. | #define PACKAGE_NAME "Bitcoin Core"
  3855. | #define PACKAGE_TARNAME "bitcoin"
  3856. | #define PACKAGE_VERSION "24.99.0"
  3857. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  3858. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3859. | #define PACKAGE_URL "https://bitcoincore.org/"
  3860. | #define HAVE_CXX17 1
  3861. | #define HAVE_STDIO_H 1
  3862. | #define HAVE_STDLIB_H 1
  3863. | #define HAVE_STRING_H 1
  3864. | #define HAVE_INTTYPES_H 1
  3865. | #define HAVE_STDINT_H 1
  3866. | #define HAVE_STRINGS_H 1
  3867. | #define HAVE_SYS_STAT_H 1
  3868. | #define HAVE_SYS_TYPES_H 1
  3869. | #define HAVE_UNISTD_H 1
  3870. | #define STDC_HEADERS 1
  3871. | #define HAVE_DLFCN_H 1
  3872. | #define LT_OBJDIR ".libs/"
  3873. | #define USE_ASM 1
  3874. | #define HAVE_CLMUL 1
  3875. | #define ENABLE_SSE41 1
  3876. | #define ENABLE_AVX2 1
  3877. | #define ENABLE_X86_SHANI 1
  3878. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3879. | #define HAVE_PTHREAD 1
  3880. | #define HAVE_DECL_STRERROR_R 1
  3881. | #define HAVE_STRERROR_R 1
  3882. | #define HAVE_ENDIAN_H 1
  3883. | #define HAVE_SYS_ENDIAN_H 1
  3884. | #define HAVE_SYS_SELECT_H 1
  3885. | #define HAVE_SYS_SYSCTL_H 1
  3886. | #define HAVE_SYS_VMMETER_H 1
  3887. | #define HAVE_DECL_GETIFADDRS 1
  3888. | #define HAVE_DECL_FREEIFADDRS 1
  3889. | #define HAVE_DECL_FORK 1
  3890. | #define HAVE_DECL_SETSID 1
  3891. | #define HAVE_DECL_PIPE2 1
  3892. | #define HAVE_TIMINGSAFE_BCMP 1
  3893. | #define HAVE_DECL_LE16TOH 1
  3894. | #define HAVE_DECL_LE32TOH 1
  3895. | #define HAVE_DECL_LE64TOH 1
  3896. | #define HAVE_DECL_HTOLE16 1
  3897. | #define HAVE_DECL_HTOLE32 1
  3898. | #define HAVE_DECL_HTOLE64 1
  3899. | #define HAVE_DECL_BE16TOH 1
  3900. | #define HAVE_DECL_BE32TOH 1
  3901. | #define HAVE_DECL_BE64TOH 1
  3902. | #define HAVE_DECL_HTOBE16 1
  3903. | #define HAVE_DECL_HTOBE32 1
  3904. | #define HAVE_DECL_HTOBE64 1
  3905. | #define HAVE_DECL_BSWAP_16 0
  3906. | #define HAVE_DECL_BSWAP_32 0
  3907. | #define HAVE_DECL_BSWAP_64 0
  3908. | #define HAVE_BUILTIN_CLZL 1
  3909. | #define HAVE_BUILTIN_CLZLL 1
  3910. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  3911. | #define HAVE_THREAD_LOCAL 1
  3912. | #define HAVE_GMTIME_R 1
  3913. | #define HAVE_SYSCTL 1
  3914. | #define HAVE_FDATASYNC 1
  3915. | #define HAVE_O_CLOEXEC 1
  3916. | #define HAVE_SYSTEM 1
  3917. | #define HAVE_BUILTIN_MUL_OVERFLOW 1
  3918. | /* end confdefs.h. */
  3919. |
  3920. | #include <db48/db_cxx.h>
  3921. |
  3922. | int
  3923. | main (void)
  3924. | {
  3925. |
  3926. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  3927. | #error "failed to find bdb 4.8+"
  3928. | #endif
  3929. |
  3930. | ;
  3931. | return 0;
  3932. | }
  3933. configure:32538: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  3934. conftest.cpp:68:18: fatal error: 'bdb4/db_cxx.h' file not found
  3935. #include <bdb4/db_cxx.h>
  3936. ^~~~~~~~~~~~~~~
  3937. 1 error generated.
  3938. configure:32538: $? = 1
  3939. configure: failed program was:
  3940. | /* confdefs.h */
  3941. | #define PACKAGE_NAME "Bitcoin Core"
  3942. | #define PACKAGE_TARNAME "bitcoin"
  3943. | #define PACKAGE_VERSION "24.99.0"
  3944. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  3945. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3946. | #define PACKAGE_URL "https://bitcoincore.org/"
  3947. | #define HAVE_CXX17 1
  3948. | #define HAVE_STDIO_H 1
  3949. | #define HAVE_STDLIB_H 1
  3950. | #define HAVE_STRING_H 1
  3951. | #define HAVE_INTTYPES_H 1
  3952. | #define HAVE_STDINT_H 1
  3953. | #define HAVE_STRINGS_H 1
  3954. | #define HAVE_SYS_STAT_H 1
  3955. | #define HAVE_SYS_TYPES_H 1
  3956. | #define HAVE_UNISTD_H 1
  3957. | #define STDC_HEADERS 1
  3958. | #define HAVE_DLFCN_H 1
  3959. | #define LT_OBJDIR ".libs/"
  3960. | #define USE_ASM 1
  3961. | #define HAVE_CLMUL 1
  3962. | #define ENABLE_SSE41 1
  3963. | #define ENABLE_AVX2 1
  3964. | #define ENABLE_X86_SHANI 1
  3965. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3966. | #define HAVE_PTHREAD 1
  3967. | #define HAVE_DECL_STRERROR_R 1
  3968. | #define HAVE_STRERROR_R 1
  3969. | #define HAVE_ENDIAN_H 1
  3970. | #define HAVE_SYS_ENDIAN_H 1
  3971. | #define HAVE_SYS_SELECT_H 1
  3972. | #define HAVE_SYS_SYSCTL_H 1
  3973. | #define HAVE_SYS_VMMETER_H 1
  3974. | #define HAVE_DECL_GETIFADDRS 1
  3975. | #define HAVE_DECL_FREEIFADDRS 1
  3976. | #define HAVE_DECL_FORK 1
  3977. | #define HAVE_DECL_SETSID 1
  3978. | #define HAVE_DECL_PIPE2 1
  3979. | #define HAVE_TIMINGSAFE_BCMP 1
  3980. | #define HAVE_DECL_LE16TOH 1
  3981. | #define HAVE_DECL_LE32TOH 1
  3982. | #define HAVE_DECL_LE64TOH 1
  3983. | #define HAVE_DECL_HTOLE16 1
  3984. | #define HAVE_DECL_HTOLE32 1
  3985. | #define HAVE_DECL_HTOLE64 1
  3986. | #define HAVE_DECL_BE16TOH 1
  3987. | #define HAVE_DECL_BE32TOH 1
  3988. | #define HAVE_DECL_BE64TOH 1
  3989. | #define HAVE_DECL_HTOBE16 1
  3990. | #define HAVE_DECL_HTOBE32 1
  3991. | #define HAVE_DECL_HTOBE64 1
  3992. | #define HAVE_DECL_BSWAP_16 0
  3993. | #define HAVE_DECL_BSWAP_32 0
  3994. | #define HAVE_DECL_BSWAP_64 0
  3995. | #define HAVE_BUILTIN_CLZL 1
  3996. | #define HAVE_BUILTIN_CLZLL 1
  3997. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  3998. | #define HAVE_THREAD_LOCAL 1
  3999. | #define HAVE_GMTIME_R 1
  4000. | #define HAVE_SYSCTL 1
  4001. | #define HAVE_FDATASYNC 1
  4002. | #define HAVE_O_CLOEXEC 1
  4003. | #define HAVE_SYSTEM 1
  4004. | #define HAVE_BUILTIN_MUL_OVERFLOW 1
  4005. | /* end confdefs.h. */
  4006. |
  4007. | #include <bdb4/db_cxx.h>
  4008. |
  4009. | int
  4010. | main (void)
  4011. | {
  4012. |
  4013. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4014. | #error "failed to find bdb 4.8+"
  4015. | #endif
  4016. |
  4017. | ;
  4018. | return 0;
  4019. | }
  4020. configure:32538: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  4021. conftest.cpp:68:18: fatal error: 'libdb4/db_cxx.h' file not found
  4022. #include <libdb4/db_cxx.h>
  4023. ^~~~~~~~~~~~~~~~~
  4024. 1 error generated.
  4025. configure:32538: $? = 1
  4026. configure: failed program was:
  4027. | /* confdefs.h */
  4028. | #define PACKAGE_NAME "Bitcoin Core"
  4029. | #define PACKAGE_TARNAME "bitcoin"
  4030. | #define PACKAGE_VERSION "24.99.0"
  4031. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  4032. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4033. | #define PACKAGE_URL "https://bitcoincore.org/"
  4034. | #define HAVE_CXX17 1
  4035. | #define HAVE_STDIO_H 1
  4036. | #define HAVE_STDLIB_H 1
  4037. | #define HAVE_STRING_H 1
  4038. | #define HAVE_INTTYPES_H 1
  4039. | #define HAVE_STDINT_H 1
  4040. | #define HAVE_STRINGS_H 1
  4041. | #define HAVE_SYS_STAT_H 1
  4042. | #define HAVE_SYS_TYPES_H 1
  4043. | #define HAVE_UNISTD_H 1
  4044. | #define STDC_HEADERS 1
  4045. | #define HAVE_DLFCN_H 1
  4046. | #define LT_OBJDIR ".libs/"
  4047. | #define USE_ASM 1
  4048. | #define HAVE_CLMUL 1
  4049. | #define ENABLE_SSE41 1
  4050. | #define ENABLE_AVX2 1
  4051. | #define ENABLE_X86_SHANI 1
  4052. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4053. | #define HAVE_PTHREAD 1
  4054. | #define HAVE_DECL_STRERROR_R 1
  4055. | #define HAVE_STRERROR_R 1
  4056. | #define HAVE_ENDIAN_H 1
  4057. | #define HAVE_SYS_ENDIAN_H 1
  4058. | #define HAVE_SYS_SELECT_H 1
  4059. | #define HAVE_SYS_SYSCTL_H 1
  4060. | #define HAVE_SYS_VMMETER_H 1
  4061. | #define HAVE_DECL_GETIFADDRS 1
  4062. | #define HAVE_DECL_FREEIFADDRS 1
  4063. | #define HAVE_DECL_FORK 1
  4064. | #define HAVE_DECL_SETSID 1
  4065. | #define HAVE_DECL_PIPE2 1
  4066. | #define HAVE_TIMINGSAFE_BCMP 1
  4067. | #define HAVE_DECL_LE16TOH 1
  4068. | #define HAVE_DECL_LE32TOH 1
  4069. | #define HAVE_DECL_LE64TOH 1
  4070. | #define HAVE_DECL_HTOLE16 1
  4071. | #define HAVE_DECL_HTOLE32 1
  4072. | #define HAVE_DECL_HTOLE64 1
  4073. | #define HAVE_DECL_BE16TOH 1
  4074. | #define HAVE_DECL_BE32TOH 1
  4075. | #define HAVE_DECL_BE64TOH 1
  4076. | #define HAVE_DECL_HTOBE16 1
  4077. | #define HAVE_DECL_HTOBE32 1
  4078. | #define HAVE_DECL_HTOBE64 1
  4079. | #define HAVE_DECL_BSWAP_16 0
  4080. | #define HAVE_DECL_BSWAP_32 0
  4081. | #define HAVE_DECL_BSWAP_64 0
  4082. | #define HAVE_BUILTIN_CLZL 1
  4083. | #define HAVE_BUILTIN_CLZLL 1
  4084. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  4085. | #define HAVE_THREAD_LOCAL 1
  4086. | #define HAVE_GMTIME_R 1
  4087. | #define HAVE_SYSCTL 1
  4088. | #define HAVE_FDATASYNC 1
  4089. | #define HAVE_O_CLOEXEC 1
  4090. | #define HAVE_SYSTEM 1
  4091. | #define HAVE_BUILTIN_MUL_OVERFLOW 1
  4092. | /* end confdefs.h. */
  4093. |
  4094. | #include <libdb4/db_cxx.h>
  4095. |
  4096. | int
  4097. | main (void)
  4098. | {
  4099. |
  4100. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4101. | #error "failed to find bdb 4.8+"
  4102. | #endif
  4103. |
  4104. | ;
  4105. | return 0;
  4106. | }
  4107. configure:32538: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  4108. conftest.cpp:68:18: fatal error: 'db4/db_cxx.h' file not found
  4109. #include <db4/db_cxx.h>
  4110. ^~~~~~~~~~~~~~
  4111. 1 error generated.
  4112. configure:32538: $? = 1
  4113. configure: failed program was:
  4114. | /* confdefs.h */
  4115. | #define PACKAGE_NAME "Bitcoin Core"
  4116. | #define PACKAGE_TARNAME "bitcoin"
  4117. | #define PACKAGE_VERSION "24.99.0"
  4118. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  4119. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4120. | #define PACKAGE_URL "https://bitcoincore.org/"
  4121. | #define HAVE_CXX17 1
  4122. | #define HAVE_STDIO_H 1
  4123. | #define HAVE_STDLIB_H 1
  4124. | #define HAVE_STRING_H 1
  4125. | #define HAVE_INTTYPES_H 1
  4126. | #define HAVE_STDINT_H 1
  4127. | #define HAVE_STRINGS_H 1
  4128. | #define HAVE_SYS_STAT_H 1
  4129. | #define HAVE_SYS_TYPES_H 1
  4130. | #define HAVE_UNISTD_H 1
  4131. | #define STDC_HEADERS 1
  4132. | #define HAVE_DLFCN_H 1
  4133. | #define LT_OBJDIR ".libs/"
  4134. | #define USE_ASM 1
  4135. | #define HAVE_CLMUL 1
  4136. | #define ENABLE_SSE41 1
  4137. | #define ENABLE_AVX2 1
  4138. | #define ENABLE_X86_SHANI 1
  4139. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4140. | #define HAVE_PTHREAD 1
  4141. | #define HAVE_DECL_STRERROR_R 1
  4142. | #define HAVE_STRERROR_R 1
  4143. | #define HAVE_ENDIAN_H 1
  4144. | #define HAVE_SYS_ENDIAN_H 1
  4145. | #define HAVE_SYS_SELECT_H 1
  4146. | #define HAVE_SYS_SYSCTL_H 1
  4147. | #define HAVE_SYS_VMMETER_H 1
  4148. | #define HAVE_DECL_GETIFADDRS 1
  4149. | #define HAVE_DECL_FREEIFADDRS 1
  4150. | #define HAVE_DECL_FORK 1
  4151. | #define HAVE_DECL_SETSID 1
  4152. | #define HAVE_DECL_PIPE2 1
  4153. | #define HAVE_TIMINGSAFE_BCMP 1
  4154. | #define HAVE_DECL_LE16TOH 1
  4155. | #define HAVE_DECL_LE32TOH 1
  4156. | #define HAVE_DECL_LE64TOH 1
  4157. | #define HAVE_DECL_HTOLE16 1
  4158. | #define HAVE_DECL_HTOLE32 1
  4159. | #define HAVE_DECL_HTOLE64 1
  4160. | #define HAVE_DECL_BE16TOH 1
  4161. | #define HAVE_DECL_BE32TOH 1
  4162. | #define HAVE_DECL_BE64TOH 1
  4163. | #define HAVE_DECL_HTOBE16 1
  4164. | #define HAVE_DECL_HTOBE32 1
  4165. | #define HAVE_DECL_HTOBE64 1
  4166. | #define HAVE_DECL_BSWAP_16 0
  4167. | #define HAVE_DECL_BSWAP_32 0
  4168. | #define HAVE_DECL_BSWAP_64 0
  4169. | #define HAVE_BUILTIN_CLZL 1
  4170. | #define HAVE_BUILTIN_CLZLL 1
  4171. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  4172. | #define HAVE_THREAD_LOCAL 1
  4173. | #define HAVE_GMTIME_R 1
  4174. | #define HAVE_SYSCTL 1
  4175. | #define HAVE_FDATASYNC 1
  4176. | #define HAVE_O_CLOEXEC 1
  4177. | #define HAVE_SYSTEM 1
  4178. | #define HAVE_BUILTIN_MUL_OVERFLOW 1
  4179. | /* end confdefs.h. */
  4180. |
  4181. | #include <db4/db_cxx.h>
  4182. |
  4183. | int
  4184. | main (void)
  4185. | {
  4186. |
  4187. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4188. | #error "failed to find bdb 4.8+"
  4189. | #endif
  4190. |
  4191. | ;
  4192. | return 0;
  4193. | }
  4194. configure:32538: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  4195. conftest.cpp:68:18: fatal error: 'bdb5/db_cxx.h' file not found
  4196. #include <bdb5/db_cxx.h>
  4197. ^~~~~~~~~~~~~~~
  4198. 1 error generated.
  4199. configure:32538: $? = 1
  4200. configure: failed program was:
  4201. | /* confdefs.h */
  4202. | #define PACKAGE_NAME "Bitcoin Core"
  4203. | #define PACKAGE_TARNAME "bitcoin"
  4204. | #define PACKAGE_VERSION "24.99.0"
  4205. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  4206. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4207. | #define PACKAGE_URL "https://bitcoincore.org/"
  4208. | #define HAVE_CXX17 1
  4209. | #define HAVE_STDIO_H 1
  4210. | #define HAVE_STDLIB_H 1
  4211. | #define HAVE_STRING_H 1
  4212. | #define HAVE_INTTYPES_H 1
  4213. | #define HAVE_STDINT_H 1
  4214. | #define HAVE_STRINGS_H 1
  4215. | #define HAVE_SYS_STAT_H 1
  4216. | #define HAVE_SYS_TYPES_H 1
  4217. | #define HAVE_UNISTD_H 1
  4218. | #define STDC_HEADERS 1
  4219. | #define HAVE_DLFCN_H 1
  4220. | #define LT_OBJDIR ".libs/"
  4221. | #define USE_ASM 1
  4222. | #define HAVE_CLMUL 1
  4223. | #define ENABLE_SSE41 1
  4224. | #define ENABLE_AVX2 1
  4225. | #define ENABLE_X86_SHANI 1
  4226. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4227. | #define HAVE_PTHREAD 1
  4228. | #define HAVE_DECL_STRERROR_R 1
  4229. | #define HAVE_STRERROR_R 1
  4230. | #define HAVE_ENDIAN_H 1
  4231. | #define HAVE_SYS_ENDIAN_H 1
  4232. | #define HAVE_SYS_SELECT_H 1
  4233. | #define HAVE_SYS_SYSCTL_H 1
  4234. | #define HAVE_SYS_VMMETER_H 1
  4235. | #define HAVE_DECL_GETIFADDRS 1
  4236. | #define HAVE_DECL_FREEIFADDRS 1
  4237. | #define HAVE_DECL_FORK 1
  4238. | #define HAVE_DECL_SETSID 1
  4239. | #define HAVE_DECL_PIPE2 1
  4240. | #define HAVE_TIMINGSAFE_BCMP 1
  4241. | #define HAVE_DECL_LE16TOH 1
  4242. | #define HAVE_DECL_LE32TOH 1
  4243. | #define HAVE_DECL_LE64TOH 1
  4244. | #define HAVE_DECL_HTOLE16 1
  4245. | #define HAVE_DECL_HTOLE32 1
  4246. | #define HAVE_DECL_HTOLE64 1
  4247. | #define HAVE_DECL_BE16TOH 1
  4248. | #define HAVE_DECL_BE32TOH 1
  4249. | #define HAVE_DECL_BE64TOH 1
  4250. | #define HAVE_DECL_HTOBE16 1
  4251. | #define HAVE_DECL_HTOBE32 1
  4252. | #define HAVE_DECL_HTOBE64 1
  4253. | #define HAVE_DECL_BSWAP_16 0
  4254. | #define HAVE_DECL_BSWAP_32 0
  4255. | #define HAVE_DECL_BSWAP_64 0
  4256. | #define HAVE_BUILTIN_CLZL 1
  4257. | #define HAVE_BUILTIN_CLZLL 1
  4258. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  4259. | #define HAVE_THREAD_LOCAL 1
  4260. | #define HAVE_GMTIME_R 1
  4261. | #define HAVE_SYSCTL 1
  4262. | #define HAVE_FDATASYNC 1
  4263. | #define HAVE_O_CLOEXEC 1
  4264. | #define HAVE_SYSTEM 1
  4265. | #define HAVE_BUILTIN_MUL_OVERFLOW 1
  4266. | /* end confdefs.h. */
  4267. |
  4268. | #include <bdb5/db_cxx.h>
  4269. |
  4270. | int
  4271. | main (void)
  4272. | {
  4273. |
  4274. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4275. | #error "failed to find bdb 4.8+"
  4276. | #endif
  4277. |
  4278. | ;
  4279. | return 0;
  4280. | }
  4281. configure:32538: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  4282. conftest.cpp:68:18: fatal error: 'libdb5/db_cxx.h' file not found
  4283. #include <libdb5/db_cxx.h>
  4284. ^~~~~~~~~~~~~~~~~
  4285. 1 error generated.
  4286. configure:32538: $? = 1
  4287. configure: failed program was:
  4288. | /* confdefs.h */
  4289. | #define PACKAGE_NAME "Bitcoin Core"
  4290. | #define PACKAGE_TARNAME "bitcoin"
  4291. | #define PACKAGE_VERSION "24.99.0"
  4292. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  4293. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4294. | #define PACKAGE_URL "https://bitcoincore.org/"
  4295. | #define HAVE_CXX17 1
  4296. | #define HAVE_STDIO_H 1
  4297. | #define HAVE_STDLIB_H 1
  4298. | #define HAVE_STRING_H 1
  4299. | #define HAVE_INTTYPES_H 1
  4300. | #define HAVE_STDINT_H 1
  4301. | #define HAVE_STRINGS_H 1
  4302. | #define HAVE_SYS_STAT_H 1
  4303. | #define HAVE_SYS_TYPES_H 1
  4304. | #define HAVE_UNISTD_H 1
  4305. | #define STDC_HEADERS 1
  4306. | #define HAVE_DLFCN_H 1
  4307. | #define LT_OBJDIR ".libs/"
  4308. | #define USE_ASM 1
  4309. | #define HAVE_CLMUL 1
  4310. | #define ENABLE_SSE41 1
  4311. | #define ENABLE_AVX2 1
  4312. | #define ENABLE_X86_SHANI 1
  4313. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4314. | #define HAVE_PTHREAD 1
  4315. | #define HAVE_DECL_STRERROR_R 1
  4316. | #define HAVE_STRERROR_R 1
  4317. | #define HAVE_ENDIAN_H 1
  4318. | #define HAVE_SYS_ENDIAN_H 1
  4319. | #define HAVE_SYS_SELECT_H 1
  4320. | #define HAVE_SYS_SYSCTL_H 1
  4321. | #define HAVE_SYS_VMMETER_H 1
  4322. | #define HAVE_DECL_GETIFADDRS 1
  4323. | #define HAVE_DECL_FREEIFADDRS 1
  4324. | #define HAVE_DECL_FORK 1
  4325. | #define HAVE_DECL_SETSID 1
  4326. | #define HAVE_DECL_PIPE2 1
  4327. | #define HAVE_TIMINGSAFE_BCMP 1
  4328. | #define HAVE_DECL_LE16TOH 1
  4329. | #define HAVE_DECL_LE32TOH 1
  4330. | #define HAVE_DECL_LE64TOH 1
  4331. | #define HAVE_DECL_HTOLE16 1
  4332. | #define HAVE_DECL_HTOLE32 1
  4333. | #define HAVE_DECL_HTOLE64 1
  4334. | #define HAVE_DECL_BE16TOH 1
  4335. | #define HAVE_DECL_BE32TOH 1
  4336. | #define HAVE_DECL_BE64TOH 1
  4337. | #define HAVE_DECL_HTOBE16 1
  4338. | #define HAVE_DECL_HTOBE32 1
  4339. | #define HAVE_DECL_HTOBE64 1
  4340. | #define HAVE_DECL_BSWAP_16 0
  4341. | #define HAVE_DECL_BSWAP_32 0
  4342. | #define HAVE_DECL_BSWAP_64 0
  4343. | #define HAVE_BUILTIN_CLZL 1
  4344. | #define HAVE_BUILTIN_CLZLL 1
  4345. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  4346. | #define HAVE_THREAD_LOCAL 1
  4347. | #define HAVE_GMTIME_R 1
  4348. | #define HAVE_SYSCTL 1
  4349. | #define HAVE_FDATASYNC 1
  4350. | #define HAVE_O_CLOEXEC 1
  4351. | #define HAVE_SYSTEM 1
  4352. | #define HAVE_BUILTIN_MUL_OVERFLOW 1
  4353. | /* end confdefs.h. */
  4354. |
  4355. | #include <libdb5/db_cxx.h>
  4356. |
  4357. | int
  4358. | main (void)
  4359. | {
  4360. |
  4361. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4362. | #error "failed to find bdb 4.8+"
  4363. | #endif
  4364. |
  4365. | ;
  4366. | return 0;
  4367. | }
  4368. configure:32538: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  4369. conftest.cpp:68:18: fatal error: 'db5/db_cxx.h' file not found
  4370. #include <db5/db_cxx.h>
  4371. ^~~~~~~~~~~~~~
  4372. 1 error generated.
  4373. configure:32538: $? = 1
  4374. configure: failed program was:
  4375. | /* confdefs.h */
  4376. | #define PACKAGE_NAME "Bitcoin Core"
  4377. | #define PACKAGE_TARNAME "bitcoin"
  4378. | #define PACKAGE_VERSION "24.99.0"
  4379. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  4380. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4381. | #define PACKAGE_URL "https://bitcoincore.org/"
  4382. | #define HAVE_CXX17 1
  4383. | #define HAVE_STDIO_H 1
  4384. | #define HAVE_STDLIB_H 1
  4385. | #define HAVE_STRING_H 1
  4386. | #define HAVE_INTTYPES_H 1
  4387. | #define HAVE_STDINT_H 1
  4388. | #define HAVE_STRINGS_H 1
  4389. | #define HAVE_SYS_STAT_H 1
  4390. | #define HAVE_SYS_TYPES_H 1
  4391. | #define HAVE_UNISTD_H 1
  4392. | #define STDC_HEADERS 1
  4393. | #define HAVE_DLFCN_H 1
  4394. | #define LT_OBJDIR ".libs/"
  4395. | #define USE_ASM 1
  4396. | #define HAVE_CLMUL 1
  4397. | #define ENABLE_SSE41 1
  4398. | #define ENABLE_AVX2 1
  4399. | #define ENABLE_X86_SHANI 1
  4400. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4401. | #define HAVE_PTHREAD 1
  4402. | #define HAVE_DECL_STRERROR_R 1
  4403. | #define HAVE_STRERROR_R 1
  4404. | #define HAVE_ENDIAN_H 1
  4405. | #define HAVE_SYS_ENDIAN_H 1
  4406. | #define HAVE_SYS_SELECT_H 1
  4407. | #define HAVE_SYS_SYSCTL_H 1
  4408. | #define HAVE_SYS_VMMETER_H 1
  4409. | #define HAVE_DECL_GETIFADDRS 1
  4410. | #define HAVE_DECL_FREEIFADDRS 1
  4411. | #define HAVE_DECL_FORK 1
  4412. | #define HAVE_DECL_SETSID 1
  4413. | #define HAVE_DECL_PIPE2 1
  4414. | #define HAVE_TIMINGSAFE_BCMP 1
  4415. | #define HAVE_DECL_LE16TOH 1
  4416. | #define HAVE_DECL_LE32TOH 1
  4417. | #define HAVE_DECL_LE64TOH 1
  4418. | #define HAVE_DECL_HTOLE16 1
  4419. | #define HAVE_DECL_HTOLE32 1
  4420. | #define HAVE_DECL_HTOLE64 1
  4421. | #define HAVE_DECL_BE16TOH 1
  4422. | #define HAVE_DECL_BE32TOH 1
  4423. | #define HAVE_DECL_BE64TOH 1
  4424. | #define HAVE_DECL_HTOBE16 1
  4425. | #define HAVE_DECL_HTOBE32 1
  4426. | #define HAVE_DECL_HTOBE64 1
  4427. | #define HAVE_DECL_BSWAP_16 0
  4428. | #define HAVE_DECL_BSWAP_32 0
  4429. | #define HAVE_DECL_BSWAP_64 0
  4430. | #define HAVE_BUILTIN_CLZL 1
  4431. | #define HAVE_BUILTIN_CLZLL 1
  4432. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  4433. | #define HAVE_THREAD_LOCAL 1
  4434. | #define HAVE_GMTIME_R 1
  4435. | #define HAVE_SYSCTL 1
  4436. | #define HAVE_FDATASYNC 1
  4437. | #define HAVE_O_CLOEXEC 1
  4438. | #define HAVE_SYSTEM 1
  4439. | #define HAVE_BUILTIN_MUL_OVERFLOW 1
  4440. | /* end confdefs.h. */
  4441. |
  4442. | #include <db5/db_cxx.h>
  4443. |
  4444. | int
  4445. | main (void)
  4446. | {
  4447. |
  4448. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4449. | #error "failed to find bdb 4.8+"
  4450. | #endif
  4451. |
  4452. | ;
  4453. | return 0;
  4454. | }
  4455. configure:32538: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  4456. conftest.cpp:68:18: fatal error: 'bdb5.3/db_cxx.h' file not found
  4457. #include <bdb5.3/db_cxx.h>
  4458. ^~~~~~~~~~~~~~~~~
  4459. 1 error generated.
  4460. configure:32538: $? = 1
  4461. configure: failed program was:
  4462. | /* confdefs.h */
  4463. | #define PACKAGE_NAME "Bitcoin Core"
  4464. | #define PACKAGE_TARNAME "bitcoin"
  4465. | #define PACKAGE_VERSION "24.99.0"
  4466. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  4467. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4468. | #define PACKAGE_URL "https://bitcoincore.org/"
  4469. | #define HAVE_CXX17 1
  4470. | #define HAVE_STDIO_H 1
  4471. | #define HAVE_STDLIB_H 1
  4472. | #define HAVE_STRING_H 1
  4473. | #define HAVE_INTTYPES_H 1
  4474. | #define HAVE_STDINT_H 1
  4475. | #define HAVE_STRINGS_H 1
  4476. | #define HAVE_SYS_STAT_H 1
  4477. | #define HAVE_SYS_TYPES_H 1
  4478. | #define HAVE_UNISTD_H 1
  4479. | #define STDC_HEADERS 1
  4480. | #define HAVE_DLFCN_H 1
  4481. | #define LT_OBJDIR ".libs/"
  4482. | #define USE_ASM 1
  4483. | #define HAVE_CLMUL 1
  4484. | #define ENABLE_SSE41 1
  4485. | #define ENABLE_AVX2 1
  4486. | #define ENABLE_X86_SHANI 1
  4487. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4488. | #define HAVE_PTHREAD 1
  4489. | #define HAVE_DECL_STRERROR_R 1
  4490. | #define HAVE_STRERROR_R 1
  4491. | #define HAVE_ENDIAN_H 1
  4492. | #define HAVE_SYS_ENDIAN_H 1
  4493. | #define HAVE_SYS_SELECT_H 1
  4494. | #define HAVE_SYS_SYSCTL_H 1
  4495. | #define HAVE_SYS_VMMETER_H 1
  4496. | #define HAVE_DECL_GETIFADDRS 1
  4497. | #define HAVE_DECL_FREEIFADDRS 1
  4498. | #define HAVE_DECL_FORK 1
  4499. | #define HAVE_DECL_SETSID 1
  4500. | #define HAVE_DECL_PIPE2 1
  4501. | #define HAVE_TIMINGSAFE_BCMP 1
  4502. | #define HAVE_DECL_LE16TOH 1
  4503. | #define HAVE_DECL_LE32TOH 1
  4504. | #define HAVE_DECL_LE64TOH 1
  4505. | #define HAVE_DECL_HTOLE16 1
  4506. | #define HAVE_DECL_HTOLE32 1
  4507. | #define HAVE_DECL_HTOLE64 1
  4508. | #define HAVE_DECL_BE16TOH 1
  4509. | #define HAVE_DECL_BE32TOH 1
  4510. | #define HAVE_DECL_BE64TOH 1
  4511. | #define HAVE_DECL_HTOBE16 1
  4512. | #define HAVE_DECL_HTOBE32 1
  4513. | #define HAVE_DECL_HTOBE64 1
  4514. | #define HAVE_DECL_BSWAP_16 0
  4515. | #define HAVE_DECL_BSWAP_32 0
  4516. | #define HAVE_DECL_BSWAP_64 0
  4517. | #define HAVE_BUILTIN_CLZL 1
  4518. | #define HAVE_BUILTIN_CLZLL 1
  4519. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  4520. | #define HAVE_THREAD_LOCAL 1
  4521. | #define HAVE_GMTIME_R 1
  4522. | #define HAVE_SYSCTL 1
  4523. | #define HAVE_FDATASYNC 1
  4524. | #define HAVE_O_CLOEXEC 1
  4525. | #define HAVE_SYSTEM 1
  4526. | #define HAVE_BUILTIN_MUL_OVERFLOW 1
  4527. | /* end confdefs.h. */
  4528. |
  4529. | #include <bdb5.3/db_cxx.h>
  4530. |
  4531. | int
  4532. | main (void)
  4533. | {
  4534. |
  4535. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4536. | #error "failed to find bdb 4.8+"
  4537. | #endif
  4538. |
  4539. | ;
  4540. | return 0;
  4541. | }
  4542. configure:32538: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  4543. conftest.cpp:68:18: fatal error: 'libdb5.3/db_cxx.h' file not found
  4544. #include <libdb5.3/db_cxx.h>
  4545. ^~~~~~~~~~~~~~~~~~~
  4546. 1 error generated.
  4547. configure:32538: $? = 1
  4548. configure: failed program was:
  4549. | /* confdefs.h */
  4550. | #define PACKAGE_NAME "Bitcoin Core"
  4551. | #define PACKAGE_TARNAME "bitcoin"
  4552. | #define PACKAGE_VERSION "24.99.0"
  4553. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  4554. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4555. | #define PACKAGE_URL "https://bitcoincore.org/"
  4556. | #define HAVE_CXX17 1
  4557. | #define HAVE_STDIO_H 1
  4558. | #define HAVE_STDLIB_H 1
  4559. | #define HAVE_STRING_H 1
  4560. | #define HAVE_INTTYPES_H 1
  4561. | #define HAVE_STDINT_H 1
  4562. | #define HAVE_STRINGS_H 1
  4563. | #define HAVE_SYS_STAT_H 1
  4564. | #define HAVE_SYS_TYPES_H 1
  4565. | #define HAVE_UNISTD_H 1
  4566. | #define STDC_HEADERS 1
  4567. | #define HAVE_DLFCN_H 1
  4568. | #define LT_OBJDIR ".libs/"
  4569. | #define USE_ASM 1
  4570. | #define HAVE_CLMUL 1
  4571. | #define ENABLE_SSE41 1
  4572. | #define ENABLE_AVX2 1
  4573. | #define ENABLE_X86_SHANI 1
  4574. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4575. | #define HAVE_PTHREAD 1
  4576. | #define HAVE_DECL_STRERROR_R 1
  4577. | #define HAVE_STRERROR_R 1
  4578. | #define HAVE_ENDIAN_H 1
  4579. | #define HAVE_SYS_ENDIAN_H 1
  4580. | #define HAVE_SYS_SELECT_H 1
  4581. | #define HAVE_SYS_SYSCTL_H 1
  4582. | #define HAVE_SYS_VMMETER_H 1
  4583. | #define HAVE_DECL_GETIFADDRS 1
  4584. | #define HAVE_DECL_FREEIFADDRS 1
  4585. | #define HAVE_DECL_FORK 1
  4586. | #define HAVE_DECL_SETSID 1
  4587. | #define HAVE_DECL_PIPE2 1
  4588. | #define HAVE_TIMINGSAFE_BCMP 1
  4589. | #define HAVE_DECL_LE16TOH 1
  4590. | #define HAVE_DECL_LE32TOH 1
  4591. | #define HAVE_DECL_LE64TOH 1
  4592. | #define HAVE_DECL_HTOLE16 1
  4593. | #define HAVE_DECL_HTOLE32 1
  4594. | #define HAVE_DECL_HTOLE64 1
  4595. | #define HAVE_DECL_BE16TOH 1
  4596. | #define HAVE_DECL_BE32TOH 1
  4597. | #define HAVE_DECL_BE64TOH 1
  4598. | #define HAVE_DECL_HTOBE16 1
  4599. | #define HAVE_DECL_HTOBE32 1
  4600. | #define HAVE_DECL_HTOBE64 1
  4601. | #define HAVE_DECL_BSWAP_16 0
  4602. | #define HAVE_DECL_BSWAP_32 0
  4603. | #define HAVE_DECL_BSWAP_64 0
  4604. | #define HAVE_BUILTIN_CLZL 1
  4605. | #define HAVE_BUILTIN_CLZLL 1
  4606. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  4607. | #define HAVE_THREAD_LOCAL 1
  4608. | #define HAVE_GMTIME_R 1
  4609. | #define HAVE_SYSCTL 1
  4610. | #define HAVE_FDATASYNC 1
  4611. | #define HAVE_O_CLOEXEC 1
  4612. | #define HAVE_SYSTEM 1
  4613. | #define HAVE_BUILTIN_MUL_OVERFLOW 1
  4614. | /* end confdefs.h. */
  4615. |
  4616. | #include <libdb5.3/db_cxx.h>
  4617. |
  4618. | int
  4619. | main (void)
  4620. | {
  4621. |
  4622. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4623. | #error "failed to find bdb 4.8+"
  4624. | #endif
  4625. |
  4626. | ;
  4627. | return 0;
  4628. | }
  4629. configure:32538: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  4630. conftest.cpp:68:18: fatal error: 'db5.3/db_cxx.h' file not found
  4631. #include <db5.3/db_cxx.h>
  4632. ^~~~~~~~~~~~~~~~
  4633. 1 error generated.
  4634. configure:32538: $? = 1
  4635. configure: failed program was:
  4636. | /* confdefs.h */
  4637. | #define PACKAGE_NAME "Bitcoin Core"
  4638. | #define PACKAGE_TARNAME "bitcoin"
  4639. | #define PACKAGE_VERSION "24.99.0"
  4640. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  4641. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4642. | #define PACKAGE_URL "https://bitcoincore.org/"
  4643. | #define HAVE_CXX17 1
  4644. | #define HAVE_STDIO_H 1
  4645. | #define HAVE_STDLIB_H 1
  4646. | #define HAVE_STRING_H 1
  4647. | #define HAVE_INTTYPES_H 1
  4648. | #define HAVE_STDINT_H 1
  4649. | #define HAVE_STRINGS_H 1
  4650. | #define HAVE_SYS_STAT_H 1
  4651. | #define HAVE_SYS_TYPES_H 1
  4652. | #define HAVE_UNISTD_H 1
  4653. | #define STDC_HEADERS 1
  4654. | #define HAVE_DLFCN_H 1
  4655. | #define LT_OBJDIR ".libs/"
  4656. | #define USE_ASM 1
  4657. | #define HAVE_CLMUL 1
  4658. | #define ENABLE_SSE41 1
  4659. | #define ENABLE_AVX2 1
  4660. | #define ENABLE_X86_SHANI 1
  4661. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4662. | #define HAVE_PTHREAD 1
  4663. | #define HAVE_DECL_STRERROR_R 1
  4664. | #define HAVE_STRERROR_R 1
  4665. | #define HAVE_ENDIAN_H 1
  4666. | #define HAVE_SYS_ENDIAN_H 1
  4667. | #define HAVE_SYS_SELECT_H 1
  4668. | #define HAVE_SYS_SYSCTL_H 1
  4669. | #define HAVE_SYS_VMMETER_H 1
  4670. | #define HAVE_DECL_GETIFADDRS 1
  4671. | #define HAVE_DECL_FREEIFADDRS 1
  4672. | #define HAVE_DECL_FORK 1
  4673. | #define HAVE_DECL_SETSID 1
  4674. | #define HAVE_DECL_PIPE2 1
  4675. | #define HAVE_TIMINGSAFE_BCMP 1
  4676. | #define HAVE_DECL_LE16TOH 1
  4677. | #define HAVE_DECL_LE32TOH 1
  4678. | #define HAVE_DECL_LE64TOH 1
  4679. | #define HAVE_DECL_HTOLE16 1
  4680. | #define HAVE_DECL_HTOLE32 1
  4681. | #define HAVE_DECL_HTOLE64 1
  4682. | #define HAVE_DECL_BE16TOH 1
  4683. | #define HAVE_DECL_BE32TOH 1
  4684. | #define HAVE_DECL_BE64TOH 1
  4685. | #define HAVE_DECL_HTOBE16 1
  4686. | #define HAVE_DECL_HTOBE32 1
  4687. | #define HAVE_DECL_HTOBE64 1
  4688. | #define HAVE_DECL_BSWAP_16 0
  4689. | #define HAVE_DECL_BSWAP_32 0
  4690. | #define HAVE_DECL_BSWAP_64 0
  4691. | #define HAVE_BUILTIN_CLZL 1
  4692. | #define HAVE_BUILTIN_CLZLL 1
  4693. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  4694. | #define HAVE_THREAD_LOCAL 1
  4695. | #define HAVE_GMTIME_R 1
  4696. | #define HAVE_SYSCTL 1
  4697. | #define HAVE_FDATASYNC 1
  4698. | #define HAVE_O_CLOEXEC 1
  4699. | #define HAVE_SYSTEM 1
  4700. | #define HAVE_BUILTIN_MUL_OVERFLOW 1
  4701. | /* end confdefs.h. */
  4702. |
  4703. | #include <db5.3/db_cxx.h>
  4704. |
  4705. | int
  4706. | main (void)
  4707. | {
  4708. |
  4709. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4710. | #error "failed to find bdb 4.8+"
  4711. | #endif
  4712. |
  4713. | ;
  4714. | return 0;
  4715. | }
  4716. configure:32538: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  4717. conftest.cpp:68:18: fatal error: 'bdb/db_cxx.h' file not found
  4718. #include <bdb/db_cxx.h>
  4719. ^~~~~~~~~~~~~~
  4720. 1 error generated.
  4721. configure:32538: $? = 1
  4722. configure: failed program was:
  4723. | /* confdefs.h */
  4724. | #define PACKAGE_NAME "Bitcoin Core"
  4725. | #define PACKAGE_TARNAME "bitcoin"
  4726. | #define PACKAGE_VERSION "24.99.0"
  4727. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  4728. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4729. | #define PACKAGE_URL "https://bitcoincore.org/"
  4730. | #define HAVE_CXX17 1
  4731. | #define HAVE_STDIO_H 1
  4732. | #define HAVE_STDLIB_H 1
  4733. | #define HAVE_STRING_H 1
  4734. | #define HAVE_INTTYPES_H 1
  4735. | #define HAVE_STDINT_H 1
  4736. | #define HAVE_STRINGS_H 1
  4737. | #define HAVE_SYS_STAT_H 1
  4738. | #define HAVE_SYS_TYPES_H 1
  4739. | #define HAVE_UNISTD_H 1
  4740. | #define STDC_HEADERS 1
  4741. | #define HAVE_DLFCN_H 1
  4742. | #define LT_OBJDIR ".libs/"
  4743. | #define USE_ASM 1
  4744. | #define HAVE_CLMUL 1
  4745. | #define ENABLE_SSE41 1
  4746. | #define ENABLE_AVX2 1
  4747. | #define ENABLE_X86_SHANI 1
  4748. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4749. | #define HAVE_PTHREAD 1
  4750. | #define HAVE_DECL_STRERROR_R 1
  4751. | #define HAVE_STRERROR_R 1
  4752. | #define HAVE_ENDIAN_H 1
  4753. | #define HAVE_SYS_ENDIAN_H 1
  4754. | #define HAVE_SYS_SELECT_H 1
  4755. | #define HAVE_SYS_SYSCTL_H 1
  4756. | #define HAVE_SYS_VMMETER_H 1
  4757. | #define HAVE_DECL_GETIFADDRS 1
  4758. | #define HAVE_DECL_FREEIFADDRS 1
  4759. | #define HAVE_DECL_FORK 1
  4760. | #define HAVE_DECL_SETSID 1
  4761. | #define HAVE_DECL_PIPE2 1
  4762. | #define HAVE_TIMINGSAFE_BCMP 1
  4763. | #define HAVE_DECL_LE16TOH 1
  4764. | #define HAVE_DECL_LE32TOH 1
  4765. | #define HAVE_DECL_LE64TOH 1
  4766. | #define HAVE_DECL_HTOLE16 1
  4767. | #define HAVE_DECL_HTOLE32 1
  4768. | #define HAVE_DECL_HTOLE64 1
  4769. | #define HAVE_DECL_BE16TOH 1
  4770. | #define HAVE_DECL_BE32TOH 1
  4771. | #define HAVE_DECL_BE64TOH 1
  4772. | #define HAVE_DECL_HTOBE16 1
  4773. | #define HAVE_DECL_HTOBE32 1
  4774. | #define HAVE_DECL_HTOBE64 1
  4775. | #define HAVE_DECL_BSWAP_16 0
  4776. | #define HAVE_DECL_BSWAP_32 0
  4777. | #define HAVE_DECL_BSWAP_64 0
  4778. | #define HAVE_BUILTIN_CLZL 1
  4779. | #define HAVE_BUILTIN_CLZLL 1
  4780. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  4781. | #define HAVE_THREAD_LOCAL 1
  4782. | #define HAVE_GMTIME_R 1
  4783. | #define HAVE_SYSCTL 1
  4784. | #define HAVE_FDATASYNC 1
  4785. | #define HAVE_O_CLOEXEC 1
  4786. | #define HAVE_SYSTEM 1
  4787. | #define HAVE_BUILTIN_MUL_OVERFLOW 1
  4788. | /* end confdefs.h. */
  4789. |
  4790. | #include <bdb/db_cxx.h>
  4791. |
  4792. | int
  4793. | main (void)
  4794. | {
  4795. |
  4796. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4797. | #error "failed to find bdb 4.8+"
  4798. | #endif
  4799. |
  4800. | ;
  4801. | return 0;
  4802. | }
  4803. configure:32538: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  4804. conftest.cpp:68:18: fatal error: 'libdb/db_cxx.h' file not found
  4805. #include <libdb/db_cxx.h>
  4806. ^~~~~~~~~~~~~~~~
  4807. 1 error generated.
  4808. configure:32538: $? = 1
  4809. configure: failed program was:
  4810. | /* confdefs.h */
  4811. | #define PACKAGE_NAME "Bitcoin Core"
  4812. | #define PACKAGE_TARNAME "bitcoin"
  4813. | #define PACKAGE_VERSION "24.99.0"
  4814. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  4815. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4816. | #define PACKAGE_URL "https://bitcoincore.org/"
  4817. | #define HAVE_CXX17 1
  4818. | #define HAVE_STDIO_H 1
  4819. | #define HAVE_STDLIB_H 1
  4820. | #define HAVE_STRING_H 1
  4821. | #define HAVE_INTTYPES_H 1
  4822. | #define HAVE_STDINT_H 1
  4823. | #define HAVE_STRINGS_H 1
  4824. | #define HAVE_SYS_STAT_H 1
  4825. | #define HAVE_SYS_TYPES_H 1
  4826. | #define HAVE_UNISTD_H 1
  4827. | #define STDC_HEADERS 1
  4828. | #define HAVE_DLFCN_H 1
  4829. | #define LT_OBJDIR ".libs/"
  4830. | #define USE_ASM 1
  4831. | #define HAVE_CLMUL 1
  4832. | #define ENABLE_SSE41 1
  4833. | #define ENABLE_AVX2 1
  4834. | #define ENABLE_X86_SHANI 1
  4835. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4836. | #define HAVE_PTHREAD 1
  4837. | #define HAVE_DECL_STRERROR_R 1
  4838. | #define HAVE_STRERROR_R 1
  4839. | #define HAVE_ENDIAN_H 1
  4840. | #define HAVE_SYS_ENDIAN_H 1
  4841. | #define HAVE_SYS_SELECT_H 1
  4842. | #define HAVE_SYS_SYSCTL_H 1
  4843. | #define HAVE_SYS_VMMETER_H 1
  4844. | #define HAVE_DECL_GETIFADDRS 1
  4845. | #define HAVE_DECL_FREEIFADDRS 1
  4846. | #define HAVE_DECL_FORK 1
  4847. | #define HAVE_DECL_SETSID 1
  4848. | #define HAVE_DECL_PIPE2 1
  4849. | #define HAVE_TIMINGSAFE_BCMP 1
  4850. | #define HAVE_DECL_LE16TOH 1
  4851. | #define HAVE_DECL_LE32TOH 1
  4852. | #define HAVE_DECL_LE64TOH 1
  4853. | #define HAVE_DECL_HTOLE16 1
  4854. | #define HAVE_DECL_HTOLE32 1
  4855. | #define HAVE_DECL_HTOLE64 1
  4856. | #define HAVE_DECL_BE16TOH 1
  4857. | #define HAVE_DECL_BE32TOH 1
  4858. | #define HAVE_DECL_BE64TOH 1
  4859. | #define HAVE_DECL_HTOBE16 1
  4860. | #define HAVE_DECL_HTOBE32 1
  4861. | #define HAVE_DECL_HTOBE64 1
  4862. | #define HAVE_DECL_BSWAP_16 0
  4863. | #define HAVE_DECL_BSWAP_32 0
  4864. | #define HAVE_DECL_BSWAP_64 0
  4865. | #define HAVE_BUILTIN_CLZL 1
  4866. | #define HAVE_BUILTIN_CLZLL 1
  4867. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  4868. | #define HAVE_THREAD_LOCAL 1
  4869. | #define HAVE_GMTIME_R 1
  4870. | #define HAVE_SYSCTL 1
  4871. | #define HAVE_FDATASYNC 1
  4872. | #define HAVE_O_CLOEXEC 1
  4873. | #define HAVE_SYSTEM 1
  4874. | #define HAVE_BUILTIN_MUL_OVERFLOW 1
  4875. | /* end confdefs.h. */
  4876. |
  4877. | #include <libdb/db_cxx.h>
  4878. |
  4879. | int
  4880. | main (void)
  4881. | {
  4882. |
  4883. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4884. | #error "failed to find bdb 4.8+"
  4885. | #endif
  4886. |
  4887. | ;
  4888. | return 0;
  4889. | }
  4890. configure:32538: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  4891. conftest.cpp:68:18: fatal error: 'db/db_cxx.h' file not found
  4892. #include <db/db_cxx.h>
  4893. ^~~~~~~~~~~~~
  4894. 1 error generated.
  4895. configure:32538: $? = 1
  4896. configure: failed program was:
  4897. | /* confdefs.h */
  4898. | #define PACKAGE_NAME "Bitcoin Core"
  4899. | #define PACKAGE_TARNAME "bitcoin"
  4900. | #define PACKAGE_VERSION "24.99.0"
  4901. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  4902. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4903. | #define PACKAGE_URL "https://bitcoincore.org/"
  4904. | #define HAVE_CXX17 1
  4905. | #define HAVE_STDIO_H 1
  4906. | #define HAVE_STDLIB_H 1
  4907. | #define HAVE_STRING_H 1
  4908. | #define HAVE_INTTYPES_H 1
  4909. | #define HAVE_STDINT_H 1
  4910. | #define HAVE_STRINGS_H 1
  4911. | #define HAVE_SYS_STAT_H 1
  4912. | #define HAVE_SYS_TYPES_H 1
  4913. | #define HAVE_UNISTD_H 1
  4914. | #define STDC_HEADERS 1
  4915. | #define HAVE_DLFCN_H 1
  4916. | #define LT_OBJDIR ".libs/"
  4917. | #define USE_ASM 1
  4918. | #define HAVE_CLMUL 1
  4919. | #define ENABLE_SSE41 1
  4920. | #define ENABLE_AVX2 1
  4921. | #define ENABLE_X86_SHANI 1
  4922. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4923. | #define HAVE_PTHREAD 1
  4924. | #define HAVE_DECL_STRERROR_R 1
  4925. | #define HAVE_STRERROR_R 1
  4926. | #define HAVE_ENDIAN_H 1
  4927. | #define HAVE_SYS_ENDIAN_H 1
  4928. | #define HAVE_SYS_SELECT_H 1
  4929. | #define HAVE_SYS_SYSCTL_H 1
  4930. | #define HAVE_SYS_VMMETER_H 1
  4931. | #define HAVE_DECL_GETIFADDRS 1
  4932. | #define HAVE_DECL_FREEIFADDRS 1
  4933. | #define HAVE_DECL_FORK 1
  4934. | #define HAVE_DECL_SETSID 1
  4935. | #define HAVE_DECL_PIPE2 1
  4936. | #define HAVE_TIMINGSAFE_BCMP 1
  4937. | #define HAVE_DECL_LE16TOH 1
  4938. | #define HAVE_DECL_LE32TOH 1
  4939. | #define HAVE_DECL_LE64TOH 1
  4940. | #define HAVE_DECL_HTOLE16 1
  4941. | #define HAVE_DECL_HTOLE32 1
  4942. | #define HAVE_DECL_HTOLE64 1
  4943. | #define HAVE_DECL_BE16TOH 1
  4944. | #define HAVE_DECL_BE32TOH 1
  4945. | #define HAVE_DECL_BE64TOH 1
  4946. | #define HAVE_DECL_HTOBE16 1
  4947. | #define HAVE_DECL_HTOBE32 1
  4948. | #define HAVE_DECL_HTOBE64 1
  4949. | #define HAVE_DECL_BSWAP_16 0
  4950. | #define HAVE_DECL_BSWAP_32 0
  4951. | #define HAVE_DECL_BSWAP_64 0
  4952. | #define HAVE_BUILTIN_CLZL 1
  4953. | #define HAVE_BUILTIN_CLZLL 1
  4954. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  4955. | #define HAVE_THREAD_LOCAL 1
  4956. | #define HAVE_GMTIME_R 1
  4957. | #define HAVE_SYSCTL 1
  4958. | #define HAVE_FDATASYNC 1
  4959. | #define HAVE_O_CLOEXEC 1
  4960. | #define HAVE_SYSTEM 1
  4961. | #define HAVE_BUILTIN_MUL_OVERFLOW 1
  4962. | /* end confdefs.h. */
  4963. |
  4964. | #include <db/db_cxx.h>
  4965. |
  4966. | int
  4967. | main (void)
  4968. | {
  4969. |
  4970. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4971. | #error "failed to find bdb 4.8+"
  4972. | #endif
  4973. |
  4974. | ;
  4975. | return 0;
  4976. | }
  4977. configure:32538: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  4978. conftest.cpp:68:18: fatal error: 'db_cxx.h' file not found
  4979. #include <db_cxx.h>
  4980. ^~~~~~~~~~
  4981. 1 error generated.
  4982. configure:32538: $? = 1
  4983. configure: failed program was:
  4984. | /* confdefs.h */
  4985. | #define PACKAGE_NAME "Bitcoin Core"
  4986. | #define PACKAGE_TARNAME "bitcoin"
  4987. | #define PACKAGE_VERSION "24.99.0"
  4988. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  4989. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4990. | #define PACKAGE_URL "https://bitcoincore.org/"
  4991. | #define HAVE_CXX17 1
  4992. | #define HAVE_STDIO_H 1
  4993. | #define HAVE_STDLIB_H 1
  4994. | #define HAVE_STRING_H 1
  4995. | #define HAVE_INTTYPES_H 1
  4996. | #define HAVE_STDINT_H 1
  4997. | #define HAVE_STRINGS_H 1
  4998. | #define HAVE_SYS_STAT_H 1
  4999. | #define HAVE_SYS_TYPES_H 1
  5000. | #define HAVE_UNISTD_H 1
  5001. | #define STDC_HEADERS 1
  5002. | #define HAVE_DLFCN_H 1
  5003. | #define LT_OBJDIR ".libs/"
  5004. | #define USE_ASM 1
  5005. | #define HAVE_CLMUL 1
  5006. | #define ENABLE_SSE41 1
  5007. | #define ENABLE_AVX2 1
  5008. | #define ENABLE_X86_SHANI 1
  5009. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  5010. | #define HAVE_PTHREAD 1
  5011. | #define HAVE_DECL_STRERROR_R 1
  5012. | #define HAVE_STRERROR_R 1
  5013. | #define HAVE_ENDIAN_H 1
  5014. | #define HAVE_SYS_ENDIAN_H 1
  5015. | #define HAVE_SYS_SELECT_H 1
  5016. | #define HAVE_SYS_SYSCTL_H 1
  5017. | #define HAVE_SYS_VMMETER_H 1
  5018. | #define HAVE_DECL_GETIFADDRS 1
  5019. | #define HAVE_DECL_FREEIFADDRS 1
  5020. | #define HAVE_DECL_FORK 1
  5021. | #define HAVE_DECL_SETSID 1
  5022. | #define HAVE_DECL_PIPE2 1
  5023. | #define HAVE_TIMINGSAFE_BCMP 1
  5024. | #define HAVE_DECL_LE16TOH 1
  5025. | #define HAVE_DECL_LE32TOH 1
  5026. | #define HAVE_DECL_LE64TOH 1
  5027. | #define HAVE_DECL_HTOLE16 1
  5028. | #define HAVE_DECL_HTOLE32 1
  5029. | #define HAVE_DECL_HTOLE64 1
  5030. | #define HAVE_DECL_BE16TOH 1
  5031. | #define HAVE_DECL_BE32TOH 1
  5032. | #define HAVE_DECL_BE64TOH 1
  5033. | #define HAVE_DECL_HTOBE16 1
  5034. | #define HAVE_DECL_HTOBE32 1
  5035. | #define HAVE_DECL_HTOBE64 1
  5036. | #define HAVE_DECL_BSWAP_16 0
  5037. | #define HAVE_DECL_BSWAP_32 0
  5038. | #define HAVE_DECL_BSWAP_64 0
  5039. | #define HAVE_BUILTIN_CLZL 1
  5040. | #define HAVE_BUILTIN_CLZLL 1
  5041. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  5042. | #define HAVE_THREAD_LOCAL 1
  5043. | #define HAVE_GMTIME_R 1
  5044. | #define HAVE_SYSCTL 1
  5045. | #define HAVE_FDATASYNC 1
  5046. | #define HAVE_O_CLOEXEC 1
  5047. | #define HAVE_SYSTEM 1
  5048. | #define HAVE_BUILTIN_MUL_OVERFLOW 1
  5049. | /* end confdefs.h. */
  5050. |
  5051. | #include <db_cxx.h>
  5052. |
  5053. | int
  5054. | main (void)
  5055. | {
  5056. |
  5057. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  5058. | #error "failed to find bdb 4.8+"
  5059. | #endif
  5060. |
  5061. | ;
  5062. | return 0;
  5063. | }
  5064. configure:32579: result: no
  5065. configure:32581: WARNING: libdb_cxx headers missing
  5066. configure:32583: WARNING: Bitcoin Core requires this library for BDB (legacy) wallet support
  5067. configure:32585: WARNING: Passing --without-bdb will suppress this warning
  5068. configure:32724: checking for sqlite3 >= 3.7.17
  5069. configure:32731: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.7.17"
  5070. configure:32734: $? = 0
  5071. configure:32748: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.7.17"
  5072. configure:32751: $? = 0
  5073. configure:32789: result: yes
  5074. configure:32794: checking whether to build wallet with support for sqlite
  5075. configure:32811: result: yes
  5076. configure:32823: checking whether Userspace, Statically Defined Tracing tracepoints are supported
  5077. configure:32838: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  5078. conftest.cpp:69:14: fatal error: 'sys/sdt.h' file not found
  5079. #include <sys/sdt.h>
  5080. ^~~~~~~~~~~
  5081. 1 error generated.
  5082. configure:32838: $? = 1
  5083. configure: failed program was:
  5084. | /* confdefs.h */
  5085. | #define PACKAGE_NAME "Bitcoin Core"
  5086. | #define PACKAGE_TARNAME "bitcoin"
  5087. | #define PACKAGE_VERSION "24.99.0"
  5088. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  5089. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  5090. | #define PACKAGE_URL "https://bitcoincore.org/"
  5091. | #define HAVE_CXX17 1
  5092. | #define HAVE_STDIO_H 1
  5093. | #define HAVE_STDLIB_H 1
  5094. | #define HAVE_STRING_H 1
  5095. | #define HAVE_INTTYPES_H 1
  5096. | #define HAVE_STDINT_H 1
  5097. | #define HAVE_STRINGS_H 1
  5098. | #define HAVE_SYS_STAT_H 1
  5099. | #define HAVE_SYS_TYPES_H 1
  5100. | #define HAVE_UNISTD_H 1
  5101. | #define STDC_HEADERS 1
  5102. | #define HAVE_DLFCN_H 1
  5103. | #define LT_OBJDIR ".libs/"
  5104. | #define USE_ASM 1
  5105. | #define HAVE_CLMUL 1
  5106. | #define ENABLE_SSE41 1
  5107. | #define ENABLE_AVX2 1
  5108. | #define ENABLE_X86_SHANI 1
  5109. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  5110. | #define HAVE_PTHREAD 1
  5111. | #define HAVE_DECL_STRERROR_R 1
  5112. | #define HAVE_STRERROR_R 1
  5113. | #define HAVE_ENDIAN_H 1
  5114. | #define HAVE_SYS_ENDIAN_H 1
  5115. | #define HAVE_SYS_SELECT_H 1
  5116. | #define HAVE_SYS_SYSCTL_H 1
  5117. | #define HAVE_SYS_VMMETER_H 1
  5118. | #define HAVE_DECL_GETIFADDRS 1
  5119. | #define HAVE_DECL_FREEIFADDRS 1
  5120. | #define HAVE_DECL_FORK 1
  5121. | #define HAVE_DECL_SETSID 1
  5122. | #define HAVE_DECL_PIPE2 1
  5123. | #define HAVE_TIMINGSAFE_BCMP 1
  5124. | #define HAVE_DECL_LE16TOH 1
  5125. | #define HAVE_DECL_LE32TOH 1
  5126. | #define HAVE_DECL_LE64TOH 1
  5127. | #define HAVE_DECL_HTOLE16 1
  5128. | #define HAVE_DECL_HTOLE32 1
  5129. | #define HAVE_DECL_HTOLE64 1
  5130. | #define HAVE_DECL_BE16TOH 1
  5131. | #define HAVE_DECL_BE32TOH 1
  5132. | #define HAVE_DECL_BE64TOH 1
  5133. | #define HAVE_DECL_HTOBE16 1
  5134. | #define HAVE_DECL_HTOBE32 1
  5135. | #define HAVE_DECL_HTOBE64 1
  5136. | #define HAVE_DECL_BSWAP_16 0
  5137. | #define HAVE_DECL_BSWAP_32 0
  5138. | #define HAVE_DECL_BSWAP_64 0
  5139. | #define HAVE_BUILTIN_CLZL 1
  5140. | #define HAVE_BUILTIN_CLZLL 1
  5141. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  5142. | #define HAVE_THREAD_LOCAL 1
  5143. | #define HAVE_GMTIME_R 1
  5144. | #define HAVE_SYSCTL 1
  5145. | #define HAVE_FDATASYNC 1
  5146. | #define HAVE_O_CLOEXEC 1
  5147. | #define HAVE_SYSTEM 1
  5148. | #define HAVE_BUILTIN_MUL_OVERFLOW 1
  5149. | #define USE_SQLITE 1
  5150. | /* end confdefs.h. */
  5151. |
  5152. | #include <sys/sdt.h>
  5153. | int
  5154. | main (void)
  5155. | {
  5156. | DTRACE_PROBE("context", "event");
  5157. |
  5158. | ;
  5159. | return 0;
  5160. | }
  5161. configure:32845: result: no
  5162. configure:32872: checking for miniupnpc/miniupnpc.h
  5163. configure:32872: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  5164. conftest.cpp:96:10: fatal error: 'miniupnpc/miniupnpc.h' file not found
  5165. #include <miniupnpc/miniupnpc.h>
  5166. ^~~~~~~~~~~~~~~~~~~~~~~
  5167. 1 error generated.
  5168. configure:32872: $? = 1
  5169. configure: failed program was:
  5170. | /* confdefs.h */
  5171. | #define PACKAGE_NAME "Bitcoin Core"
  5172. | #define PACKAGE_TARNAME "bitcoin"
  5173. | #define PACKAGE_VERSION "24.99.0"
  5174. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  5175. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  5176. | #define PACKAGE_URL "https://bitcoincore.org/"
  5177. | #define HAVE_CXX17 1
  5178. | #define HAVE_STDIO_H 1
  5179. | #define HAVE_STDLIB_H 1
  5180. | #define HAVE_STRING_H 1
  5181. | #define HAVE_INTTYPES_H 1
  5182. | #define HAVE_STDINT_H 1
  5183. | #define HAVE_STRINGS_H 1
  5184. | #define HAVE_SYS_STAT_H 1
  5185. | #define HAVE_SYS_TYPES_H 1
  5186. | #define HAVE_UNISTD_H 1
  5187. | #define STDC_HEADERS 1
  5188. | #define HAVE_DLFCN_H 1
  5189. | #define LT_OBJDIR ".libs/"
  5190. | #define USE_ASM 1
  5191. | #define HAVE_CLMUL 1
  5192. | #define ENABLE_SSE41 1
  5193. | #define ENABLE_AVX2 1
  5194. | #define ENABLE_X86_SHANI 1
  5195. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  5196. | #define HAVE_PTHREAD 1
  5197. | #define HAVE_DECL_STRERROR_R 1
  5198. | #define HAVE_STRERROR_R 1
  5199. | #define HAVE_ENDIAN_H 1
  5200. | #define HAVE_SYS_ENDIAN_H 1
  5201. | #define HAVE_SYS_SELECT_H 1
  5202. | #define HAVE_SYS_SYSCTL_H 1
  5203. | #define HAVE_SYS_VMMETER_H 1
  5204. | #define HAVE_DECL_GETIFADDRS 1
  5205. | #define HAVE_DECL_FREEIFADDRS 1
  5206. | #define HAVE_DECL_FORK 1
  5207. | #define HAVE_DECL_SETSID 1
  5208. | #define HAVE_DECL_PIPE2 1
  5209. | #define HAVE_TIMINGSAFE_BCMP 1
  5210. | #define HAVE_DECL_LE16TOH 1
  5211. | #define HAVE_DECL_LE32TOH 1
  5212. | #define HAVE_DECL_LE64TOH 1
  5213. | #define HAVE_DECL_HTOLE16 1
  5214. | #define HAVE_DECL_HTOLE32 1
  5215. | #define HAVE_DECL_HTOLE64 1
  5216. | #define HAVE_DECL_BE16TOH 1
  5217. | #define HAVE_DECL_BE32TOH 1
  5218. | #define HAVE_DECL_BE64TOH 1
  5219. | #define HAVE_DECL_HTOBE16 1
  5220. | #define HAVE_DECL_HTOBE32 1
  5221. | #define HAVE_DECL_HTOBE64 1
  5222. | #define HAVE_DECL_BSWAP_16 0
  5223. | #define HAVE_DECL_BSWAP_32 0
  5224. | #define HAVE_DECL_BSWAP_64 0
  5225. | #define HAVE_BUILTIN_CLZL 1
  5226. | #define HAVE_BUILTIN_CLZLL 1
  5227. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  5228. | #define HAVE_THREAD_LOCAL 1
  5229. | #define HAVE_GMTIME_R 1
  5230. | #define HAVE_SYSCTL 1
  5231. | #define HAVE_FDATASYNC 1
  5232. | #define HAVE_O_CLOEXEC 1
  5233. | #define HAVE_SYSTEM 1
  5234. | #define HAVE_BUILTIN_MUL_OVERFLOW 1
  5235. | #define USE_SQLITE 1
  5236. | /* end confdefs.h. */
  5237. | #include <stddef.h>
  5238. | #ifdef HAVE_STDIO_H
  5239. | # include <stdio.h>
  5240. | #endif
  5241. | #ifdef HAVE_STDLIB_H
  5242. | # include <stdlib.h>
  5243. | #endif
  5244. | #ifdef HAVE_STRING_H
  5245. | # include <string.h>
  5246. | #endif
  5247. | #ifdef HAVE_INTTYPES_H
  5248. | # include <inttypes.h>
  5249. | #endif
  5250. | #ifdef HAVE_STDINT_H
  5251. | # include <stdint.h>
  5252. | #endif
  5253. | #ifdef HAVE_STRINGS_H
  5254. | # include <strings.h>
  5255. | #endif
  5256. | #ifdef HAVE_SYS_TYPES_H
  5257. | # include <sys/types.h>
  5258. | #endif
  5259. | #ifdef HAVE_SYS_STAT_H
  5260. | # include <sys/stat.h>
  5261. | #endif
  5262. | #ifdef HAVE_UNISTD_H
  5263. | # include <unistd.h>
  5264. | #endif
  5265. | #include <miniupnpc/miniupnpc.h>
  5266. configure:32872: result: no
  5267. configure:32872: checking for miniupnpc/upnpcommands.h
  5268. configure:32872: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  5269. conftest.cpp:96:10: fatal error: 'miniupnpc/upnpcommands.h' file not found
  5270. #include <miniupnpc/upnpcommands.h>
  5271. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  5272. 1 error generated.
  5273. configure:32872: $? = 1
  5274. configure: failed program was:
  5275. | /* confdefs.h */
  5276. | #define PACKAGE_NAME "Bitcoin Core"
  5277. | #define PACKAGE_TARNAME "bitcoin"
  5278. | #define PACKAGE_VERSION "24.99.0"
  5279. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  5280. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  5281. | #define PACKAGE_URL "https://bitcoincore.org/"
  5282. | #define HAVE_CXX17 1
  5283. | #define HAVE_STDIO_H 1
  5284. | #define HAVE_STDLIB_H 1
  5285. | #define HAVE_STRING_H 1
  5286. | #define HAVE_INTTYPES_H 1
  5287. | #define HAVE_STDINT_H 1
  5288. | #define HAVE_STRINGS_H 1
  5289. | #define HAVE_SYS_STAT_H 1
  5290. | #define HAVE_SYS_TYPES_H 1
  5291. | #define HAVE_UNISTD_H 1
  5292. | #define STDC_HEADERS 1
  5293. | #define HAVE_DLFCN_H 1
  5294. | #define LT_OBJDIR ".libs/"
  5295. | #define USE_ASM 1
  5296. | #define HAVE_CLMUL 1
  5297. | #define ENABLE_SSE41 1
  5298. | #define ENABLE_AVX2 1
  5299. | #define ENABLE_X86_SHANI 1
  5300. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  5301. | #define HAVE_PTHREAD 1
  5302. | #define HAVE_DECL_STRERROR_R 1
  5303. | #define HAVE_STRERROR_R 1
  5304. | #define HAVE_ENDIAN_H 1
  5305. | #define HAVE_SYS_ENDIAN_H 1
  5306. | #define HAVE_SYS_SELECT_H 1
  5307. | #define HAVE_SYS_SYSCTL_H 1
  5308. | #define HAVE_SYS_VMMETER_H 1
  5309. | #define HAVE_DECL_GETIFADDRS 1
  5310. | #define HAVE_DECL_FREEIFADDRS 1
  5311. | #define HAVE_DECL_FORK 1
  5312. | #define HAVE_DECL_SETSID 1
  5313. | #define HAVE_DECL_PIPE2 1
  5314. | #define HAVE_TIMINGSAFE_BCMP 1
  5315. | #define HAVE_DECL_LE16TOH 1
  5316. | #define HAVE_DECL_LE32TOH 1
  5317. | #define HAVE_DECL_LE64TOH 1
  5318. | #define HAVE_DECL_HTOLE16 1
  5319. | #define HAVE_DECL_HTOLE32 1
  5320. | #define HAVE_DECL_HTOLE64 1
  5321. | #define HAVE_DECL_BE16TOH 1
  5322. | #define HAVE_DECL_BE32TOH 1
  5323. | #define HAVE_DECL_BE64TOH 1
  5324. | #define HAVE_DECL_HTOBE16 1
  5325. | #define HAVE_DECL_HTOBE32 1
  5326. | #define HAVE_DECL_HTOBE64 1
  5327. | #define HAVE_DECL_BSWAP_16 0
  5328. | #define HAVE_DECL_BSWAP_32 0
  5329. | #define HAVE_DECL_BSWAP_64 0
  5330. | #define HAVE_BUILTIN_CLZL 1
  5331. | #define HAVE_BUILTIN_CLZLL 1
  5332. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  5333. | #define HAVE_THREAD_LOCAL 1
  5334. | #define HAVE_GMTIME_R 1
  5335. | #define HAVE_SYSCTL 1
  5336. | #define HAVE_FDATASYNC 1
  5337. | #define HAVE_O_CLOEXEC 1
  5338. | #define HAVE_SYSTEM 1
  5339. | #define HAVE_BUILTIN_MUL_OVERFLOW 1
  5340. | #define USE_SQLITE 1
  5341. | /* end confdefs.h. */
  5342. | #include <stddef.h>
  5343. | #ifdef HAVE_STDIO_H
  5344. | # include <stdio.h>
  5345. | #endif
  5346. | #ifdef HAVE_STDLIB_H
  5347. | # include <stdlib.h>
  5348. | #endif
  5349. | #ifdef HAVE_STRING_H
  5350. | # include <string.h>
  5351. | #endif
  5352. | #ifdef HAVE_INTTYPES_H
  5353. | # include <inttypes.h>
  5354. | #endif
  5355. | #ifdef HAVE_STDINT_H
  5356. | # include <stdint.h>
  5357. | #endif
  5358. | #ifdef HAVE_STRINGS_H
  5359. | # include <strings.h>
  5360. | #endif
  5361. | #ifdef HAVE_SYS_TYPES_H
  5362. | # include <sys/types.h>
  5363. | #endif
  5364. | #ifdef HAVE_SYS_STAT_H
  5365. | # include <sys/stat.h>
  5366. | #endif
  5367. | #ifdef HAVE_UNISTD_H
  5368. | # include <unistd.h>
  5369. | #endif
  5370. | #include <miniupnpc/upnpcommands.h>
  5371. configure:32872: result: no
  5372. configure:32872: checking for miniupnpc/upnperrors.h
  5373. configure:32872: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  5374. conftest.cpp:96:10: fatal error: 'miniupnpc/upnperrors.h' file not found
  5375. #include <miniupnpc/upnperrors.h>
  5376. ^~~~~~~~~~~~~~~~~~~~~~~~
  5377. 1 error generated.
  5378. configure:32872: $? = 1
  5379. configure: failed program was:
  5380. | /* confdefs.h */
  5381. | #define PACKAGE_NAME "Bitcoin Core"
  5382. | #define PACKAGE_TARNAME "bitcoin"
  5383. | #define PACKAGE_VERSION "24.99.0"
  5384. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  5385. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  5386. | #define PACKAGE_URL "https://bitcoincore.org/"
  5387. | #define HAVE_CXX17 1
  5388. | #define HAVE_STDIO_H 1
  5389. | #define HAVE_STDLIB_H 1
  5390. | #define HAVE_STRING_H 1
  5391. | #define HAVE_INTTYPES_H 1
  5392. | #define HAVE_STDINT_H 1
  5393. | #define HAVE_STRINGS_H 1
  5394. | #define HAVE_SYS_STAT_H 1
  5395. | #define HAVE_SYS_TYPES_H 1
  5396. | #define HAVE_UNISTD_H 1
  5397. | #define STDC_HEADERS 1
  5398. | #define HAVE_DLFCN_H 1
  5399. | #define LT_OBJDIR ".libs/"
  5400. | #define USE_ASM 1
  5401. | #define HAVE_CLMUL 1
  5402. | #define ENABLE_SSE41 1
  5403. | #define ENABLE_AVX2 1
  5404. | #define ENABLE_X86_SHANI 1
  5405. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  5406. | #define HAVE_PTHREAD 1
  5407. | #define HAVE_DECL_STRERROR_R 1
  5408. | #define HAVE_STRERROR_R 1
  5409. | #define HAVE_ENDIAN_H 1
  5410. | #define HAVE_SYS_ENDIAN_H 1
  5411. | #define HAVE_SYS_SELECT_H 1
  5412. | #define HAVE_SYS_SYSCTL_H 1
  5413. | #define HAVE_SYS_VMMETER_H 1
  5414. | #define HAVE_DECL_GETIFADDRS 1
  5415. | #define HAVE_DECL_FREEIFADDRS 1
  5416. | #define HAVE_DECL_FORK 1
  5417. | #define HAVE_DECL_SETSID 1
  5418. | #define HAVE_DECL_PIPE2 1
  5419. | #define HAVE_TIMINGSAFE_BCMP 1
  5420. | #define HAVE_DECL_LE16TOH 1
  5421. | #define HAVE_DECL_LE32TOH 1
  5422. | #define HAVE_DECL_LE64TOH 1
  5423. | #define HAVE_DECL_HTOLE16 1
  5424. | #define HAVE_DECL_HTOLE32 1
  5425. | #define HAVE_DECL_HTOLE64 1
  5426. | #define HAVE_DECL_BE16TOH 1
  5427. | #define HAVE_DECL_BE32TOH 1
  5428. | #define HAVE_DECL_BE64TOH 1
  5429. | #define HAVE_DECL_HTOBE16 1
  5430. | #define HAVE_DECL_HTOBE32 1
  5431. | #define HAVE_DECL_HTOBE64 1
  5432. | #define HAVE_DECL_BSWAP_16 0
  5433. | #define HAVE_DECL_BSWAP_32 0
  5434. | #define HAVE_DECL_BSWAP_64 0
  5435. | #define HAVE_BUILTIN_CLZL 1
  5436. | #define HAVE_BUILTIN_CLZLL 1
  5437. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  5438. | #define HAVE_THREAD_LOCAL 1
  5439. | #define HAVE_GMTIME_R 1
  5440. | #define HAVE_SYSCTL 1
  5441. | #define HAVE_FDATASYNC 1
  5442. | #define HAVE_O_CLOEXEC 1
  5443. | #define HAVE_SYSTEM 1
  5444. | #define HAVE_BUILTIN_MUL_OVERFLOW 1
  5445. | #define USE_SQLITE 1
  5446. | /* end confdefs.h. */
  5447. | #include <stddef.h>
  5448. | #ifdef HAVE_STDIO_H
  5449. | # include <stdio.h>
  5450. | #endif
  5451. | #ifdef HAVE_STDLIB_H
  5452. | # include <stdlib.h>
  5453. | #endif
  5454. | #ifdef HAVE_STRING_H
  5455. | # include <string.h>
  5456. | #endif
  5457. | #ifdef HAVE_INTTYPES_H
  5458. | # include <inttypes.h>
  5459. | #endif
  5460. | #ifdef HAVE_STDINT_H
  5461. | # include <stdint.h>
  5462. | #endif
  5463. | #ifdef HAVE_STRINGS_H
  5464. | # include <strings.h>
  5465. | #endif
  5466. | #ifdef HAVE_SYS_TYPES_H
  5467. | # include <sys/types.h>
  5468. | #endif
  5469. | #ifdef HAVE_SYS_STAT_H
  5470. | # include <sys/stat.h>
  5471. | #endif
  5472. | #ifdef HAVE_UNISTD_H
  5473. | # include <unistd.h>
  5474. | #endif
  5475. | #include <miniupnpc/upnperrors.h>
  5476. configure:32872: result: no
  5477. configure:32973: checking for natpmp.h
  5478. configure:32973: c++ -std=c++17 -c -g -O2 conftest.cpp >&5
  5479. conftest.cpp:96:10: fatal error: 'natpmp.h' file not found
  5480. #include <natpmp.h>
  5481. ^~~~~~~~~~
  5482. 1 error generated.
  5483. configure:32973: $? = 1
  5484. configure: failed program was:
  5485. | /* confdefs.h */
  5486. | #define PACKAGE_NAME "Bitcoin Core"
  5487. | #define PACKAGE_TARNAME "bitcoin"
  5488. | #define PACKAGE_VERSION "24.99.0"
  5489. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  5490. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  5491. | #define PACKAGE_URL "https://bitcoincore.org/"
  5492. | #define HAVE_CXX17 1
  5493. | #define HAVE_STDIO_H 1
  5494. | #define HAVE_STDLIB_H 1
  5495. | #define HAVE_STRING_H 1
  5496. | #define HAVE_INTTYPES_H 1
  5497. | #define HAVE_STDINT_H 1
  5498. | #define HAVE_STRINGS_H 1
  5499. | #define HAVE_SYS_STAT_H 1
  5500. | #define HAVE_SYS_TYPES_H 1
  5501. | #define HAVE_UNISTD_H 1
  5502. | #define STDC_HEADERS 1
  5503. | #define HAVE_DLFCN_H 1
  5504. | #define LT_OBJDIR ".libs/"
  5505. | #define USE_ASM 1
  5506. | #define HAVE_CLMUL 1
  5507. | #define ENABLE_SSE41 1
  5508. | #define ENABLE_AVX2 1
  5509. | #define ENABLE_X86_SHANI 1
  5510. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  5511. | #define HAVE_PTHREAD 1
  5512. | #define HAVE_DECL_STRERROR_R 1
  5513. | #define HAVE_STRERROR_R 1
  5514. | #define HAVE_ENDIAN_H 1
  5515. | #define HAVE_SYS_ENDIAN_H 1
  5516. | #define HAVE_SYS_SELECT_H 1
  5517. | #define HAVE_SYS_SYSCTL_H 1
  5518. | #define HAVE_SYS_VMMETER_H 1
  5519. | #define HAVE_DECL_GETIFADDRS 1
  5520. | #define HAVE_DECL_FREEIFADDRS 1
  5521. | #define HAVE_DECL_FORK 1
  5522. | #define HAVE_DECL_SETSID 1
  5523. | #define HAVE_DECL_PIPE2 1
  5524. | #define HAVE_TIMINGSAFE_BCMP 1
  5525. | #define HAVE_DECL_LE16TOH 1
  5526. | #define HAVE_DECL_LE32TOH 1
  5527. | #define HAVE_DECL_LE64TOH 1
  5528. | #define HAVE_DECL_HTOLE16 1
  5529. | #define HAVE_DECL_HTOLE32 1
  5530. | #define HAVE_DECL_HTOLE64 1
  5531. | #define HAVE_DECL_BE16TOH 1
  5532. | #define HAVE_DECL_BE32TOH 1
  5533. | #define HAVE_DECL_BE64TOH 1
  5534. | #define HAVE_DECL_HTOBE16 1
  5535. | #define HAVE_DECL_HTOBE32 1
  5536. | #define HAVE_DECL_HTOBE64 1
  5537. | #define HAVE_DECL_BSWAP_16 0
  5538. | #define HAVE_DECL_BSWAP_32 0
  5539. | #define HAVE_DECL_BSWAP_64 0
  5540. | #define HAVE_BUILTIN_CLZL 1
  5541. | #define HAVE_BUILTIN_CLZLL 1
  5542. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  5543. | #define HAVE_THREAD_LOCAL 1
  5544. | #define HAVE_GMTIME_R 1
  5545. | #define HAVE_SYSCTL 1
  5546. | #define HAVE_FDATASYNC 1
  5547. | #define HAVE_O_CLOEXEC 1
  5548. | #define HAVE_SYSTEM 1
  5549. | #define HAVE_BUILTIN_MUL_OVERFLOW 1
  5550. | #define USE_SQLITE 1
  5551. | /* end confdefs.h. */
  5552. | #include <stddef.h>
  5553. | #ifdef HAVE_STDIO_H
  5554. | # include <stdio.h>
  5555. | #endif
  5556. | #ifdef HAVE_STDLIB_H
  5557. | # include <stdlib.h>
  5558. | #endif
  5559. | #ifdef HAVE_STRING_H
  5560. | # include <string.h>
  5561. | #endif
  5562. | #ifdef HAVE_INTTYPES_H
  5563. | # include <inttypes.h>
  5564. | #endif
  5565. | #ifdef HAVE_STDINT_H
  5566. | # include <stdint.h>
  5567. | #endif
  5568. | #ifdef HAVE_STRINGS_H
  5569. | # include <strings.h>
  5570. | #endif
  5571. | #ifdef HAVE_SYS_TYPES_H
  5572. | # include <sys/types.h>
  5573. | #endif
  5574. | #ifdef HAVE_SYS_STAT_H
  5575. | # include <sys/stat.h>
  5576. | #endif
  5577. | #ifdef HAVE_UNISTD_H
  5578. | # include <unistd.h>
  5579. | #endif
  5580. | #include <natpmp.h>
  5581. configure:32973: result: no
  5582. configure:33161: checking for Boost headers >= 1.64.0 (106400)
  5583. configure:33189: c++ -std=c++17 -c -g -O2 -I/usr/local/include conftest.cpp >&5
  5584. configure:33189: $? = 0
  5585. configure:33192: result: yes
  5586. configure:33339: checking whether C++ preprocessor accepts -DBOOST_NO_CXX98_FUNCTION_BASE
  5587. configure:33359: c++ -std=c++17 -E -Werror -DBOOST_NO_CXX98_FUNCTION_BASE conftest.cpp
  5588. conftest.cpp:69:10: fatal error: 'boost/config.hpp' file not found
  5589. #include <boost/config.hpp>
  5590. ^~~~~~~~~~~~~~~~~~
  5591. 1 error generated.
  5592. configure:33359: $? = 1
  5593. configure: failed program was:
  5594. | /* confdefs.h */
  5595. | #define PACKAGE_NAME "Bitcoin Core"
  5596. | #define PACKAGE_TARNAME "bitcoin"
  5597. | #define PACKAGE_VERSION "24.99.0"
  5598. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  5599. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  5600. | #define PACKAGE_URL "https://bitcoincore.org/"
  5601. | #define HAVE_CXX17 1
  5602. | #define HAVE_STDIO_H 1
  5603. | #define HAVE_STDLIB_H 1
  5604. | #define HAVE_STRING_H 1
  5605. | #define HAVE_INTTYPES_H 1
  5606. | #define HAVE_STDINT_H 1
  5607. | #define HAVE_STRINGS_H 1
  5608. | #define HAVE_SYS_STAT_H 1
  5609. | #define HAVE_SYS_TYPES_H 1
  5610. | #define HAVE_UNISTD_H 1
  5611. | #define STDC_HEADERS 1
  5612. | #define HAVE_DLFCN_H 1
  5613. | #define LT_OBJDIR ".libs/"
  5614. | #define USE_ASM 1
  5615. | #define HAVE_CLMUL 1
  5616. | #define ENABLE_SSE41 1
  5617. | #define ENABLE_AVX2 1
  5618. | #define ENABLE_X86_SHANI 1
  5619. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  5620. | #define HAVE_PTHREAD 1
  5621. | #define HAVE_DECL_STRERROR_R 1
  5622. | #define HAVE_STRERROR_R 1
  5623. | #define HAVE_ENDIAN_H 1
  5624. | #define HAVE_SYS_ENDIAN_H 1
  5625. | #define HAVE_SYS_SELECT_H 1
  5626. | #define HAVE_SYS_SYSCTL_H 1
  5627. | #define HAVE_SYS_VMMETER_H 1
  5628. | #define HAVE_DECL_GETIFADDRS 1
  5629. | #define HAVE_DECL_FREEIFADDRS 1
  5630. | #define HAVE_DECL_FORK 1
  5631. | #define HAVE_DECL_SETSID 1
  5632. | #define HAVE_DECL_PIPE2 1
  5633. | #define HAVE_TIMINGSAFE_BCMP 1
  5634. | #define HAVE_DECL_LE16TOH 1
  5635. | #define HAVE_DECL_LE32TOH 1
  5636. | #define HAVE_DECL_LE64TOH 1
  5637. | #define HAVE_DECL_HTOLE16 1
  5638. | #define HAVE_DECL_HTOLE32 1
  5639. | #define HAVE_DECL_HTOLE64 1
  5640. | #define HAVE_DECL_BE16TOH 1
  5641. | #define HAVE_DECL_BE32TOH 1
  5642. | #define HAVE_DECL_BE64TOH 1
  5643. | #define HAVE_DECL_HTOBE16 1
  5644. | #define HAVE_DECL_HTOBE32 1
  5645. | #define HAVE_DECL_HTOBE64 1
  5646. | #define HAVE_DECL_BSWAP_16 0
  5647. | #define HAVE_DECL_BSWAP_32 0
  5648. | #define HAVE_DECL_BSWAP_64 0
  5649. | #define HAVE_BUILTIN_CLZL 1
  5650. | #define HAVE_BUILTIN_CLZLL 1
  5651. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  5652. | #define HAVE_THREAD_LOCAL 1
  5653. | #define HAVE_GMTIME_R 1
  5654. | #define HAVE_SYSCTL 1
  5655. | #define HAVE_FDATASYNC 1
  5656. | #define HAVE_O_CLOEXEC 1
  5657. | #define HAVE_SYSTEM 1
  5658. | #define HAVE_BUILTIN_MUL_OVERFLOW 1
  5659. | #define USE_SQLITE 1
  5660. | #define HAVE_BOOST /**/
  5661. | /* end confdefs.h. */
  5662. | #include <boost/config.hpp>
  5663. | int
  5664. | main (void)
  5665. | {
  5666. |
  5667. | ;
  5668. | return 0;
  5669. | }
  5670. configure:33369: result: no
  5671. configure:33389: checking whether Boost.Process can be used
  5672. configure:33420: c++ -std=c++17 -o conftest -g -O2 -Wno-error=narrowing -isystem /usr/local/include -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -pthread conftest.cpp >&5
  5673. In file included from conftest.cpp:71:
  5674. In file included from /usr/local/include/boost/process.hpp:25:
  5675. In file included from /usr/local/include/boost/process/group.hpp:32:
  5676. /usr/local/include/boost/process/detail/posix/wait_group.hpp:38:17: error: no member named 'waitid' in the global namespace
  5677. ret = ::waitid(P_PGID, p.grp, &status, WEXITED | WNOHANG);
  5678. ~~^
  5679. /usr/local/include/boost/process/detail/posix/wait_group.hpp:38:24: error: use of undeclared identifier 'P_PGID'
  5680. ret = ::waitid(P_PGID, p.grp, &status, WEXITED | WNOHANG);
  5681. ^
  5682. /usr/local/include/boost/process/detail/posix/wait_group.hpp:38:48: error: use of undeclared identifier 'WEXITED'
  5683. ret = ::waitid(P_PGID, p.grp, &status, WEXITED | WNOHANG);
  5684. ^
  5685. /usr/local/include/boost/process/detail/posix/wait_group.hpp:74:17: error: no member named 'waitid' in the global namespace
  5686. ret = ::waitid(P_PGID, p.grp, &siginfo, WEXITED | WSTOPPED | WNOHANG);
  5687. ~~^
  5688. /usr/local/include/boost/process/detail/posix/wait_group.hpp:74:24: error: use of undeclared identifier 'P_PGID'
  5689. ret = ::waitid(P_PGID, p.grp, &siginfo, WEXITED | WSTOPPED | WNOHANG);
  5690. ^
  5691. /usr/local/include/boost/process/detail/posix/wait_group.hpp:74:49: error: use of undeclared identifier 'WEXITED'
  5692. ret = ::waitid(P_PGID, p.grp, &siginfo, WEXITED | WSTOPPED | WNOHANG);
  5693. ^
  5694. /usr/local/include/boost/process/detail/posix/wait_group.hpp:74:59: error: use of undeclared identifier 'WSTOPPED'
  5695. ret = ::waitid(P_PGID, p.grp, &siginfo, WEXITED | WSTOPPED | WNOHANG);
  5696. ^
  5697. 7 errors generated.
  5698. configure:33420: $? = 1
  5699. configure: failed program was:
  5700. | /* confdefs.h */
  5701. | #define PACKAGE_NAME "Bitcoin Core"
  5702. | #define PACKAGE_TARNAME "bitcoin"
  5703. | #define PACKAGE_VERSION "24.99.0"
  5704. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  5705. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  5706. | #define PACKAGE_URL "https://bitcoincore.org/"
  5707. | #define HAVE_CXX17 1
  5708. | #define HAVE_STDIO_H 1
  5709. | #define HAVE_STDLIB_H 1
  5710. | #define HAVE_STRING_H 1
  5711. | #define HAVE_INTTYPES_H 1
  5712. | #define HAVE_STDINT_H 1
  5713. | #define HAVE_STRINGS_H 1
  5714. | #define HAVE_SYS_STAT_H 1
  5715. | #define HAVE_SYS_TYPES_H 1
  5716. | #define HAVE_UNISTD_H 1
  5717. | #define STDC_HEADERS 1
  5718. | #define HAVE_DLFCN_H 1
  5719. | #define LT_OBJDIR ".libs/"
  5720. | #define USE_ASM 1
  5721. | #define HAVE_CLMUL 1
  5722. | #define ENABLE_SSE41 1
  5723. | #define ENABLE_AVX2 1
  5724. | #define ENABLE_X86_SHANI 1
  5725. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  5726. | #define HAVE_PTHREAD 1
  5727. | #define HAVE_DECL_STRERROR_R 1
  5728. | #define HAVE_STRERROR_R 1
  5729. | #define HAVE_ENDIAN_H 1
  5730. | #define HAVE_SYS_ENDIAN_H 1
  5731. | #define HAVE_SYS_SELECT_H 1
  5732. | #define HAVE_SYS_SYSCTL_H 1
  5733. | #define HAVE_SYS_VMMETER_H 1
  5734. | #define HAVE_DECL_GETIFADDRS 1
  5735. | #define HAVE_DECL_FREEIFADDRS 1
  5736. | #define HAVE_DECL_FORK 1
  5737. | #define HAVE_DECL_SETSID 1
  5738. | #define HAVE_DECL_PIPE2 1
  5739. | #define HAVE_TIMINGSAFE_BCMP 1
  5740. | #define HAVE_DECL_LE16TOH 1
  5741. | #define HAVE_DECL_LE32TOH 1
  5742. | #define HAVE_DECL_LE64TOH 1
  5743. | #define HAVE_DECL_HTOLE16 1
  5744. | #define HAVE_DECL_HTOLE32 1
  5745. | #define HAVE_DECL_HTOLE64 1
  5746. | #define HAVE_DECL_BE16TOH 1
  5747. | #define HAVE_DECL_BE32TOH 1
  5748. | #define HAVE_DECL_BE64TOH 1
  5749. | #define HAVE_DECL_HTOBE16 1
  5750. | #define HAVE_DECL_HTOBE32 1
  5751. | #define HAVE_DECL_HTOBE64 1
  5752. | #define HAVE_DECL_BSWAP_16 0
  5753. | #define HAVE_DECL_BSWAP_32 0
  5754. | #define HAVE_DECL_BSWAP_64 0
  5755. | #define HAVE_BUILTIN_CLZL 1
  5756. | #define HAVE_BUILTIN_CLZLL 1
  5757. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  5758. | #define HAVE_THREAD_LOCAL 1
  5759. | #define HAVE_GMTIME_R 1
  5760. | #define HAVE_SYSCTL 1
  5761. | #define HAVE_FDATASYNC 1
  5762. | #define HAVE_O_CLOEXEC 1
  5763. | #define HAVE_SYSTEM 1
  5764. | #define HAVE_BUILTIN_MUL_OVERFLOW 1
  5765. | #define USE_SQLITE 1
  5766. | #define HAVE_BOOST /**/
  5767. | /* end confdefs.h. */
  5768. |
  5769. | #define BOOST_PROCESS_USE_STD_FS
  5770. | #include <boost/process.hpp>
  5771. |
  5772. | int
  5773. | main (void)
  5774. | {
  5775. |
  5776. | namespace bp = boost::process;
  5777. | bp::opstream stdin_stream;
  5778. | bp::ipstream stdout_stream;
  5779. | bp::child c("dummy", bp::std_out > stdout_stream, bp::std_err > stdout_stream, bp::std_in < stdin_stream);
  5780. | stdin_stream << std::string{"test"} << std::endl;
  5781. | if (c.running()) c.terminate();
  5782. | c.wait();
  5783. | c.exit_code();
  5784. |
  5785. | ;
  5786. | return 0;
  5787. | }
  5788. configure:33431: result: no
  5789. configure:33463: checking for seccomp-bpf (Linux x86-64)
  5790. configure:33482: c++ -std=c++17 -E conftest.cpp
  5791. conftest.cpp:70:16: fatal error: 'linux/seccomp.h' file not found
  5792. #include <linux/seccomp.h>
  5793. ^~~~~~~~~~~~~~~~~
  5794. 1 error generated.
  5795. configure:33482: $? = 1
  5796. configure: failed program was:
  5797. | /* confdefs.h */
  5798. | #define PACKAGE_NAME "Bitcoin Core"
  5799. | #define PACKAGE_TARNAME "bitcoin"
  5800. | #define PACKAGE_VERSION "24.99.0"
  5801. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  5802. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  5803. | #define PACKAGE_URL "https://bitcoincore.org/"
  5804. | #define HAVE_CXX17 1
  5805. | #define HAVE_STDIO_H 1
  5806. | #define HAVE_STDLIB_H 1
  5807. | #define HAVE_STRING_H 1
  5808. | #define HAVE_INTTYPES_H 1
  5809. | #define HAVE_STDINT_H 1
  5810. | #define HAVE_STRINGS_H 1
  5811. | #define HAVE_SYS_STAT_H 1
  5812. | #define HAVE_SYS_TYPES_H 1
  5813. | #define HAVE_UNISTD_H 1
  5814. | #define STDC_HEADERS 1
  5815. | #define HAVE_DLFCN_H 1
  5816. | #define LT_OBJDIR ".libs/"
  5817. | #define USE_ASM 1
  5818. | #define HAVE_CLMUL 1
  5819. | #define ENABLE_SSE41 1
  5820. | #define ENABLE_AVX2 1
  5821. | #define ENABLE_X86_SHANI 1
  5822. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  5823. | #define HAVE_PTHREAD 1
  5824. | #define HAVE_DECL_STRERROR_R 1
  5825. | #define HAVE_STRERROR_R 1
  5826. | #define HAVE_ENDIAN_H 1
  5827. | #define HAVE_SYS_ENDIAN_H 1
  5828. | #define HAVE_SYS_SELECT_H 1
  5829. | #define HAVE_SYS_SYSCTL_H 1
  5830. | #define HAVE_SYS_VMMETER_H 1
  5831. | #define HAVE_DECL_GETIFADDRS 1
  5832. | #define HAVE_DECL_FREEIFADDRS 1
  5833. | #define HAVE_DECL_FORK 1
  5834. | #define HAVE_DECL_SETSID 1
  5835. | #define HAVE_DECL_PIPE2 1
  5836. | #define HAVE_TIMINGSAFE_BCMP 1
  5837. | #define HAVE_DECL_LE16TOH 1
  5838. | #define HAVE_DECL_LE32TOH 1
  5839. | #define HAVE_DECL_LE64TOH 1
  5840. | #define HAVE_DECL_HTOLE16 1
  5841. | #define HAVE_DECL_HTOLE32 1
  5842. | #define HAVE_DECL_HTOLE64 1
  5843. | #define HAVE_DECL_BE16TOH 1
  5844. | #define HAVE_DECL_BE32TOH 1
  5845. | #define HAVE_DECL_BE64TOH 1
  5846. | #define HAVE_DECL_HTOBE16 1
  5847. | #define HAVE_DECL_HTOBE32 1
  5848. | #define HAVE_DECL_HTOBE64 1
  5849. | #define HAVE_DECL_BSWAP_16 0
  5850. | #define HAVE_DECL_BSWAP_32 0
  5851. | #define HAVE_DECL_BSWAP_64 0
  5852. | #define HAVE_BUILTIN_CLZL 1
  5853. | #define HAVE_BUILTIN_CLZLL 1
  5854. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  5855. | #define HAVE_THREAD_LOCAL 1
  5856. | #define HAVE_GMTIME_R 1
  5857. | #define HAVE_SYSCTL 1
  5858. | #define HAVE_FDATASYNC 1
  5859. | #define HAVE_O_CLOEXEC 1
  5860. | #define HAVE_SYSTEM 1
  5861. | #define HAVE_BUILTIN_MUL_OVERFLOW 1
  5862. | #define USE_SQLITE 1
  5863. | #define HAVE_BOOST /**/
  5864. | /* end confdefs.h. */
  5865. |
  5866. | #include <linux/seccomp.h>
  5867. |
  5868. | int
  5869. | main (void)
  5870. | {
  5871. |
  5872. | #if !defined(__x86_64__)
  5873. | # error Syscall sandbox is an experimental feature currently available only under Linux x86-64.
  5874. | #endif
  5875. |
  5876. | ;
  5877. | return 0;
  5878. | }
  5879. configure:33494: result: no
  5880. configure:33607: checking for libevent >= 2.1.8
  5881. configure:33614: $PKG_CONFIG --exists --print-errors "libevent >= 2.1.8"
  5882. Argument "12-stabl" isn't numeric in numeric eq (==) at /usr/bin/pkg-config line 718.
  5883. configure:33617: $? = 0
  5884. configure:33631: $PKG_CONFIG --exists --print-errors "libevent >= 2.1.8"
  5885. Argument "12-stabl" isn't numeric in numeric eq (==) at /usr/bin/pkg-config line 718.
  5886. configure:33634: $? = 0
  5887. configure:33672: result: yes
  5888. configure:33679: checking for libevent_pthreads >= 2.1.8
  5889. configure:33686: $PKG_CONFIG --exists --print-errors "libevent_pthreads >= 2.1.8"
  5890. Argument "12-stabl" isn't numeric in numeric eq (==) at /usr/bin/pkg-config line 718.
  5891. configure:33689: $? = 0
  5892. configure:33703: $PKG_CONFIG --exists --print-errors "libevent_pthreads >= 2.1.8"
  5893. Argument "12-stabl" isn't numeric in numeric eq (==) at /usr/bin/pkg-config line 718.
  5894. configure:33706: $? = 0
  5895. configure:33744: result: yes
  5896. configure:33758: checking if evhttp_connection_get_peer expects const char**
  5897. configure:33780: c++ -std=c++17 -c -g -O2 -isystem /usr/local/include conftest.cpp >&5
  5898. conftest.cpp:81:7: error: no matching function for call to 'evhttp_connection_get_peer'
  5899. evhttp_connection_get_peer(conn, &host, &port);
  5900. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  5901. /usr/local/include/event2/http.h:765:6: note: candidate function not viable: no known conversion from 'const char **' to 'char **' for 2nd argument
  5902. void evhttp_connection_get_peer(struct evhttp_connection *evcon,
  5903. ^
  5904. 1 error generated.
  5905. configure:33780: $? = 1
  5906. configure: failed program was:
  5907. | /* confdefs.h */
  5908. | #define PACKAGE_NAME "Bitcoin Core"
  5909. | #define PACKAGE_TARNAME "bitcoin"
  5910. | #define PACKAGE_VERSION "24.99.0"
  5911. | #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  5912. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  5913. | #define PACKAGE_URL "https://bitcoincore.org/"
  5914. | #define HAVE_CXX17 1
  5915. | #define HAVE_STDIO_H 1
  5916. | #define HAVE_STDLIB_H 1
  5917. | #define HAVE_STRING_H 1
  5918. | #define HAVE_INTTYPES_H 1
  5919. | #define HAVE_STDINT_H 1
  5920. | #define HAVE_STRINGS_H 1
  5921. | #define HAVE_SYS_STAT_H 1
  5922. | #define HAVE_SYS_TYPES_H 1
  5923. | #define HAVE_UNISTD_H 1
  5924. | #define STDC_HEADERS 1
  5925. | #define HAVE_DLFCN_H 1
  5926. | #define LT_OBJDIR ".libs/"
  5927. | #define USE_ASM 1
  5928. | #define HAVE_CLMUL 1
  5929. | #define ENABLE_SSE41 1
  5930. | #define ENABLE_AVX2 1
  5931. | #define ENABLE_X86_SHANI 1
  5932. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  5933. | #define HAVE_PTHREAD 1
  5934. | #define HAVE_DECL_STRERROR_R 1
  5935. | #define HAVE_STRERROR_R 1
  5936. | #define HAVE_ENDIAN_H 1
  5937. | #define HAVE_SYS_ENDIAN_H 1
  5938. | #define HAVE_SYS_SELECT_H 1
  5939. | #define HAVE_SYS_SYSCTL_H 1
  5940. | #define HAVE_SYS_VMMETER_H 1
  5941. | #define HAVE_DECL_GETIFADDRS 1
  5942. | #define HAVE_DECL_FREEIFADDRS 1
  5943. | #define HAVE_DECL_FORK 1
  5944. | #define HAVE_DECL_SETSID 1
  5945. | #define HAVE_DECL_PIPE2 1
  5946. | #define HAVE_TIMINGSAFE_BCMP 1
  5947. | #define HAVE_DECL_LE16TOH 1
  5948. | #define HAVE_DECL_LE32TOH 1
  5949. | #define HAVE_DECL_LE64TOH 1
  5950. | #define HAVE_DECL_HTOLE16 1
  5951. | #define HAVE_DECL_HTOLE32 1
  5952. | #define HAVE_DECL_HTOLE64 1
  5953. | #define HAVE_DECL_BE16TOH 1
  5954. | #define HAVE_DECL_BE32TOH 1
  5955. | #define HAVE_DECL_BE64TOH 1
  5956. | #define HAVE_DECL_HTOBE16 1
  5957. | #define HAVE_DECL_HTOBE32 1
  5958. | #define HAVE_DECL_HTOBE64 1
  5959. | #define HAVE_DECL_BSWAP_16 0
  5960. | #define HAVE_DECL_BSWAP_32 0
  5961. | #define HAVE_DECL_BSWAP_64 0
  5962. | #define HAVE_BUILTIN_CLZL 1
  5963. | #define HAVE_BUILTIN_CLZLL 1
  5964. | #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  5965. | #define HAVE_THREAD_LOCAL 1
  5966. | #define HAVE_GMTIME_R 1
  5967. | #define HAVE_SYSCTL 1
  5968. | #define HAVE_FDATASYNC 1
  5969. | #define HAVE_O_CLOEXEC 1
  5970. | #define HAVE_SYSTEM 1
  5971. | #define HAVE_BUILTIN_MUL_OVERFLOW 1
  5972. | #define USE_SQLITE 1
  5973. | #define HAVE_BOOST /**/
  5974. | /* end confdefs.h. */
  5975. |
  5976. | #include <cstdint>
  5977. | #include <event2/http.h>
  5978. |
  5979. | int
  5980. | main (void)
  5981. | {
  5982. |
  5983. | evhttp_connection *conn = (evhttp_connection *)1;
  5984. | const char *host;
  5985. | uint16_t port;
  5986. |
  5987. | evhttp_connection_get_peer(conn, &host, &port);
  5988. |
  5989. | ;
  5990. | return 0;
  5991. | }
  5992. configure:33787: result: no
  5993. configure:33802: checking for libqrencode
  5994. configure:33809: $PKG_CONFIG --exists --print-errors "libqrencode"
  5995. Package libqrencode was not found in the pkg-config search path
  5996. configure:33812: $? = 1
  5997. configure:33826: $PKG_CONFIG --exists --print-errors "libqrencode"
  5998. Package libqrencode was not found in the pkg-config search path
  5999. configure:33829: $? = 1
  6000. configure:33843: result: no
  6001. Package libqrencode was not found in the pkg-config search path
  6002. configure:33882: checking for libzmq >= 4
  6003. configure:33889: $PKG_CONFIG --exists --print-errors "libzmq >= 4"
  6004. Package libzmq was not found in the pkg-config search path
  6005. configure:33892: $? = 1
  6006. configure:33906: $PKG_CONFIG --exists --print-errors "libzmq >= 4"
  6007. Package libzmq was not found in the pkg-config search path
  6008. configure:33909: $? = 1
  6009. configure:33923: result: no
  6010. Package libzmq was not found in the pkg-config search path
  6011. configure:33942: WARNING: libzmq version 4.x or greater not found, disabling
  6012. configure:33982: checking for libmultiprocess
  6013. configure:33989: $PKG_CONFIG --exists --print-errors "libmultiprocess"
  6014. Package libmultiprocess was not found in the pkg-config search path
  6015. configure:33992: $? = 1
  6016. configure:34006: $PKG_CONFIG --exists --print-errors "libmultiprocess"
  6017. Package libmultiprocess was not found in the pkg-config search path
  6018. configure:34009: $? = 1
  6019. configure:34023: result: no
  6020. Package libmultiprocess was not found in the pkg-config search path
  6021. configure:34105: checking whether to build bitcoind
  6022. configure:34115: result: yes
  6023. configure:34118: checking whether to build bitcoin-cli
  6024. configure:34128: result: yes
  6025. configure:34131: checking whether to build bitcoin-tx
  6026. configure:34141: result: yes
  6027. configure:34144: checking whether to build bitcoin-wallet
  6028. configure:34154: result: yes
  6029. configure:34157: checking whether to build bitcoin-util
  6030. configure:34167: result: yes
  6031. configure:34170: checking whether to build experimental bitcoin-chainstate
  6032. configure:34185: result: no
  6033. configure:34188: checking whether to build libraries
  6034. configure:34216: result: yes
  6035. configure:34227: checking if ccache should be used
  6036. configure:34240: result: yes
  6037. configure:34244: checking whether C compiler accepts -fdebug-prefix-map=A=B
  6038. configure:34264: /usr/local/bin/ccache cc -c -g -O2 -Werror -fdebug-prefix-map=A=B conftest.c >&5
  6039. configure:34264: $? = 0
  6040. configure:34274: result: yes
  6041. configure:34284: checking whether C preprocessor accepts -fmacro-prefix-map=A=B
  6042. configure:34304: cc -E -Werror -fmacro-prefix-map=A=B conftest.c
  6043. configure:34304: $? = 0
  6044. configure:34314: result: yes
  6045. configure:34326: checking if wallet should be enabled
  6046. configure:34329: result: yes
  6047. configure:34341: checking whether to build with support for UPnP
  6048. configure:34347: result: no
  6049. configure:34367: checking whether to build with support for NAT-PMP
  6050. configure:34373: result: no
  6051. configure:34395: checking whether to build GUI with support for D-Bus
  6052. configure:34402: result: yes
  6053. configure:34405: checking whether to build GUI with support for QR codes
  6054. configure:34420: result: no
  6055. configure:34424: WARNING: xgettext is required to update qt translations
  6056. configure:34428: checking whether to build test_bitcoin-qt
  6057. configure:34431: result: yes
  6058. configure:34449: checking whether to build test_bitcoin
  6059. configure:34456: result: yes
  6060. configure:34466: checking whether to reduce exports
  6061. configure:34472: result: no
  6062. configure:34965: checking that generated files are newer than configure
  6063. configure:34971: result: done
  6064. configure:35191: creating ./config.status
  6065.  
  6066. ## ---------------------- ##
  6067. ## Running config.status. ##
  6068. ## ---------------------- ##
  6069.  
  6070. This file was extended by Bitcoin Core config.status 24.99.0, which was
  6071. generated by GNU Autoconf 2.71. Invocation command line was
  6072.  
  6073. CONFIG_FILES =
  6074. CONFIG_HEADERS =
  6075. CONFIG_LINKS =
  6076. CONFIG_COMMANDS =
  6077. $ ./config.status
  6078.  
  6079. on orangepuff
  6080.  
  6081. config.status:1505: creating libbitcoinconsensus.pc
  6082. config.status:1505: creating Makefile
  6083. config.status:1505: creating src/Makefile
  6084. config.status:1505: creating doc/man/Makefile
  6085. config.status:1505: creating share/setup.nsi
  6086. config.status:1505: creating share/qt/Info.plist
  6087. config.status:1505: creating test/config.ini
  6088. config.status:1505: creating contrib/devtools/split-debug.sh
  6089. config.status:1505: creating src/config/bitcoin-config.h
  6090. config.status:1686: src/config/bitcoin-config.h is unchanged
  6091. config.status:1765: executing depfiles commands
  6092. config.status:1840: cd src && sed -e '/# am--include-marker/d' Makefile | gmake -f - am--depfiles
  6093. gmake: Nothing to be done for 'am--depfiles'.
  6094. config.status:1847: $? = 0
  6095. config.status:1765: executing libtool commands
  6096. configure:37808: === configuring in src/secp256k1 (/home/thestack/bitcoin/src/secp256k1)
  6097. configure:37869: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-suppress-external-warnings' '--with-experimental-kernel-lib' 'MAKE=gmake' '--disable-shared' '--with-pic' '--enable-benchmark=no' '--enable-module-recovery' '--disable-module-ecdh' --cache-file=/dev/null --srcdir=.
  6098.  
  6099. ## ---------------- ##
  6100. ## Cache variables. ##
  6101. ## ---------------- ##
  6102.  
  6103. ac_cv_build=x86_64-unknown-openbsd7.2
  6104. ac_cv_c_bigendian=no
  6105. ac_cv_c_compiler_gnu=yes
  6106. ac_cv_cxx_compiler_gnu=yes
  6107. ac_cv_cxx_undeclared_builtin_options='none needed'
  6108. ac_cv_env_ARFLAGS_set=
  6109. ac_cv_env_ARFLAGS_value=
  6110. ac_cv_env_BDB_CFLAGS_set=
  6111. ac_cv_env_BDB_CFLAGS_value=
  6112. ac_cv_env_BDB_LIBS_set=
  6113. ac_cv_env_BDB_LIBS_value=
  6114. ac_cv_env_CCC_set=
  6115. ac_cv_env_CCC_value=
  6116. ac_cv_env_CC_set=
  6117. ac_cv_env_CC_value=
  6118. ac_cv_env_CFLAGS_set=
  6119. ac_cv_env_CFLAGS_value=
  6120. ac_cv_env_CPPFLAGS_set=
  6121. ac_cv_env_CPPFLAGS_value=
  6122. ac_cv_env_CPP_set=
  6123. ac_cv_env_CPP_value=
  6124. ac_cv_env_CXXCPP_set=
  6125. ac_cv_env_CXXCPP_value=
  6126. ac_cv_env_CXXFLAGS_set=
  6127. ac_cv_env_CXXFLAGS_value=
  6128. ac_cv_env_CXX_set=
  6129. ac_cv_env_CXX_value=
  6130. ac_cv_env_EVENT_CFLAGS_set=
  6131. ac_cv_env_EVENT_CFLAGS_value=
  6132. ac_cv_env_EVENT_LIBS_set=
  6133. ac_cv_env_EVENT_LIBS_value=
  6134. ac_cv_env_EVENT_PTHREADS_CFLAGS_set=
  6135. ac_cv_env_EVENT_PTHREADS_CFLAGS_value=
  6136. ac_cv_env_EVENT_PTHREADS_LIBS_set=
  6137. ac_cv_env_EVENT_PTHREADS_LIBS_value=
  6138. ac_cv_env_LDFLAGS_set=
  6139. ac_cv_env_LDFLAGS_value=
  6140. ac_cv_env_LIBMULTIPROCESS_CFLAGS_set=
  6141. ac_cv_env_LIBMULTIPROCESS_CFLAGS_value=
  6142. ac_cv_env_LIBMULTIPROCESS_LIBS_set=
  6143. ac_cv_env_LIBMULTIPROCESS_LIBS_value=
  6144. ac_cv_env_LIBS_set=
  6145. ac_cv_env_LIBS_value=
  6146. ac_cv_env_OBJCXXFLAGS_set=
  6147. ac_cv_env_OBJCXXFLAGS_value=
  6148. ac_cv_env_OBJCXX_set=
  6149. ac_cv_env_OBJCXX_value=
  6150. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  6151. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  6152. ac_cv_env_PKG_CONFIG_PATH_set=
  6153. ac_cv_env_PKG_CONFIG_PATH_value=
  6154. ac_cv_env_PKG_CONFIG_set=
  6155. ac_cv_env_PKG_CONFIG_value=
  6156. ac_cv_env_PYTHONPATH_set=
  6157. ac_cv_env_PYTHONPATH_value=
  6158. ac_cv_env_QR_CFLAGS_set=
  6159. ac_cv_env_QR_CFLAGS_value=
  6160. ac_cv_env_QR_LIBS_set=
  6161. ac_cv_env_QR_LIBS_value=
  6162. ac_cv_env_QT_ACCESSIBILITY_CFLAGS_set=
  6163. ac_cv_env_QT_ACCESSIBILITY_CFLAGS_value=
  6164. ac_cv_env_QT_ACCESSIBILITY_LIBS_set=
  6165. ac_cv_env_QT_ACCESSIBILITY_LIBS_value=
  6166. ac_cv_env_QT_CLIPBOARD_CFLAGS_set=
  6167. ac_cv_env_QT_CLIPBOARD_CFLAGS_value=
  6168. ac_cv_env_QT_CLIPBOARD_LIBS_set=
  6169. ac_cv_env_QT_CLIPBOARD_LIBS_value=
  6170. ac_cv_env_QT_CORE_CFLAGS_set=
  6171. ac_cv_env_QT_CORE_CFLAGS_value=
  6172. ac_cv_env_QT_CORE_LIBS_set=
  6173. ac_cv_env_QT_CORE_LIBS_value=
  6174. ac_cv_env_QT_DBUS_CFLAGS_set=
  6175. ac_cv_env_QT_DBUS_CFLAGS_value=
  6176. ac_cv_env_QT_DBUS_LIBS_set=
  6177. ac_cv_env_QT_DBUS_LIBS_value=
  6178. ac_cv_env_QT_DEVICEDISCOVERY_CFLAGS_set=
  6179. ac_cv_env_QT_DEVICEDISCOVERY_CFLAGS_value=
  6180. ac_cv_env_QT_DEVICEDISCOVERY_LIBS_set=
  6181. ac_cv_env_QT_DEVICEDISCOVERY_LIBS_value=
  6182. ac_cv_env_QT_EDID_CFLAGS_set=
  6183. ac_cv_env_QT_EDID_CFLAGS_value=
  6184. ac_cv_env_QT_EDID_LIBS_set=
  6185. ac_cv_env_QT_EDID_LIBS_value=
  6186. ac_cv_env_QT_EGL_CFLAGS_set=
  6187. ac_cv_env_QT_EGL_CFLAGS_value=
  6188. ac_cv_env_QT_EGL_LIBS_set=
  6189. ac_cv_env_QT_EGL_LIBS_value=
  6190. ac_cv_env_QT_EVENTDISPATCHER_CFLAGS_set=
  6191. ac_cv_env_QT_EVENTDISPATCHER_CFLAGS_value=
  6192. ac_cv_env_QT_EVENTDISPATCHER_LIBS_set=
  6193. ac_cv_env_QT_EVENTDISPATCHER_LIBS_value=
  6194. ac_cv_env_QT_FB_CFLAGS_set=
  6195. ac_cv_env_QT_FB_CFLAGS_value=
  6196. ac_cv_env_QT_FB_LIBS_set=
  6197. ac_cv_env_QT_FB_LIBS_value=
  6198. ac_cv_env_QT_FONTDATABASE_CFLAGS_set=
  6199. ac_cv_env_QT_FONTDATABASE_CFLAGS_value=
  6200. ac_cv_env_QT_FONTDATABASE_LIBS_set=
  6201. ac_cv_env_QT_FONTDATABASE_LIBS_value=
  6202. ac_cv_env_QT_GRAPHICS_CFLAGS_set=
  6203. ac_cv_env_QT_GRAPHICS_CFLAGS_value=
  6204. ac_cv_env_QT_GRAPHICS_LIBS_set=
  6205. ac_cv_env_QT_GRAPHICS_LIBS_value=
  6206. ac_cv_env_QT_GUI_CFLAGS_set=
  6207. ac_cv_env_QT_GUI_CFLAGS_value=
  6208. ac_cv_env_QT_GUI_LIBS_set=
  6209. ac_cv_env_QT_GUI_LIBS_value=
  6210. ac_cv_env_QT_INPUT_CFLAGS_set=
  6211. ac_cv_env_QT_INPUT_CFLAGS_value=
  6212. ac_cv_env_QT_INPUT_LIBS_set=
  6213. ac_cv_env_QT_INPUT_LIBS_value=
  6214. ac_cv_env_QT_NETWORK_CFLAGS_set=
  6215. ac_cv_env_QT_NETWORK_CFLAGS_value=
  6216. ac_cv_env_QT_NETWORK_LIBS_set=
  6217. ac_cv_env_QT_NETWORK_LIBS_value=
  6218. ac_cv_env_QT_SERVICE_CFLAGS_set=
  6219. ac_cv_env_QT_SERVICE_CFLAGS_value=
  6220. ac_cv_env_QT_SERVICE_LIBS_set=
  6221. ac_cv_env_QT_SERVICE_LIBS_value=
  6222. ac_cv_env_QT_TEST_CFLAGS_set=
  6223. ac_cv_env_QT_TEST_CFLAGS_value=
  6224. ac_cv_env_QT_TEST_LIBS_set=
  6225. ac_cv_env_QT_TEST_LIBS_value=
  6226. ac_cv_env_QT_THEME_CFLAGS_set=
  6227. ac_cv_env_QT_THEME_CFLAGS_value=
  6228. ac_cv_env_QT_THEME_LIBS_set=
  6229. ac_cv_env_QT_THEME_LIBS_value=
  6230. ac_cv_env_QT_WIDGETS_CFLAGS_set=
  6231. ac_cv_env_QT_WIDGETS_CFLAGS_value=
  6232. ac_cv_env_QT_WIDGETS_LIBS_set=
  6233. ac_cv_env_QT_WIDGETS_LIBS_value=
  6234. ac_cv_env_QT_WINDOWSUIAUTOMATION_CFLAGS_set=
  6235. ac_cv_env_QT_WINDOWSUIAUTOMATION_CFLAGS_value=
  6236. ac_cv_env_QT_WINDOWSUIAUTOMATION_LIBS_set=
  6237. ac_cv_env_QT_WINDOWSUIAUTOMATION_LIBS_value=
  6238. ac_cv_env_QT_XCBQPA_CFLAGS_set=
  6239. ac_cv_env_QT_XCBQPA_CFLAGS_value=
  6240. ac_cv_env_QT_XCBQPA_LIBS_set=
  6241. ac_cv_env_QT_XCBQPA_LIBS_value=
  6242. ac_cv_env_QT_XKBCOMMON_CFLAGS_set=
  6243. ac_cv_env_QT_XKBCOMMON_CFLAGS_value=
  6244. ac_cv_env_QT_XKBCOMMON_LIBS_set=
  6245. ac_cv_env_QT_XKBCOMMON_LIBS_value=
  6246. ac_cv_env_SQLITE_CFLAGS_set=
  6247. ac_cv_env_SQLITE_CFLAGS_value=
  6248. ac_cv_env_SQLITE_LIBS_set=
  6249. ac_cv_env_SQLITE_LIBS_value=
  6250. ac_cv_env_ZMQ_CFLAGS_set=
  6251. ac_cv_env_ZMQ_CFLAGS_value=
  6252. ac_cv_env_ZMQ_LIBS_set=
  6253. ac_cv_env_ZMQ_LIBS_value=
  6254. ac_cv_env_build_alias_set=
  6255. ac_cv_env_build_alias_value=
  6256. ac_cv_env_host_alias_set=
  6257. ac_cv_env_host_alias_value=
  6258. ac_cv_env_target_alias_set=
  6259. ac_cv_env_target_alias_value=
  6260. ac_cv_func_strerror_r_char_p=no
  6261. ac_cv_func_timingsafe_bcmp=yes
  6262. ac_cv_have_decl_be16toh=yes
  6263. ac_cv_have_decl_be32toh=yes
  6264. ac_cv_have_decl_be64toh=yes
  6265. ac_cv_have_decl_bswap_16=no
  6266. ac_cv_have_decl_bswap_32=no
  6267. ac_cv_have_decl_bswap_64=no
  6268. ac_cv_have_decl_fork=yes
  6269. ac_cv_have_decl_freeifaddrs=yes
  6270. ac_cv_have_decl_getifaddrs=yes
  6271. ac_cv_have_decl_htobe16=yes
  6272. ac_cv_have_decl_htobe32=yes
  6273. ac_cv_have_decl_htobe64=yes
  6274. ac_cv_have_decl_htole16=yes
  6275. ac_cv_have_decl_htole32=yes
  6276. ac_cv_have_decl_htole64=yes
  6277. ac_cv_have_decl_le16toh=yes
  6278. ac_cv_have_decl_le32toh=yes
  6279. ac_cv_have_decl_le64toh=yes
  6280. ac_cv_have_decl_pipe2=yes
  6281. ac_cv_have_decl_setsid=yes
  6282. ac_cv_have_decl_strerror_r=yes
  6283. ac_cv_header_byteswap_h=no
  6284. ac_cv_header_dlfcn_h=yes
  6285. ac_cv_header_endian_h=yes
  6286. ac_cv_header_inttypes_h=yes
  6287. ac_cv_header_miniupnpc_miniupnpc_h=no
  6288. ac_cv_header_miniupnpc_upnpcommands_h=no
  6289. ac_cv_header_miniupnpc_upnperrors_h=no
  6290. ac_cv_header_natpmp_h=no
  6291. ac_cv_header_stdint_h=yes
  6292. ac_cv_header_stdio_h=yes
  6293. ac_cv_header_stdlib_h=yes
  6294. ac_cv_header_string_h=yes
  6295. ac_cv_header_strings_h=yes
  6296. ac_cv_header_sys_endian_h=yes
  6297. ac_cv_header_sys_prctl_h=no
  6298. ac_cv_header_sys_resources_h=no
  6299. ac_cv_header_sys_select_h=yes
  6300. ac_cv_header_sys_stat_h=yes
  6301. ac_cv_header_sys_sysctl_h=yes
  6302. ac_cv_header_sys_types_h=yes
  6303. ac_cv_header_sys_vmmeter_h=yes
  6304. ac_cv_header_unistd_h=yes
  6305. ac_cv_header_vm_vm_param_h=no
  6306. ac_cv_host=x86_64-unknown-openbsd7.2
  6307. ac_cv_objcxx_compiler_gnu=yes
  6308. ac_cv_objext=o
  6309. ac_cv_path_CCACHE=/usr/local/bin/ccache
  6310. ac_cv_path_EGREP='/usr/bin/grep -E'
  6311. ac_cv_path_FGREP='/usr/bin/grep -F'
  6312. ac_cv_path_GIT=/usr/local/bin/git
  6313. ac_cv_path_GREP=/usr/bin/grep
  6314. ac_cv_path_HEXDUMP=/usr/bin/hexdump
  6315. ac_cv_path_LCONVERT=/usr/local/lib/qt5/bin/lconvert
  6316. ac_cv_path_LRELEASE=/usr/local/lib/qt5/bin/lrelease
  6317. ac_cv_path_LUPDATE=/usr/local/lib/qt5/bin/lupdate
  6318. ac_cv_path_MOC=/usr/local/lib/qt5/bin/moc
  6319. ac_cv_path_PYTHON=/usr/local/bin/python3.9
  6320. ac_cv_path_RCC=/usr/local/lib/qt5/bin/rcc
  6321. ac_cv_path_SED=/usr/bin/sed
  6322. ac_cv_path_UIC=/usr/local/lib/qt5/bin/uic
  6323. ac_cv_path_ac_pt_AR=/usr/bin/ar
  6324. ac_cv_path_ac_pt_LLVM_COV=/usr/bin/llvm-cov
  6325. ac_cv_path_ac_pt_OBJCOPY=/usr/bin/objcopy
  6326. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  6327. ac_cv_path_install='/usr/bin/install -c'
  6328. ac_cv_prog_AWK=awk
  6329. ac_cv_prog_CC=cc
  6330. ac_cv_prog_CPP='cc -E'
  6331. ac_cv_prog_CXXCPP='c++ -std=c++17 -E'
  6332. ac_cv_prog_ac_ct_AR=ar
  6333. ac_cv_prog_ac_ct_CXX=c++
  6334. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  6335. ac_cv_prog_ac_ct_OBJDUMP=objdump
  6336. ac_cv_prog_ac_ct_RANLIB=ranlib
  6337. ac_cv_prog_ac_ct_STRIP=strip
  6338. ac_cv_prog_cc_c11=
  6339. ac_cv_prog_cc_g=yes
  6340. ac_cv_prog_cc_stdc=
  6341. ac_cv_prog_cxx_11=no
  6342. ac_cv_prog_cxx_cxx11=
  6343. ac_cv_prog_cxx_g=yes
  6344. ac_cv_prog_cxx_stdcxx=
  6345. ac_cv_prog_make_gmake_set=yes
  6346. ac_cv_prog_objcxx_g=yes
  6347. ac_cv_search_clock_gettime='none required'
  6348. ac_cv_sys_file_offset_bits=no
  6349. ac_cv_sys_largefile_CC=no
  6350. am_cv_CC_dependencies_compiler_type=gcc3
  6351. am_cv_CXX_dependencies_compiler_type=gcc3
  6352. am_cv_OBJCXX_dependencies_compiler_type=gcc3
  6353. am_cv_make_support_nested_variables=yes
  6354. am_cv_prog_cc_c_o=yes
  6355. ax_cv_PTHREAD_CLANG=yes
  6356. ax_cv_PTHREAD_CLANG_NO_WARN_FLAG=no
  6357. ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE
  6358. ax_cv_PTHREAD_PRIO_INHERIT=yes
  6359. ax_cv_PTHREAD_SPECIAL_FLAGS=no
  6360. ax_cv_check_ccppflags__fmacro_prefix_map_A_B=yes
  6361. ax_cv_check_cflags__fdebug_prefix_map_A_B=yes
  6362. ax_cv_check_cxxcppflags__DBOOST_NO_CXX98_FUNCTION_BASE=no
  6363. ax_cv_check_cxxcppflags___D_FORTIFY_SOURCE_3=yes
  6364. ax_cv_check_cxxcppflags___U_FORTIFY_SOURCE=yes
  6365. ax_cv_check_cxxflags__Wall=yes
  6366. ax_cv_check_cxxflags__Wconditional_uninitialized=yes
  6367. ax_cv_check_cxxflags__Wdate_time=yes
  6368. ax_cv_check_cxxflags__Wdocumentation=yes
  6369. ax_cv_check_cxxflags__Wduplicated_branches=no
  6370. ax_cv_check_cxxflags__Wduplicated_cond=no
  6371. ax_cv_check_cxxflags__Wextra=yes
  6372. ax_cv_check_cxxflags__Wformat__Wformat_security=yes
  6373. ax_cv_check_cxxflags__Wgnu=yes
  6374. ax_cv_check_cxxflags__Wimplicit_fallthrough=yes
  6375. ax_cv_check_cxxflags__Wlogical_op=no
  6376. ax_cv_check_cxxflags__Wloop_analysis=yes
  6377. ax_cv_check_cxxflags__Woverloaded_virtual=yes
  6378. ax_cv_check_cxxflags__Wredundant_decls=yes
  6379. ax_cv_check_cxxflags__Wself_assign=yes
  6380. ax_cv_check_cxxflags__Wshadow_field=yes
  6381. ax_cv_check_cxxflags__Wsuggest_override=yes
  6382. ax_cv_check_cxxflags__Wthread_safety=yes
  6383. ax_cv_check_cxxflags__Wunreachable_code_loop_increment=yes
  6384. ax_cv_check_cxxflags__Wunused_member_function=yes
  6385. ax_cv_check_cxxflags__Wunused_parameter=yes
  6386. ax_cv_check_cxxflags__Wvla=yes
  6387. ax_cv_check_cxxflags___Werror=yes
  6388. ax_cv_check_cxxflags___Wstack_protector=yes
  6389. ax_cv_check_cxxflags___fPIC=yes
  6390. ax_cv_check_cxxflags___fcf_protection_full=yes
  6391. ax_cv_check_cxxflags___fstack_protector_all=yes
  6392. ax_cv_check_cxxflags___fstack_reuse_none=no
  6393. ax_cv_check_cxxflags__fno_extended_identifiers=no
  6394. ax_cv_check_cxxflags__fstack_clash_protection=no
  6395. ax_cv_check_cxxflags__march_armv8_apcrc=no
  6396. ax_cv_check_cxxflags__march_armv8_apcrypto=no
  6397. ax_cv_check_cxxflags__mavx__mavx2=yes
  6398. ax_cv_check_cxxflags__mpclmul=yes
  6399. ax_cv_check_cxxflags__msse4_1=yes
  6400. ax_cv_check_cxxflags__msse4_2=yes
  6401. ax_cv_check_cxxflags__msse4__msha=yes
  6402. ax_cv_check_ldflags_=no
  6403. ax_cv_check_ldflags__Wl___dynamicbase=no
  6404. ax_cv_check_ldflags__Wl___enable_reloc_section=no
  6405. ax_cv_check_ldflags__Wl___high_entropy_va=no
  6406. ax_cv_check_ldflags__Wl___nxcompat=no
  6407. ax_cv_check_ldflags__Wl__z_now=yes
  6408. ax_cv_check_ldflags__Wl__z_relro=yes
  6409. ax_cv_check_ldflags__Wl__z_separate_code=yes
  6410. ax_cv_check_ldflags___Wl___fatal_warnings=yes
  6411. ax_cv_check_ldflags__fPIE__pie=yes
  6412. ax_cv_cxx_compile_cxx17__std_cpp17=yes
  6413. bitcoin_cv_static_qt=no
  6414. lt_cv_ar_at_file=@
  6415. lt_cv_archive_cmds_need_lc=yes
  6416. lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
  6417. lt_cv_file_magic_cmd='$MAGIC_CMD'
  6418. lt_cv_file_magic_test_file=
  6419. lt_cv_ld_reload_flag=-r
  6420. lt_cv_nm_interface='BSD nm'
  6421. lt_cv_objdir=.libs
  6422. lt_cv_path_LD=/usr/bin/ld
  6423. lt_cv_path_LDCXX=/usr/bin/ld
  6424. lt_cv_path_NM='/usr/bin/nm -B'
  6425. lt_cv_path_mainfest_tool=no
  6426. lt_cv_prog_compiler_c_o=yes
  6427. lt_cv_prog_compiler_c_o_CXX=yes
  6428. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  6429. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  6430. lt_cv_prog_compiler_pic_works=yes
  6431. lt_cv_prog_compiler_pic_works_CXX=yes
  6432. lt_cv_prog_compiler_rtti_exceptions=yes
  6433. lt_cv_prog_compiler_static_works=yes
  6434. lt_cv_prog_compiler_static_works_CXX=yes
  6435. lt_cv_prog_gnu_ld=no
  6436. lt_cv_prog_gnu_ldcxx=yes
  6437. lt_cv_sharedlib_from_linklib_cmd='print -r --'
  6438. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'
  6439. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'
  6440. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'
  6441. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'
  6442. lt_cv_sys_max_cmd_len=393216
  6443. lt_cv_to_host_file_cmd=func_convert_file_noop
  6444. lt_cv_to_tool_file_cmd=func_convert_file_noop
  6445. pkg_cv_EVENT_CFLAGS=-I/usr/local/include
  6446. pkg_cv_EVENT_LIBS='-L/usr/local/lib -levent_extra -levent_core'
  6447. pkg_cv_EVENT_PTHREADS_CFLAGS='-I/usr/local/include -pthread'
  6448. pkg_cv_EVENT_PTHREADS_LIBS='-L/usr/local/lib -levent_pthreads -levent_extra -levent_core'
  6449. pkg_cv_QT_CORE_CFLAGS='-DQT_CORE_LIB -I/usr/local/include/X11/qt5/QtCore -I/usr/local/include/X11/qt5'
  6450. pkg_cv_QT_CORE_LIBS=' -lQt5Core'
  6451. pkg_cv_QT_DBUS_CFLAGS='-DQT_DBUS_LIB -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5 -DQT_CORE_LIB -I/usr/local/include/X11/qt5/QtCore'
  6452. pkg_cv_QT_DBUS_LIBS=' -lQt5DBus -lQt5Core'
  6453. pkg_cv_QT_GUI_CFLAGS='-DQT_GUI_LIB -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5 -DQT_CORE_LIB -I/usr/local/include/X11/qt5/QtCore'
  6454. pkg_cv_QT_GUI_LIBS=' -lQt5Gui -lQt5Core'
  6455. pkg_cv_QT_NETWORK_CFLAGS='-DQT_NETWORK_LIB -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5 -DQT_CORE_LIB -I/usr/local/include/X11/qt5/QtCore'
  6456. pkg_cv_QT_NETWORK_LIBS=' -lQt5Network -lQt5Core'
  6457. pkg_cv_QT_TEST_CFLAGS='-DQT_TESTLIB_LIB -I/usr/local/include/X11/qt5/QtTest -I/usr/local/include/X11/qt5 -DQT_CORE_LIB -I/usr/local/include/X11/qt5/QtCore'
  6458. pkg_cv_QT_TEST_LIBS=' -lQt5Test -lQt5Core'
  6459. pkg_cv_QT_WIDGETS_CFLAGS='-DQT_WIDGETS_LIB -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5 -DQT_GUI_LIB -I/usr/local/include/X11/qt5/QtGui -DQT_CORE_LIB -I/usr/local/include/X11/qt5/QtCore'
  6460. pkg_cv_QT_WIDGETS_LIBS=' -lQt5Widgets -lQt5Gui -lQt5Core'
  6461. pkg_cv_SQLITE_CFLAGS=-I/usr/local/include
  6462. pkg_cv_SQLITE_LIBS='-L/usr/local/lib -lsqlite3'
  6463.  
  6464. ## ----------------- ##
  6465. ## Output variables. ##
  6466. ## ----------------- ##
  6467.  
  6468. ACLOCAL='${SHELL} '\''/home/thestack/bitcoin/build-aux/missing'\'' aclocal-1.16'
  6469. AMDEPBACKSLASH='\'
  6470. AMDEP_FALSE='#'
  6471. AMDEP_TRUE=''
  6472. AMTAR='$${TAR-tar}'
  6473. AM_BACKSLASH='\'
  6474. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  6475. AM_DEFAULT_VERBOSITY='0'
  6476. AM_V='$(V)'
  6477. ANDROID_ARCH=''
  6478. AR='/usr/bin/ar'
  6479. ARFLAGS='cr'
  6480. ARM_CRC_CXXFLAGS=''
  6481. ARM_SHANI_CXXFLAGS=''
  6482. AS='as'
  6483. AUTOCONF='${SHELL} '\''/home/thestack/bitcoin/build-aux/missing'\'' autoconf'
  6484. AUTOHEADER='${SHELL} '\''/home/thestack/bitcoin/build-aux/missing'\'' autoheader'
  6485. AUTOMAKE='${SHELL} '\''/home/thestack/bitcoin/build-aux/missing'\'' automake-1.16'
  6486. AVX2_CXXFLAGS='-mavx -mavx2'
  6487. AWK='awk'
  6488. BDB_CFLAGS=''
  6489. BDB_CPPFLAGS=''
  6490. BDB_LIBS=''
  6491. BITCOIN_CHAINSTATE_NAME='bitcoin-chainstate'
  6492. BITCOIN_CLI_NAME='bitcoin-cli'
  6493. BITCOIN_DAEMON_NAME='bitcoind'
  6494. BITCOIN_GUI_NAME='bitcoin-qt'
  6495. BITCOIN_MP_GUI_NAME='bitcoin-gui'
  6496. BITCOIN_MP_NODE_NAME='bitcoin-node'
  6497. BITCOIN_TEST_NAME='test_bitcoin'
  6498. BITCOIN_TX_NAME='bitcoin-tx'
  6499. BITCOIN_UTIL_NAME='bitcoin-util'
  6500. BITCOIN_WALLET_TOOL_NAME='bitcoin-wallet'
  6501. BOOST_CPPFLAGS='-isystem /usr/local/include -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION'
  6502. BREW=''
  6503. BUILD_BITCOIND_FALSE='#'
  6504. BUILD_BITCOIND_TRUE=''
  6505. BUILD_BITCOIN_CHAINSTATE_FALSE=''
  6506. BUILD_BITCOIN_CHAINSTATE_TRUE='#'
  6507. BUILD_BITCOIN_CLI_FALSE='#'
  6508. BUILD_BITCOIN_CLI_TRUE=''
  6509. BUILD_BITCOIN_GUI_FALSE=''
  6510. BUILD_BITCOIN_GUI_TRUE='#'
  6511. BUILD_BITCOIN_KERNEL_LIB_FALSE='#'
  6512. BUILD_BITCOIN_KERNEL_LIB_TRUE=''
  6513. BUILD_BITCOIN_LIBS_FALSE='#'
  6514. BUILD_BITCOIN_LIBS_TRUE=''
  6515. BUILD_BITCOIN_NODE_FALSE=''
  6516. BUILD_BITCOIN_NODE_TRUE='#'
  6517. BUILD_BITCOIN_TX_FALSE='#'
  6518. BUILD_BITCOIN_TX_TRUE=''
  6519. BUILD_BITCOIN_UTIL_FALSE='#'
  6520. BUILD_BITCOIN_UTIL_TRUE=''
  6521. BUILD_BITCOIN_WALLET_FALSE='#'
  6522. BUILD_BITCOIN_WALLET_TRUE=''
  6523. BUILD_DARWIN_FALSE=''
  6524. BUILD_DARWIN_TRUE='#'
  6525. BUILD_MULTIPROCESS_FALSE=''
  6526. BUILD_MULTIPROCESS_TRUE='#'
  6527. CC='/usr/local/bin/ccache cc'
  6528. CCACHE='/usr/local/bin/ccache'
  6529. CCDEPMODE='depmode=gcc3'
  6530. CFLAGS='-g -O2'
  6531. CLIENT_VERSION_BUILD='0'
  6532. CLIENT_VERSION_IS_RELEASE='false'
  6533. CLIENT_VERSION_MAJOR='24'
  6534. CLIENT_VERSION_MINOR='99'
  6535. CLMUL_CXXFLAGS='-mpclmul'
  6536. COPYRIGHT_HOLDERS='The %s developers'
  6537. COPYRIGHT_HOLDERS_FINAL='The Bitcoin Core developers'
  6538. COPYRIGHT_HOLDERS_SUBSTITUTION='Bitcoin Core'
  6539. COPYRIGHT_YEAR='2023'
  6540. CORE_CPPFLAGS=' -DHAVE_BUILD_INFO -DPROVIDE_FUZZ_MAIN_FUNCTION'
  6541. CORE_CXXFLAGS=''
  6542. CORE_LDFLAGS=''
  6543. COV_TOOL=''
  6544. COV_TOOL_WRAPPER=''
  6545. CPP='cc -E'
  6546. CPPFLAGS=''
  6547. CSCOPE='cscope'
  6548. CTAGS='ctags'
  6549. CXX='/usr/local/bin/ccache c++ -std=c++17'
  6550. CXXCPP='c++ -std=c++17 -E'
  6551. CXXDEPMODE='depmode=gcc3'
  6552. CXXFLAGS='-g -O2'
  6553. CYGPATH_W='echo'
  6554. DEBUG_CPPFLAGS=' -fmacro-prefix-map=$(abs_top_srcdir)=.'
  6555. DEBUG_CXXFLAGS=' -fdebug-prefix-map=$(abs_top_srcdir)=.'
  6556. DEFS='-DHAVE_CONFIG_H'
  6557. DEPDIR='.deps'
  6558. DLLTOOL='false'
  6559. DOXYGEN=''
  6560. DSYMUTIL=''
  6561. DUMPBIN=''
  6562. ECHO_C=''
  6563. ECHO_N='-n'
  6564. ECHO_T=''
  6565. EGREP='/usr/bin/grep -E'
  6566. ENABLE_ARM_CRC_FALSE=''
  6567. ENABLE_ARM_CRC_TRUE='#'
  6568. ENABLE_ARM_SHANI_FALSE=''
  6569. ENABLE_ARM_SHANI_TRUE='#'
  6570. ENABLE_AVX2_FALSE='#'
  6571. ENABLE_AVX2_TRUE=''
  6572. ENABLE_BENCH_FALSE='#'
  6573. ENABLE_BENCH_TRUE=''
  6574. ENABLE_CLMUL_FALSE='#'
  6575. ENABLE_CLMUL_TRUE=''
  6576. ENABLE_EXTERNAL_SIGNER=''
  6577. ENABLE_EXTERNAL_SIGNER_FALSE=''
  6578. ENABLE_EXTERNAL_SIGNER_TRUE='#'
  6579. ENABLE_FUZZ_BINARY_FALSE='#'
  6580. ENABLE_FUZZ_BINARY_TRUE=''
  6581. ENABLE_FUZZ_FALSE=''
  6582. ENABLE_FUZZ_TRUE='#'
  6583. ENABLE_MAN_FALSE='#'
  6584. ENABLE_MAN_TRUE=''
  6585. ENABLE_QT_FALSE='#'
  6586. ENABLE_QT_TESTS_FALSE='#'
  6587. ENABLE_QT_TESTS_TRUE=''
  6588. ENABLE_QT_TRUE=''
  6589. ENABLE_SSE41_FALSE='#'
  6590. ENABLE_SSE41_TRUE=''
  6591. ENABLE_SSE42_FALSE='#'
  6592. ENABLE_SSE42_TRUE=''
  6593. ENABLE_SYSCALL_SANDBOX_FALSE=''
  6594. ENABLE_SYSCALL_SANDBOX_TRUE='#'
  6595. ENABLE_TESTS_FALSE='#'
  6596. ENABLE_TESTS_TRUE=''
  6597. ENABLE_USDT_TRACEPOINTS_FALSE=''
  6598. ENABLE_USDT_TRACEPOINTS_TRUE='#'
  6599. ENABLE_WALLET_FALSE='#'
  6600. ENABLE_WALLET_TRUE=''
  6601. ENABLE_X86_SHANI_FALSE='#'
  6602. ENABLE_X86_SHANI_TRUE=''
  6603. ENABLE_ZMQ_FALSE=''
  6604. ENABLE_ZMQ_TRUE='#'
  6605. ERROR_CXXFLAGS=''
  6606. ETAGS='etags'
  6607. EVENT_CFLAGS='-isystem /usr/local/include'
  6608. EVENT_LIBS='-L/usr/local/lib -levent_extra -levent_core'
  6609. EVENT_PTHREADS_CFLAGS='-I/usr/local/include -pthread'
  6610. EVENT_PTHREADS_LIBS='-L/usr/local/lib -levent_pthreads -levent_extra -levent_core'
  6611. EXEEXT=''
  6612. EXTENDED_FUNCTIONAL_TESTS=''
  6613. FGREP='/usr/bin/grep -F'
  6614. GCOV=''
  6615. GENHTML=''
  6616. GIT='/usr/local/bin/git'
  6617. GPROF_CXXFLAGS=''
  6618. GPROF_LDFLAGS=''
  6619. GREP='/usr/bin/grep'
  6620. HARDENED_CPPFLAGS=' -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3'
  6621. HARDENED_CXXFLAGS=' -Wstack-protector -fstack-protector-all -fcf-protection=full'
  6622. HARDENED_LDFLAGS=' -Wl,-z,relro -Wl,-z,now -Wl,-z,separate-code -pie'
  6623. HARDEN_FALSE='#'
  6624. HARDEN_TRUE=''
  6625. HAVE_BUILTIN_PREFETCH='1'
  6626. HAVE_CLZ_FALSE='#'
  6627. HAVE_CLZ_TRUE=''
  6628. HAVE_CXX17='1'
  6629. HAVE_CXX20=''
  6630. HAVE_DOXYGEN_FALSE=''
  6631. HAVE_DOXYGEN_TRUE='#'
  6632. HAVE_EVHTTP_CONNECTION_GET_PEER_CONST_CHAR=''
  6633. HAVE_FDATASYNC='1'
  6634. HAVE_FULLFSYNC='0'
  6635. HAVE_GMTIME_R=''
  6636. HAVE_MM_PREFETCH='1'
  6637. HAVE_O_CLOEXEC='1'
  6638. HAVE_STRONG_GETAUXVAL='0'
  6639. HEXDUMP='/usr/bin/hexdump'
  6640. INSTALL_DATA='${INSTALL} -m 644'
  6641. INSTALL_NAME_TOOL=''
  6642. INSTALL_PROGRAM='${INSTALL}'
  6643. INSTALL_SCRIPT='${INSTALL}'
  6644. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  6645. LCONVERT='/usr/local/lib/qt5/bin/lconvert'
  6646. LCOV=''
  6647. LCOV_OPTS=''
  6648. LD='/usr/bin/ld'
  6649. LDFLAGS=''
  6650. LIBMULTIPROCESS_CFLAGS=''
  6651. LIBMULTIPROCESS_LIBS=''
  6652. LIBOBJS=''
  6653. LIBS=''
  6654. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  6655. LIBTOOL_APP_LDFLAGS=''
  6656. LIPO=''
  6657. LLVM_COV='/usr/bin/llvm-cov'
  6658. LN_S='ln -s'
  6659. LRELEASE='/usr/local/lib/qt5/bin/lrelease'
  6660. LTLIBOBJS=''
  6661. LTO_CXXFLAGS=''
  6662. LTO_LDFLAGS=''
  6663. LUPDATE='/usr/local/lib/qt5/bin/lupdate'
  6664. MAINT=''
  6665. MAINTAINER_MODE_FALSE='#'
  6666. MAINTAINER_MODE_TRUE=''
  6667. MAKEINFO='${SHELL} '\''/home/thestack/bitcoin/build-aux/missing'\'' makeinfo'
  6668. MAKENSIS=''
  6669. MANIFEST_TOOL=':'
  6670. MINIUPNPC_CPPFLAGS=''
  6671. MINIUPNPC_LIBS=''
  6672. MKDIR_P='./build-aux/install-sh -c -d'
  6673. MOC='/usr/local/lib/qt5/bin/moc'
  6674. MOC_DEFS='-DHAVE_CONFIG_H -I$(srcdir)'
  6675. MPGEN_PREFIX=''
  6676. NATPMP_CPPFLAGS=''
  6677. NATPMP_LIBS=''
  6678. NM='/usr/bin/nm -B'
  6679. NMEDIT=''
  6680. NOWARN_CXXFLAGS=' -Wno-unused-parameter -Wno-self-assign'
  6681. OBJCOPY='/usr/bin/objcopy'
  6682. OBJCXX='c++ -std=c++17'
  6683. OBJCXXDEPMODE='depmode=gcc3'
  6684. OBJCXXFLAGS='-g -O2'
  6685. OBJDUMP='objdump'
  6686. OBJEXT='o'
  6687. OTOOL64=''
  6688. OTOOL=''
  6689. PACKAGE='bitcoin'
  6690. PACKAGE_BUGREPORT='https://github.com/bitcoin/bitcoin/issues'
  6691. PACKAGE_NAME='Bitcoin Core'
  6692. PACKAGE_STRING='Bitcoin Core 24.99.0'
  6693. PACKAGE_TARNAME='bitcoin'
  6694. PACKAGE_URL='https://bitcoincore.org/'
  6695. PACKAGE_VERSION='24.99.0'
  6696. PATH_SEPARATOR=':'
  6697. PIC_FLAGS='-fPIC'
  6698. PIE_FLAGS='-fPIE'
  6699. PKG_CONFIG='/usr/bin/pkg-config'
  6700. PKG_CONFIG_LIBDIR=''
  6701. PKG_CONFIG_PATH=''
  6702. PTHREAD_CC='cc'
  6703. PTHREAD_CFLAGS='-pthread'
  6704. PTHREAD_CXX='c++ -std=c++17'
  6705. PTHREAD_LIBS='-lpthread'
  6706. PYTHON='/usr/local/bin/python3.9'
  6707. PYTHONPATH=''
  6708. QR_CFLAGS=''
  6709. QR_LIBS=''
  6710. QT_ACCESSIBILITY_CFLAGS=''
  6711. QT_ACCESSIBILITY_LIBS=''
  6712. QT_CLIPBOARD_CFLAGS=''
  6713. QT_CLIPBOARD_LIBS=''
  6714. QT_CORE_CFLAGS='-DQT_CORE_LIB -I/usr/local/include/X11/qt5/QtCore -I/usr/local/include/X11/qt5'
  6715. QT_CORE_LIBS=' -lQt5Core'
  6716. QT_DBUS_CFLAGS='-DQT_DBUS_LIB -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5 -DQT_CORE_LIB -I/usr/local/include/X11/qt5/QtCore'
  6717. QT_DBUS_INCLUDES='-DQT_DBUS_LIB -isystem /usr/local/include/X11/qt5/QtDBus -isystem /usr/local/include/X11/qt5 -DQT_CORE_LIB -isystem /usr/local/include/X11/qt5/QtCore'
  6718. QT_DBUS_LIBS=' -lQt5DBus -lQt5Core'
  6719. QT_DEVICEDISCOVERY_CFLAGS=''
  6720. QT_DEVICEDISCOVERY_LIBS=''
  6721. QT_EDID_CFLAGS=''
  6722. QT_EDID_LIBS=''
  6723. QT_EGL_CFLAGS=''
  6724. QT_EGL_LIBS=''
  6725. QT_EVENTDISPATCHER_CFLAGS=''
  6726. QT_EVENTDISPATCHER_LIBS=''
  6727. QT_FB_CFLAGS=''
  6728. QT_FB_LIBS=''
  6729. QT_FONTDATABASE_CFLAGS=''
  6730. QT_FONTDATABASE_LIBS=''
  6731. QT_GRAPHICS_CFLAGS=''
  6732. QT_GRAPHICS_LIBS=''
  6733. QT_GUI_CFLAGS='-DQT_GUI_LIB -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5 -DQT_CORE_LIB -I/usr/local/include/X11/qt5/QtCore'
  6734. QT_GUI_LIBS=' -lQt5Gui -lQt5Core'
  6735. QT_INCLUDES='-DQT_NETWORK_LIB -isystem /usr/local/include/X11/qt5/QtNetwork -isystem /usr/local/include/X11/qt5 -DQT_CORE_LIB -isystem /usr/local/include/X11/qt5/QtCore -DQT_WIDGETS_LIB -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5 -DQT_GUI_LIB -isystem /usr/local/include/X11/qt5/QtGui -DQT_CORE_LIB -isystem /usr/local/include/X11/qt5/QtCore -DQT_GUI_LIB -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5 -DQT_CORE_LIB -isystem /usr/local/include/X11/qt5/QtCore -DQT_CORE_LIB -isystem /usr/local/include/X11/qt5/QtCore -isystem /usr/local/include/X11/qt5'
  6736. QT_INPUT_CFLAGS=''
  6737. QT_INPUT_LIBS=''
  6738. QT_LDFLAGS=''
  6739. QT_LIBS=' -lQt5Network -lQt5Core -lQt5Widgets -lQt5Gui -lQt5Core -lQt5Gui -lQt5Core -lQt5Core '
  6740. QT_NETWORK_CFLAGS='-DQT_NETWORK_LIB -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5 -DQT_CORE_LIB -I/usr/local/include/X11/qt5/QtCore'
  6741. QT_NETWORK_LIBS=' -lQt5Network -lQt5Core'
  6742. QT_PIE_FLAGS='-fPIC'
  6743. QT_SELECT='qt5'
  6744. QT_SERVICE_CFLAGS=''
  6745. QT_SERVICE_LIBS=''
  6746. QT_TEST_CFLAGS='-DQT_TESTLIB_LIB -I/usr/local/include/X11/qt5/QtTest -I/usr/local/include/X11/qt5 -DQT_CORE_LIB -I/usr/local/include/X11/qt5/QtCore'
  6747. QT_TEST_INCLUDES='-DQT_TESTLIB_LIB -isystem /usr/local/include/X11/qt5/QtTest -isystem /usr/local/include/X11/qt5 -DQT_CORE_LIB -isystem /usr/local/include/X11/qt5/QtCore'
  6748. QT_TEST_LIBS=' -lQt5Test -lQt5Core'
  6749. QT_THEME_CFLAGS=''
  6750. QT_THEME_LIBS=''
  6751. QT_TRANSLATION_DIR=''
  6752. QT_WIDGETS_CFLAGS='-DQT_WIDGETS_LIB -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5 -DQT_GUI_LIB -I/usr/local/include/X11/qt5/QtGui -DQT_CORE_LIB -I/usr/local/include/X11/qt5/QtCore'
  6753. QT_WIDGETS_LIBS=' -lQt5Widgets -lQt5Gui -lQt5Core'
  6754. QT_WINDOWSUIAUTOMATION_CFLAGS=''
  6755. QT_WINDOWSUIAUTOMATION_LIBS=''
  6756. QT_XCBQPA_CFLAGS=''
  6757. QT_XCBQPA_LIBS=''
  6758. QT_XKBCOMMON_CFLAGS=''
  6759. QT_XKBCOMMON_LIBS=''
  6760. RANLIB='ranlib'
  6761. RCC='/usr/local/lib/qt5/bin/rcc'
  6762. RELDFLAGS=''
  6763. RUNTIME_LDFLAGS=''
  6764. SANITIZER_CXXFLAGS=''
  6765. SANITIZER_LDFLAGS=''
  6766. SED='/usr/bin/sed'
  6767. SET_MAKE=''
  6768. SHELL='/bin/sh'
  6769. SQLITE_CFLAGS='-I/usr/local/include'
  6770. SQLITE_LIBS='-L/usr/local/lib -lsqlite3'
  6771. SSE41_CXXFLAGS='-msse4.1'
  6772. SSE42_CXXFLAGS='-msse4.2'
  6773. STRIP='strip'
  6774. TARGET_DARWIN_FALSE=''
  6775. TARGET_DARWIN_TRUE='#'
  6776. TARGET_LINUX_FALSE=''
  6777. TARGET_LINUX_TRUE='#'
  6778. TARGET_WINDOWS_FALSE=''
  6779. TARGET_WINDOWS_TRUE='#'
  6780. TESTDEFS=''
  6781. UIC='/usr/local/lib/qt5/bin/uic'
  6782. USE_ASM_FALSE='#'
  6783. USE_ASM_TRUE=''
  6784. USE_BDB=''
  6785. USE_BDB_FALSE=''
  6786. USE_BDB_TRUE='#'
  6787. USE_LCOV_FALSE=''
  6788. USE_LCOV_TRUE='#'
  6789. USE_LIBEVENT_FALSE='#'
  6790. USE_LIBEVENT_TRUE=''
  6791. USE_NATPMP_FALSE=''
  6792. USE_NATPMP_TRUE='#'
  6793. USE_QRCODE=''
  6794. USE_QRCODE_FALSE=''
  6795. USE_QRCODE_TRUE='#'
  6796. USE_SQLITE=''
  6797. USE_SQLITE_FALSE='#'
  6798. USE_SQLITE_TRUE=''
  6799. USE_UPNP=''
  6800. USE_UPNP_FALSE=''
  6801. USE_UPNP_TRUE='#'
  6802. VERSION='24.99.0'
  6803. WARN_CXXFLAGS=' -Wall -Wextra -Wgnu -Wformat -Wformat-security -Wvla -Wshadow-field -Wthread-safety -Wloop-analysis -Wredundant-decls -Wunused-member-function -Wdate-time -Wconditional-uninitialized -Woverloaded-virtual -Wsuggest-override -Wunreachable-code-loop-increment -Wimplicit-fallthrough -Wdocumentation'
  6804. WINDRES=''
  6805. WORDS_BIGENDIAN_FALSE=''
  6806. WORDS_BIGENDIAN_TRUE='#'
  6807. X86_SHANI_CXXFLAGS='-msse4 -msha'
  6808. XGETTEXT=''
  6809. XORRISOFS=''
  6810. ZMQ_CFLAGS=''
  6811. ZMQ_LIBS=''
  6812. ac_ct_AR='ar'
  6813. ac_ct_CC=''
  6814. ac_ct_CXX='c++'
  6815. ac_ct_DUMPBIN=''
  6816. ac_ct_OBJCXX=''
  6817. am__EXEEXT_FALSE=''
  6818. am__EXEEXT_TRUE='#'
  6819. am__fastdepCC_FALSE='#'
  6820. am__fastdepCC_TRUE=''
  6821. am__fastdepCXX_FALSE='#'
  6822. am__fastdepCXX_TRUE=''
  6823. am__fastdepOBJCXX_FALSE='#'
  6824. am__fastdepOBJCXX_TRUE=''
  6825. am__include='include'
  6826. am__isrc=''
  6827. am__leading_dot='.'
  6828. am__nodep='_no'
  6829. am__quote=''
  6830. am__tar='$${TAR-tar} chof - "$$tardir"'
  6831. am__untar='$${TAR-tar} xf -'
  6832. ax_pthread_config=''
  6833. bindir='${exec_prefix}/bin'
  6834. build='x86_64-unknown-openbsd7.2'
  6835. build_alias=''
  6836. build_cpu='x86_64'
  6837. build_os='openbsd7.2'
  6838. build_vendor='unknown'
  6839. datadir='${datarootdir}'
  6840. datarootdir='${prefix}/share'
  6841. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  6842. dvidir='${docdir}'
  6843. exec_prefix='${prefix}'
  6844. host='x86_64-unknown-openbsd7.2'
  6845. host_alias=''
  6846. host_cpu='x86_64'
  6847. host_os='openbsd7.2'
  6848. host_vendor='unknown'
  6849. htmldir='${docdir}'
  6850. includedir='${prefix}/include'
  6851. infodir='${datarootdir}/info'
  6852. install_sh='${SHELL} /home/thestack/bitcoin/build-aux/install-sh'
  6853. libdir='${exec_prefix}/lib'
  6854. libexecdir='${exec_prefix}/libexec'
  6855. localedir='${datarootdir}/locale'
  6856. localstatedir='${prefix}/var'
  6857. mandir='${datarootdir}/man'
  6858. mkdir_p='$(MKDIR_P)'
  6859. oldincludedir='/usr/include'
  6860. pdfdir='${docdir}'
  6861. prefix='/usr/local'
  6862. program_transform_name='s,x,x,'
  6863. psdir='${docdir}'
  6864. runstatedir='${localstatedir}/run'
  6865. sbindir='${exec_prefix}/sbin'
  6866. sharedstatedir='${prefix}/com'
  6867. subdirs=' src/secp256k1'
  6868. sysconfdir='${prefix}/etc'
  6869. target_alias=''
  6870.  
  6871. ## ----------- ##
  6872. ## confdefs.h. ##
  6873. ## ----------- ##
  6874.  
  6875. /* confdefs.h */
  6876. #define PACKAGE_NAME "Bitcoin Core"
  6877. #define PACKAGE_TARNAME "bitcoin"
  6878. #define PACKAGE_VERSION "24.99.0"
  6879. #define PACKAGE_STRING "Bitcoin Core 24.99.0"
  6880. #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  6881. #define PACKAGE_URL "https://bitcoincore.org/"
  6882. #define HAVE_CXX17 1
  6883. #define HAVE_STDIO_H 1
  6884. #define HAVE_STDLIB_H 1
  6885. #define HAVE_STRING_H 1
  6886. #define HAVE_INTTYPES_H 1
  6887. #define HAVE_STDINT_H 1
  6888. #define HAVE_STRINGS_H 1
  6889. #define HAVE_SYS_STAT_H 1
  6890. #define HAVE_SYS_TYPES_H 1
  6891. #define HAVE_UNISTD_H 1
  6892. #define STDC_HEADERS 1
  6893. #define HAVE_DLFCN_H 1
  6894. #define LT_OBJDIR ".libs/"
  6895. #define USE_ASM 1
  6896. #define HAVE_CLMUL 1
  6897. #define ENABLE_SSE41 1
  6898. #define ENABLE_AVX2 1
  6899. #define ENABLE_X86_SHANI 1
  6900. #define HAVE_PTHREAD_PRIO_INHERIT 1
  6901. #define HAVE_PTHREAD 1
  6902. #define HAVE_DECL_STRERROR_R 1
  6903. #define HAVE_STRERROR_R 1
  6904. #define HAVE_ENDIAN_H 1
  6905. #define HAVE_SYS_ENDIAN_H 1
  6906. #define HAVE_SYS_SELECT_H 1
  6907. #define HAVE_SYS_SYSCTL_H 1
  6908. #define HAVE_SYS_VMMETER_H 1
  6909. #define HAVE_DECL_GETIFADDRS 1
  6910. #define HAVE_DECL_FREEIFADDRS 1
  6911. #define HAVE_DECL_FORK 1
  6912. #define HAVE_DECL_SETSID 1
  6913. #define HAVE_DECL_PIPE2 1
  6914. #define HAVE_TIMINGSAFE_BCMP 1
  6915. #define HAVE_DECL_LE16TOH 1
  6916. #define HAVE_DECL_LE32TOH 1
  6917. #define HAVE_DECL_LE64TOH 1
  6918. #define HAVE_DECL_HTOLE16 1
  6919. #define HAVE_DECL_HTOLE32 1
  6920. #define HAVE_DECL_HTOLE64 1
  6921. #define HAVE_DECL_BE16TOH 1
  6922. #define HAVE_DECL_BE32TOH 1
  6923. #define HAVE_DECL_BE64TOH 1
  6924. #define HAVE_DECL_HTOBE16 1
  6925. #define HAVE_DECL_HTOBE32 1
  6926. #define HAVE_DECL_HTOBE64 1
  6927. #define HAVE_DECL_BSWAP_16 0
  6928. #define HAVE_DECL_BSWAP_32 0
  6929. #define HAVE_DECL_BSWAP_64 0
  6930. #define HAVE_BUILTIN_CLZL 1
  6931. #define HAVE_BUILTIN_CLZLL 1
  6932. #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
  6933. #define HAVE_THREAD_LOCAL 1
  6934. #define HAVE_GMTIME_R 1
  6935. #define HAVE_SYSCTL 1
  6936. #define HAVE_FDATASYNC 1
  6937. #define HAVE_O_CLOEXEC 1
  6938. #define HAVE_SYSTEM 1
  6939. #define HAVE_BUILTIN_MUL_OVERFLOW 1
  6940. #define USE_SQLITE 1
  6941. #define HAVE_BOOST /**/
  6942. #define ENABLE_ZMQ 0
  6943. #define HAVE_CONSENSUS_LIB 1
  6944. #define ENABLE_WALLET 1
  6945. #define USE_DBUS 1
  6946. #define CLIENT_VERSION_MAJOR 24
  6947. #define CLIENT_VERSION_MINOR 99
  6948. #define CLIENT_VERSION_BUILD 0
  6949. #define CLIENT_VERSION_IS_RELEASE false
  6950. #define COPYRIGHT_YEAR 2023
  6951. #define COPYRIGHT_HOLDERS "The %s developers"
  6952. #define COPYRIGHT_HOLDERS_SUBSTITUTION "Bitcoin Core"
  6953. #define COPYRIGHT_HOLDERS_FINAL "The Bitcoin Core developers"
  6954.  
  6955. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment