Advertisement
Guest User

Untitled

a guest
Aug 29th, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 173.73 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by Bitcoin Core configure 0.9.99, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --prefix=/home/bitcoind --with-boost-libdir=/usr/lib64 --with-boost=/home/bitcoind/deps
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = localhost.localdomain
  14. uname -m = x86_64
  15. uname -r = 3.10.0-123.6.3.el7.x86_64
  16. uname -s = Linux
  17. uname -v = #1 SMP Wed Aug 6 21:12:36 UTC 2014
  18.  
  19. /usr/bin/uname -p = x86_64
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = x86_64
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /sbin
  33. PATH: /bin
  34. PATH: /usr/sbin
  35. PATH: /usr/bin
  36. PATH: /root/bin
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:2948: checking build system type
  44. configure:2962: result: x86_64-unknown-linux-gnu
  45. configure:2982: checking host system type
  46. configure:2995: result: x86_64-unknown-linux-gnu
  47. configure:3036: checking how to print strings
  48. configure:3063: result: printf
  49. configure:3132: checking for gcc
  50. configure:3148: found /bin/gcc
  51. configure:3159: result: gcc
  52. configure:3388: checking for C compiler version
  53. configure:3397: gcc --version >&5
  54. gcc (GCC) 4.8.2 20140120 (Red Hat 4.8.2-16)
  55. Copyright (C) 2013 Free Software Foundation, Inc.
  56. This is free software; see the source for copying conditions. There is NO
  57. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  58.  
  59. configure:3408: $? = 0
  60. configure:3397: gcc -v >&5
  61. Using built-in specs.
  62. COLLECT_GCC=gcc
  63. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/lto-wrapper
  64. Target: x86_64-redhat-linux
  65. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.2-20140120/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.2-20140120/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
  66. Thread model: posix
  67. gcc version 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC)
  68. configure:3408: $? = 0
  69. configure:3397: gcc -V >&5
  70. gcc: error: unrecognized command line option '-V'
  71. gcc: fatal error: no input files
  72. compilation terminated.
  73. configure:3408: $? = 4
  74. configure:3397: gcc -qversion >&5
  75. gcc: error: unrecognized command line option '-qversion'
  76. gcc: fatal error: no input files
  77. compilation terminated.
  78. configure:3408: $? = 4
  79. configure:3428: checking whether the C compiler works
  80. configure:3450: gcc -I/home/bitcoind/deps/include -L/home/bitcoind/deps/lib conftest.c -lssl -lcrypto >&5
  81. configure:3454: $? = 0
  82. configure:3502: result: yes
  83. configure:3505: checking for C compiler default output file name
  84. configure:3507: result: a.out
  85. configure:3513: checking for suffix of executables
  86. configure:3520: gcc -o conftest -I/home/bitcoind/deps/include -L/home/bitcoind/deps/lib conftest.c -lssl -lcrypto >&5
  87. configure:3524: $? = 0
  88. configure:3546: result:
  89. configure:3568: checking whether we are cross compiling
  90. configure:3576: gcc -o conftest -I/home/bitcoind/deps/include -L/home/bitcoind/deps/lib conftest.c -lssl -lcrypto >&5
  91. configure:3580: $? = 0
  92. configure:3587: ./conftest
  93. configure:3591: $? = 0
  94. configure:3606: result: no
  95. configure:3611: checking for suffix of object files
  96. configure:3633: gcc -c -I/home/bitcoind/deps/include conftest.c >&5
  97. configure:3637: $? = 0
  98. configure:3658: result: o
  99. configure:3662: checking whether we are using the GNU C compiler
  100. configure:3681: gcc -c -I/home/bitcoind/deps/include conftest.c >&5
  101. configure:3681: $? = 0
  102. configure:3690: result: yes
  103. configure:3699: checking whether gcc accepts -g
  104. configure:3719: gcc -c -g -I/home/bitcoind/deps/include conftest.c >&5
  105. configure:3719: $? = 0
  106. configure:3760: result: yes
  107. configure:3777: checking for gcc option to accept ISO C89
  108. configure:3840: gcc -c -g -O2 -I/home/bitcoind/deps/include conftest.c >&5
  109. configure:3840: $? = 0
  110. configure:3853: result: none needed
  111. configure:3873: checking for a sed that does not truncate output
  112. configure:3937: result: /bin/sed
  113. configure:3955: checking for grep that handles long lines and -e
  114. configure:4013: result: /bin/grep
  115. configure:4018: checking for egrep
  116. configure:4080: result: /bin/grep -E
  117. configure:4085: checking for fgrep
  118. configure:4147: result: /bin/grep -F
  119. configure:4182: checking for ld used by gcc
  120. configure:4249: result: /bin/ld
  121. configure:4256: checking if the linker (/bin/ld) is GNU ld
  122. configure:4271: result: yes
  123. configure:4283: checking for BSD- or MS-compatible name lister (nm)
  124. configure:4332: result: /bin/nm -B
  125. configure:4462: checking the name lister (/bin/nm -B) interface
  126. configure:4469: gcc -c -g -O2 -I/home/bitcoind/deps/include conftest.c >&5
  127. configure:4472: /bin/nm -B "conftest.o"
  128. configure:4475: output
  129. 0000000000000000 B some_variable
  130. configure:4482: result: BSD nm
  131. configure:4485: checking whether ln -s works
  132. configure:4489: result: yes
  133. configure:4497: checking the maximum length of command line arguments
  134. configure:4627: result: 1572864
  135. configure:4644: checking whether the shell understands some XSI constructs
  136. configure:4654: result: yes
  137. configure:4658: checking whether the shell understands "+="
  138. configure:4664: result: yes
  139. configure:4699: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
  140. configure:4739: result: func_convert_file_noop
  141. configure:4746: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
  142. configure:4766: result: func_convert_file_noop
  143. configure:4773: checking for /bin/ld option to reload object files
  144. configure:4780: result: -r
  145. configure:4854: checking for objdump
  146. configure:4870: found /bin/objdump
  147. configure:4881: result: objdump
  148. configure:4913: checking how to recognize dependent libraries
  149. configure:5115: result: pass_all
  150. configure:5200: checking for dlltool
  151. configure:5230: result: no
  152. configure:5260: checking how to associate runtime and link libraries
  153. configure:5287: result: printf %s\n
  154. configure:5348: checking for ar
  155. configure:5364: found /bin/ar
  156. configure:5375: result: ar
  157. configure:5412: checking for archiver @FILE support
  158. configure:5429: gcc -c -g -O2 -I/home/bitcoind/deps/include conftest.c >&5
  159. configure:5429: $? = 0
  160. configure:5432: ar cru libconftest.a @conftest.lst >&5
  161. configure:5435: $? = 0
  162. configure:5440: ar cru libconftest.a @conftest.lst >&5
  163. ar: conftest.o: No such file or directory
  164. configure:5443: $? = 1
  165. configure:5455: result: @
  166. configure:5513: checking for strip
  167. configure:5529: found /bin/strip
  168. configure:5540: result: strip
  169. configure:5612: checking for ranlib
  170. configure:5628: found /bin/ranlib
  171. configure:5639: result: ranlib
  172. configure:5716: checking for gawk
  173. configure:5732: found /bin/gawk
  174. configure:5743: result: gawk
  175. configure:5783: checking command to parse /bin/nm -B output from gcc object
  176. configure:5903: gcc -c -g -O2 -I/home/bitcoind/deps/include conftest.c >&5
  177. configure:5906: $? = 0
  178. configure:5910: /bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  179. configure:5913: $? = 0
  180. configure:5979: gcc -o conftest -g -O2 -I/home/bitcoind/deps/include -L/home/bitcoind/deps/lib conftest.c conftstm.o >&5
  181. configure:5982: $? = 0
  182. configure:6020: result: ok
  183. configure:6057: checking for sysroot
  184. configure:6087: result: no
  185. configure:6164: gcc -c -g -O2 -I/home/bitcoind/deps/include conftest.c >&5
  186. configure:6167: $? = 0
  187. configure:6343: checking for mt
  188. configure:6373: result: no
  189. configure:6393: checking if : is a manifest tool
  190. configure:6399: : '-?'
  191. configure:6407: result: no
  192. configure:7049: checking how to run the C preprocessor
  193. configure:7080: gcc -E -I/home/bitcoind/deps/include conftest.c
  194. configure:7080: $? = 0
  195. configure:7094: gcc -E -I/home/bitcoind/deps/include conftest.c
  196. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  197. #include <ac_nonexistent.h>
  198. ^
  199. compilation terminated.
  200. configure:7094: $? = 1
  201. configure: failed program was:
  202. | /* confdefs.h */
  203. | #define PACKAGE_NAME "Bitcoin Core"
  204. | #define PACKAGE_TARNAME "bitcoin"
  205. | #define PACKAGE_VERSION "0.9.99"
  206. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  207. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  208. | #define PACKAGE_URL ""
  209. | /* end confdefs.h. */
  210. | #include <ac_nonexistent.h>
  211. configure:7119: result: gcc -E
  212. configure:7139: gcc -E -I/home/bitcoind/deps/include conftest.c
  213. configure:7139: $? = 0
  214. configure:7153: gcc -E -I/home/bitcoind/deps/include conftest.c
  215. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  216. #include <ac_nonexistent.h>
  217. ^
  218. compilation terminated.
  219. configure:7153: $? = 1
  220. configure: failed program was:
  221. | /* confdefs.h */
  222. | #define PACKAGE_NAME "Bitcoin Core"
  223. | #define PACKAGE_TARNAME "bitcoin"
  224. | #define PACKAGE_VERSION "0.9.99"
  225. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  226. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  227. | #define PACKAGE_URL ""
  228. | /* end confdefs.h. */
  229. | #include <ac_nonexistent.h>
  230. configure:7182: checking for ANSI C header files
  231. configure:7202: gcc -c -g -O2 -I/home/bitcoind/deps/include conftest.c >&5
  232. configure:7202: $? = 0
  233. configure:7275: gcc -o conftest -g -O2 -I/home/bitcoind/deps/include -L/home/bitcoind/deps/lib conftest.c -lssl -lcrypto >&5
  234. configure:7275: $? = 0
  235. configure:7275: ./conftest
  236. configure:7275: $? = 0
  237. configure:7286: result: yes
  238. configure:7299: checking for sys/types.h
  239. configure:7299: gcc -c -g -O2 -I/home/bitcoind/deps/include conftest.c >&5
  240. configure:7299: $? = 0
  241. configure:7299: result: yes
  242. configure:7299: checking for sys/stat.h
  243. configure:7299: gcc -c -g -O2 -I/home/bitcoind/deps/include conftest.c >&5
  244. configure:7299: $? = 0
  245. configure:7299: result: yes
  246. configure:7299: checking for stdlib.h
  247. configure:7299: gcc -c -g -O2 -I/home/bitcoind/deps/include conftest.c >&5
  248. configure:7299: $? = 0
  249. configure:7299: result: yes
  250. configure:7299: checking for string.h
  251. configure:7299: gcc -c -g -O2 -I/home/bitcoind/deps/include conftest.c >&5
  252. configure:7299: $? = 0
  253. configure:7299: result: yes
  254. configure:7299: checking for memory.h
  255. configure:7299: gcc -c -g -O2 -I/home/bitcoind/deps/include conftest.c >&5
  256. configure:7299: $? = 0
  257. configure:7299: result: yes
  258. configure:7299: checking for strings.h
  259. configure:7299: gcc -c -g -O2 -I/home/bitcoind/deps/include conftest.c >&5
  260. configure:7299: $? = 0
  261. configure:7299: result: yes
  262. configure:7299: checking for inttypes.h
  263. configure:7299: gcc -c -g -O2 -I/home/bitcoind/deps/include conftest.c >&5
  264. configure:7299: $? = 0
  265. configure:7299: result: yes
  266. configure:7299: checking for stdint.h
  267. configure:7299: gcc -c -g -O2 -I/home/bitcoind/deps/include conftest.c >&5
  268. configure:7299: $? = 0
  269. configure:7299: result: yes
  270. configure:7299: checking for unistd.h
  271. configure:7299: gcc -c -g -O2 -I/home/bitcoind/deps/include conftest.c >&5
  272. configure:7299: $? = 0
  273. configure:7299: result: yes
  274. configure:7313: checking for dlfcn.h
  275. configure:7313: gcc -c -g -O2 -I/home/bitcoind/deps/include conftest.c >&5
  276. configure:7313: $? = 0
  277. configure:7313: result: yes
  278. configure:7518: checking for objdir
  279. configure:7533: result: .libs
  280. configure:7804: checking if gcc supports -fno-rtti -fno-exceptions
  281. configure:7822: gcc -c -g -O2 -I/home/bitcoind/deps/include -fno-rtti -fno-exceptions conftest.c >&5
  282. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  283. configure:7826: $? = 0
  284. configure:7839: result: no
  285. configure:8166: checking for gcc option to produce PIC
  286. configure:8173: result: -fPIC -DPIC
  287. configure:8181: checking if gcc PIC flag -fPIC -DPIC works
  288. configure:8199: gcc -c -g -O2 -I/home/bitcoind/deps/include -fPIC -DPIC -DPIC conftest.c >&5
  289. configure:8203: $? = 0
  290. configure:8216: result: yes
  291. configure:8245: checking if gcc static flag -static works
  292. configure:8273: result: no
  293. configure:8288: checking if gcc supports -c -o file.o
  294. configure:8309: gcc -c -g -O2 -I/home/bitcoind/deps/include -o out/conftest2.o conftest.c >&5
  295. configure:8313: $? = 0
  296. configure:8335: result: yes
  297. configure:8343: checking if gcc supports -c -o file.o
  298. configure:8390: result: yes
  299. configure:8423: checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries
  300. configure:9576: result: yes
  301. configure:9816: checking dynamic linker characteristics
  302. configure:10327: gcc -o conftest -g -O2 -I/home/bitcoind/deps/include -L/home/bitcoind/deps/lib -Wl,-rpath -Wl,/foo conftest.c -lssl -lcrypto >&5
  303. configure:10327: $? = 0
  304. configure:10553: result: GNU/Linux ld.so
  305. configure:10660: checking how to hardcode library paths into programs
  306. configure:10685: result: immediate
  307. configure:11225: checking whether stripping libraries is possible
  308. configure:11230: result: yes
  309. configure:11265: checking if libtool supports shared libraries
  310. configure:11267: result: yes
  311. configure:11270: checking whether to build shared libraries
  312. configure:11291: result: no
  313. configure:11294: checking whether to build static libraries
  314. configure:11298: result: yes
  315. configure:11457: checking for a BSD-compatible install
  316. configure:11525: result: /bin/install -c
  317. configure:11536: checking whether build environment is sane
  318. configure:11591: result: yes
  319. configure:11742: checking for a thread-safe mkdir -p
  320. configure:11781: result: /bin/mkdir -p
  321. configure:11784: checking whether make sets $(MAKE)
  322. configure:11806: result: yes
  323. configure:11836: checking for style of include used by make
  324. configure:11864: result: GNU
  325. configure:11898: checking whether make supports nested variables
  326. configure:11915: result: yes
  327. configure:11991: checking dependency style of gcc
  328. configure:12102: result: gcc3
  329. configure:12120: checking whether to enable maintainer-specific portions of Makefiles
  330. configure:12129: result: yes
  331. configure:12154: checking whether make supports nested variables
  332. configure:12171: result: yes
  333. configure:12353: checking for g++
  334. configure:12369: found /bin/g++
  335. configure:12380: result: g++
  336. configure:12407: checking for C++ compiler version
  337. configure:12416: g++ --version >&5
  338. g++ (GCC) 4.8.2 20140120 (Red Hat 4.8.2-16)
  339. Copyright (C) 2013 Free Software Foundation, Inc.
  340. This is free software; see the source for copying conditions. There is NO
  341. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  342.  
  343. configure:12427: $? = 0
  344. configure:12416: g++ -v >&5
  345. Using built-in specs.
  346. COLLECT_GCC=g++
  347. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/lto-wrapper
  348. Target: x86_64-redhat-linux
  349. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.2-20140120/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.2-20140120/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
  350. Thread model: posix
  351. gcc version 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC)
  352. configure:12427: $? = 0
  353. configure:12416: g++ -V >&5
  354. g++: error: unrecognized command line option '-V'
  355. g++: fatal error: no input files
  356. compilation terminated.
  357. configure:12427: $? = 4
  358. configure:12416: g++ -qversion >&5
  359. g++: error: unrecognized command line option '-qversion'
  360. g++: fatal error: no input files
  361. compilation terminated.
  362. configure:12427: $? = 4
  363. configure:12431: checking whether we are using the GNU C++ compiler
  364. configure:12450: g++ -c -I/home/bitcoind/deps/include conftest.cpp >&5
  365. configure:12450: $? = 0
  366. configure:12459: result: yes
  367. configure:12468: checking whether g++ accepts -g
  368. configure:12488: g++ -c -g -I/home/bitcoind/deps/include conftest.cpp >&5
  369. configure:12488: $? = 0
  370. configure:12529: result: yes
  371. configure:12570: checking how to run the C++ preprocessor
  372. configure:12597: g++ -E -I/home/bitcoind/deps/include conftest.cpp
  373. configure:12597: $? = 0
  374. configure:12611: g++ -E -I/home/bitcoind/deps/include conftest.cpp
  375. conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory
  376. #include <ac_nonexistent.h>
  377. ^
  378. compilation terminated.
  379. configure:12611: $? = 1
  380. configure: failed program was:
  381. | /* confdefs.h */
  382. | #define PACKAGE_NAME "Bitcoin Core"
  383. | #define PACKAGE_TARNAME "bitcoin"
  384. | #define PACKAGE_VERSION "0.9.99"
  385. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  386. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  387. | #define PACKAGE_URL ""
  388. | #define STDC_HEADERS 1
  389. | #define HAVE_SYS_TYPES_H 1
  390. | #define HAVE_SYS_STAT_H 1
  391. | #define HAVE_STDLIB_H 1
  392. | #define HAVE_STRING_H 1
  393. | #define HAVE_MEMORY_H 1
  394. | #define HAVE_STRINGS_H 1
  395. | #define HAVE_INTTYPES_H 1
  396. | #define HAVE_STDINT_H 1
  397. | #define HAVE_UNISTD_H 1
  398. | #define HAVE_DLFCN_H 1
  399. | #define LT_OBJDIR ".libs/"
  400. | /* end confdefs.h. */
  401. | #include <ac_nonexistent.h>
  402. configure:12636: result: g++ -E
  403. configure:12656: g++ -E -I/home/bitcoind/deps/include conftest.cpp
  404. configure:12656: $? = 0
  405. configure:12670: g++ -E -I/home/bitcoind/deps/include conftest.cpp
  406. conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory
  407. #include <ac_nonexistent.h>
  408. ^
  409. compilation terminated.
  410. configure:12670: $? = 1
  411. configure: failed program was:
  412. | /* confdefs.h */
  413. | #define PACKAGE_NAME "Bitcoin Core"
  414. | #define PACKAGE_TARNAME "bitcoin"
  415. | #define PACKAGE_VERSION "0.9.99"
  416. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  417. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  418. | #define PACKAGE_URL ""
  419. | #define STDC_HEADERS 1
  420. | #define HAVE_SYS_TYPES_H 1
  421. | #define HAVE_SYS_STAT_H 1
  422. | #define HAVE_STDLIB_H 1
  423. | #define HAVE_STRING_H 1
  424. | #define HAVE_MEMORY_H 1
  425. | #define HAVE_STRINGS_H 1
  426. | #define HAVE_INTTYPES_H 1
  427. | #define HAVE_STDINT_H 1
  428. | #define HAVE_UNISTD_H 1
  429. | #define HAVE_DLFCN_H 1
  430. | #define LT_OBJDIR ".libs/"
  431. | /* end confdefs.h. */
  432. | #include <ac_nonexistent.h>
  433. configure:12839: checking for ld used by g++
  434. configure:12906: result: /bin/ld -m elf_x86_64
  435. configure:12913: checking if the linker (/bin/ld -m elf_x86_64) is GNU ld
  436. configure:12928: result: yes
  437. configure:12983: checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries
  438. configure:13988: result: yes
  439. configure:14024: g++ -c -g -O2 -I/home/bitcoind/deps/include conftest.cpp >&5
  440. configure:14027: $? = 0
  441. configure:14547: checking for g++ option to produce PIC
  442. configure:14554: result: -fPIC -DPIC
  443. configure:14562: checking if g++ PIC flag -fPIC -DPIC works
  444. configure:14580: g++ -c -g -O2 -I/home/bitcoind/deps/include -fPIC -DPIC -DPIC conftest.cpp >&5
  445. configure:14584: $? = 0
  446. configure:14597: result: yes
  447. configure:14620: checking if g++ static flag -static works
  448. configure:14648: result: no
  449. configure:14660: checking if g++ supports -c -o file.o
  450. configure:14681: g++ -c -g -O2 -I/home/bitcoind/deps/include -o out/conftest2.o conftest.cpp >&5
  451. configure:14685: $? = 0
  452. configure:14707: result: yes
  453. configure:14712: checking if g++ supports -c -o file.o
  454. configure:14759: result: yes
  455. configure:14789: checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries
  456. configure:14825: result: yes
  457. configure:14966: checking dynamic linker characteristics
  458. configure:15637: result: GNU/Linux ld.so
  459. configure:15690: checking how to hardcode library paths into programs
  460. configure:15715: result: immediate
  461. configure:15757: checking dependency style of g++
  462. configure:15868: result: gcc3
  463. configure:15931: checking for gcc
  464. configure:15958: result: gcc
  465. configure:16187: checking for C compiler version
  466. configure:16196: gcc --version >&5
  467. gcc (GCC) 4.8.2 20140120 (Red Hat 4.8.2-16)
  468. Copyright (C) 2013 Free Software Foundation, Inc.
  469. This is free software; see the source for copying conditions. There is NO
  470. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  471.  
  472. configure:16207: $? = 0
  473. configure:16196: gcc -v >&5
  474. Using built-in specs.
  475. COLLECT_GCC=gcc
  476. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/lto-wrapper
  477. Target: x86_64-redhat-linux
  478. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.2-20140120/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.2-20140120/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
  479. Thread model: posix
  480. gcc version 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC)
  481. configure:16207: $? = 0
  482. configure:16196: gcc -V >&5
  483. gcc: error: unrecognized command line option '-V'
  484. gcc: fatal error: no input files
  485. compilation terminated.
  486. configure:16207: $? = 4
  487. configure:16196: gcc -qversion >&5
  488. gcc: error: unrecognized command line option '-qversion'
  489. gcc: fatal error: no input files
  490. compilation terminated.
  491. configure:16207: $? = 4
  492. configure:16211: checking whether we are using the GNU C compiler
  493. configure:16239: result: yes
  494. configure:16248: checking whether gcc accepts -g
  495. configure:16309: result: yes
  496. configure:16326: checking for gcc option to accept ISO C89
  497. configure:16402: result: none needed
  498. configure:16427: checking how to run the C preprocessor
  499. configure:16497: result: gcc -E
  500. configure:16517: gcc -E -I/home/bitcoind/deps/include conftest.c
  501. configure:16517: $? = 0
  502. configure:16531: gcc -E -I/home/bitcoind/deps/include conftest.c
  503. conftest.c:21:28: fatal error: ac_nonexistent.h: No such file or directory
  504. #include <ac_nonexistent.h>
  505. ^
  506. compilation terminated.
  507. configure:16531: $? = 1
  508. configure: failed program was:
  509. | /* confdefs.h */
  510. | #define PACKAGE_NAME "Bitcoin Core"
  511. | #define PACKAGE_TARNAME "bitcoin"
  512. | #define PACKAGE_VERSION "0.9.99"
  513. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  514. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  515. | #define PACKAGE_URL ""
  516. | #define STDC_HEADERS 1
  517. | #define HAVE_SYS_TYPES_H 1
  518. | #define HAVE_SYS_STAT_H 1
  519. | #define HAVE_STDLIB_H 1
  520. | #define HAVE_STRING_H 1
  521. | #define HAVE_MEMORY_H 1
  522. | #define HAVE_STRINGS_H 1
  523. | #define HAVE_INTTYPES_H 1
  524. | #define HAVE_STDINT_H 1
  525. | #define HAVE_UNISTD_H 1
  526. | #define HAVE_DLFCN_H 1
  527. | #define LT_OBJDIR ".libs/"
  528. | /* end confdefs.h. */
  529. | #include <ac_nonexistent.h>
  530. configure:16564: checking how to run the C++ preprocessor
  531. configure:16630: result: g++ -E
  532. configure:16650: g++ -E -I/home/bitcoind/deps/include conftest.cpp
  533. configure:16650: $? = 0
  534. configure:16664: g++ -E -I/home/bitcoind/deps/include conftest.cpp
  535. conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory
  536. #include <ac_nonexistent.h>
  537. ^
  538. compilation terminated.
  539. configure:16664: $? = 1
  540. configure: failed program was:
  541. | /* confdefs.h */
  542. | #define PACKAGE_NAME "Bitcoin Core"
  543. | #define PACKAGE_TARNAME "bitcoin"
  544. | #define PACKAGE_VERSION "0.9.99"
  545. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  546. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  547. | #define PACKAGE_URL ""
  548. | #define STDC_HEADERS 1
  549. | #define HAVE_SYS_TYPES_H 1
  550. | #define HAVE_SYS_STAT_H 1
  551. | #define HAVE_STDLIB_H 1
  552. | #define HAVE_STRING_H 1
  553. | #define HAVE_MEMORY_H 1
  554. | #define HAVE_STRINGS_H 1
  555. | #define HAVE_INTTYPES_H 1
  556. | #define HAVE_STDINT_H 1
  557. | #define HAVE_UNISTD_H 1
  558. | #define HAVE_DLFCN_H 1
  559. | #define LT_OBJDIR ".libs/"
  560. | /* end confdefs.h. */
  561. | #include <ac_nonexistent.h>
  562. configure:16747: checking for gcc
  563. configure:16763: found /bin/gcc
  564. configure:16774: result: gcc
  565. configure:16799: checking for Objective C compiler version
  566. configure:16808: gcc --version >&5
  567. gcc (GCC) 4.8.2 20140120 (Red Hat 4.8.2-16)
  568. Copyright (C) 2013 Free Software Foundation, Inc.
  569. This is free software; see the source for copying conditions. There is NO
  570. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  571.  
  572. configure:16819: $? = 0
  573. configure:16808: gcc -v >&5
  574. Using built-in specs.
  575. COLLECT_GCC=gcc
  576. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/lto-wrapper
  577. Target: x86_64-redhat-linux
  578. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.2-20140120/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.2-20140120/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
  579. Thread model: posix
  580. gcc version 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC)
  581. configure:16819: $? = 0
  582. configure:16808: gcc -V >&5
  583. gcc: error: unrecognized command line option '-V'
  584. gcc: fatal error: no input files
  585. compilation terminated.
  586. configure:16819: $? = 4
  587. configure:16808: gcc -qversion >&5
  588. gcc: error: unrecognized command line option '-qversion'
  589. gcc: fatal error: no input files
  590. compilation terminated.
  591. configure:16819: $? = 4
  592. configure:16823: checking whether we are using the GNU Objective C compiler
  593. configure:16842: gcc -c -I/home/bitcoind/deps/include conftest.m >&5
  594. gcc: error trying to exec 'cc1obj': execvp: No such file or directory
  595. configure:16842: $? = 1
  596. configure: failed program was:
  597. | /* confdefs.h */
  598. | #define PACKAGE_NAME "Bitcoin Core"
  599. | #define PACKAGE_TARNAME "bitcoin"
  600. | #define PACKAGE_VERSION "0.9.99"
  601. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  602. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  603. | #define PACKAGE_URL ""
  604. | #define STDC_HEADERS 1
  605. | #define HAVE_SYS_TYPES_H 1
  606. | #define HAVE_SYS_STAT_H 1
  607. | #define HAVE_STDLIB_H 1
  608. | #define HAVE_STRING_H 1
  609. | #define HAVE_MEMORY_H 1
  610. | #define HAVE_STRINGS_H 1
  611. | #define HAVE_INTTYPES_H 1
  612. | #define HAVE_STDINT_H 1
  613. | #define HAVE_UNISTD_H 1
  614. | #define HAVE_DLFCN_H 1
  615. | #define LT_OBJDIR ".libs/"
  616. | /* end confdefs.h. */
  617. |
  618. | int
  619. | main ()
  620. | {
  621. | #ifndef __GNUC__
  622. | choke me
  623. | #endif
  624. |
  625. | ;
  626. | return 0;
  627. | }
  628. configure:16851: result: no
  629. configure:16860: checking whether gcc accepts -g
  630. configure:16880: gcc -c -g -I/home/bitcoind/deps/include conftest.m >&5
  631. gcc: error trying to exec 'cc1obj': execvp: No such file or directory
  632. configure:16880: $? = 1
  633. configure: failed program was:
  634. | /* confdefs.h */
  635. | #define PACKAGE_NAME "Bitcoin Core"
  636. | #define PACKAGE_TARNAME "bitcoin"
  637. | #define PACKAGE_VERSION "0.9.99"
  638. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  639. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  640. | #define PACKAGE_URL ""
  641. | #define STDC_HEADERS 1
  642. | #define HAVE_SYS_TYPES_H 1
  643. | #define HAVE_SYS_STAT_H 1
  644. | #define HAVE_STDLIB_H 1
  645. | #define HAVE_STRING_H 1
  646. | #define HAVE_MEMORY_H 1
  647. | #define HAVE_STRINGS_H 1
  648. | #define HAVE_INTTYPES_H 1
  649. | #define HAVE_STDINT_H 1
  650. | #define HAVE_UNISTD_H 1
  651. | #define HAVE_DLFCN_H 1
  652. | #define LT_OBJDIR ".libs/"
  653. | /* end confdefs.h. */
  654. |
  655. | int
  656. | main ()
  657. | {
  658. |
  659. | ;
  660. | return 0;
  661. | }
  662. configure:16895: gcc -c -I/home/bitcoind/deps/include conftest.m >&5
  663. gcc: error trying to exec 'cc1obj': execvp: No such file or directory
  664. configure:16895: $? = 1
  665. configure: failed program was:
  666. | /* confdefs.h */
  667. | #define PACKAGE_NAME "Bitcoin Core"
  668. | #define PACKAGE_TARNAME "bitcoin"
  669. | #define PACKAGE_VERSION "0.9.99"
  670. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  671. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  672. | #define PACKAGE_URL ""
  673. | #define STDC_HEADERS 1
  674. | #define HAVE_SYS_TYPES_H 1
  675. | #define HAVE_SYS_STAT_H 1
  676. | #define HAVE_STDLIB_H 1
  677. | #define HAVE_STRING_H 1
  678. | #define HAVE_MEMORY_H 1
  679. | #define HAVE_STRINGS_H 1
  680. | #define HAVE_INTTYPES_H 1
  681. | #define HAVE_STDINT_H 1
  682. | #define HAVE_UNISTD_H 1
  683. | #define HAVE_DLFCN_H 1
  684. | #define LT_OBJDIR ".libs/"
  685. | /* end confdefs.h. */
  686. |
  687. | int
  688. | main ()
  689. | {
  690. |
  691. | ;
  692. | return 0;
  693. | }
  694. configure:16911: gcc -c -g -I/home/bitcoind/deps/include conftest.m >&5
  695. gcc: error trying to exec 'cc1obj': execvp: No such file or directory
  696. configure:16911: $? = 1
  697. configure: failed program was:
  698. | /* confdefs.h */
  699. | #define PACKAGE_NAME "Bitcoin Core"
  700. | #define PACKAGE_TARNAME "bitcoin"
  701. | #define PACKAGE_VERSION "0.9.99"
  702. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  703. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  704. | #define PACKAGE_URL ""
  705. | #define STDC_HEADERS 1
  706. | #define HAVE_SYS_TYPES_H 1
  707. | #define HAVE_SYS_STAT_H 1
  708. | #define HAVE_STDLIB_H 1
  709. | #define HAVE_STRING_H 1
  710. | #define HAVE_MEMORY_H 1
  711. | #define HAVE_STRINGS_H 1
  712. | #define HAVE_INTTYPES_H 1
  713. | #define HAVE_STDINT_H 1
  714. | #define HAVE_UNISTD_H 1
  715. | #define HAVE_DLFCN_H 1
  716. | #define LT_OBJDIR ".libs/"
  717. | /* end confdefs.h. */
  718. |
  719. | int
  720. | main ()
  721. | {
  722. |
  723. | ;
  724. | return 0;
  725. | }
  726. configure:16921: result: no
  727. configure:16946: checking dependency style of gcc
  728. configure:17055: result: gcc3
  729. configure:17070: checking whether ln -s works
  730. configure:17074: result: yes
  731. configure:17135: checking for g++
  732. configure:17151: found /bin/g++
  733. configure:17162: result: g++
  734. configure:17187: checking for Objective C++ compiler version
  735. configure:17196: g++ --version >&5
  736. g++ (GCC) 4.8.2 20140120 (Red Hat 4.8.2-16)
  737. Copyright (C) 2013 Free Software Foundation, Inc.
  738. This is free software; see the source for copying conditions. There is NO
  739. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  740.  
  741. configure:17207: $? = 0
  742. configure:17196: g++ -v >&5
  743. Using built-in specs.
  744. COLLECT_GCC=g++
  745. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/lto-wrapper
  746. Target: x86_64-redhat-linux
  747. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.2-20140120/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.2-20140120/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
  748. Thread model: posix
  749. gcc version 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC)
  750. configure:17207: $? = 0
  751. configure:17196: g++ -V >&5
  752. g++: error: unrecognized command line option '-V'
  753. g++: fatal error: no input files
  754. compilation terminated.
  755. configure:17207: $? = 4
  756. configure:17196: g++ -qversion >&5
  757. g++: error: unrecognized command line option '-qversion'
  758. g++: fatal error: no input files
  759. compilation terminated.
  760. configure:17207: $? = 4
  761. configure:17211: checking whether we are using the GNU Objective C++ compiler
  762. configure:17230: g++ -c -I/home/bitcoind/deps/include conftest.mm >&5
  763. g++: error trying to exec 'cc1objplus': execvp: No such file or directory
  764. configure:17230: $? = 1
  765. configure: failed program was:
  766. | /* confdefs.h */
  767. | #define PACKAGE_NAME "Bitcoin Core"
  768. | #define PACKAGE_TARNAME "bitcoin"
  769. | #define PACKAGE_VERSION "0.9.99"
  770. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  771. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  772. | #define PACKAGE_URL ""
  773. | #define STDC_HEADERS 1
  774. | #define HAVE_SYS_TYPES_H 1
  775. | #define HAVE_SYS_STAT_H 1
  776. | #define HAVE_STDLIB_H 1
  777. | #define HAVE_STRING_H 1
  778. | #define HAVE_MEMORY_H 1
  779. | #define HAVE_STRINGS_H 1
  780. | #define HAVE_INTTYPES_H 1
  781. | #define HAVE_STDINT_H 1
  782. | #define HAVE_UNISTD_H 1
  783. | #define HAVE_DLFCN_H 1
  784. | #define LT_OBJDIR ".libs/"
  785. | /* end confdefs.h. */
  786. |
  787. | int
  788. | main ()
  789. | {
  790. | #ifndef __GNUC__
  791. | choke me
  792. | #endif
  793. |
  794. | ;
  795. | return 0;
  796. | }
  797. configure:17239: result: no
  798. configure:17248: checking whether g++ accepts -g
  799. configure:17268: g++ -c -g -I/home/bitcoind/deps/include conftest.mm >&5
  800. g++: error trying to exec 'cc1objplus': execvp: No such file or directory
  801. configure:17268: $? = 1
  802. configure: failed program was:
  803. | /* confdefs.h */
  804. | #define PACKAGE_NAME "Bitcoin Core"
  805. | #define PACKAGE_TARNAME "bitcoin"
  806. | #define PACKAGE_VERSION "0.9.99"
  807. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  808. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  809. | #define PACKAGE_URL ""
  810. | #define STDC_HEADERS 1
  811. | #define HAVE_SYS_TYPES_H 1
  812. | #define HAVE_SYS_STAT_H 1
  813. | #define HAVE_STDLIB_H 1
  814. | #define HAVE_STRING_H 1
  815. | #define HAVE_MEMORY_H 1
  816. | #define HAVE_STRINGS_H 1
  817. | #define HAVE_INTTYPES_H 1
  818. | #define HAVE_STDINT_H 1
  819. | #define HAVE_UNISTD_H 1
  820. | #define HAVE_DLFCN_H 1
  821. | #define LT_OBJDIR ".libs/"
  822. | /* end confdefs.h. */
  823. |
  824. | int
  825. | main ()
  826. | {
  827. |
  828. | ;
  829. | return 0;
  830. | }
  831. configure:17283: g++ -c -I/home/bitcoind/deps/include conftest.mm >&5
  832. g++: error trying to exec 'cc1objplus': execvp: No such file or directory
  833. configure:17283: $? = 1
  834. configure: failed program was:
  835. | /* confdefs.h */
  836. | #define PACKAGE_NAME "Bitcoin Core"
  837. | #define PACKAGE_TARNAME "bitcoin"
  838. | #define PACKAGE_VERSION "0.9.99"
  839. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  840. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  841. | #define PACKAGE_URL ""
  842. | #define STDC_HEADERS 1
  843. | #define HAVE_SYS_TYPES_H 1
  844. | #define HAVE_SYS_STAT_H 1
  845. | #define HAVE_STDLIB_H 1
  846. | #define HAVE_STRING_H 1
  847. | #define HAVE_MEMORY_H 1
  848. | #define HAVE_STRINGS_H 1
  849. | #define HAVE_INTTYPES_H 1
  850. | #define HAVE_STDINT_H 1
  851. | #define HAVE_UNISTD_H 1
  852. | #define HAVE_DLFCN_H 1
  853. | #define LT_OBJDIR ".libs/"
  854. | /* end confdefs.h. */
  855. |
  856. | int
  857. | main ()
  858. | {
  859. |
  860. | ;
  861. | return 0;
  862. | }
  863. configure:17299: g++ -c -g -I/home/bitcoind/deps/include conftest.mm >&5
  864. g++: error trying to exec 'cc1objplus': execvp: No such file or directory
  865. configure:17299: $? = 1
  866. configure: failed program was:
  867. | /* confdefs.h */
  868. | #define PACKAGE_NAME "Bitcoin Core"
  869. | #define PACKAGE_TARNAME "bitcoin"
  870. | #define PACKAGE_VERSION "0.9.99"
  871. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  872. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  873. | #define PACKAGE_URL ""
  874. | #define STDC_HEADERS 1
  875. | #define HAVE_SYS_TYPES_H 1
  876. | #define HAVE_SYS_STAT_H 1
  877. | #define HAVE_STDLIB_H 1
  878. | #define HAVE_STRING_H 1
  879. | #define HAVE_MEMORY_H 1
  880. | #define HAVE_STRINGS_H 1
  881. | #define HAVE_INTTYPES_H 1
  882. | #define HAVE_STDINT_H 1
  883. | #define HAVE_UNISTD_H 1
  884. | #define HAVE_DLFCN_H 1
  885. | #define LT_OBJDIR ".libs/"
  886. | /* end confdefs.h. */
  887. |
  888. | int
  889. | main ()
  890. | {
  891. |
  892. | ;
  893. | return 0;
  894. | }
  895. configure:17309: result: no
  896. configure:17334: checking dependency style of g++
  897. configure:17443: result: gcc3
  898. configure:17459: checking for a sed that does not truncate output
  899. configure:17523: result: /bin/sed
  900. configure:17574: checking for ar
  901. configure:17592: found /bin/ar
  902. configure:17604: result: /bin/ar
  903. configure:17672: checking for ranlib
  904. configure:17690: found /bin/ranlib
  905. configure:17702: result: /bin/ranlib
  906. configure:17770: checking for strip
  907. configure:17788: found /bin/strip
  908. configure:17800: result: /bin/strip
  909. configure:17868: checking for gcov
  910. configure:17886: found /bin/gcov
  911. configure:17898: result: /bin/gcov
  912. configure:17922: checking for lcov
  913. configure:17955: result: no
  914. configure:17962: checking for java
  915. configure:17995: result: no
  916. configure:18002: checking for genhtml
  917. configure:18035: result: no
  918. configure:18042: checking for git
  919. configure:18060: found /bin/git
  920. configure:18072: result: /bin/git
  921. configure:18082: checking for ccache
  922. configure:18115: result: no
  923. configure:18122: checking for xgettext
  924. configure:18140: found /bin/xgettext
  925. configure:18152: result: /bin/xgettext
  926. configure:18162: checking for hexdump
  927. configure:18180: found /bin/hexdump
  928. configure:18192: result: /bin/hexdump
  929. configure:18254: checking for pkg-config
  930. configure:18272: found /bin/pkg-config
  931. configure:18284: result: /bin/pkg-config
  932. configure:18309: checking pkg-config is at least version 0.9.0
  933. configure:18312: result: yes
  934. configure:19837: checking whether byte ordering is bigendian
  935. configure:19852: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  936. conftest.cpp:22:9: error: expected unqualified-id before 'not' token
  937. not a universal capable compiler
  938. ^
  939. configure:19852: $? = 1
  940. configure: failed program was:
  941. | /* confdefs.h */
  942. | #define PACKAGE_NAME "Bitcoin Core"
  943. | #define PACKAGE_TARNAME "bitcoin"
  944. | #define PACKAGE_VERSION "0.9.99"
  945. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  946. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  947. | #define PACKAGE_URL ""
  948. | #define STDC_HEADERS 1
  949. | #define HAVE_SYS_TYPES_H 1
  950. | #define HAVE_SYS_STAT_H 1
  951. | #define HAVE_STDLIB_H 1
  952. | #define HAVE_STRING_H 1
  953. | #define HAVE_MEMORY_H 1
  954. | #define HAVE_STRINGS_H 1
  955. | #define HAVE_INTTYPES_H 1
  956. | #define HAVE_STDINT_H 1
  957. | #define HAVE_UNISTD_H 1
  958. | #define HAVE_DLFCN_H 1
  959. | #define LT_OBJDIR ".libs/"
  960. | /* end confdefs.h. */
  961. | #ifndef __APPLE_CC__
  962. | not a universal capable compiler
  963. | #endif
  964. | typedef int dummy;
  965. |
  966. configure:19897: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  967. configure:19897: $? = 0
  968. configure:19915: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  969. conftest.cpp: In function 'int main()':
  970. conftest.cpp:28:8: error: 'big' was not declared in this scope
  971. not big endian
  972. ^
  973. conftest.cpp:28:12: error: expected ';' before 'endian'
  974. not big endian
  975. ^
  976. configure:19915: $? = 1
  977. configure: failed program was:
  978. | /* confdefs.h */
  979. | #define PACKAGE_NAME "Bitcoin Core"
  980. | #define PACKAGE_TARNAME "bitcoin"
  981. | #define PACKAGE_VERSION "0.9.99"
  982. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  983. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  984. | #define PACKAGE_URL ""
  985. | #define STDC_HEADERS 1
  986. | #define HAVE_SYS_TYPES_H 1
  987. | #define HAVE_SYS_STAT_H 1
  988. | #define HAVE_STDLIB_H 1
  989. | #define HAVE_STRING_H 1
  990. | #define HAVE_MEMORY_H 1
  991. | #define HAVE_STRINGS_H 1
  992. | #define HAVE_INTTYPES_H 1
  993. | #define HAVE_STDINT_H 1
  994. | #define HAVE_UNISTD_H 1
  995. | #define HAVE_DLFCN_H 1
  996. | #define LT_OBJDIR ".libs/"
  997. | /* end confdefs.h. */
  998. | #include <sys/types.h>
  999. | #include <sys/param.h>
  1000. |
  1001. | int
  1002. | main ()
  1003. | {
  1004. | #if BYTE_ORDER != BIG_ENDIAN
  1005. | not big endian
  1006. | #endif
  1007. |
  1008. | ;
  1009. | return 0;
  1010. | }
  1011. configure:20043: result: no
  1012. configure:20173: checking if compiler needs -Werror to reject unknown flags
  1013. configure:20189: gcc -c -g -O2 -Werror -Wunknown-warning-option -Wsizeof-array-argument -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
  1014. gcc: error: unrecognized command line option '-Wunknown-warning-option'
  1015. gcc: error: unrecognized command line option '-Wsizeof-array-argument'
  1016. configure:20189: $? = 1
  1017. configure: failed program was:
  1018. | /* confdefs.h */
  1019. | #define PACKAGE_NAME "Bitcoin Core"
  1020. | #define PACKAGE_TARNAME "bitcoin"
  1021. | #define PACKAGE_VERSION "0.9.99"
  1022. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1023. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  1024. | #define PACKAGE_URL ""
  1025. | #define STDC_HEADERS 1
  1026. | #define HAVE_SYS_TYPES_H 1
  1027. | #define HAVE_SYS_STAT_H 1
  1028. | #define HAVE_STDLIB_H 1
  1029. | #define HAVE_STRING_H 1
  1030. | #define HAVE_MEMORY_H 1
  1031. | #define HAVE_STRINGS_H 1
  1032. | #define HAVE_INTTYPES_H 1
  1033. | #define HAVE_STDINT_H 1
  1034. | #define HAVE_UNISTD_H 1
  1035. | #define HAVE_DLFCN_H 1
  1036. | #define LT_OBJDIR ".libs/"
  1037. | /* end confdefs.h. */
  1038. | int foo(void);
  1039. | int
  1040. | main ()
  1041. | {
  1042. | foo()
  1043. | ;
  1044. | return 0;
  1045. | }
  1046. configure:20194: result: no
  1047. configure:20260: checking for the pthreads library -lpthreads
  1048. configure:20298: gcc -o conftest -g -O2 -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/bitcoind/deps/lib conftest.c -lpthreads -lssl -lcrypto >&5
  1049. /bin/ld: cannot find -lpthreads
  1050. collect2: error: ld returned 1 exit status
  1051. configure:20298: $? = 1
  1052. configure: failed program was:
  1053. | /* confdefs.h */
  1054. | #define PACKAGE_NAME "Bitcoin Core"
  1055. | #define PACKAGE_TARNAME "bitcoin"
  1056. | #define PACKAGE_VERSION "0.9.99"
  1057. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1058. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  1059. | #define PACKAGE_URL ""
  1060. | #define STDC_HEADERS 1
  1061. | #define HAVE_SYS_TYPES_H 1
  1062. | #define HAVE_SYS_STAT_H 1
  1063. | #define HAVE_STDLIB_H 1
  1064. | #define HAVE_STRING_H 1
  1065. | #define HAVE_MEMORY_H 1
  1066. | #define HAVE_STRINGS_H 1
  1067. | #define HAVE_INTTYPES_H 1
  1068. | #define HAVE_STDINT_H 1
  1069. | #define HAVE_UNISTD_H 1
  1070. | #define HAVE_DLFCN_H 1
  1071. | #define LT_OBJDIR ".libs/"
  1072. | /* end confdefs.h. */
  1073. | #include <pthread.h>
  1074. | static void routine(void *a) { a = 0; }
  1075. | static void *start_routine(void *a) { return a; }
  1076. | int
  1077. | main ()
  1078. | {
  1079. | pthread_t th; pthread_attr_t attr;
  1080. | pthread_create(&th, 0, start_routine, 0);
  1081. | pthread_join(th, 0);
  1082. | pthread_attr_init(&attr);
  1083. | pthread_cleanup_push(routine, 0);
  1084. | pthread_cleanup_pop(0) /* ; */
  1085. | ;
  1086. | return 0;
  1087. | }
  1088. configure:20307: result: no
  1089. configure:20205: checking whether pthreads work without any flags
  1090. configure:20298: gcc -o conftest -g -O2 -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/bitcoind/deps/lib conftest.c -lssl -lcrypto >&5
  1091. /tmp/ccW0k8uw.o: In function `main':
  1092. /home/bitcoind/downloads/bitcoin/conftest.c:28: undefined reference to `pthread_create'
  1093. /home/bitcoind/downloads/bitcoin/conftest.c:29: undefined reference to `pthread_join'
  1094. /home/bitcoind/downloads/bitcoin/conftest.c:31: undefined reference to `__pthread_register_cancel'
  1095. /home/bitcoind/downloads/bitcoin/conftest.c:32: undefined reference to `__pthread_unregister_cancel'
  1096. collect2: error: ld returned 1 exit status
  1097. configure:20298: $? = 1
  1098. configure: failed program was:
  1099. | /* confdefs.h */
  1100. | #define PACKAGE_NAME "Bitcoin Core"
  1101. | #define PACKAGE_TARNAME "bitcoin"
  1102. | #define PACKAGE_VERSION "0.9.99"
  1103. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1104. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  1105. | #define PACKAGE_URL ""
  1106. | #define STDC_HEADERS 1
  1107. | #define HAVE_SYS_TYPES_H 1
  1108. | #define HAVE_SYS_STAT_H 1
  1109. | #define HAVE_STDLIB_H 1
  1110. | #define HAVE_STRING_H 1
  1111. | #define HAVE_MEMORY_H 1
  1112. | #define HAVE_STRINGS_H 1
  1113. | #define HAVE_INTTYPES_H 1
  1114. | #define HAVE_STDINT_H 1
  1115. | #define HAVE_UNISTD_H 1
  1116. | #define HAVE_DLFCN_H 1
  1117. | #define LT_OBJDIR ".libs/"
  1118. | /* end confdefs.h. */
  1119. | #include <pthread.h>
  1120. | static void routine(void *a) { a = 0; }
  1121. | static void *start_routine(void *a) { return a; }
  1122. | int
  1123. | main ()
  1124. | {
  1125. | pthread_t th; pthread_attr_t attr;
  1126. | pthread_create(&th, 0, start_routine, 0);
  1127. | pthread_join(th, 0);
  1128. | pthread_attr_init(&attr);
  1129. | pthread_cleanup_push(routine, 0);
  1130. | pthread_cleanup_pop(0) /* ; */
  1131. | ;
  1132. | return 0;
  1133. | }
  1134. configure:20307: result: no
  1135. configure:20210: checking whether pthreads work with -Kthread
  1136. configure:20298: gcc -o conftest -g -O2 -Kthread -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/bitcoind/deps/lib conftest.c -lssl -lcrypto >&5
  1137. gcc: error: unrecognized command line option '-Kthread'
  1138. configure:20298: $? = 1
  1139. configure: failed program was:
  1140. | /* confdefs.h */
  1141. | #define PACKAGE_NAME "Bitcoin Core"
  1142. | #define PACKAGE_TARNAME "bitcoin"
  1143. | #define PACKAGE_VERSION "0.9.99"
  1144. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1145. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  1146. | #define PACKAGE_URL ""
  1147. | #define STDC_HEADERS 1
  1148. | #define HAVE_SYS_TYPES_H 1
  1149. | #define HAVE_SYS_STAT_H 1
  1150. | #define HAVE_STDLIB_H 1
  1151. | #define HAVE_STRING_H 1
  1152. | #define HAVE_MEMORY_H 1
  1153. | #define HAVE_STRINGS_H 1
  1154. | #define HAVE_INTTYPES_H 1
  1155. | #define HAVE_STDINT_H 1
  1156. | #define HAVE_UNISTD_H 1
  1157. | #define HAVE_DLFCN_H 1
  1158. | #define LT_OBJDIR ".libs/"
  1159. | /* end confdefs.h. */
  1160. | #include <pthread.h>
  1161. | static void routine(void *a) { a = 0; }
  1162. | static void *start_routine(void *a) { return a; }
  1163. | int
  1164. | main ()
  1165. | {
  1166. | pthread_t th; pthread_attr_t attr;
  1167. | pthread_create(&th, 0, start_routine, 0);
  1168. | pthread_join(th, 0);
  1169. | pthread_attr_init(&attr);
  1170. | pthread_cleanup_push(routine, 0);
  1171. | pthread_cleanup_pop(0) /* ; */
  1172. | ;
  1173. | return 0;
  1174. | }
  1175. configure:20307: result: no
  1176. configure:20210: checking whether pthreads work with -kthread
  1177. configure:20298: gcc -o conftest -g -O2 -kthread -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/bitcoind/deps/lib conftest.c -lssl -lcrypto >&5
  1178. gcc: error: unrecognized command line option '-kthread'
  1179. configure:20298: $? = 1
  1180. configure: failed program was:
  1181. | /* confdefs.h */
  1182. | #define PACKAGE_NAME "Bitcoin Core"
  1183. | #define PACKAGE_TARNAME "bitcoin"
  1184. | #define PACKAGE_VERSION "0.9.99"
  1185. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1186. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  1187. | #define PACKAGE_URL ""
  1188. | #define STDC_HEADERS 1
  1189. | #define HAVE_SYS_TYPES_H 1
  1190. | #define HAVE_SYS_STAT_H 1
  1191. | #define HAVE_STDLIB_H 1
  1192. | #define HAVE_STRING_H 1
  1193. | #define HAVE_MEMORY_H 1
  1194. | #define HAVE_STRINGS_H 1
  1195. | #define HAVE_INTTYPES_H 1
  1196. | #define HAVE_STDINT_H 1
  1197. | #define HAVE_UNISTD_H 1
  1198. | #define HAVE_DLFCN_H 1
  1199. | #define LT_OBJDIR ".libs/"
  1200. | /* end confdefs.h. */
  1201. | #include <pthread.h>
  1202. | static void routine(void *a) { a = 0; }
  1203. | static void *start_routine(void *a) { return a; }
  1204. | int
  1205. | main ()
  1206. | {
  1207. | pthread_t th; pthread_attr_t attr;
  1208. | pthread_create(&th, 0, start_routine, 0);
  1209. | pthread_join(th, 0);
  1210. | pthread_attr_init(&attr);
  1211. | pthread_cleanup_push(routine, 0);
  1212. | pthread_cleanup_pop(0) /* ; */
  1213. | ;
  1214. | return 0;
  1215. | }
  1216. configure:20307: result: no
  1217. configure:20260: checking for the pthreads library -llthread
  1218. configure:20298: gcc -o conftest -g -O2 -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/bitcoind/deps/lib conftest.c -llthread -lssl -lcrypto >&5
  1219. /bin/ld: cannot find -llthread
  1220. collect2: error: ld returned 1 exit status
  1221. configure:20298: $? = 1
  1222. configure: failed program was:
  1223. | /* confdefs.h */
  1224. | #define PACKAGE_NAME "Bitcoin Core"
  1225. | #define PACKAGE_TARNAME "bitcoin"
  1226. | #define PACKAGE_VERSION "0.9.99"
  1227. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1228. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  1229. | #define PACKAGE_URL ""
  1230. | #define STDC_HEADERS 1
  1231. | #define HAVE_SYS_TYPES_H 1
  1232. | #define HAVE_SYS_STAT_H 1
  1233. | #define HAVE_STDLIB_H 1
  1234. | #define HAVE_STRING_H 1
  1235. | #define HAVE_MEMORY_H 1
  1236. | #define HAVE_STRINGS_H 1
  1237. | #define HAVE_INTTYPES_H 1
  1238. | #define HAVE_STDINT_H 1
  1239. | #define HAVE_UNISTD_H 1
  1240. | #define HAVE_DLFCN_H 1
  1241. | #define LT_OBJDIR ".libs/"
  1242. | /* end confdefs.h. */
  1243. | #include <pthread.h>
  1244. | static void routine(void *a) { a = 0; }
  1245. | static void *start_routine(void *a) { return a; }
  1246. | int
  1247. | main ()
  1248. | {
  1249. | pthread_t th; pthread_attr_t attr;
  1250. | pthread_create(&th, 0, start_routine, 0);
  1251. | pthread_join(th, 0);
  1252. | pthread_attr_init(&attr);
  1253. | pthread_cleanup_push(routine, 0);
  1254. | pthread_cleanup_pop(0) /* ; */
  1255. | ;
  1256. | return 0;
  1257. | }
  1258. configure:20307: result: no
  1259. configure:20210: checking whether pthreads work with -pthread
  1260. configure:20298: gcc -o conftest -g -O2 -pthread -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/bitcoind/deps/lib conftest.c -lssl -lcrypto >&5
  1261. configure:20298: $? = 0
  1262. configure:20307: result: yes
  1263. configure:20326: checking for joinable pthread attribute
  1264. configure:20341: gcc -o conftest -g -O2 -pthread -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/bitcoind/deps/lib conftest.c -lssl -lcrypto >&5
  1265. configure:20341: $? = 0
  1266. configure:20347: result: PTHREAD_CREATE_JOINABLE
  1267. configure:20357: checking if more special flags are required for pthreads
  1268. configure:20372: result: no
  1269. configure:20378: checking for PTHREAD_PRIO_INHERIT
  1270. configure:20395: gcc -o conftest -g -O2 -pthread -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/bitcoind/deps/lib conftest.c -lssl -lcrypto >&5
  1271. configure:20395: $? = 0
  1272. configure:20404: result: yes
  1273. configure:20514: checking for special C compiler options needed for large files
  1274. configure:20559: result: no
  1275. configure:20565: checking for _FILE_OFFSET_BITS value needed for large files
  1276. configure:20590: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1277. configure:20590: $? = 0
  1278. configure:20622: result: no
  1279. configure:20708: checking whether strerror_r is declared
  1280. configure:20708: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1281. configure:20708: $? = 0
  1282. configure:20708: result: yes
  1283. configure:20721: checking for strerror_r
  1284. configure:20721: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/bitcoind/deps/lib conftest.cpp -lssl -lcrypto >&5
  1285. configure:20721: $? = 0
  1286. configure:20721: result: yes
  1287. configure:20730: checking whether strerror_r returns char *
  1288. configure:20754: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1289. configure:20754: $? = 0
  1290. configure:20792: result: yes
  1291. configure:20813: checking whether the linker accepts -Wl,--large-address-aware
  1292. configure:20832: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/bitcoind/deps/lib -Wl,--large-address-aware conftest.cpp -lssl -lcrypto >&5
  1293. /bin/ld: unrecognized option '--large-address-aware'
  1294. /bin/ld: use the --help option for usage information
  1295. collect2: error: ld returned 1 exit status
  1296. configure:20832: $? = 1
  1297. configure: failed program was:
  1298. | /* confdefs.h */
  1299. | #define PACKAGE_NAME "Bitcoin Core"
  1300. | #define PACKAGE_TARNAME "bitcoin"
  1301. | #define PACKAGE_VERSION "0.9.99"
  1302. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1303. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  1304. | #define PACKAGE_URL ""
  1305. | #define STDC_HEADERS 1
  1306. | #define HAVE_SYS_TYPES_H 1
  1307. | #define HAVE_SYS_STAT_H 1
  1308. | #define HAVE_STDLIB_H 1
  1309. | #define HAVE_STRING_H 1
  1310. | #define HAVE_MEMORY_H 1
  1311. | #define HAVE_STRINGS_H 1
  1312. | #define HAVE_INTTYPES_H 1
  1313. | #define HAVE_STDINT_H 1
  1314. | #define HAVE_UNISTD_H 1
  1315. | #define HAVE_DLFCN_H 1
  1316. | #define LT_OBJDIR ".libs/"
  1317. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1318. | #define HAVE_PTHREAD 1
  1319. | #define HAVE_DECL_STRERROR_R 1
  1320. | #define HAVE_STRERROR_R 1
  1321. | #define STRERROR_R_CHAR_P 1
  1322. | /* end confdefs.h. */
  1323. |
  1324. | int
  1325. | main ()
  1326. | {
  1327. |
  1328. | ;
  1329. | return 0;
  1330. | }
  1331. configure:20841: result: no
  1332. configure:20889: checking whether C++ compiler accepts -Wstack-protector
  1333. configure:20908: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1334. configure:20908: $? = 0
  1335. configure:20916: result: yes
  1336. configure:20924: checking whether C++ compiler accepts -fstack-protector-all
  1337. configure:20943: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fstack-protector-all -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1338. configure:20943: $? = 0
  1339. configure:20951: result: yes
  1340. configure:20961: checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2
  1341. configure:20980: g++ -E -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp
  1342. configure:20980: $? = 0
  1343. configure:20988: result: yes
  1344. configure:20992: checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE
  1345. configure:21011: g++ -E -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE conftest.cpp
  1346. configure:21011: $? = 0
  1347. configure:21019: result: yes
  1348. configure:21036: checking whether the linker accepts -Wl,--dynamicbase
  1349. configure:21055: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/bitcoind/deps/lib -Wl,--dynamicbase conftest.cpp -lssl -lcrypto >&5
  1350. /bin/ld: unrecognized option '--dynamicbase'
  1351. /bin/ld: use the --help option for usage information
  1352. collect2: error: ld returned 1 exit status
  1353. configure:21055: $? = 1
  1354. configure: failed program was:
  1355. | /* confdefs.h */
  1356. | #define PACKAGE_NAME "Bitcoin Core"
  1357. | #define PACKAGE_TARNAME "bitcoin"
  1358. | #define PACKAGE_VERSION "0.9.99"
  1359. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1360. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  1361. | #define PACKAGE_URL ""
  1362. | #define STDC_HEADERS 1
  1363. | #define HAVE_SYS_TYPES_H 1
  1364. | #define HAVE_SYS_STAT_H 1
  1365. | #define HAVE_STDLIB_H 1
  1366. | #define HAVE_STRING_H 1
  1367. | #define HAVE_MEMORY_H 1
  1368. | #define HAVE_STRINGS_H 1
  1369. | #define HAVE_INTTYPES_H 1
  1370. | #define HAVE_STDINT_H 1
  1371. | #define HAVE_UNISTD_H 1
  1372. | #define HAVE_DLFCN_H 1
  1373. | #define LT_OBJDIR ".libs/"
  1374. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1375. | #define HAVE_PTHREAD 1
  1376. | #define HAVE_DECL_STRERROR_R 1
  1377. | #define HAVE_STRERROR_R 1
  1378. | #define STRERROR_R_CHAR_P 1
  1379. | /* end confdefs.h. */
  1380. |
  1381. | int
  1382. | main ()
  1383. | {
  1384. |
  1385. | ;
  1386. | return 0;
  1387. | }
  1388. configure:21064: result: no
  1389. configure:21072: checking whether the linker accepts -Wl,--nxcompat
  1390. configure:21091: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/bitcoind/deps/lib -Wl,--nxcompat conftest.cpp -lssl -lcrypto >&5
  1391. /bin/ld: unrecognized option '--nxcompat'
  1392. /bin/ld: use the --help option for usage information
  1393. collect2: error: ld returned 1 exit status
  1394. configure:21091: $? = 1
  1395. configure: failed program was:
  1396. | /* confdefs.h */
  1397. | #define PACKAGE_NAME "Bitcoin Core"
  1398. | #define PACKAGE_TARNAME "bitcoin"
  1399. | #define PACKAGE_VERSION "0.9.99"
  1400. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1401. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  1402. | #define PACKAGE_URL ""
  1403. | #define STDC_HEADERS 1
  1404. | #define HAVE_SYS_TYPES_H 1
  1405. | #define HAVE_SYS_STAT_H 1
  1406. | #define HAVE_STDLIB_H 1
  1407. | #define HAVE_STRING_H 1
  1408. | #define HAVE_MEMORY_H 1
  1409. | #define HAVE_STRINGS_H 1
  1410. | #define HAVE_INTTYPES_H 1
  1411. | #define HAVE_STDINT_H 1
  1412. | #define HAVE_UNISTD_H 1
  1413. | #define HAVE_DLFCN_H 1
  1414. | #define LT_OBJDIR ".libs/"
  1415. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1416. | #define HAVE_PTHREAD 1
  1417. | #define HAVE_DECL_STRERROR_R 1
  1418. | #define HAVE_STRERROR_R 1
  1419. | #define STRERROR_R_CHAR_P 1
  1420. | /* end confdefs.h. */
  1421. |
  1422. | int
  1423. | main ()
  1424. | {
  1425. |
  1426. | ;
  1427. | return 0;
  1428. | }
  1429. configure:21100: result: no
  1430. configure:21108: checking whether the linker accepts -Wl,-z,relro
  1431. configure:21127: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/bitcoind/deps/lib -Wl,-z,relro conftest.cpp -lssl -lcrypto >&5
  1432. configure:21127: $? = 0
  1433. configure:21136: result: yes
  1434. configure:21144: checking whether the linker accepts -Wl,-z,now
  1435. configure:21163: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/bitcoind/deps/lib -Wl,-z,now conftest.cpp -lssl -lcrypto >&5
  1436. configure:21163: $? = 0
  1437. configure:21172: result: yes
  1438. configure:21183: checking whether C++ compiler accepts -fPIE
  1439. configure:21202: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1440. configure:21202: $? = 0
  1441. configure:21210: result: yes
  1442. configure:21218: checking whether the linker accepts -pie
  1443. configure:21237: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/bitcoind/deps/lib -pie conftest.cpp -lssl -lcrypto >&5
  1444. configure:21237: $? = 0
  1445. configure:21246: result: yes
  1446. configure:21304: checking endian.h usability
  1447. configure:21304: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1448. configure:21304: $? = 0
  1449. configure:21304: result: yes
  1450. configure:21304: checking endian.h presence
  1451. configure:21304: g++ -E -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  1452. In file included from /usr/include/endian.h:21:0,
  1453. from conftest.cpp:26:
  1454. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  1455. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  1456. ^
  1457. configure:21304: $? = 0
  1458. configure:21304: result: yes
  1459. configure:21304: checking for endian.h
  1460. configure:21304: result: yes
  1461. configure:21304: checking stdio.h usability
  1462. configure:21304: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1463. configure:21304: $? = 0
  1464. configure:21304: result: yes
  1465. configure:21304: checking stdio.h presence
  1466. configure:21304: g++ -E -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  1467. In file included from /usr/include/stdio.h:27:0,
  1468. from conftest.cpp:27:
  1469. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  1470. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  1471. ^
  1472. configure:21304: $? = 0
  1473. configure:21304: result: yes
  1474. configure:21304: checking for stdio.h
  1475. configure:21304: result: yes
  1476. configure:21304: checking for stdlib.h
  1477. configure:21304: result: yes
  1478. configure:21304: checking for unistd.h
  1479. configure:21304: result: yes
  1480. configure:21304: checking for strings.h
  1481. configure:21304: result: yes
  1482. configure:21304: checking for sys/types.h
  1483. configure:21304: result: yes
  1484. configure:21304: checking for sys/stat.h
  1485. configure:21304: result: yes
  1486. configure:21304: checking sys/select.h usability
  1487. configure:21304: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1488. configure:21304: $? = 0
  1489. configure:21304: result: yes
  1490. configure:21304: checking sys/select.h presence
  1491. configure:21304: g++ -E -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  1492. In file included from /usr/include/sys/select.h:24:0,
  1493. from conftest.cpp:33:
  1494. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  1495. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  1496. ^
  1497. configure:21304: $? = 0
  1498. configure:21304: result: yes
  1499. configure:21304: checking for sys/select.h
  1500. configure:21304: result: yes
  1501. configure:21304: checking sys/prctl.h usability
  1502. configure:21304: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1503. configure:21304: $? = 0
  1504. configure:21304: result: yes
  1505. configure:21304: checking sys/prctl.h presence
  1506. configure:21304: g++ -E -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  1507. In file included from /usr/include/sys/prctl.h:21:0,
  1508. from conftest.cpp:34:
  1509. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  1510. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  1511. ^
  1512. configure:21304: $? = 0
  1513. configure:21304: result: yes
  1514. configure:21304: checking for sys/prctl.h
  1515. configure:21304: result: yes
  1516. configure:21314: checking for library containing getaddrinfo_a
  1517. configure:21345: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -L/home/bitcoind/deps/lib -Wl,-z,relro -Wl,-z,now -pie conftest.cpp -lssl -lcrypto >&5
  1518. /tmp/ccBQzr1Z.o: In function `main':
  1519. /home/bitcoind/downloads/bitcoin/conftest.cpp:46: undefined reference to `getaddrinfo_a'
  1520. collect2: error: ld returned 1 exit status
  1521. configure:21345: $? = 1
  1522. configure: failed program was:
  1523. | /* confdefs.h */
  1524. | #define PACKAGE_NAME "Bitcoin Core"
  1525. | #define PACKAGE_TARNAME "bitcoin"
  1526. | #define PACKAGE_VERSION "0.9.99"
  1527. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1528. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  1529. | #define PACKAGE_URL ""
  1530. | #define STDC_HEADERS 1
  1531. | #define HAVE_SYS_TYPES_H 1
  1532. | #define HAVE_SYS_STAT_H 1
  1533. | #define HAVE_STDLIB_H 1
  1534. | #define HAVE_STRING_H 1
  1535. | #define HAVE_MEMORY_H 1
  1536. | #define HAVE_STRINGS_H 1
  1537. | #define HAVE_INTTYPES_H 1
  1538. | #define HAVE_STDINT_H 1
  1539. | #define HAVE_UNISTD_H 1
  1540. | #define HAVE_DLFCN_H 1
  1541. | #define LT_OBJDIR ".libs/"
  1542. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1543. | #define HAVE_PTHREAD 1
  1544. | #define HAVE_DECL_STRERROR_R 1
  1545. | #define HAVE_STRERROR_R 1
  1546. | #define STRERROR_R_CHAR_P 1
  1547. | #define HAVE_ENDIAN_H 1
  1548. | #define HAVE_STDIO_H 1
  1549. | #define HAVE_STDLIB_H 1
  1550. | #define HAVE_UNISTD_H 1
  1551. | #define HAVE_STRINGS_H 1
  1552. | #define HAVE_SYS_TYPES_H 1
  1553. | #define HAVE_SYS_STAT_H 1
  1554. | #define HAVE_SYS_SELECT_H 1
  1555. | #define HAVE_SYS_PRCTL_H 1
  1556. | /* end confdefs.h. */
  1557. |
  1558. | /* Override any GCC internal prototype to avoid an error.
  1559. | Use char because int might match the return type of a GCC
  1560. | builtin and then its argument prototype would still apply. */
  1561. | #ifdef __cplusplus
  1562. | extern "C"
  1563. | #endif
  1564. | char getaddrinfo_a ();
  1565. | int
  1566. | main ()
  1567. | {
  1568. | return getaddrinfo_a ();
  1569. | ;
  1570. | return 0;
  1571. | }
  1572. configure:21345: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -L/home/bitcoind/deps/lib -Wl,-z,relro -Wl,-z,now -pie conftest.cpp -lanl -lssl -lcrypto >&5
  1573. configure:21345: $? = 0
  1574. configure:21362: result: -lanl
  1575. configure:21372: checking for library containing inet_pton
  1576. configure:21403: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -L/home/bitcoind/deps/lib -Wl,-z,relro -Wl,-z,now -pie conftest.cpp -lanl -lssl -lcrypto >&5
  1577. configure:21403: $? = 0
  1578. configure:21420: result: none required
  1579. configure:21431: checking whether le32toh is declared
  1580. configure:21431: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1581. configure:21431: $? = 0
  1582. configure:21431: result: yes
  1583. configure:21444: checking whether le64toh is declared
  1584. configure:21444: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1585. configure:21444: $? = 0
  1586. configure:21444: result: yes
  1587. configure:21457: checking whether htole32 is declared
  1588. configure:21457: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1589. configure:21457: $? = 0
  1590. configure:21457: result: yes
  1591. configure:21470: checking whether htole64 is declared
  1592. configure:21470: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1593. configure:21470: $? = 0
  1594. configure:21470: result: yes
  1595. configure:21483: checking whether be32toh is declared
  1596. configure:21483: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1597. configure:21483: $? = 0
  1598. configure:21483: result: yes
  1599. configure:21496: checking whether be64toh is declared
  1600. configure:21496: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1601. configure:21496: $? = 0
  1602. configure:21496: result: yes
  1603. configure:21509: checking whether htobe32 is declared
  1604. configure:21509: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1605. configure:21509: $? = 0
  1606. configure:21509: result: yes
  1607. configure:21522: checking whether htobe64 is declared
  1608. configure:21522: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1609. configure:21522: $? = 0
  1610. configure:21522: result: yes
  1611. configure:21537: checking for MSG_NOSIGNAL
  1612. configure:21550: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1613. conftest.cpp: In function 'int main()':
  1614. conftest.cpp:49:6: warning: unused variable 'f' [-Wunused-variable]
  1615. int f = MSG_NOSIGNAL;
  1616. ^
  1617. configure:21550: $? = 0
  1618. configure:21551: result: yes
  1619. configure:21562: checking for library containing clock_gettime
  1620. configure:21593: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -L/home/bitcoind/deps/lib -Wl,-z,relro -Wl,-z,now -pie conftest.cpp -lanl -lssl -lcrypto >&5
  1621. configure:21593: $? = 0
  1622. configure:21610: result: none required
  1623. configure:21619: checking for visibility attribute
  1624. configure:21628: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -L/home/bitcoind/deps/lib -Wl,-z,relro -Wl,-z,now -pie conftest.cpp -lanl -lssl -lcrypto >&5
  1625. configure:21628: $? = 0
  1626. configure:21633: result: yes
  1627. configure:21653: checking whether C++ compiler accepts -fvisibility=hidden
  1628. configure:21672: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -fvisibility=hidden -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1629. configure:21672: $? = 0
  1630. configure:21680: result: yes
  1631. configure:21714: checking for Berkeley DB C++ headers
  1632. configure:21745: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1633. conftest.cpp:48:33: fatal error: bdb4.8/db_cxx.h: No such file or directory
  1634. #include <bdb4.8/db_cxx.h>
  1635. ^
  1636. compilation terminated.
  1637. configure:21745: $? = 1
  1638. configure: failed program was:
  1639. | /* confdefs.h */
  1640. | #define PACKAGE_NAME "Bitcoin Core"
  1641. | #define PACKAGE_TARNAME "bitcoin"
  1642. | #define PACKAGE_VERSION "0.9.99"
  1643. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1644. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  1645. | #define PACKAGE_URL ""
  1646. | #define STDC_HEADERS 1
  1647. | #define HAVE_SYS_TYPES_H 1
  1648. | #define HAVE_SYS_STAT_H 1
  1649. | #define HAVE_STDLIB_H 1
  1650. | #define HAVE_STRING_H 1
  1651. | #define HAVE_MEMORY_H 1
  1652. | #define HAVE_STRINGS_H 1
  1653. | #define HAVE_INTTYPES_H 1
  1654. | #define HAVE_STDINT_H 1
  1655. | #define HAVE_UNISTD_H 1
  1656. | #define HAVE_DLFCN_H 1
  1657. | #define LT_OBJDIR ".libs/"
  1658. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1659. | #define HAVE_PTHREAD 1
  1660. | #define HAVE_DECL_STRERROR_R 1
  1661. | #define HAVE_STRERROR_R 1
  1662. | #define STRERROR_R_CHAR_P 1
  1663. | #define HAVE_ENDIAN_H 1
  1664. | #define HAVE_STDIO_H 1
  1665. | #define HAVE_STDLIB_H 1
  1666. | #define HAVE_UNISTD_H 1
  1667. | #define HAVE_STRINGS_H 1
  1668. | #define HAVE_SYS_TYPES_H 1
  1669. | #define HAVE_SYS_STAT_H 1
  1670. | #define HAVE_SYS_SELECT_H 1
  1671. | #define HAVE_SYS_PRCTL_H 1
  1672. | #define HAVE_GETADDRINFO_A 1
  1673. | #define HAVE_INET_PTON 1
  1674. | #define HAVE_DECL_LE32TOH 1
  1675. | #define HAVE_DECL_LE64TOH 1
  1676. | #define HAVE_DECL_HTOLE32 1
  1677. | #define HAVE_DECL_HTOLE64 1
  1678. | #define HAVE_DECL_BE32TOH 1
  1679. | #define HAVE_DECL_BE64TOH 1
  1680. | #define HAVE_DECL_HTOBE32 1
  1681. | #define HAVE_DECL_HTOBE64 1
  1682. | #define HAVE_MSG_NOSIGNAL 1
  1683. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  1684. | /* end confdefs.h. */
  1685. |
  1686. | #include <bdb4.8/db_cxx.h>
  1687. |
  1688. | int
  1689. | main ()
  1690. | {
  1691. |
  1692. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1693. | #error "failed to find bdb 4.8+"
  1694. | #endif
  1695. |
  1696. | ;
  1697. | return 0;
  1698. | }
  1699. configure:21745: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1700. conftest.cpp:48:35: fatal error: libdb4.8/db_cxx.h: No such file or directory
  1701. #include <libdb4.8/db_cxx.h>
  1702. ^
  1703. compilation terminated.
  1704. configure:21745: $? = 1
  1705. configure: failed program was:
  1706. | /* confdefs.h */
  1707. | #define PACKAGE_NAME "Bitcoin Core"
  1708. | #define PACKAGE_TARNAME "bitcoin"
  1709. | #define PACKAGE_VERSION "0.9.99"
  1710. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1711. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  1712. | #define PACKAGE_URL ""
  1713. | #define STDC_HEADERS 1
  1714. | #define HAVE_SYS_TYPES_H 1
  1715. | #define HAVE_SYS_STAT_H 1
  1716. | #define HAVE_STDLIB_H 1
  1717. | #define HAVE_STRING_H 1
  1718. | #define HAVE_MEMORY_H 1
  1719. | #define HAVE_STRINGS_H 1
  1720. | #define HAVE_INTTYPES_H 1
  1721. | #define HAVE_STDINT_H 1
  1722. | #define HAVE_UNISTD_H 1
  1723. | #define HAVE_DLFCN_H 1
  1724. | #define LT_OBJDIR ".libs/"
  1725. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1726. | #define HAVE_PTHREAD 1
  1727. | #define HAVE_DECL_STRERROR_R 1
  1728. | #define HAVE_STRERROR_R 1
  1729. | #define STRERROR_R_CHAR_P 1
  1730. | #define HAVE_ENDIAN_H 1
  1731. | #define HAVE_STDIO_H 1
  1732. | #define HAVE_STDLIB_H 1
  1733. | #define HAVE_UNISTD_H 1
  1734. | #define HAVE_STRINGS_H 1
  1735. | #define HAVE_SYS_TYPES_H 1
  1736. | #define HAVE_SYS_STAT_H 1
  1737. | #define HAVE_SYS_SELECT_H 1
  1738. | #define HAVE_SYS_PRCTL_H 1
  1739. | #define HAVE_GETADDRINFO_A 1
  1740. | #define HAVE_INET_PTON 1
  1741. | #define HAVE_DECL_LE32TOH 1
  1742. | #define HAVE_DECL_LE64TOH 1
  1743. | #define HAVE_DECL_HTOLE32 1
  1744. | #define HAVE_DECL_HTOLE64 1
  1745. | #define HAVE_DECL_BE32TOH 1
  1746. | #define HAVE_DECL_BE64TOH 1
  1747. | #define HAVE_DECL_HTOBE32 1
  1748. | #define HAVE_DECL_HTOBE64 1
  1749. | #define HAVE_MSG_NOSIGNAL 1
  1750. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  1751. | /* end confdefs.h. */
  1752. |
  1753. | #include <libdb4.8/db_cxx.h>
  1754. |
  1755. | int
  1756. | main ()
  1757. | {
  1758. |
  1759. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1760. | #error "failed to find bdb 4.8+"
  1761. | #endif
  1762. |
  1763. | ;
  1764. | return 0;
  1765. | }
  1766. configure:21745: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1767. conftest.cpp:48:32: fatal error: db4.8/db_cxx.h: No such file or directory
  1768. #include <db4.8/db_cxx.h>
  1769. ^
  1770. compilation terminated.
  1771. configure:21745: $? = 1
  1772. configure: failed program was:
  1773. | /* confdefs.h */
  1774. | #define PACKAGE_NAME "Bitcoin Core"
  1775. | #define PACKAGE_TARNAME "bitcoin"
  1776. | #define PACKAGE_VERSION "0.9.99"
  1777. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1778. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  1779. | #define PACKAGE_URL ""
  1780. | #define STDC_HEADERS 1
  1781. | #define HAVE_SYS_TYPES_H 1
  1782. | #define HAVE_SYS_STAT_H 1
  1783. | #define HAVE_STDLIB_H 1
  1784. | #define HAVE_STRING_H 1
  1785. | #define HAVE_MEMORY_H 1
  1786. | #define HAVE_STRINGS_H 1
  1787. | #define HAVE_INTTYPES_H 1
  1788. | #define HAVE_STDINT_H 1
  1789. | #define HAVE_UNISTD_H 1
  1790. | #define HAVE_DLFCN_H 1
  1791. | #define LT_OBJDIR ".libs/"
  1792. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1793. | #define HAVE_PTHREAD 1
  1794. | #define HAVE_DECL_STRERROR_R 1
  1795. | #define HAVE_STRERROR_R 1
  1796. | #define STRERROR_R_CHAR_P 1
  1797. | #define HAVE_ENDIAN_H 1
  1798. | #define HAVE_STDIO_H 1
  1799. | #define HAVE_STDLIB_H 1
  1800. | #define HAVE_UNISTD_H 1
  1801. | #define HAVE_STRINGS_H 1
  1802. | #define HAVE_SYS_TYPES_H 1
  1803. | #define HAVE_SYS_STAT_H 1
  1804. | #define HAVE_SYS_SELECT_H 1
  1805. | #define HAVE_SYS_PRCTL_H 1
  1806. | #define HAVE_GETADDRINFO_A 1
  1807. | #define HAVE_INET_PTON 1
  1808. | #define HAVE_DECL_LE32TOH 1
  1809. | #define HAVE_DECL_LE64TOH 1
  1810. | #define HAVE_DECL_HTOLE32 1
  1811. | #define HAVE_DECL_HTOLE64 1
  1812. | #define HAVE_DECL_BE32TOH 1
  1813. | #define HAVE_DECL_BE64TOH 1
  1814. | #define HAVE_DECL_HTOBE32 1
  1815. | #define HAVE_DECL_HTOBE64 1
  1816. | #define HAVE_MSG_NOSIGNAL 1
  1817. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  1818. | /* end confdefs.h. */
  1819. |
  1820. | #include <db4.8/db_cxx.h>
  1821. |
  1822. | int
  1823. | main ()
  1824. | {
  1825. |
  1826. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1827. | #error "failed to find bdb 4.8+"
  1828. | #endif
  1829. |
  1830. | ;
  1831. | return 0;
  1832. | }
  1833. configure:21745: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1834. conftest.cpp:48:32: fatal error: bdb48/db_cxx.h: No such file or directory
  1835. #include <bdb48/db_cxx.h>
  1836. ^
  1837. compilation terminated.
  1838. configure:21745: $? = 1
  1839. configure: failed program was:
  1840. | /* confdefs.h */
  1841. | #define PACKAGE_NAME "Bitcoin Core"
  1842. | #define PACKAGE_TARNAME "bitcoin"
  1843. | #define PACKAGE_VERSION "0.9.99"
  1844. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1845. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  1846. | #define PACKAGE_URL ""
  1847. | #define STDC_HEADERS 1
  1848. | #define HAVE_SYS_TYPES_H 1
  1849. | #define HAVE_SYS_STAT_H 1
  1850. | #define HAVE_STDLIB_H 1
  1851. | #define HAVE_STRING_H 1
  1852. | #define HAVE_MEMORY_H 1
  1853. | #define HAVE_STRINGS_H 1
  1854. | #define HAVE_INTTYPES_H 1
  1855. | #define HAVE_STDINT_H 1
  1856. | #define HAVE_UNISTD_H 1
  1857. | #define HAVE_DLFCN_H 1
  1858. | #define LT_OBJDIR ".libs/"
  1859. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1860. | #define HAVE_PTHREAD 1
  1861. | #define HAVE_DECL_STRERROR_R 1
  1862. | #define HAVE_STRERROR_R 1
  1863. | #define STRERROR_R_CHAR_P 1
  1864. | #define HAVE_ENDIAN_H 1
  1865. | #define HAVE_STDIO_H 1
  1866. | #define HAVE_STDLIB_H 1
  1867. | #define HAVE_UNISTD_H 1
  1868. | #define HAVE_STRINGS_H 1
  1869. | #define HAVE_SYS_TYPES_H 1
  1870. | #define HAVE_SYS_STAT_H 1
  1871. | #define HAVE_SYS_SELECT_H 1
  1872. | #define HAVE_SYS_PRCTL_H 1
  1873. | #define HAVE_GETADDRINFO_A 1
  1874. | #define HAVE_INET_PTON 1
  1875. | #define HAVE_DECL_LE32TOH 1
  1876. | #define HAVE_DECL_LE64TOH 1
  1877. | #define HAVE_DECL_HTOLE32 1
  1878. | #define HAVE_DECL_HTOLE64 1
  1879. | #define HAVE_DECL_BE32TOH 1
  1880. | #define HAVE_DECL_BE64TOH 1
  1881. | #define HAVE_DECL_HTOBE32 1
  1882. | #define HAVE_DECL_HTOBE64 1
  1883. | #define HAVE_MSG_NOSIGNAL 1
  1884. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  1885. | /* end confdefs.h. */
  1886. |
  1887. | #include <bdb48/db_cxx.h>
  1888. |
  1889. | int
  1890. | main ()
  1891. | {
  1892. |
  1893. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1894. | #error "failed to find bdb 4.8+"
  1895. | #endif
  1896. |
  1897. | ;
  1898. | return 0;
  1899. | }
  1900. configure:21745: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1901. conftest.cpp:48:34: fatal error: libdb48/db_cxx.h: No such file or directory
  1902. #include <libdb48/db_cxx.h>
  1903. ^
  1904. compilation terminated.
  1905. configure:21745: $? = 1
  1906. configure: failed program was:
  1907. | /* confdefs.h */
  1908. | #define PACKAGE_NAME "Bitcoin Core"
  1909. | #define PACKAGE_TARNAME "bitcoin"
  1910. | #define PACKAGE_VERSION "0.9.99"
  1911. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1912. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  1913. | #define PACKAGE_URL ""
  1914. | #define STDC_HEADERS 1
  1915. | #define HAVE_SYS_TYPES_H 1
  1916. | #define HAVE_SYS_STAT_H 1
  1917. | #define HAVE_STDLIB_H 1
  1918. | #define HAVE_STRING_H 1
  1919. | #define HAVE_MEMORY_H 1
  1920. | #define HAVE_STRINGS_H 1
  1921. | #define HAVE_INTTYPES_H 1
  1922. | #define HAVE_STDINT_H 1
  1923. | #define HAVE_UNISTD_H 1
  1924. | #define HAVE_DLFCN_H 1
  1925. | #define LT_OBJDIR ".libs/"
  1926. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1927. | #define HAVE_PTHREAD 1
  1928. | #define HAVE_DECL_STRERROR_R 1
  1929. | #define HAVE_STRERROR_R 1
  1930. | #define STRERROR_R_CHAR_P 1
  1931. | #define HAVE_ENDIAN_H 1
  1932. | #define HAVE_STDIO_H 1
  1933. | #define HAVE_STDLIB_H 1
  1934. | #define HAVE_UNISTD_H 1
  1935. | #define HAVE_STRINGS_H 1
  1936. | #define HAVE_SYS_TYPES_H 1
  1937. | #define HAVE_SYS_STAT_H 1
  1938. | #define HAVE_SYS_SELECT_H 1
  1939. | #define HAVE_SYS_PRCTL_H 1
  1940. | #define HAVE_GETADDRINFO_A 1
  1941. | #define HAVE_INET_PTON 1
  1942. | #define HAVE_DECL_LE32TOH 1
  1943. | #define HAVE_DECL_LE64TOH 1
  1944. | #define HAVE_DECL_HTOLE32 1
  1945. | #define HAVE_DECL_HTOLE64 1
  1946. | #define HAVE_DECL_BE32TOH 1
  1947. | #define HAVE_DECL_BE64TOH 1
  1948. | #define HAVE_DECL_HTOBE32 1
  1949. | #define HAVE_DECL_HTOBE64 1
  1950. | #define HAVE_MSG_NOSIGNAL 1
  1951. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  1952. | /* end confdefs.h. */
  1953. |
  1954. | #include <libdb48/db_cxx.h>
  1955. |
  1956. | int
  1957. | main ()
  1958. | {
  1959. |
  1960. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1961. | #error "failed to find bdb 4.8+"
  1962. | #endif
  1963. |
  1964. | ;
  1965. | return 0;
  1966. | }
  1967. configure:21745: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1968. conftest.cpp:48:31: fatal error: db48/db_cxx.h: No such file or directory
  1969. #include <db48/db_cxx.h>
  1970. ^
  1971. compilation terminated.
  1972. configure:21745: $? = 1
  1973. configure: failed program was:
  1974. | /* confdefs.h */
  1975. | #define PACKAGE_NAME "Bitcoin Core"
  1976. | #define PACKAGE_TARNAME "bitcoin"
  1977. | #define PACKAGE_VERSION "0.9.99"
  1978. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1979. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  1980. | #define PACKAGE_URL ""
  1981. | #define STDC_HEADERS 1
  1982. | #define HAVE_SYS_TYPES_H 1
  1983. | #define HAVE_SYS_STAT_H 1
  1984. | #define HAVE_STDLIB_H 1
  1985. | #define HAVE_STRING_H 1
  1986. | #define HAVE_MEMORY_H 1
  1987. | #define HAVE_STRINGS_H 1
  1988. | #define HAVE_INTTYPES_H 1
  1989. | #define HAVE_STDINT_H 1
  1990. | #define HAVE_UNISTD_H 1
  1991. | #define HAVE_DLFCN_H 1
  1992. | #define LT_OBJDIR ".libs/"
  1993. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1994. | #define HAVE_PTHREAD 1
  1995. | #define HAVE_DECL_STRERROR_R 1
  1996. | #define HAVE_STRERROR_R 1
  1997. | #define STRERROR_R_CHAR_P 1
  1998. | #define HAVE_ENDIAN_H 1
  1999. | #define HAVE_STDIO_H 1
  2000. | #define HAVE_STDLIB_H 1
  2001. | #define HAVE_UNISTD_H 1
  2002. | #define HAVE_STRINGS_H 1
  2003. | #define HAVE_SYS_TYPES_H 1
  2004. | #define HAVE_SYS_STAT_H 1
  2005. | #define HAVE_SYS_SELECT_H 1
  2006. | #define HAVE_SYS_PRCTL_H 1
  2007. | #define HAVE_GETADDRINFO_A 1
  2008. | #define HAVE_INET_PTON 1
  2009. | #define HAVE_DECL_LE32TOH 1
  2010. | #define HAVE_DECL_LE64TOH 1
  2011. | #define HAVE_DECL_HTOLE32 1
  2012. | #define HAVE_DECL_HTOLE64 1
  2013. | #define HAVE_DECL_BE32TOH 1
  2014. | #define HAVE_DECL_BE64TOH 1
  2015. | #define HAVE_DECL_HTOBE32 1
  2016. | #define HAVE_DECL_HTOBE64 1
  2017. | #define HAVE_MSG_NOSIGNAL 1
  2018. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2019. | /* end confdefs.h. */
  2020. |
  2021. | #include <db48/db_cxx.h>
  2022. |
  2023. | int
  2024. | main ()
  2025. | {
  2026. |
  2027. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  2028. | #error "failed to find bdb 4.8+"
  2029. | #endif
  2030. |
  2031. | ;
  2032. | return 0;
  2033. | }
  2034. configure:21745: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2035. conftest.cpp:48:31: fatal error: bdb4/db_cxx.h: No such file or directory
  2036. #include <bdb4/db_cxx.h>
  2037. ^
  2038. compilation terminated.
  2039. configure:21745: $? = 1
  2040. configure: failed program was:
  2041. | /* confdefs.h */
  2042. | #define PACKAGE_NAME "Bitcoin Core"
  2043. | #define PACKAGE_TARNAME "bitcoin"
  2044. | #define PACKAGE_VERSION "0.9.99"
  2045. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  2046. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  2047. | #define PACKAGE_URL ""
  2048. | #define STDC_HEADERS 1
  2049. | #define HAVE_SYS_TYPES_H 1
  2050. | #define HAVE_SYS_STAT_H 1
  2051. | #define HAVE_STDLIB_H 1
  2052. | #define HAVE_STRING_H 1
  2053. | #define HAVE_MEMORY_H 1
  2054. | #define HAVE_STRINGS_H 1
  2055. | #define HAVE_INTTYPES_H 1
  2056. | #define HAVE_STDINT_H 1
  2057. | #define HAVE_UNISTD_H 1
  2058. | #define HAVE_DLFCN_H 1
  2059. | #define LT_OBJDIR ".libs/"
  2060. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2061. | #define HAVE_PTHREAD 1
  2062. | #define HAVE_DECL_STRERROR_R 1
  2063. | #define HAVE_STRERROR_R 1
  2064. | #define STRERROR_R_CHAR_P 1
  2065. | #define HAVE_ENDIAN_H 1
  2066. | #define HAVE_STDIO_H 1
  2067. | #define HAVE_STDLIB_H 1
  2068. | #define HAVE_UNISTD_H 1
  2069. | #define HAVE_STRINGS_H 1
  2070. | #define HAVE_SYS_TYPES_H 1
  2071. | #define HAVE_SYS_STAT_H 1
  2072. | #define HAVE_SYS_SELECT_H 1
  2073. | #define HAVE_SYS_PRCTL_H 1
  2074. | #define HAVE_GETADDRINFO_A 1
  2075. | #define HAVE_INET_PTON 1
  2076. | #define HAVE_DECL_LE32TOH 1
  2077. | #define HAVE_DECL_LE64TOH 1
  2078. | #define HAVE_DECL_HTOLE32 1
  2079. | #define HAVE_DECL_HTOLE64 1
  2080. | #define HAVE_DECL_BE32TOH 1
  2081. | #define HAVE_DECL_BE64TOH 1
  2082. | #define HAVE_DECL_HTOBE32 1
  2083. | #define HAVE_DECL_HTOBE64 1
  2084. | #define HAVE_MSG_NOSIGNAL 1
  2085. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2086. | /* end confdefs.h. */
  2087. |
  2088. | #include <bdb4/db_cxx.h>
  2089. |
  2090. | int
  2091. | main ()
  2092. | {
  2093. |
  2094. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  2095. | #error "failed to find bdb 4.8+"
  2096. | #endif
  2097. |
  2098. | ;
  2099. | return 0;
  2100. | }
  2101. configure:21745: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2102. conftest.cpp:48:33: fatal error: libdb4/db_cxx.h: No such file or directory
  2103. #include <libdb4/db_cxx.h>
  2104. ^
  2105. compilation terminated.
  2106. configure:21745: $? = 1
  2107. configure: failed program was:
  2108. | /* confdefs.h */
  2109. | #define PACKAGE_NAME "Bitcoin Core"
  2110. | #define PACKAGE_TARNAME "bitcoin"
  2111. | #define PACKAGE_VERSION "0.9.99"
  2112. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  2113. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  2114. | #define PACKAGE_URL ""
  2115. | #define STDC_HEADERS 1
  2116. | #define HAVE_SYS_TYPES_H 1
  2117. | #define HAVE_SYS_STAT_H 1
  2118. | #define HAVE_STDLIB_H 1
  2119. | #define HAVE_STRING_H 1
  2120. | #define HAVE_MEMORY_H 1
  2121. | #define HAVE_STRINGS_H 1
  2122. | #define HAVE_INTTYPES_H 1
  2123. | #define HAVE_STDINT_H 1
  2124. | #define HAVE_UNISTD_H 1
  2125. | #define HAVE_DLFCN_H 1
  2126. | #define LT_OBJDIR ".libs/"
  2127. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2128. | #define HAVE_PTHREAD 1
  2129. | #define HAVE_DECL_STRERROR_R 1
  2130. | #define HAVE_STRERROR_R 1
  2131. | #define STRERROR_R_CHAR_P 1
  2132. | #define HAVE_ENDIAN_H 1
  2133. | #define HAVE_STDIO_H 1
  2134. | #define HAVE_STDLIB_H 1
  2135. | #define HAVE_UNISTD_H 1
  2136. | #define HAVE_STRINGS_H 1
  2137. | #define HAVE_SYS_TYPES_H 1
  2138. | #define HAVE_SYS_STAT_H 1
  2139. | #define HAVE_SYS_SELECT_H 1
  2140. | #define HAVE_SYS_PRCTL_H 1
  2141. | #define HAVE_GETADDRINFO_A 1
  2142. | #define HAVE_INET_PTON 1
  2143. | #define HAVE_DECL_LE32TOH 1
  2144. | #define HAVE_DECL_LE64TOH 1
  2145. | #define HAVE_DECL_HTOLE32 1
  2146. | #define HAVE_DECL_HTOLE64 1
  2147. | #define HAVE_DECL_BE32TOH 1
  2148. | #define HAVE_DECL_BE64TOH 1
  2149. | #define HAVE_DECL_HTOBE32 1
  2150. | #define HAVE_DECL_HTOBE64 1
  2151. | #define HAVE_MSG_NOSIGNAL 1
  2152. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2153. | /* end confdefs.h. */
  2154. |
  2155. | #include <libdb4/db_cxx.h>
  2156. |
  2157. | int
  2158. | main ()
  2159. | {
  2160. |
  2161. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  2162. | #error "failed to find bdb 4.8+"
  2163. | #endif
  2164. |
  2165. | ;
  2166. | return 0;
  2167. | }
  2168. configure:21745: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2169. conftest.cpp:48:30: fatal error: db4/db_cxx.h: No such file or directory
  2170. #include <db4/db_cxx.h>
  2171. ^
  2172. compilation terminated.
  2173. configure:21745: $? = 1
  2174. configure: failed program was:
  2175. | /* confdefs.h */
  2176. | #define PACKAGE_NAME "Bitcoin Core"
  2177. | #define PACKAGE_TARNAME "bitcoin"
  2178. | #define PACKAGE_VERSION "0.9.99"
  2179. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  2180. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  2181. | #define PACKAGE_URL ""
  2182. | #define STDC_HEADERS 1
  2183. | #define HAVE_SYS_TYPES_H 1
  2184. | #define HAVE_SYS_STAT_H 1
  2185. | #define HAVE_STDLIB_H 1
  2186. | #define HAVE_STRING_H 1
  2187. | #define HAVE_MEMORY_H 1
  2188. | #define HAVE_STRINGS_H 1
  2189. | #define HAVE_INTTYPES_H 1
  2190. | #define HAVE_STDINT_H 1
  2191. | #define HAVE_UNISTD_H 1
  2192. | #define HAVE_DLFCN_H 1
  2193. | #define LT_OBJDIR ".libs/"
  2194. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2195. | #define HAVE_PTHREAD 1
  2196. | #define HAVE_DECL_STRERROR_R 1
  2197. | #define HAVE_STRERROR_R 1
  2198. | #define STRERROR_R_CHAR_P 1
  2199. | #define HAVE_ENDIAN_H 1
  2200. | #define HAVE_STDIO_H 1
  2201. | #define HAVE_STDLIB_H 1
  2202. | #define HAVE_UNISTD_H 1
  2203. | #define HAVE_STRINGS_H 1
  2204. | #define HAVE_SYS_TYPES_H 1
  2205. | #define HAVE_SYS_STAT_H 1
  2206. | #define HAVE_SYS_SELECT_H 1
  2207. | #define HAVE_SYS_PRCTL_H 1
  2208. | #define HAVE_GETADDRINFO_A 1
  2209. | #define HAVE_INET_PTON 1
  2210. | #define HAVE_DECL_LE32TOH 1
  2211. | #define HAVE_DECL_LE64TOH 1
  2212. | #define HAVE_DECL_HTOLE32 1
  2213. | #define HAVE_DECL_HTOLE64 1
  2214. | #define HAVE_DECL_BE32TOH 1
  2215. | #define HAVE_DECL_BE64TOH 1
  2216. | #define HAVE_DECL_HTOBE32 1
  2217. | #define HAVE_DECL_HTOBE64 1
  2218. | #define HAVE_MSG_NOSIGNAL 1
  2219. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2220. | /* end confdefs.h. */
  2221. |
  2222. | #include <db4/db_cxx.h>
  2223. |
  2224. | int
  2225. | main ()
  2226. | {
  2227. |
  2228. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  2229. | #error "failed to find bdb 4.8+"
  2230. | #endif
  2231. |
  2232. | ;
  2233. | return 0;
  2234. | }
  2235. configure:21745: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2236. conftest.cpp:48:31: fatal error: bdb5/db_cxx.h: No such file or directory
  2237. #include <bdb5/db_cxx.h>
  2238. ^
  2239. compilation terminated.
  2240. configure:21745: $? = 1
  2241. configure: failed program was:
  2242. | /* confdefs.h */
  2243. | #define PACKAGE_NAME "Bitcoin Core"
  2244. | #define PACKAGE_TARNAME "bitcoin"
  2245. | #define PACKAGE_VERSION "0.9.99"
  2246. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  2247. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  2248. | #define PACKAGE_URL ""
  2249. | #define STDC_HEADERS 1
  2250. | #define HAVE_SYS_TYPES_H 1
  2251. | #define HAVE_SYS_STAT_H 1
  2252. | #define HAVE_STDLIB_H 1
  2253. | #define HAVE_STRING_H 1
  2254. | #define HAVE_MEMORY_H 1
  2255. | #define HAVE_STRINGS_H 1
  2256. | #define HAVE_INTTYPES_H 1
  2257. | #define HAVE_STDINT_H 1
  2258. | #define HAVE_UNISTD_H 1
  2259. | #define HAVE_DLFCN_H 1
  2260. | #define LT_OBJDIR ".libs/"
  2261. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2262. | #define HAVE_PTHREAD 1
  2263. | #define HAVE_DECL_STRERROR_R 1
  2264. | #define HAVE_STRERROR_R 1
  2265. | #define STRERROR_R_CHAR_P 1
  2266. | #define HAVE_ENDIAN_H 1
  2267. | #define HAVE_STDIO_H 1
  2268. | #define HAVE_STDLIB_H 1
  2269. | #define HAVE_UNISTD_H 1
  2270. | #define HAVE_STRINGS_H 1
  2271. | #define HAVE_SYS_TYPES_H 1
  2272. | #define HAVE_SYS_STAT_H 1
  2273. | #define HAVE_SYS_SELECT_H 1
  2274. | #define HAVE_SYS_PRCTL_H 1
  2275. | #define HAVE_GETADDRINFO_A 1
  2276. | #define HAVE_INET_PTON 1
  2277. | #define HAVE_DECL_LE32TOH 1
  2278. | #define HAVE_DECL_LE64TOH 1
  2279. | #define HAVE_DECL_HTOLE32 1
  2280. | #define HAVE_DECL_HTOLE64 1
  2281. | #define HAVE_DECL_BE32TOH 1
  2282. | #define HAVE_DECL_BE64TOH 1
  2283. | #define HAVE_DECL_HTOBE32 1
  2284. | #define HAVE_DECL_HTOBE64 1
  2285. | #define HAVE_MSG_NOSIGNAL 1
  2286. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2287. | /* end confdefs.h. */
  2288. |
  2289. | #include <bdb5/db_cxx.h>
  2290. |
  2291. | int
  2292. | main ()
  2293. | {
  2294. |
  2295. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  2296. | #error "failed to find bdb 4.8+"
  2297. | #endif
  2298. |
  2299. | ;
  2300. | return 0;
  2301. | }
  2302. configure:21745: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2303. conftest.cpp:48:33: fatal error: libdb5/db_cxx.h: No such file or directory
  2304. #include <libdb5/db_cxx.h>
  2305. ^
  2306. compilation terminated.
  2307. configure:21745: $? = 1
  2308. configure: failed program was:
  2309. | /* confdefs.h */
  2310. | #define PACKAGE_NAME "Bitcoin Core"
  2311. | #define PACKAGE_TARNAME "bitcoin"
  2312. | #define PACKAGE_VERSION "0.9.99"
  2313. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  2314. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  2315. | #define PACKAGE_URL ""
  2316. | #define STDC_HEADERS 1
  2317. | #define HAVE_SYS_TYPES_H 1
  2318. | #define HAVE_SYS_STAT_H 1
  2319. | #define HAVE_STDLIB_H 1
  2320. | #define HAVE_STRING_H 1
  2321. | #define HAVE_MEMORY_H 1
  2322. | #define HAVE_STRINGS_H 1
  2323. | #define HAVE_INTTYPES_H 1
  2324. | #define HAVE_STDINT_H 1
  2325. | #define HAVE_UNISTD_H 1
  2326. | #define HAVE_DLFCN_H 1
  2327. | #define LT_OBJDIR ".libs/"
  2328. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2329. | #define HAVE_PTHREAD 1
  2330. | #define HAVE_DECL_STRERROR_R 1
  2331. | #define HAVE_STRERROR_R 1
  2332. | #define STRERROR_R_CHAR_P 1
  2333. | #define HAVE_ENDIAN_H 1
  2334. | #define HAVE_STDIO_H 1
  2335. | #define HAVE_STDLIB_H 1
  2336. | #define HAVE_UNISTD_H 1
  2337. | #define HAVE_STRINGS_H 1
  2338. | #define HAVE_SYS_TYPES_H 1
  2339. | #define HAVE_SYS_STAT_H 1
  2340. | #define HAVE_SYS_SELECT_H 1
  2341. | #define HAVE_SYS_PRCTL_H 1
  2342. | #define HAVE_GETADDRINFO_A 1
  2343. | #define HAVE_INET_PTON 1
  2344. | #define HAVE_DECL_LE32TOH 1
  2345. | #define HAVE_DECL_LE64TOH 1
  2346. | #define HAVE_DECL_HTOLE32 1
  2347. | #define HAVE_DECL_HTOLE64 1
  2348. | #define HAVE_DECL_BE32TOH 1
  2349. | #define HAVE_DECL_BE64TOH 1
  2350. | #define HAVE_DECL_HTOBE32 1
  2351. | #define HAVE_DECL_HTOBE64 1
  2352. | #define HAVE_MSG_NOSIGNAL 1
  2353. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2354. | /* end confdefs.h. */
  2355. |
  2356. | #include <libdb5/db_cxx.h>
  2357. |
  2358. | int
  2359. | main ()
  2360. | {
  2361. |
  2362. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  2363. | #error "failed to find bdb 4.8+"
  2364. | #endif
  2365. |
  2366. | ;
  2367. | return 0;
  2368. | }
  2369. configure:21745: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2370. conftest.cpp:48:30: fatal error: db5/db_cxx.h: No such file or directory
  2371. #include <db5/db_cxx.h>
  2372. ^
  2373. compilation terminated.
  2374. configure:21745: $? = 1
  2375. configure: failed program was:
  2376. | /* confdefs.h */
  2377. | #define PACKAGE_NAME "Bitcoin Core"
  2378. | #define PACKAGE_TARNAME "bitcoin"
  2379. | #define PACKAGE_VERSION "0.9.99"
  2380. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  2381. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  2382. | #define PACKAGE_URL ""
  2383. | #define STDC_HEADERS 1
  2384. | #define HAVE_SYS_TYPES_H 1
  2385. | #define HAVE_SYS_STAT_H 1
  2386. | #define HAVE_STDLIB_H 1
  2387. | #define HAVE_STRING_H 1
  2388. | #define HAVE_MEMORY_H 1
  2389. | #define HAVE_STRINGS_H 1
  2390. | #define HAVE_INTTYPES_H 1
  2391. | #define HAVE_STDINT_H 1
  2392. | #define HAVE_UNISTD_H 1
  2393. | #define HAVE_DLFCN_H 1
  2394. | #define LT_OBJDIR ".libs/"
  2395. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2396. | #define HAVE_PTHREAD 1
  2397. | #define HAVE_DECL_STRERROR_R 1
  2398. | #define HAVE_STRERROR_R 1
  2399. | #define STRERROR_R_CHAR_P 1
  2400. | #define HAVE_ENDIAN_H 1
  2401. | #define HAVE_STDIO_H 1
  2402. | #define HAVE_STDLIB_H 1
  2403. | #define HAVE_UNISTD_H 1
  2404. | #define HAVE_STRINGS_H 1
  2405. | #define HAVE_SYS_TYPES_H 1
  2406. | #define HAVE_SYS_STAT_H 1
  2407. | #define HAVE_SYS_SELECT_H 1
  2408. | #define HAVE_SYS_PRCTL_H 1
  2409. | #define HAVE_GETADDRINFO_A 1
  2410. | #define HAVE_INET_PTON 1
  2411. | #define HAVE_DECL_LE32TOH 1
  2412. | #define HAVE_DECL_LE64TOH 1
  2413. | #define HAVE_DECL_HTOLE32 1
  2414. | #define HAVE_DECL_HTOLE64 1
  2415. | #define HAVE_DECL_BE32TOH 1
  2416. | #define HAVE_DECL_BE64TOH 1
  2417. | #define HAVE_DECL_HTOBE32 1
  2418. | #define HAVE_DECL_HTOBE64 1
  2419. | #define HAVE_MSG_NOSIGNAL 1
  2420. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2421. | /* end confdefs.h. */
  2422. |
  2423. | #include <db5/db_cxx.h>
  2424. |
  2425. | int
  2426. | main ()
  2427. | {
  2428. |
  2429. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  2430. | #error "failed to find bdb 4.8+"
  2431. | #endif
  2432. |
  2433. | ;
  2434. | return 0;
  2435. | }
  2436. configure:21745: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2437. conftest.cpp:48:30: fatal error: bdb/db_cxx.h: No such file or directory
  2438. #include <bdb/db_cxx.h>
  2439. ^
  2440. compilation terminated.
  2441. configure:21745: $? = 1
  2442. configure: failed program was:
  2443. | /* confdefs.h */
  2444. | #define PACKAGE_NAME "Bitcoin Core"
  2445. | #define PACKAGE_TARNAME "bitcoin"
  2446. | #define PACKAGE_VERSION "0.9.99"
  2447. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  2448. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  2449. | #define PACKAGE_URL ""
  2450. | #define STDC_HEADERS 1
  2451. | #define HAVE_SYS_TYPES_H 1
  2452. | #define HAVE_SYS_STAT_H 1
  2453. | #define HAVE_STDLIB_H 1
  2454. | #define HAVE_STRING_H 1
  2455. | #define HAVE_MEMORY_H 1
  2456. | #define HAVE_STRINGS_H 1
  2457. | #define HAVE_INTTYPES_H 1
  2458. | #define HAVE_STDINT_H 1
  2459. | #define HAVE_UNISTD_H 1
  2460. | #define HAVE_DLFCN_H 1
  2461. | #define LT_OBJDIR ".libs/"
  2462. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2463. | #define HAVE_PTHREAD 1
  2464. | #define HAVE_DECL_STRERROR_R 1
  2465. | #define HAVE_STRERROR_R 1
  2466. | #define STRERROR_R_CHAR_P 1
  2467. | #define HAVE_ENDIAN_H 1
  2468. | #define HAVE_STDIO_H 1
  2469. | #define HAVE_STDLIB_H 1
  2470. | #define HAVE_UNISTD_H 1
  2471. | #define HAVE_STRINGS_H 1
  2472. | #define HAVE_SYS_TYPES_H 1
  2473. | #define HAVE_SYS_STAT_H 1
  2474. | #define HAVE_SYS_SELECT_H 1
  2475. | #define HAVE_SYS_PRCTL_H 1
  2476. | #define HAVE_GETADDRINFO_A 1
  2477. | #define HAVE_INET_PTON 1
  2478. | #define HAVE_DECL_LE32TOH 1
  2479. | #define HAVE_DECL_LE64TOH 1
  2480. | #define HAVE_DECL_HTOLE32 1
  2481. | #define HAVE_DECL_HTOLE64 1
  2482. | #define HAVE_DECL_BE32TOH 1
  2483. | #define HAVE_DECL_BE64TOH 1
  2484. | #define HAVE_DECL_HTOBE32 1
  2485. | #define HAVE_DECL_HTOBE64 1
  2486. | #define HAVE_MSG_NOSIGNAL 1
  2487. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2488. | /* end confdefs.h. */
  2489. |
  2490. | #include <bdb/db_cxx.h>
  2491. |
  2492. | int
  2493. | main ()
  2494. | {
  2495. |
  2496. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  2497. | #error "failed to find bdb 4.8+"
  2498. | #endif
  2499. |
  2500. | ;
  2501. | return 0;
  2502. | }
  2503. configure:21745: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2504. conftest.cpp:48:32: fatal error: libdb/db_cxx.h: No such file or directory
  2505. #include <libdb/db_cxx.h>
  2506. ^
  2507. compilation terminated.
  2508. configure:21745: $? = 1
  2509. configure: failed program was:
  2510. | /* confdefs.h */
  2511. | #define PACKAGE_NAME "Bitcoin Core"
  2512. | #define PACKAGE_TARNAME "bitcoin"
  2513. | #define PACKAGE_VERSION "0.9.99"
  2514. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  2515. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  2516. | #define PACKAGE_URL ""
  2517. | #define STDC_HEADERS 1
  2518. | #define HAVE_SYS_TYPES_H 1
  2519. | #define HAVE_SYS_STAT_H 1
  2520. | #define HAVE_STDLIB_H 1
  2521. | #define HAVE_STRING_H 1
  2522. | #define HAVE_MEMORY_H 1
  2523. | #define HAVE_STRINGS_H 1
  2524. | #define HAVE_INTTYPES_H 1
  2525. | #define HAVE_STDINT_H 1
  2526. | #define HAVE_UNISTD_H 1
  2527. | #define HAVE_DLFCN_H 1
  2528. | #define LT_OBJDIR ".libs/"
  2529. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2530. | #define HAVE_PTHREAD 1
  2531. | #define HAVE_DECL_STRERROR_R 1
  2532. | #define HAVE_STRERROR_R 1
  2533. | #define STRERROR_R_CHAR_P 1
  2534. | #define HAVE_ENDIAN_H 1
  2535. | #define HAVE_STDIO_H 1
  2536. | #define HAVE_STDLIB_H 1
  2537. | #define HAVE_UNISTD_H 1
  2538. | #define HAVE_STRINGS_H 1
  2539. | #define HAVE_SYS_TYPES_H 1
  2540. | #define HAVE_SYS_STAT_H 1
  2541. | #define HAVE_SYS_SELECT_H 1
  2542. | #define HAVE_SYS_PRCTL_H 1
  2543. | #define HAVE_GETADDRINFO_A 1
  2544. | #define HAVE_INET_PTON 1
  2545. | #define HAVE_DECL_LE32TOH 1
  2546. | #define HAVE_DECL_LE64TOH 1
  2547. | #define HAVE_DECL_HTOLE32 1
  2548. | #define HAVE_DECL_HTOLE64 1
  2549. | #define HAVE_DECL_BE32TOH 1
  2550. | #define HAVE_DECL_BE64TOH 1
  2551. | #define HAVE_DECL_HTOBE32 1
  2552. | #define HAVE_DECL_HTOBE64 1
  2553. | #define HAVE_MSG_NOSIGNAL 1
  2554. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2555. | /* end confdefs.h. */
  2556. |
  2557. | #include <libdb/db_cxx.h>
  2558. |
  2559. | int
  2560. | main ()
  2561. | {
  2562. |
  2563. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  2564. | #error "failed to find bdb 4.8+"
  2565. | #endif
  2566. |
  2567. | ;
  2568. | return 0;
  2569. | }
  2570. configure:21745: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2571. conftest.cpp:48:29: fatal error: db/db_cxx.h: No such file or directory
  2572. #include <db/db_cxx.h>
  2573. ^
  2574. compilation terminated.
  2575. configure:21745: $? = 1
  2576. configure: failed program was:
  2577. | /* confdefs.h */
  2578. | #define PACKAGE_NAME "Bitcoin Core"
  2579. | #define PACKAGE_TARNAME "bitcoin"
  2580. | #define PACKAGE_VERSION "0.9.99"
  2581. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  2582. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  2583. | #define PACKAGE_URL ""
  2584. | #define STDC_HEADERS 1
  2585. | #define HAVE_SYS_TYPES_H 1
  2586. | #define HAVE_SYS_STAT_H 1
  2587. | #define HAVE_STDLIB_H 1
  2588. | #define HAVE_STRING_H 1
  2589. | #define HAVE_MEMORY_H 1
  2590. | #define HAVE_STRINGS_H 1
  2591. | #define HAVE_INTTYPES_H 1
  2592. | #define HAVE_STDINT_H 1
  2593. | #define HAVE_UNISTD_H 1
  2594. | #define HAVE_DLFCN_H 1
  2595. | #define LT_OBJDIR ".libs/"
  2596. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2597. | #define HAVE_PTHREAD 1
  2598. | #define HAVE_DECL_STRERROR_R 1
  2599. | #define HAVE_STRERROR_R 1
  2600. | #define STRERROR_R_CHAR_P 1
  2601. | #define HAVE_ENDIAN_H 1
  2602. | #define HAVE_STDIO_H 1
  2603. | #define HAVE_STDLIB_H 1
  2604. | #define HAVE_UNISTD_H 1
  2605. | #define HAVE_STRINGS_H 1
  2606. | #define HAVE_SYS_TYPES_H 1
  2607. | #define HAVE_SYS_STAT_H 1
  2608. | #define HAVE_SYS_SELECT_H 1
  2609. | #define HAVE_SYS_PRCTL_H 1
  2610. | #define HAVE_GETADDRINFO_A 1
  2611. | #define HAVE_INET_PTON 1
  2612. | #define HAVE_DECL_LE32TOH 1
  2613. | #define HAVE_DECL_LE64TOH 1
  2614. | #define HAVE_DECL_HTOLE32 1
  2615. | #define HAVE_DECL_HTOLE64 1
  2616. | #define HAVE_DECL_BE32TOH 1
  2617. | #define HAVE_DECL_BE64TOH 1
  2618. | #define HAVE_DECL_HTOBE32 1
  2619. | #define HAVE_DECL_HTOBE64 1
  2620. | #define HAVE_MSG_NOSIGNAL 1
  2621. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2622. | /* end confdefs.h. */
  2623. |
  2624. | #include <db/db_cxx.h>
  2625. |
  2626. | int
  2627. | main ()
  2628. | {
  2629. |
  2630. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  2631. | #error "failed to find bdb 4.8+"
  2632. | #endif
  2633. |
  2634. | ;
  2635. | return 0;
  2636. | }
  2637. configure:21745: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2638. configure:21745: $? = 0
  2639. configure:21774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2640. configure:21774: $? = 0
  2641. configure:21817: result: default
  2642. configure:21836: checking for main in -ldb_cxx-4.8
  2643. configure:21855: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -L/home/bitcoind/deps/lib -Wl,-z,relro -Wl,-z,now -pie conftest.cpp -ldb_cxx-4.8 -lanl -lssl -lcrypto >&5
  2644. configure:21855: $? = 0
  2645. configure:21865: result: yes
  2646. configure:21886: checking miniupnpc/miniwget.h usability
  2647. configure:21886: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2648. configure:21886: $? = 0
  2649. configure:21886: result: yes
  2650. configure:21886: checking miniupnpc/miniwget.h presence
  2651. configure:21886: g++ -E -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  2652. configure:21886: $? = 0
  2653. configure:21886: result: yes
  2654. configure:21886: checking for miniupnpc/miniwget.h
  2655. configure:21886: result: yes
  2656. configure:21891: checking for main in -lminiupnpc
  2657. configure:21910: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -L/home/bitcoind/deps/lib -Wl,-z,relro -Wl,-z,now -pie conftest.cpp -lminiupnpc -lanl -lssl -lcrypto >&5
  2658. configure:21910: $? = 0
  2659. configure:21919: result: yes
  2660. configure:21886: checking miniupnpc/miniupnpc.h usability
  2661. configure:21886: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2662. configure:21886: $? = 0
  2663. configure:21886: result: yes
  2664. configure:21886: checking miniupnpc/miniupnpc.h presence
  2665. configure:21886: g++ -E -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  2666. configure:21886: $? = 0
  2667. configure:21886: result: yes
  2668. configure:21886: checking for miniupnpc/miniupnpc.h
  2669. configure:21886: result: yes
  2670. configure:21891: checking for main in -lminiupnpc
  2671. configure:21919: result: yes
  2672. configure:21886: checking miniupnpc/upnpcommands.h usability
  2673. configure:21886: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2674. configure:21886: $? = 0
  2675. configure:21886: result: yes
  2676. configure:21886: checking miniupnpc/upnpcommands.h presence
  2677. configure:21886: g++ -E -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  2678. configure:21886: $? = 0
  2679. configure:21886: result: yes
  2680. configure:21886: checking for miniupnpc/upnpcommands.h
  2681. configure:21886: result: yes
  2682. configure:21891: checking for main in -lminiupnpc
  2683. configure:21919: result: yes
  2684. configure:21886: checking miniupnpc/upnperrors.h usability
  2685. configure:21886: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2686. configure:21886: $? = 0
  2687. configure:21886: result: yes
  2688. configure:21886: checking miniupnpc/upnperrors.h presence
  2689. configure:21886: g++ -E -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  2690. configure:21886: $? = 0
  2691. configure:21886: result: yes
  2692. configure:21886: checking for miniupnpc/upnperrors.h
  2693. configure:21886: result: yes
  2694. configure:21891: checking for main in -lminiupnpc
  2695. configure:21919: result: yes
  2696. configure:21989: checking for boostlib >= 1.20.0
  2697. configure:22074: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/home/bitcoind/deps/include conftest.cpp >&5
  2698. configure:22074: $? = 0
  2699. configure:22076: result: yes
  2700. configure:22260: checking whether the Boost::System library is available
  2701. configure:22284: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/home/bitcoind/deps/include conftest.cpp >&5
  2702. conftest.cpp: In function 'int main()':
  2703. conftest.cpp:61:3: warning: statement is a reference, not call, to function 'boost::system::system_category' [-Waddress]
  2704. ;
  2705. ^
  2706. conftest.cpp:61:3: warning: statement has no effect [-Wunused-value]
  2707. configure:22284: $? = 0
  2708. configure:22299: result: yes
  2709. configure:22315: checking for exit in -lboost_system
  2710. configure:22340: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/home/bitcoind/deps/include -L/home/bitcoind/deps/lib -Wl,-z,relro -Wl,-z,now -pie -L/usr/lib64 conftest.cpp -lboost_system -lminiupnpc -lminiupnpc -lminiupnpc -lminiupnpc -lanl -lssl -lcrypto >&5
  2711. configure:22340: $? = 0
  2712. configure:22350: result: yes
  2713. configure:22505: checking whether the Boost::Filesystem library is available
  2714. configure:22529: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/home/bitcoind/deps/include conftest.cpp >&5
  2715. configure:22529: $? = 0
  2716. configure:22543: result: yes
  2717. configure:22555: checking for exit in -lboost_filesystem
  2718. configure:22580: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/home/bitcoind/deps/include -L/home/bitcoind/deps/lib -Wl,-z,relro -Wl,-z,now -pie -L/usr/lib64 conftest.cpp -lboost_filesystem -lminiupnpc -lminiupnpc -lminiupnpc -lminiupnpc -lanl -lssl -lcrypto -lboost_system >&5
  2719. configure:22580: $? = 0
  2720. configure:22590: result: yes
  2721. configure:22740: checking whether the Boost::Program_Options library is available
  2722. configure:22764: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/home/bitcoind/deps/include conftest.cpp >&5
  2723. In file included from /home/bitcoind/deps/include/boost/mpl/aux_/integral_wrapper.hpp:22:0,
  2724. from /home/bitcoind/deps/include/boost/mpl/int.hpp:20,
  2725. from /home/bitcoind/deps/include/boost/type_traits/detail/template_arity_spec.hpp:10,
  2726. from /home/bitcoind/deps/include/boost/type_traits/detail/type_trait_def.hpp:14,
  2727. from /home/bitcoind/deps/include/boost/type_traits/remove_reference.hpp:21,
  2728. from /home/bitcoind/deps/include/boost/any.hpp:21,
  2729. from /home/bitcoind/deps/include/boost/program_options/value_semantic.hpp:12,
  2730. from /home/bitcoind/deps/include/boost/program_options/options_description.hpp:13,
  2731. from /home/bitcoind/deps/include/boost/program_options.hpp:15,
  2732. from conftest.cpp:58:
  2733. /home/bitcoind/deps/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
  2734. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs]
  2735. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2736. ^
  2737. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  2738. # define BOOST_PP_CAT_I(a, b) a ## b
  2739. ^
  2740. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  2741. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2742. ^
  2743. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  2744. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  2745. ^
  2746. /home/bitcoind/deps/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  2747. BOOST_CONCEPT_ASSERT((Model));
  2748. ^
  2749. /home/bitcoind/deps/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
  2750. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs]
  2751. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2752. ^
  2753. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  2754. # define BOOST_PP_CAT_I(a, b) a ## b
  2755. ^
  2756. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  2757. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2758. ^
  2759. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  2760. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  2761. ^
  2762. /home/bitcoind/deps/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  2763. BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
  2764. ^
  2765. /home/bitcoind/deps/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
  2766. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs]
  2767. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2768. ^
  2769. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  2770. # define BOOST_PP_CAT_I(a, b) a ## b
  2771. ^
  2772. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  2773. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2774. ^
  2775. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  2776. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  2777. ^
  2778. /home/bitcoind/deps/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  2779. BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
  2780. ^
  2781. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs]
  2782. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2783. ^
  2784. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  2785. # define BOOST_PP_CAT_I(a, b) a ## b
  2786. ^
  2787. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  2788. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2789. ^
  2790. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  2791. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  2792. ^
  2793. /home/bitcoind/deps/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  2794. BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
  2795. ^
  2796. /home/bitcoind/deps/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
  2797. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs]
  2798. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2799. ^
  2800. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  2801. # define BOOST_PP_CAT_I(a, b) a ## b
  2802. ^
  2803. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  2804. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2805. ^
  2806. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  2807. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  2808. ^
  2809. /home/bitcoind/deps/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  2810. BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
  2811. ^
  2812. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs]
  2813. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2814. ^
  2815. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  2816. # define BOOST_PP_CAT_I(a, b) a ## b
  2817. ^
  2818. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  2819. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2820. ^
  2821. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  2822. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  2823. ^
  2824. /home/bitcoind/deps/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  2825. BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
  2826. ^
  2827. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs]
  2828. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2829. ^
  2830. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  2831. # define BOOST_PP_CAT_I(a, b) a ## b
  2832. ^
  2833. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  2834. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2835. ^
  2836. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  2837. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  2838. ^
  2839. /home/bitcoind/deps/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  2840. BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
  2841. ^
  2842. /home/bitcoind/deps/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
  2843. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs]
  2844. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2845. ^
  2846. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  2847. # define BOOST_PP_CAT_I(a, b) a ## b
  2848. ^
  2849. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  2850. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2851. ^
  2852. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  2853. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  2854. ^
  2855. /home/bitcoind/deps/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  2856. BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
  2857. ^
  2858. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs]
  2859. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2860. ^
  2861. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  2862. # define BOOST_PP_CAT_I(a, b) a ## b
  2863. ^
  2864. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  2865. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2866. ^
  2867. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  2868. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  2869. ^
  2870. /home/bitcoind/deps/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  2871. BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
  2872. ^
  2873. /home/bitcoind/deps/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
  2874. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs]
  2875. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2876. ^
  2877. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  2878. # define BOOST_PP_CAT_I(a, b) a ## b
  2879. ^
  2880. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  2881. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2882. ^
  2883. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  2884. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  2885. ^
  2886. /home/bitcoind/deps/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  2887. BOOST_CONCEPT_ASSERT((Convertible<
  2888. ^
  2889. /home/bitcoind/deps/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
  2890. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs]
  2891. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2892. ^
  2893. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  2894. # define BOOST_PP_CAT_I(a, b) a ## b
  2895. ^
  2896. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  2897. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2898. ^
  2899. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  2900. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  2901. ^
  2902. /home/bitcoind/deps/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  2903. BOOST_CONCEPT_ASSERT((Convertible<
  2904. ^
  2905. /home/bitcoind/deps/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
  2906. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs]
  2907. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2908. ^
  2909. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  2910. # define BOOST_PP_CAT_I(a, b) a ## b
  2911. ^
  2912. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  2913. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2914. ^
  2915. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  2916. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  2917. ^
  2918. /home/bitcoind/deps/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  2919. BOOST_CONCEPT_ASSERT((Convertible<
  2920. ^
  2921. /home/bitcoind/deps/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
  2922. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs]
  2923. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2924. ^
  2925. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  2926. # define BOOST_PP_CAT_I(a, b) a ## b
  2927. ^
  2928. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  2929. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2930. ^
  2931. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  2932. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  2933. ^
  2934. /home/bitcoind/deps/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  2935. BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
  2936. ^
  2937. /home/bitcoind/deps/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
  2938. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs]
  2939. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2940. ^
  2941. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  2942. # define BOOST_PP_CAT_I(a, b) a ## b
  2943. ^
  2944. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  2945. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2946. ^
  2947. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  2948. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  2949. ^
  2950. /home/bitcoind/deps/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  2951. BOOST_CONCEPT_ASSERT((
  2952. ^
  2953. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs]
  2954. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2955. ^
  2956. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  2957. # define BOOST_PP_CAT_I(a, b) a ## b
  2958. ^
  2959. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  2960. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2961. ^
  2962. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  2963. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  2964. ^
  2965. /home/bitcoind/deps/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  2966. BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
  2967. ^
  2968. /home/bitcoind/deps/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
  2969. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs]
  2970. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2971. ^
  2972. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  2973. # define BOOST_PP_CAT_I(a, b) a ## b
  2974. ^
  2975. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  2976. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2977. ^
  2978. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  2979. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  2980. ^
  2981. /home/bitcoind/deps/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  2982. BOOST_CONCEPT_ASSERT((
  2983. ^
  2984. /home/bitcoind/deps/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
  2985. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
  2986. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2987. ^
  2988. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  2989. # define BOOST_PP_CAT_I(a, b) a ## b
  2990. ^
  2991. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  2992. BOOST_PP_CAT(boost_concept_check,__LINE__)
  2993. ^
  2994. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  2995. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  2996. ^
  2997. /home/bitcoind/deps/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  2998. BOOST_CONCEPT_ASSERT((
  2999. ^
  3000. /home/bitcoind/deps/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
  3001. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs]
  3002. BOOST_PP_CAT(boost_concept_check,__LINE__)
  3003. ^
  3004. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  3005. # define BOOST_PP_CAT_I(a, b) a ## b
  3006. ^
  3007. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  3008. BOOST_PP_CAT(boost_concept_check,__LINE__)
  3009. ^
  3010. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  3011. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  3012. ^
  3013. /home/bitcoind/deps/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  3014. BOOST_CONCEPT_ASSERT((
  3015. ^
  3016. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs]
  3017. BOOST_PP_CAT(boost_concept_check,__LINE__)
  3018. ^
  3019. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  3020. # define BOOST_PP_CAT_I(a, b) a ## b
  3021. ^
  3022. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  3023. BOOST_PP_CAT(boost_concept_check,__LINE__)
  3024. ^
  3025. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  3026. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  3027. ^
  3028. /home/bitcoind/deps/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  3029. BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
  3030. ^
  3031. /home/bitcoind/deps/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
  3032. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs]
  3033. BOOST_PP_CAT(boost_concept_check,__LINE__)
  3034. ^
  3035. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  3036. # define BOOST_PP_CAT_I(a, b) a ## b
  3037. ^
  3038. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  3039. BOOST_PP_CAT(boost_concept_check,__LINE__)
  3040. ^
  3041. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  3042. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  3043. ^
  3044. /home/bitcoind/deps/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  3045. BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
  3046. ^
  3047. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs]
  3048. BOOST_PP_CAT(boost_concept_check,__LINE__)
  3049. ^
  3050. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  3051. # define BOOST_PP_CAT_I(a, b) a ## b
  3052. ^
  3053. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  3054. BOOST_PP_CAT(boost_concept_check,__LINE__)
  3055. ^
  3056. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  3057. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  3058. ^
  3059. /home/bitcoind/deps/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  3060. BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
  3061. ^
  3062. /home/bitcoind/deps/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
  3063. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs]
  3064. BOOST_PP_CAT(boost_concept_check,__LINE__)
  3065. ^
  3066. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  3067. # define BOOST_PP_CAT_I(a, b) a ## b
  3068. ^
  3069. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  3070. BOOST_PP_CAT(boost_concept_check,__LINE__)
  3071. ^
  3072. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  3073. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  3074. ^
  3075. /home/bitcoind/deps/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  3076. BOOST_CONCEPT_ASSERT((
  3077. ^
  3078. /home/bitcoind/deps/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
  3079. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs]
  3080. BOOST_PP_CAT(boost_concept_check,__LINE__)
  3081. ^
  3082. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  3083. # define BOOST_PP_CAT_I(a, b) a ## b
  3084. ^
  3085. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  3086. BOOST_PP_CAT(boost_concept_check,__LINE__)
  3087. ^
  3088. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  3089. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  3090. ^
  3091. /home/bitcoind/deps/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  3092. BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
  3093. ^
  3094. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs]
  3095. BOOST_PP_CAT(boost_concept_check,__LINE__)
  3096. ^
  3097. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  3098. # define BOOST_PP_CAT_I(a, b) a ## b
  3099. ^
  3100. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  3101. BOOST_PP_CAT(boost_concept_check,__LINE__)
  3102. ^
  3103. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  3104. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  3105. ^
  3106. /home/bitcoind/deps/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  3107. BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
  3108. ^
  3109. /home/bitcoind/deps/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
  3110. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs]
  3111. BOOST_PP_CAT(boost_concept_check,__LINE__)
  3112. ^
  3113. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  3114. # define BOOST_PP_CAT_I(a, b) a ## b
  3115. ^
  3116. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  3117. BOOST_PP_CAT(boost_concept_check,__LINE__)
  3118. ^
  3119. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  3120. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  3121. ^
  3122. /home/bitcoind/deps/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  3123. BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
  3124. ^
  3125. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs]
  3126. BOOST_PP_CAT(boost_concept_check,__LINE__)
  3127. ^
  3128. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  3129. # define BOOST_PP_CAT_I(a, b) a ## b
  3130. ^
  3131. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  3132. BOOST_PP_CAT(boost_concept_check,__LINE__)
  3133. ^
  3134. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  3135. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  3136. ^
  3137. /home/bitcoind/deps/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  3138. BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
  3139. ^
  3140. /home/bitcoind/deps/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)':
  3141. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs]
  3142. BOOST_PP_CAT(boost_concept_check,__LINE__)
  3143. ^
  3144. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  3145. # define BOOST_PP_CAT_I(a, b) a ## b
  3146. ^
  3147. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  3148. BOOST_PP_CAT(boost_concept_check,__LINE__)
  3149. ^
  3150. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  3151. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  3152. ^
  3153. /home/bitcoind/deps/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  3154. #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
  3155. ^
  3156. /home/bitcoind/deps/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT'
  3157. BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
  3158. ^
  3159. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs]
  3160. BOOST_PP_CAT(boost_concept_check,__LINE__)
  3161. ^
  3162. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  3163. # define BOOST_PP_CAT_I(a, b) a ## b
  3164. ^
  3165. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  3166. BOOST_PP_CAT(boost_concept_check,__LINE__)
  3167. ^
  3168. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  3169. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  3170. ^
  3171. /home/bitcoind/deps/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  3172. #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
  3173. ^
  3174. /home/bitcoind/deps/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT'
  3175. BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
  3176. ^
  3177. /home/bitcoind/deps/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)':
  3178. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs]
  3179. BOOST_PP_CAT(boost_concept_check,__LINE__)
  3180. ^
  3181. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  3182. # define BOOST_PP_CAT_I(a, b) a ## b
  3183. ^
  3184. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  3185. BOOST_PP_CAT(boost_concept_check,__LINE__)
  3186. ^
  3187. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  3188. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  3189. ^
  3190. /home/bitcoind/deps/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  3191. #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
  3192. ^
  3193. /home/bitcoind/deps/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT'
  3194. BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
  3195. ^
  3196. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs]
  3197. BOOST_PP_CAT(boost_concept_check,__LINE__)
  3198. ^
  3199. /home/bitcoind/deps/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  3200. # define BOOST_PP_CAT_I(a, b) a ## b
  3201. ^
  3202. /home/bitcoind/deps/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  3203. BOOST_PP_CAT(boost_concept_check,__LINE__)
  3204. ^
  3205. /home/bitcoind/deps/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  3206. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  3207. ^
  3208. /home/bitcoind/deps/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  3209. #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
  3210. ^
  3211. /home/bitcoind/deps/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT'
  3212. BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
  3213. ^
  3214. configure:22764: $? = 0
  3215. configure:22778: result: yes
  3216. configure:22790: checking for exit in -lboost_program_options-mt
  3217. configure:22815: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/home/bitcoind/deps/include -L/home/bitcoind/deps/lib -Wl,-z,relro -Wl,-z,now -pie -L/usr/lib64 conftest.cpp -lboost_program_options-mt -lminiupnpc -lminiupnpc -lminiupnpc -lminiupnpc -lanl -lssl -lcrypto >&5
  3218. configure:22815: $? = 0
  3219. configure:22825: result: yes
  3220. configure:22968: checking whether the Boost::Thread library is available
  3221. configure:23000: g++ -c -pthread -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/home/bitcoind/deps/include conftest.cpp >&5
  3222. In file included from /home/bitcoind/deps/include/boost/bind/bind.hpp:29:0,
  3223. from /home/bitcoind/deps/include/boost/bind.hpp:22,
  3224. from /home/bitcoind/deps/include/boost/thread/detail/thread.hpp:29,
  3225. from /home/bitcoind/deps/include/boost/thread/thread_only.hpp:22,
  3226. from /home/bitcoind/deps/include/boost/thread/thread.hpp:12,
  3227. from conftest.cpp:59:
  3228. /home/bitcoind/deps/include/boost/bind/arg.hpp: In constructor 'boost::arg<I>::arg(const T&)':
  3229. /home/bitcoind/deps/include/boost/bind/arg.hpp:37:22: warning: typedef 'T_must_be_placeholder' locally defined but not used [-Wunused-local-typedefs]
  3230. typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -1 ];
  3231. ^
  3232. configure:23000: $? = 0
  3233. configure:23015: result: yes
  3234. configure:23045: checking for exit in -lboost_thread
  3235. configure:23070: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/home/bitcoind/deps/include -L/home/bitcoind/deps/lib -Wl,-z,relro -Wl,-z,now -pie -L/usr/lib64 conftest.cpp -lboost_thread -lminiupnpc -lminiupnpc -lminiupnpc -lminiupnpc -lanl -lssl -lcrypto >&5
  3236. configure:23070: $? = 0
  3237. configure:23080: result: yes
  3238. configure:23240: checking whether the Boost::Chrono library is available
  3239. configure:23264: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -pthread -I/home/bitcoind/deps/include conftest.cpp >&5
  3240. configure:23264: $? = 0
  3241. configure:23279: result: yes
  3242. configure:23295: checking for exit in -lboost_chrono-mt
  3243. configure:23320: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -pthread -I/home/bitcoind/deps/include -L/home/bitcoind/deps/lib -Wl,-z,relro -Wl,-z,now -pie -L/usr/lib64 conftest.cpp -lboost_chrono-mt -lminiupnpc -lminiupnpc -lminiupnpc -lminiupnpc -lanl -lssl -lcrypto >&5
  3244. configure:23320: $? = 0
  3245. configure:23330: result: yes
  3246. configure:23453: checking for working boost reduced exports
  3247. configure:23476: g++ -E -pthread -I/home/bitcoind/deps/include -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  3248. configure:23476: $? = 0
  3249. configure:23478: result: yes
  3250. configure:23502: checking whether the linker accepts -Wl,--exclude-libs,ALL
  3251. configure:23521: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -fvisibility=hidden -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -L/home/bitcoind/deps/lib -Wl,-z,relro -Wl,-z,now -pie -Wl,--exclude-libs,ALL conftest.cpp -lminiupnpc -lminiupnpc -lminiupnpc -lminiupnpc -lanl -lssl -lcrypto >&5
  3252. configure:23521: $? = 0
  3253. configure:23530: result: yes
  3254. configure:23578: checking whether the Boost::Unit_Test_Framework library is available
  3255. configure:23601: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -fvisibility=hidden -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -pthread -I/home/bitcoind/deps/include conftest.cpp >&5
  3256. conftest.cpp: In function 'int main()':
  3257. conftest.cpp:66:21: warning: unused variable 'test' [-Wunused-variable]
  3258. test_suite* test= BOOST_TEST_SUITE( "Unit test example 1" ); return 0;
  3259. ^
  3260. configure:23601: $? = 0
  3261. configure:23615: result: yes
  3262. configure:23727: checking for dynamic linked boost test
  3263. configure:23742: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -fvisibility=hidden -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -pthread -I/home/bitcoind/deps/include -L/home/bitcoind/deps/lib -Wl,-z,relro -Wl,-z,now -pie conftest.cpp -lminiupnpc -lminiupnpc -lminiupnpc -lminiupnpc -lanl -lssl -lcrypto -lboost_unit_test_framework-mt >&5
  3264. configure:23742: $? = 0
  3265. configure:23743: result: yes
  3266. configure:23783: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -fvisibility=hidden -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -pthread -I/home/bitcoind/deps/include -L/home/bitcoind/deps/lib -Wl,-z,relro -Wl,-z,now -pie conftest.cpp -L/usr/lib64 -lboost_system -lboost_filesystem -lboost_program_options-mt -lboost_thread -lboost_chrono-mt -lminiupnpc -lminiupnpc -lminiupnpc -lminiupnpc -lanl -lssl -lcrypto >&5
  3267. In file included from /home/bitcoind/deps/include/boost/bind/bind.hpp:29:0,
  3268. from /home/bitcoind/deps/include/boost/bind.hpp:22,
  3269. from /home/bitcoind/deps/include/boost/thread/detail/thread.hpp:29,
  3270. from /home/bitcoind/deps/include/boost/thread/thread_only.hpp:22,
  3271. from /home/bitcoind/deps/include/boost/thread/thread.hpp:12,
  3272. from conftest.cpp:63:
  3273. /home/bitcoind/deps/include/boost/bind/arg.hpp: In constructor 'boost::arg<I>::arg(const T&)':
  3274. /home/bitcoind/deps/include/boost/bind/arg.hpp:37:22: warning: typedef 'T_must_be_placeholder' locally defined but not used [-Wunused-local-typedefs]
  3275. typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -1 ];
  3276. ^
  3277. /bin/ld: /home/bitcoind/deps/lib/libboost_system.a(error_code.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  3278. /home/bitcoind/deps/lib/libboost_system.a: could not read symbols: Bad value
  3279. collect2: error: ld returned 1 exit status
  3280. configure:23783: $? = 1
  3281. configure: failed program was:
  3282. | /* confdefs.h */
  3283. | #define PACKAGE_NAME "Bitcoin Core"
  3284. | #define PACKAGE_TARNAME "bitcoin"
  3285. | #define PACKAGE_VERSION "0.9.99"
  3286. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  3287. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  3288. | #define PACKAGE_URL ""
  3289. | #define STDC_HEADERS 1
  3290. | #define HAVE_SYS_TYPES_H 1
  3291. | #define HAVE_SYS_STAT_H 1
  3292. | #define HAVE_STDLIB_H 1
  3293. | #define HAVE_STRING_H 1
  3294. | #define HAVE_MEMORY_H 1
  3295. | #define HAVE_STRINGS_H 1
  3296. | #define HAVE_INTTYPES_H 1
  3297. | #define HAVE_STDINT_H 1
  3298. | #define HAVE_UNISTD_H 1
  3299. | #define HAVE_DLFCN_H 1
  3300. | #define LT_OBJDIR ".libs/"
  3301. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3302. | #define HAVE_PTHREAD 1
  3303. | #define HAVE_DECL_STRERROR_R 1
  3304. | #define HAVE_STRERROR_R 1
  3305. | #define STRERROR_R_CHAR_P 1
  3306. | #define HAVE_ENDIAN_H 1
  3307. | #define HAVE_STDIO_H 1
  3308. | #define HAVE_STDLIB_H 1
  3309. | #define HAVE_UNISTD_H 1
  3310. | #define HAVE_STRINGS_H 1
  3311. | #define HAVE_SYS_TYPES_H 1
  3312. | #define HAVE_SYS_STAT_H 1
  3313. | #define HAVE_SYS_SELECT_H 1
  3314. | #define HAVE_SYS_PRCTL_H 1
  3315. | #define HAVE_GETADDRINFO_A 1
  3316. | #define HAVE_INET_PTON 1
  3317. | #define HAVE_DECL_LE32TOH 1
  3318. | #define HAVE_DECL_LE64TOH 1
  3319. | #define HAVE_DECL_HTOLE32 1
  3320. | #define HAVE_DECL_HTOLE64 1
  3321. | #define HAVE_DECL_BE32TOH 1
  3322. | #define HAVE_DECL_BE64TOH 1
  3323. | #define HAVE_DECL_HTOBE32 1
  3324. | #define HAVE_DECL_HTOBE64 1
  3325. | #define HAVE_MSG_NOSIGNAL 1
  3326. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3327. | #define HAVE_MINIUPNPC_MINIWGET_H 1
  3328. | #define HAVE_LIBMINIUPNPC 1
  3329. | #define HAVE_MINIUPNPC_MINIUPNPC_H 1
  3330. | #define HAVE_LIBMINIUPNPC 1
  3331. | #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
  3332. | #define HAVE_LIBMINIUPNPC 1
  3333. | #define HAVE_MINIUPNPC_UPNPERRORS_H 1
  3334. | #define HAVE_LIBMINIUPNPC 1
  3335. | #define HAVE_BOOST /**/
  3336. | #define HAVE_BOOST_SYSTEM /**/
  3337. | #define HAVE_BOOST_FILESYSTEM /**/
  3338. | #define HAVE_BOOST_PROGRAM_OPTIONS /**/
  3339. | #define HAVE_BOOST_THREAD /**/
  3340. | #define HAVE_BOOST_CHRONO /**/
  3341. | #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
  3342. | /* end confdefs.h. */
  3343. |
  3344. | #include <boost/thread/thread.hpp>
  3345. | #include <boost/version.hpp>
  3346. |
  3347. | int
  3348. | main ()
  3349. | {
  3350. |
  3351. | #if BOOST_VERSION >= 105000 && (!defined(BOOST_HAS_NANOSLEEP) || BOOST_VERSION >= 105200)
  3352. | boost::this_thread::sleep_for(boost::chrono::milliseconds(0));
  3353. | #else
  3354. | choke me
  3355. | #endif
  3356. |
  3357. | ;
  3358. | return 0;
  3359. | }
  3360. configure:23823: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -fvisibility=hidden -I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -pthread -I/home/bitcoind/deps/include -L/home/bitcoind/deps/lib -Wl,-z,relro -Wl,-z,now -pie conftest.cpp -L/usr/lib64 -lboost_system -lboost_filesystem -lboost_program_options-mt -lboost_thread -lminiupnpc -lminiupnpc -lminiupnpc -lminiupnpc -lanl -lssl -lcrypto >&5
  3361. In file included from /home/bitcoind/deps/include/boost/bind/bind.hpp:29:0,
  3362. from /home/bitcoind/deps/include/boost/bind.hpp:22,
  3363. from /home/bitcoind/deps/include/boost/thread/detail/thread.hpp:29,
  3364. from /home/bitcoind/deps/include/boost/thread/thread_only.hpp:22,
  3365. from /home/bitcoind/deps/include/boost/thread/thread.hpp:12,
  3366. from /home/bitcoind/deps/include/boost/thread.hpp:13,
  3367. from conftest.cpp:64:
  3368. /home/bitcoind/deps/include/boost/bind/arg.hpp: In constructor 'boost::arg<I>::arg(const T&)':
  3369. /home/bitcoind/deps/include/boost/bind/arg.hpp:37:22: warning: typedef 'T_must_be_placeholder' locally defined but not used [-Wunused-local-typedefs]
  3370. typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -1 ];
  3371. ^
  3372. In file included from /home/bitcoind/deps/include/boost/tuple/tuple.hpp:33:0,
  3373. from /home/bitcoind/deps/include/boost/thread/detail/async_func.hpp:37,
  3374. from /home/bitcoind/deps/include/boost/thread/future.hpp:22,
  3375. from /home/bitcoind/deps/include/boost/thread.hpp:24,
  3376. from conftest.cpp:64:
  3377. /home/bitcoind/deps/include/boost/tuple/detail/tuple_basic.hpp: In function 'typename boost::tuples::access_traits<typename boost::tuples::element<N, boost::tuples::cons<HT, TT> >::type>::const_type boost::tuples::get(const boost::tuples::cons<HT, TT>&)':
  3378. /home/bitcoind/deps/include/boost/tuple/detail/tuple_basic.hpp:228:45: warning: typedef 'cons_element' locally defined but not used [-Wunused-local-typedefs]
  3379. typedef BOOST_DEDUCED_TYPENAME impl::type cons_element;
  3380. ^
  3381. /bin/ld: /home/bitcoind/deps/lib/libboost_system.a(error_code.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  3382. /home/bitcoind/deps/lib/libboost_system.a: could not read symbols: Bad value
  3383. collect2: error: ld returned 1 exit status
  3384. configure:23823: $? = 1
  3385. configure: failed program was:
  3386. | /* confdefs.h */
  3387. | #define PACKAGE_NAME "Bitcoin Core"
  3388. | #define PACKAGE_TARNAME "bitcoin"
  3389. | #define PACKAGE_VERSION "0.9.99"
  3390. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  3391. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  3392. | #define PACKAGE_URL ""
  3393. | #define STDC_HEADERS 1
  3394. | #define HAVE_SYS_TYPES_H 1
  3395. | #define HAVE_SYS_STAT_H 1
  3396. | #define HAVE_STDLIB_H 1
  3397. | #define HAVE_STRING_H 1
  3398. | #define HAVE_MEMORY_H 1
  3399. | #define HAVE_STRINGS_H 1
  3400. | #define HAVE_INTTYPES_H 1
  3401. | #define HAVE_STDINT_H 1
  3402. | #define HAVE_UNISTD_H 1
  3403. | #define HAVE_DLFCN_H 1
  3404. | #define LT_OBJDIR ".libs/"
  3405. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3406. | #define HAVE_PTHREAD 1
  3407. | #define HAVE_DECL_STRERROR_R 1
  3408. | #define HAVE_STRERROR_R 1
  3409. | #define STRERROR_R_CHAR_P 1
  3410. | #define HAVE_ENDIAN_H 1
  3411. | #define HAVE_STDIO_H 1
  3412. | #define HAVE_STDLIB_H 1
  3413. | #define HAVE_UNISTD_H 1
  3414. | #define HAVE_STRINGS_H 1
  3415. | #define HAVE_SYS_TYPES_H 1
  3416. | #define HAVE_SYS_STAT_H 1
  3417. | #define HAVE_SYS_SELECT_H 1
  3418. | #define HAVE_SYS_PRCTL_H 1
  3419. | #define HAVE_GETADDRINFO_A 1
  3420. | #define HAVE_INET_PTON 1
  3421. | #define HAVE_DECL_LE32TOH 1
  3422. | #define HAVE_DECL_LE64TOH 1
  3423. | #define HAVE_DECL_HTOLE32 1
  3424. | #define HAVE_DECL_HTOLE64 1
  3425. | #define HAVE_DECL_BE32TOH 1
  3426. | #define HAVE_DECL_BE64TOH 1
  3427. | #define HAVE_DECL_HTOBE32 1
  3428. | #define HAVE_DECL_HTOBE64 1
  3429. | #define HAVE_MSG_NOSIGNAL 1
  3430. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3431. | #define HAVE_MINIUPNPC_MINIWGET_H 1
  3432. | #define HAVE_LIBMINIUPNPC 1
  3433. | #define HAVE_MINIUPNPC_MINIUPNPC_H 1
  3434. | #define HAVE_LIBMINIUPNPC 1
  3435. | #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
  3436. | #define HAVE_LIBMINIUPNPC 1
  3437. | #define HAVE_MINIUPNPC_UPNPERRORS_H 1
  3438. | #define HAVE_LIBMINIUPNPC 1
  3439. | #define HAVE_BOOST /**/
  3440. | #define HAVE_BOOST_SYSTEM /**/
  3441. | #define HAVE_BOOST_FILESYSTEM /**/
  3442. | #define HAVE_BOOST_PROGRAM_OPTIONS /**/
  3443. | #define HAVE_BOOST_THREAD /**/
  3444. | #define HAVE_BOOST_CHRONO /**/
  3445. | #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
  3446. | /* end confdefs.h. */
  3447. |
  3448. | #include <boost/version.hpp>
  3449. | #include <boost/thread.hpp>
  3450. | #include <boost/date_time/posix_time/posix_time_types.hpp>
  3451. |
  3452. | int
  3453. | main ()
  3454. | {
  3455. |
  3456. | #if BOOST_VERSION <= 105600
  3457. | boost::this_thread::sleep(boost::posix_time::milliseconds(0));
  3458. | #else
  3459. | choke me
  3460. | #endif
  3461. |
  3462. | ;
  3463. | return 0;
  3464. | }
  3465. configure:23837: error: No working boost sleep implementation found. If on ubuntu 13.10 with libboost1.54-all-dev remove libboost.1.54-all-dev and use libboost1.53-all-dev
  3466.  
  3467. ## ---------------- ##
  3468. ## Cache variables. ##
  3469. ## ---------------- ##
  3470.  
  3471. ac_cv_build=x86_64-unknown-linux-gnu
  3472. ac_cv_c_bigendian=no
  3473. ac_cv_c_compiler_gnu=yes
  3474. ac_cv_cxx_compiler_gnu=yes
  3475. ac_cv_env_CCC_set=
  3476. ac_cv_env_CCC_value=
  3477. ac_cv_env_CC_set=
  3478. ac_cv_env_CC_value=
  3479. ac_cv_env_CFLAGS_set=
  3480. ac_cv_env_CFLAGS_value=
  3481. ac_cv_env_CPPFLAGS_set=set
  3482. ac_cv_env_CPPFLAGS_value=-I/home/bitcoind/deps/include
  3483. ac_cv_env_CPP_set=
  3484. ac_cv_env_CPP_value=
  3485. ac_cv_env_CRYPTO_CFLAGS_set=set
  3486. ac_cv_env_CRYPTO_CFLAGS_value=-I/home/bitcoind/deps/include
  3487. ac_cv_env_CRYPTO_LIBS_set=set
  3488. ac_cv_env_CRYPTO_LIBS_value=-L/home/bitcoind/deps/lib
  3489. ac_cv_env_CXXCPP_set=
  3490. ac_cv_env_CXXCPP_value=
  3491. ac_cv_env_CXXFLAGS_set=
  3492. ac_cv_env_CXXFLAGS_value=
  3493. ac_cv_env_CXX_set=
  3494. ac_cv_env_CXX_value=
  3495. ac_cv_env_LDFLAGS_set=set
  3496. ac_cv_env_LDFLAGS_value=-L/home/bitcoind/deps/lib
  3497. ac_cv_env_LIBS_set=set
  3498. ac_cv_env_LIBS_value='-lssl -lcrypto'
  3499. ac_cv_env_OBJCFLAGS_set=
  3500. ac_cv_env_OBJCFLAGS_value=
  3501. ac_cv_env_OBJCXXFLAGS_set=
  3502. ac_cv_env_OBJCXXFLAGS_value=
  3503. ac_cv_env_OBJCXX_set=
  3504. ac_cv_env_OBJCXX_value=
  3505. ac_cv_env_OBJC_set=
  3506. ac_cv_env_OBJC_value=
  3507. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  3508. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  3509. ac_cv_env_PKG_CONFIG_PATH_set=
  3510. ac_cv_env_PKG_CONFIG_PATH_value=
  3511. ac_cv_env_PKG_CONFIG_set=
  3512. ac_cv_env_PKG_CONFIG_value=
  3513. ac_cv_env_PROTOBUF_CFLAGS_set=
  3514. ac_cv_env_PROTOBUF_CFLAGS_value=
  3515. ac_cv_env_PROTOBUF_LIBS_set=
  3516. ac_cv_env_PROTOBUF_LIBS_value=
  3517. ac_cv_env_QR_CFLAGS_set=
  3518. ac_cv_env_QR_CFLAGS_value=
  3519. ac_cv_env_QR_LIBS_set=
  3520. ac_cv_env_QR_LIBS_value=
  3521. ac_cv_env_QTPLATFORM_CFLAGS_set=
  3522. ac_cv_env_QTPLATFORM_CFLAGS_value=
  3523. ac_cv_env_QTPLATFORM_LIBS_set=
  3524. ac_cv_env_QTPLATFORM_LIBS_value=
  3525. ac_cv_env_QTPRINT_CFLAGS_set=
  3526. ac_cv_env_QTPRINT_CFLAGS_value=
  3527. ac_cv_env_QTPRINT_LIBS_set=
  3528. ac_cv_env_QTPRINT_LIBS_value=
  3529. ac_cv_env_QT_CFLAGS_set=
  3530. ac_cv_env_QT_CFLAGS_value=
  3531. ac_cv_env_QT_DBUS_CFLAGS_set=
  3532. ac_cv_env_QT_DBUS_CFLAGS_value=
  3533. ac_cv_env_QT_DBUS_LIBS_set=
  3534. ac_cv_env_QT_DBUS_LIBS_value=
  3535. ac_cv_env_QT_LIBS_set=
  3536. ac_cv_env_QT_LIBS_value=
  3537. ac_cv_env_QT_TEST_CFLAGS_set=
  3538. ac_cv_env_QT_TEST_CFLAGS_value=
  3539. ac_cv_env_QT_TEST_LIBS_set=
  3540. ac_cv_env_QT_TEST_LIBS_value=
  3541. ac_cv_env_SSL_CFLAGS_set=set
  3542. ac_cv_env_SSL_CFLAGS_value=-I/home/bitcoind/deps/include
  3543. ac_cv_env_SSL_LIBS_set=set
  3544. ac_cv_env_SSL_LIBS_value=-L/home/bitcoind/deps/lib
  3545. ac_cv_env_X11XCB_CFLAGS_set=
  3546. ac_cv_env_X11XCB_CFLAGS_value=
  3547. ac_cv_env_X11XCB_LIBS_set=
  3548. ac_cv_env_X11XCB_LIBS_value=
  3549. ac_cv_env_build_alias_set=
  3550. ac_cv_env_build_alias_value=
  3551. ac_cv_env_host_alias_set=
  3552. ac_cv_env_host_alias_value=
  3553. ac_cv_env_target_alias_set=
  3554. ac_cv_env_target_alias_value=
  3555. ac_cv_func_strerror_r=yes
  3556. ac_cv_func_strerror_r_char_p=yes
  3557. ac_cv_have_decl_be32toh=yes
  3558. ac_cv_have_decl_be64toh=yes
  3559. ac_cv_have_decl_htobe32=yes
  3560. ac_cv_have_decl_htobe64=yes
  3561. ac_cv_have_decl_htole32=yes
  3562. ac_cv_have_decl_htole64=yes
  3563. ac_cv_have_decl_le32toh=yes
  3564. ac_cv_have_decl_le64toh=yes
  3565. ac_cv_have_decl_strerror_r=yes
  3566. ac_cv_header_dlfcn_h=yes
  3567. ac_cv_header_endian_h=yes
  3568. ac_cv_header_inttypes_h=yes
  3569. ac_cv_header_memory_h=yes
  3570. ac_cv_header_miniupnpc_miniupnpc_h=yes
  3571. ac_cv_header_miniupnpc_miniwget_h=yes
  3572. ac_cv_header_miniupnpc_upnpcommands_h=yes
  3573. ac_cv_header_miniupnpc_upnperrors_h=yes
  3574. ac_cv_header_stdc=yes
  3575. ac_cv_header_stdint_h=yes
  3576. ac_cv_header_stdio_h=yes
  3577. ac_cv_header_stdlib_h=yes
  3578. ac_cv_header_string_h=yes
  3579. ac_cv_header_strings_h=yes
  3580. ac_cv_header_sys_prctl_h=yes
  3581. ac_cv_header_sys_select_h=yes
  3582. ac_cv_header_sys_stat_h=yes
  3583. ac_cv_header_sys_types_h=yes
  3584. ac_cv_header_unistd_h=yes
  3585. ac_cv_host=x86_64-unknown-linux-gnu
  3586. ac_cv_lib_boost_chrono_mt___exit=yes
  3587. ac_cv_lib_boost_filesystem___exit=yes
  3588. ac_cv_lib_boost_program_options_mt___exit=yes
  3589. ac_cv_lib_boost_system___exit=yes
  3590. ac_cv_lib_boost_thread___exit=yes
  3591. ac_cv_lib_db_cxx_4_8___main=yes
  3592. ac_cv_lib_miniupnpc_main=yes
  3593. ac_cv_objc_compiler_gnu=no
  3594. ac_cv_objcxx_compiler_gnu=no
  3595. ac_cv_objext=o
  3596. ac_cv_path_EGREP='/bin/grep -E'
  3597. ac_cv_path_FGREP='/bin/grep -F'
  3598. ac_cv_path_GIT=/bin/git
  3599. ac_cv_path_GREP=/bin/grep
  3600. ac_cv_path_HEXDUMP=/bin/hexdump
  3601. ac_cv_path_SED=/bin/sed
  3602. ac_cv_path_XGETTEXT=/bin/xgettext
  3603. ac_cv_path_ac_pt_AR=/bin/ar
  3604. ac_cv_path_ac_pt_GCOV=/bin/gcov
  3605. ac_cv_path_ac_pt_PKG_CONFIG=/bin/pkg-config
  3606. ac_cv_path_ac_pt_RANLIB=/bin/ranlib
  3607. ac_cv_path_ac_pt_STRIP=/bin/strip
  3608. ac_cv_path_install='/bin/install -c'
  3609. ac_cv_path_mkdir=/bin/mkdir
  3610. ac_cv_prog_AWK=gawk
  3611. ac_cv_prog_CPP='gcc -E'
  3612. ac_cv_prog_CXXCPP='g++ -E'
  3613. ac_cv_prog_ac_ct_AR=ar
  3614. ac_cv_prog_ac_ct_CC=gcc
  3615. ac_cv_prog_ac_ct_CXX=g++
  3616. ac_cv_prog_ac_ct_OBJC=gcc
  3617. ac_cv_prog_ac_ct_OBJCXX=g++
  3618. ac_cv_prog_ac_ct_OBJDUMP=objdump
  3619. ac_cv_prog_ac_ct_RANLIB=ranlib
  3620. ac_cv_prog_ac_ct_STRIP=strip
  3621. ac_cv_prog_cc_c89=
  3622. ac_cv_prog_cc_g=yes
  3623. ac_cv_prog_cxx_g=yes
  3624. ac_cv_prog_make_make_set=yes
  3625. ac_cv_prog_objc_g=no
  3626. ac_cv_prog_objcxx_g=no
  3627. ac_cv_search_clock_gettime='none required'
  3628. ac_cv_search_getaddrinfo_a=-lanl
  3629. ac_cv_search_inet_pton='none required'
  3630. ac_cv_sys_file_offset_bits=no
  3631. ac_cv_sys_largefile_CC=no
  3632. am_cv_CC_dependencies_compiler_type=gcc3
  3633. am_cv_CXX_dependencies_compiler_type=gcc3
  3634. am_cv_OBJCXX_dependencies_compiler_type=gcc3
  3635. am_cv_OBJC_dependencies_compiler_type=gcc3
  3636. am_cv_make_support_nested_variables=yes
  3637. ax_cv_PTHREAD_PRIO_INHERIT=yes
  3638. ax_cv_boost_chrono=yes
  3639. ax_cv_boost_filesystem=yes
  3640. ax_cv_boost_program_options=yes
  3641. ax_cv_boost_system=yes
  3642. ax_cv_boost_thread=yes
  3643. ax_cv_boost_unit_test_framework=yes
  3644. ax_cv_check_cxxcppflags___D_FORTIFY_SOURCE_2=yes
  3645. ax_cv_check_cxxcppflags___U_FORTIFY_SOURCE=yes
  3646. ax_cv_check_cxxflags___Wstack_protector=yes
  3647. ax_cv_check_cxxflags___fPIE=yes
  3648. ax_cv_check_cxxflags___fstack_protector_all=yes
  3649. ax_cv_check_cxxflags___fvisibility_hidden=yes
  3650. ax_cv_check_ldflags___Wl___dynamicbase=no
  3651. ax_cv_check_ldflags___Wl___exclude_libs_ALL=yes
  3652. ax_cv_check_ldflags___Wl___large_address_aware=no
  3653. ax_cv_check_ldflags___Wl___nxcompat=no
  3654. ax_cv_check_ldflags___Wl__z_now=yes
  3655. ax_cv_check_ldflags___Wl__z_relro=yes
  3656. ax_cv_check_ldflags___pie=yes
  3657. lt_cv_ar_at_file=@
  3658. lt_cv_deplibs_check_method=pass_all
  3659. lt_cv_file_magic_cmd='$MAGIC_CMD'
  3660. lt_cv_file_magic_test_file=
  3661. lt_cv_ld_reload_flag=-r
  3662. lt_cv_nm_interface='BSD nm'
  3663. lt_cv_objdir=.libs
  3664. lt_cv_path_LD=/bin/ld
  3665. lt_cv_path_LDCXX='/bin/ld -m elf_x86_64'
  3666. lt_cv_path_NM='/bin/nm -B'
  3667. lt_cv_path_mainfest_tool=no
  3668. lt_cv_prog_compiler_c_o=yes
  3669. lt_cv_prog_compiler_c_o_CXX=yes
  3670. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  3671. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  3672. lt_cv_prog_compiler_pic_works=yes
  3673. lt_cv_prog_compiler_pic_works_CXX=yes
  3674. lt_cv_prog_compiler_rtti_exceptions=no
  3675. lt_cv_prog_compiler_static_works=no
  3676. lt_cv_prog_compiler_static_works_CXX=no
  3677. lt_cv_prog_gnu_ld=yes
  3678. lt_cv_prog_gnu_ldcxx=yes
  3679. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  3680. lt_cv_shlibpath_overrides_runpath=no
  3681. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  3682. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  3683. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  3684. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  3685. lt_cv_sys_max_cmd_len=1572864
  3686. lt_cv_to_host_file_cmd=func_convert_file_noop
  3687. lt_cv_to_tool_file_cmd=func_convert_file_noop
  3688.  
  3689. ## ----------------- ##
  3690. ## Output variables. ##
  3691. ## ----------------- ##
  3692.  
  3693. ACLOCAL='${SHELL} /home/bitcoind/downloads/bitcoin/src/build-aux/missing aclocal-1.13'
  3694. AMDEPBACKSLASH='\'
  3695. AMDEP_FALSE='#'
  3696. AMDEP_TRUE=''
  3697. AMTAR='$${TAR-tar}'
  3698. AM_BACKSLASH='\'
  3699. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  3700. AM_DEFAULT_VERBOSITY='0'
  3701. AM_V='$(V)'
  3702. AR='/bin/ar'
  3703. AUTOCONF='${SHELL} /home/bitcoind/downloads/bitcoin/src/build-aux/missing autoconf'
  3704. AUTOHEADER='${SHELL} /home/bitcoind/downloads/bitcoin/src/build-aux/missing autoheader'
  3705. AUTOMAKE='${SHELL} /home/bitcoind/downloads/bitcoin/src/build-aux/missing automake-1.13'
  3706. AWK='gawk'
  3707. BDB_CPPFLAGS=''
  3708. BDB_LIBS='-ldb_cxx-4.8'
  3709. BOOST_CHRONO_LIB='-lboost_chrono-mt'
  3710. BOOST_CPPFLAGS='-pthread -I/home/bitcoind/deps/include'
  3711. BOOST_FILESYSTEM_LIB='-lboost_filesystem'
  3712. BOOST_LDFLAGS='-L/usr/lib64'
  3713. BOOST_LIBS='-L/usr/lib64 -lboost_system -lboost_filesystem -lboost_program_options-mt -lboost_thread'
  3714. BOOST_PROGRAM_OPTIONS_LIB='-lboost_program_options-mt'
  3715. BOOST_SYSTEM_LIB='-lboost_system'
  3716. BOOST_THREAD_LIB='-lboost_thread'
  3717. BOOST_UNIT_TEST_FRAMEWORK_LIB='-lboost_unit_test_framework-mt'
  3718. BREW=''
  3719. BUILD_BITCOIND_FALSE=''
  3720. BUILD_BITCOIND_TRUE=''
  3721. BUILD_BITCOIN_UTILS_FALSE=''
  3722. BUILD_BITCOIN_UTILS_TRUE=''
  3723. BUILD_DARWIN_FALSE=''
  3724. BUILD_DARWIN_TRUE=''
  3725. BUILD_QT=''
  3726. BUILD_TEST=''
  3727. BUILD_TEST_QT=''
  3728. CC='gcc'
  3729. CCACHE=''
  3730. CCDEPMODE='depmode=gcc3'
  3731. CFLAGS='-g -O2'
  3732. CLIENT_VERSION_BUILD=''
  3733. CLIENT_VERSION_IS_RELEASE=''
  3734. CLIENT_VERSION_MAJOR=''
  3735. CLIENT_VERSION_MINOR=''
  3736. CLIENT_VERSION_REVISION=''
  3737. COMPARISON_TOOL_REORG_TESTS='0'
  3738. COPYRIGHT_YEAR=''
  3739. CPP='gcc -E'
  3740. CPPFLAGS='-I/home/bitcoind/deps/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2'
  3741. CRYPTO_CFLAGS='-I/home/bitcoind/deps/include'
  3742. CRYPTO_LIBS='-L/home/bitcoind/deps/lib'
  3743. CXX='g++'
  3744. CXXCPP='g++ -E'
  3745. CXXDEPMODE='depmode=gcc3'
  3746. CXXFLAGS='-g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -fvisibility=hidden'
  3747. CYGPATH_W='echo'
  3748. DEFS=''
  3749. DEPDIR='.deps'
  3750. DLLTOOL='false'
  3751. DSYMUTIL=''
  3752. DUMPBIN=''
  3753. ECHO_C=''
  3754. ECHO_N='-n'
  3755. ECHO_T=''
  3756. EGREP='/bin/grep -E'
  3757. EMBEDDED_LEVELDB_FALSE='#'
  3758. EMBEDDED_LEVELDB_TRUE=''
  3759. ENABLE_QT_FALSE=''
  3760. ENABLE_QT_TESTS_FALSE=''
  3761. ENABLE_QT_TESTS_TRUE=''
  3762. ENABLE_QT_TRUE=''
  3763. ENABLE_TESTS_FALSE=''
  3764. ENABLE_TESTS_TRUE=''
  3765. ENABLE_WALLET_FALSE=''
  3766. ENABLE_WALLET_TRUE=''
  3767. EXEEXT=''
  3768. FGREP='/bin/grep -F'
  3769. GCOV='/bin/gcov'
  3770. GENHTML=''
  3771. GENISOIMAGE=''
  3772. GIT='/bin/git'
  3773. GLIBC_BACK_COMPAT_FALSE=''
  3774. GLIBC_BACK_COMPAT_TRUE=''
  3775. GREP='/bin/grep'
  3776. HEXDUMP='/bin/hexdump'
  3777. INSTALLNAMETOOL=''
  3778. INSTALL_DATA='${INSTALL} -m 644'
  3779. INSTALL_PROGRAM='${INSTALL}'
  3780. INSTALL_SCRIPT='${INSTALL}'
  3781. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  3782. JAVA=''
  3783. JAVA_COMPARISON_TOOL=''
  3784. LCOV=''
  3785. LD='/bin/ld -m elf_x86_64'
  3786. LDFLAGS='-L/home/bitcoind/deps/lib -Wl,-z,relro -Wl,-z,now -pie'
  3787. LEVELDB_CPPFLAGS=''
  3788. LEVELDB_TARGET_FLAGS=''
  3789. LIBLEVELDB=''
  3790. LIBMEMENV=''
  3791. LIBOBJS=''
  3792. LIBS='-lminiupnpc -lminiupnpc -lminiupnpc -lminiupnpc -lanl -lssl -lcrypto'
  3793. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  3794. LIBTOOL_LDFLAGS=''
  3795. LIPO=''
  3796. LN_S='ln -s'
  3797. LRELEASE=''
  3798. LTLIBOBJS=''
  3799. LUPDATE=''
  3800. MAINT=''
  3801. MAINTAINER_MODE_FALSE='#'
  3802. MAINTAINER_MODE_TRUE=''
  3803. MAKEINFO='${SHELL} /home/bitcoind/downloads/bitcoin/src/build-aux/missing makeinfo'
  3804. MAKENSIS=''
  3805. MANIFEST_TOOL=':'
  3806. MKDIR_P='/bin/mkdir -p'
  3807. MOC=''
  3808. MOC_DEFS=''
  3809. NM='/bin/nm -B'
  3810. NMEDIT=''
  3811. OBJC='gcc'
  3812. OBJCDEPMODE='depmode=gcc3'
  3813. OBJCFLAGS=''
  3814. OBJCXX='g++'
  3815. OBJCXXDEPMODE='depmode=gcc3'
  3816. OBJCXXFLAGS='-g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE'
  3817. OBJDUMP='objdump'
  3818. OBJEXT='o'
  3819. OTOOL64=''
  3820. OTOOL=''
  3821. PACKAGE='bitcoin'
  3822. PACKAGE_BUGREPORT='info@bitcoin.org'
  3823. PACKAGE_NAME='Bitcoin Core'
  3824. PACKAGE_STRING='Bitcoin Core 0.9.99'
  3825. PACKAGE_TARNAME='bitcoin'
  3826. PACKAGE_URL=''
  3827. PACKAGE_VERSION='0.9.99'
  3828. PATH_SEPARATOR=':'
  3829. PKG_CONFIG='/bin/pkg-config'
  3830. PKG_CONFIG_LIBDIR=''
  3831. PKG_CONFIG_PATH=''
  3832. PORT=''
  3833. PROTOBUF_CFLAGS=''
  3834. PROTOBUF_LIBS=''
  3835. PROTOC=''
  3836. PTHREAD_CC='gcc'
  3837. PTHREAD_CFLAGS='-pthread'
  3838. PTHREAD_LIBS=''
  3839. QR_CFLAGS=''
  3840. QR_LIBS=''
  3841. QTPLATFORM_CFLAGS=''
  3842. QTPLATFORM_LIBS=''
  3843. QTPRINT_CFLAGS=''
  3844. QTPRINT_LIBS=''
  3845. QT_CFLAGS=''
  3846. QT_DBUS_CFLAGS=''
  3847. QT_DBUS_INCLUDES=''
  3848. QT_DBUS_LIBS=''
  3849. QT_INCLUDES=''
  3850. QT_LDFLAGS=''
  3851. QT_LIBS=''
  3852. QT_SELECT=''
  3853. QT_TEST_CFLAGS=''
  3854. QT_TEST_INCLUDES=''
  3855. QT_TEST_LIBS=''
  3856. QT_TRANSLATION_DIR=''
  3857. RANLIB='/bin/ranlib'
  3858. RCC=''
  3859. RELDFLAGS='-Wl,--exclude-libs,ALL'
  3860. SED='/bin/sed'
  3861. SET_MAKE=''
  3862. SHELL='/bin/sh'
  3863. SSL_CFLAGS='-I/home/bitcoind/deps/include'
  3864. SSL_LIBS='-L/home/bitcoind/deps/lib'
  3865. STRIP='/bin/strip'
  3866. TARGET_DARWIN_FALSE=''
  3867. TARGET_DARWIN_TRUE=''
  3868. TARGET_WINDOWS_FALSE=''
  3869. TARGET_WINDOWS_TRUE=''
  3870. TESTDEFS=' -DBOOST_TEST_DYN_LINK'
  3871. UIC=''
  3872. USE_COMPARISON_TOOL_FALSE=''
  3873. USE_COMPARISON_TOOL_REORG_TESTS_FALSE=''
  3874. USE_COMPARISON_TOOL_REORG_TESTS_TRUE=''
  3875. USE_COMPARISON_TOOL_TRUE=''
  3876. USE_LCOV_FALSE=''
  3877. USE_LCOV_TRUE=''
  3878. USE_LIBSECP256K1_FALSE=''
  3879. USE_LIBSECP256K1_TRUE=''
  3880. USE_QRCODE=''
  3881. USE_QRCODE_FALSE=''
  3882. USE_QRCODE_TRUE=''
  3883. USE_UPNP=''
  3884. VERSION='0.9.99'
  3885. WINDOWS_BITS=''
  3886. WINDRES=''
  3887. X11XCB_CFLAGS=''
  3888. X11XCB_LIBS=''
  3889. XGETTEXT='/bin/xgettext'
  3890. ac_ct_AR='ar'
  3891. ac_ct_CC='gcc'
  3892. ac_ct_CXX='g++'
  3893. ac_ct_DUMPBIN=''
  3894. ac_ct_OBJC='gcc'
  3895. ac_ct_OBJCXX='g++'
  3896. am__EXEEXT_FALSE=''
  3897. am__EXEEXT_TRUE=''
  3898. am__fastdepCC_FALSE='#'
  3899. am__fastdepCC_TRUE=''
  3900. am__fastdepCXX_FALSE='#'
  3901. am__fastdepCXX_TRUE=''
  3902. am__fastdepOBJCXX_FALSE='#'
  3903. am__fastdepOBJCXX_TRUE=''
  3904. am__fastdepOBJC_FALSE='#'
  3905. am__fastdepOBJC_TRUE=''
  3906. am__include='include'
  3907. am__isrc=''
  3908. am__leading_dot='.'
  3909. am__nodep='_no'
  3910. am__quote=''
  3911. am__tar='$${TAR-tar} chof - "$$tardir"'
  3912. am__untar='$${TAR-tar} xf -'
  3913. ax_pthread_config=''
  3914. bindir='${exec_prefix}/bin'
  3915. build='x86_64-unknown-linux-gnu'
  3916. build_alias=''
  3917. build_cpu='x86_64'
  3918. build_os='linux-gnu'
  3919. build_vendor='unknown'
  3920. datadir='${datarootdir}'
  3921. datarootdir='${prefix}/share'
  3922. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  3923. dvidir='${docdir}'
  3924. exec_prefix='NONE'
  3925. host='x86_64-unknown-linux-gnu'
  3926. host_alias=''
  3927. host_cpu='x86_64'
  3928. host_os='linux-gnu'
  3929. host_vendor='unknown'
  3930. htmldir='${docdir}'
  3931. includedir='${prefix}/include'
  3932. infodir='${datarootdir}/info'
  3933. install_sh='${SHELL} /home/bitcoind/downloads/bitcoin/src/build-aux/install-sh'
  3934. libdir='${exec_prefix}/lib'
  3935. libexecdir='${exec_prefix}/libexec'
  3936. localedir='${datarootdir}/locale'
  3937. localstatedir='${prefix}/var'
  3938. mandir='${datarootdir}/man'
  3939. mkdir_p='$(MKDIR_P)'
  3940. oldincludedir='/usr/include'
  3941. pdfdir='${docdir}'
  3942. prefix='/home/bitcoind'
  3943. program_transform_name='s,x,x,'
  3944. psdir='${docdir}'
  3945. sbindir='${exec_prefix}/sbin'
  3946. sharedstatedir='${prefix}/com'
  3947. sysconfdir='${prefix}/etc'
  3948. target_alias=''
  3949.  
  3950. ## ----------- ##
  3951. ## confdefs.h. ##
  3952. ## ----------- ##
  3953.  
  3954. /* confdefs.h */
  3955. #define PACKAGE_NAME "Bitcoin Core"
  3956. #define PACKAGE_TARNAME "bitcoin"
  3957. #define PACKAGE_VERSION "0.9.99"
  3958. #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  3959. #define PACKAGE_BUGREPORT "info@bitcoin.org"
  3960. #define PACKAGE_URL ""
  3961. #define STDC_HEADERS 1
  3962. #define HAVE_SYS_TYPES_H 1
  3963. #define HAVE_SYS_STAT_H 1
  3964. #define HAVE_STDLIB_H 1
  3965. #define HAVE_STRING_H 1
  3966. #define HAVE_MEMORY_H 1
  3967. #define HAVE_STRINGS_H 1
  3968. #define HAVE_INTTYPES_H 1
  3969. #define HAVE_STDINT_H 1
  3970. #define HAVE_UNISTD_H 1
  3971. #define HAVE_DLFCN_H 1
  3972. #define LT_OBJDIR ".libs/"
  3973. #define HAVE_PTHREAD_PRIO_INHERIT 1
  3974. #define HAVE_PTHREAD 1
  3975. #define HAVE_DECL_STRERROR_R 1
  3976. #define HAVE_STRERROR_R 1
  3977. #define STRERROR_R_CHAR_P 1
  3978. #define HAVE_ENDIAN_H 1
  3979. #define HAVE_STDIO_H 1
  3980. #define HAVE_STDLIB_H 1
  3981. #define HAVE_UNISTD_H 1
  3982. #define HAVE_STRINGS_H 1
  3983. #define HAVE_SYS_TYPES_H 1
  3984. #define HAVE_SYS_STAT_H 1
  3985. #define HAVE_SYS_SELECT_H 1
  3986. #define HAVE_SYS_PRCTL_H 1
  3987. #define HAVE_GETADDRINFO_A 1
  3988. #define HAVE_INET_PTON 1
  3989. #define HAVE_DECL_LE32TOH 1
  3990. #define HAVE_DECL_LE64TOH 1
  3991. #define HAVE_DECL_HTOLE32 1
  3992. #define HAVE_DECL_HTOLE64 1
  3993. #define HAVE_DECL_BE32TOH 1
  3994. #define HAVE_DECL_BE64TOH 1
  3995. #define HAVE_DECL_HTOBE32 1
  3996. #define HAVE_DECL_HTOBE64 1
  3997. #define HAVE_MSG_NOSIGNAL 1
  3998. #define HAVE_VISIBILITY_ATTRIBUTE 1
  3999. #define HAVE_MINIUPNPC_MINIWGET_H 1
  4000. #define HAVE_LIBMINIUPNPC 1
  4001. #define HAVE_MINIUPNPC_MINIUPNPC_H 1
  4002. #define HAVE_LIBMINIUPNPC 1
  4003. #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
  4004. #define HAVE_LIBMINIUPNPC 1
  4005. #define HAVE_MINIUPNPC_UPNPERRORS_H 1
  4006. #define HAVE_LIBMINIUPNPC 1
  4007. #define HAVE_BOOST /**/
  4008. #define HAVE_BOOST_SYSTEM /**/
  4009. #define HAVE_BOOST_FILESYSTEM /**/
  4010. #define HAVE_BOOST_PROGRAM_OPTIONS /**/
  4011. #define HAVE_BOOST_THREAD /**/
  4012. #define HAVE_BOOST_CHRONO /**/
  4013. #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
  4014.  
  4015. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement