Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- It was created by Bitcoin Core configure 0.18.0, which was
- generated by GNU Autoconf 2.69. Invocation command line was
- $ ./configure --with-gui=no CC=cc CXX=c++ BDB_LIBS=-L/tmp/bitcoin/db4/lib -ldb_cxx-4.8 BDB_CFLAGS=-I/tmp/bitcoin/db4/include
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = artemis.my.domain
- uname -m = amd64
- uname -r = 6.6
- uname -s = OpenBSD
- uname -v = GENERIC#3
- /usr/bin/uname -p = amd64
- /bin/uname -X = unknown
- /bin/arch = unknown
- /usr/bin/arch -k = OpenBSD.amd64
- /usr/convex/getsysinfo = unknown
- /usr/bin/hostinfo = unknown
- /bin/machine = unknown
- /usr/bin/oslevel = unknown
- /bin/universe = unknown
- PATH: /sbin
- PATH: /usr/sbin
- PATH: /bin
- PATH: /usr/bin
- PATH: /usr/X11R6/bin
- PATH: /usr/local/sbin
- PATH: /usr/local/bin
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:3097: checking build system type
- configure:3111: result: x86_64-unknown-openbsd6.6
- configure:3131: checking host system type
- configure:3144: result: x86_64-unknown-openbsd6.6
- configure:3187: checking for a BSD-compatible install
- configure:3255: result: /usr/bin/install -c
- configure:3266: checking whether build environment is sane
- configure:3321: result: yes
- configure:3472: checking for a thread-safe mkdir -p
- configure:3511: result: build-aux/install-sh -c -d
- configure:3518: checking for gawk
- configure:3548: result: no
- configure:3518: checking for mawk
- configure:3548: result: no
- configure:3518: checking for nawk
- configure:3548: result: no
- configure:3518: checking for awk
- configure:3534: found /usr/bin/awk
- configure:3545: result: awk
- configure:3556: checking whether make sets $(MAKE)
- configure:3578: result: yes
- configure:3607: checking whether make supports nested variables
- configure:3624: result: yes
- configure:3743: checking whether to enable maintainer-specific portions of Makefiles
- configure:3752: result: yes
- configure:3777: checking whether make supports nested variables
- configure:3794: result: yes
- configure:3923: checking for C++ compiler version
- configure:3932: c++ --version >&5
- OpenBSD clang version 8.0.1 (tags/RELEASE_801/final) (based on LLVM 8.0.1)
- Target: amd64-unknown-openbsd6.6
- Thread model: posix
- InstalledDir: /usr/bin
- configure:3943: $? = 0
- configure:3932: c++ -v >&5
- OpenBSD clang version 8.0.1 (tags/RELEASE_801/final) (based on LLVM 8.0.1)
- Target: amd64-unknown-openbsd6.6
- Thread model: posix
- InstalledDir: /usr/bin
- configure:3943: $? = 0
- configure:3932: c++ -V >&5
- c++: error: argument to '-V' is missing (expected 1 value)
- c++: error: no input files
- configure:3943: $? = 1
- configure:3932: c++ -qversion >&5
- c++: error: unknown argument '-qversion', did you mean '--version'?
- c++: error: no input files
- configure:3943: $? = 1
- configure:3963: checking whether the C++ compiler works
- configure:3985: c++ conftest.cpp >&5
- configure:3989: $? = 0
- configure:4037: result: yes
- configure:4040: checking for C++ compiler default output file name
- configure:4042: result: a.out
- configure:4048: checking for suffix of executables
- configure:4055: c++ -o conftest conftest.cpp >&5
- configure:4059: $? = 0
- configure:4081: result:
- configure:4103: checking whether we are cross compiling
- configure:4111: c++ -o conftest conftest.cpp >&5
- configure:4115: $? = 0
- configure:4122: ./conftest
- configure:4126: $? = 0
- configure:4141: result: no
- configure:4146: checking for suffix of object files
- configure:4168: c++ -c conftest.cpp >&5
- configure:4172: $? = 0
- configure:4193: result: o
- configure:4197: checking whether we are using the GNU C++ compiler
- configure:4216: c++ -c conftest.cpp >&5
- configure:4216: $? = 0
- configure:4225: result: yes
- configure:4234: checking whether c++ accepts -g
- configure:4254: c++ -c -g conftest.cpp >&5
- configure:4254: $? = 0
- configure:4295: result: yes
- configure:4321: checking whether make supports the include directive
- configure:4336: make -f confmf.GNU && cat confinc.out
- this is the am__doit target
- configure:4339: $? = 0
- configure:4358: result: yes (GNU style)
- configure:4383: checking dependency style of c++
- configure:4494: result: gcc3
- configure:4532: checking whether c++ supports C++11 features with -std=c++11
- configure:4828: c++ -std=c++11 -c -g -O2 conftest.cpp >&5
- configure:4828: $? = 0
- configure:4837: result: yes
- configure:4881: checking whether std::atomic can be used without link library
- configure:4899: c++ -std=c++11 -o conftest -g -O2 conftest.cpp >&5
- configure:4899: $? = 0
- configure:4901: result: yes
- configure:5066: checking for Objective C++ compiler version
- configure:5075: c++ -std=c++11 --version >&5
- OpenBSD clang version 8.0.1 (tags/RELEASE_801/final) (based on LLVM 8.0.1)
- Target: amd64-unknown-openbsd6.6
- Thread model: posix
- InstalledDir: /usr/bin
- configure:5086: $? = 0
- configure:5075: c++ -std=c++11 -v >&5
- OpenBSD clang version 8.0.1 (tags/RELEASE_801/final) (based on LLVM 8.0.1)
- Target: amd64-unknown-openbsd6.6
- Thread model: posix
- InstalledDir: /usr/bin
- c++: warning: argument unused during compilation: '-std=c++11' [-Wunused-command-line-argument]
- configure:5086: $? = 0
- configure:5075: c++ -std=c++11 -V >&5
- c++: error: argument to '-V' is missing (expected 1 value)
- c++: error: no input files
- configure:5086: $? = 1
- configure:5075: c++ -std=c++11 -qversion >&5
- c++: error: unknown argument '-qversion', did you mean '--version'?
- c++: error: no input files
- configure:5086: $? = 1
- configure:5090: checking whether we are using the GNU Objective C++ compiler
- configure:5109: c++ -std=c++11 -c conftest.mm >&5
- configure:5109: $? = 0
- configure:5118: result: yes
- configure:5127: checking whether c++ -std=c++11 accepts -g
- configure:5147: c++ -std=c++11 -c -g conftest.mm >&5
- configure:5147: $? = 0
- configure:5188: result: yes
- configure:5213: checking dependency style of c++ -std=c++11
- configure:5322: result: gcc3
- configure:5385: checking how to print strings
- configure:5414: result: print -r
- configure:5481: checking for gcc
- configure:5508: result: cc
- configure:5737: checking for C compiler version
- configure:5746: cc --version >&5
- OpenBSD clang version 8.0.1 (tags/RELEASE_801/final) (based on LLVM 8.0.1)
- Target: amd64-unknown-openbsd6.6
- Thread model: posix
- InstalledDir: /usr/bin
- configure:5757: $? = 0
- configure:5746: cc -v >&5
- OpenBSD clang version 8.0.1 (tags/RELEASE_801/final) (based on LLVM 8.0.1)
- Target: amd64-unknown-openbsd6.6
- Thread model: posix
- InstalledDir: /usr/bin
- configure:5757: $? = 0
- configure:5746: cc -V >&5
- cc: error: argument to '-V' is missing (expected 1 value)
- cc: error: no input files
- configure:5757: $? = 1
- configure:5746: cc -qversion >&5
- cc: error: unknown argument '-qversion', did you mean '--version'?
- cc: error: no input files
- configure:5757: $? = 1
- configure:5761: checking whether we are using the GNU C compiler
- configure:5780: cc -c conftest.c >&5
- configure:5780: $? = 0
- configure:5789: result: yes
- configure:5798: checking whether cc accepts -g
- configure:5818: cc -c -g conftest.c >&5
- configure:5818: $? = 0
- configure:5859: result: yes
- configure:5876: checking for cc option to accept ISO C89
- configure:5939: cc -c -g -O2 conftest.c >&5
- configure:5939: $? = 0
- configure:5952: result: none needed
- configure:5977: checking whether cc understands -c and -o together
- configure:5999: cc -c conftest.c -o conftest2.o
- configure:6002: $? = 0
- configure:5999: cc -c conftest.c -o conftest2.o
- configure:6002: $? = 0
- configure:6014: result: yes
- configure:6033: checking dependency style of cc
- configure:6144: result: gcc3
- configure:6159: checking for a sed that does not truncate output
- configure:6223: result: /usr/bin/sed
- configure:6241: checking for grep that handles long lines and -e
- configure:6299: result: /usr/bin/grep
- configure:6304: checking for egrep
- configure:6366: result: /usr/bin/grep -E
- configure:6371: checking for fgrep
- configure:6433: result: /usr/bin/grep -F
- configure:6468: checking for ld used by cc
- configure:6535: result: /usr/bin/ld
- configure:6542: checking if the linker (/usr/bin/ld) is GNU ld
- configure:6557: result: yes
- configure:6569: checking for BSD- or MS-compatible name lister (nm)
- configure:6618: result: /usr/bin/nm -B
- configure:6748: checking the name lister (/usr/bin/nm -B) interface
- configure:6755: cc -c -g -O2 conftest.c >&5
- configure:6758: /usr/bin/nm -B "conftest.o"
- configure:6761: output
- 00000000 F conftest.c
- 00000000 B some_variable
- configure:6768: result: BSD nm
- configure:6771: checking whether ln -s works
- configure:6775: result: yes
- configure:6783: checking the maximum length of command line arguments
- configure:6913: result: 196608
- configure:6930: checking whether the shell understands some XSI constructs
- configure:6940: result: yes
- configure:6944: checking whether the shell understands "+="
- configure:6950: result: no
- configure:6985: checking how to convert x86_64-unknown-openbsd6.6 file names to x86_64-unknown-openbsd6.6 format
- configure:7025: result: func_convert_file_noop
- configure:7032: checking how to convert x86_64-unknown-openbsd6.6 file names to toolchain format
- configure:7052: result: func_convert_file_noop
- configure:7059: checking for /usr/bin/ld option to reload object files
- configure:7066: result: -r
- configure:7140: checking for objdump
- configure:7156: found /usr/bin/objdump
- configure:7167: result: objdump
- configure:7199: checking how to recognize dependent libraries
- configure:7401: result: match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
- configure:7486: checking for dlltool
- configure:7516: result: no
- configure:7546: checking how to associate runtime and link libraries
- configure:7573: result: print -r --
- configure:7634: checking for ar
- configure:7650: found /usr/bin/ar
- configure:7661: result: ar
- configure:7698: checking for archiver @FILE support
- configure:7715: cc -c -g -O2 conftest.c >&5
- configure:7715: $? = 0
- configure:7718: ar cru libconftest.a @conftest.lst >&5
- configure:7721: $? = 0
- configure:7726: ar cru libconftest.a @conftest.lst >&5
- ar: conftest.o: No such file or directory
- configure:7729: $? = 1
- configure:7741: result: @
- configure:7799: checking for strip
- configure:7815: found /usr/bin/strip
- configure:7826: result: strip
- configure:7898: checking for ranlib
- configure:7914: found /usr/bin/ranlib
- configure:7925: result: ranlib
- configure:8027: checking command to parse /usr/bin/nm -B output from cc object
- configure:8147: cc -c -g -O2 conftest.c >&5
- configure:8150: $? = 0
- configure:8154: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
- configure:8157: $? = 0
- configure:8223: cc -o conftest -g -O2 conftest.c conftstm.o >&5
- configure:8226: $? = 0
- configure:8264: result: ok
- configure:8301: checking for sysroot
- configure:8331: result: no
- configure:8587: checking for mt
- configure:8603: found /bin/mt
- configure:8614: result: mt
- configure:8637: checking if mt is a manifest tool
- configure:8643: mt '-?'
- mt: unknown option -- ?
- usage: mt [-f device] command [count]
- configure:8651: result: no
- configure:9293: checking how to run the C preprocessor
- configure:9324: cc -E conftest.c
- configure:9324: $? = 0
- configure:9338: cc -E conftest.c
- conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
- #include <ac_nonexistent.h>
- ^~~~~~~~~~~~~~~~~~
- 1 error generated.
- configure:9338: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:9363: result: cc -E
- configure:9383: cc -E conftest.c
- configure:9383: $? = 0
- configure:9397: cc -E conftest.c
- conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
- #include <ac_nonexistent.h>
- ^~~~~~~~~~~~~~~~~~
- 1 error generated.
- configure:9397: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:9426: checking for ANSI C header files
- configure:9446: cc -c -g -O2 conftest.c >&5
- configure:9446: $? = 0
- configure:9519: cc -o conftest -g -O2 conftest.c >&5
- configure:9519: $? = 0
- configure:9519: ./conftest
- configure:9519: $? = 0
- configure:9530: result: yes
- configure:9543: checking for sys/types.h
- configure:9543: cc -c -g -O2 conftest.c >&5
- configure:9543: $? = 0
- configure:9543: result: yes
- configure:9543: checking for sys/stat.h
- configure:9543: cc -c -g -O2 conftest.c >&5
- configure:9543: $? = 0
- configure:9543: result: yes
- configure:9543: checking for stdlib.h
- configure:9543: cc -c -g -O2 conftest.c >&5
- configure:9543: $? = 0
- configure:9543: result: yes
- configure:9543: checking for string.h
- configure:9543: cc -c -g -O2 conftest.c >&5
- configure:9543: $? = 0
- configure:9543: result: yes
- configure:9543: checking for memory.h
- configure:9543: cc -c -g -O2 conftest.c >&5
- configure:9543: $? = 0
- configure:9543: result: yes
- configure:9543: checking for strings.h
- configure:9543: cc -c -g -O2 conftest.c >&5
- configure:9543: $? = 0
- configure:9543: result: yes
- configure:9543: checking for inttypes.h
- configure:9543: cc -c -g -O2 conftest.c >&5
- configure:9543: $? = 0
- configure:9543: result: yes
- configure:9543: checking for stdint.h
- configure:9543: cc -c -g -O2 conftest.c >&5
- configure:9543: $? = 0
- configure:9543: result: yes
- configure:9543: checking for unistd.h
- configure:9543: cc -c -g -O2 conftest.c >&5
- configure:9543: $? = 0
- configure:9543: result: yes
- configure:9557: checking for dlfcn.h
- configure:9557: cc -c -g -O2 conftest.c >&5
- configure:9557: $? = 0
- configure:9557: result: yes
- configure:9772: checking for objdir
- configure:9787: result: .libs
- configure:10058: checking if cc supports -fno-rtti -fno-exceptions
- configure:10076: cc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
- configure:10080: $? = 0
- configure:10093: result: yes
- configure:10420: checking for cc option to produce PIC
- configure:10427: result: -fPIC -DPIC
- configure:10435: checking if cc PIC flag -fPIC -DPIC works
- configure:10453: cc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
- configure:10457: $? = 0
- configure:10470: result: yes
- configure:10499: checking if cc static flag -static works
- configure:10527: result: yes
- configure:10542: checking if cc supports -c -o file.o
- configure:10563: cc -c -g -O2 -o out/conftest2.o conftest.c >&5
- configure:10567: $? = 0
- configure:10589: result: yes
- configure:10597: checking if cc supports -c -o file.o
- configure:10644: result: yes
- configure:10677: checking whether the cc linker (/usr/bin/ld) supports shared libraries
- configure:11830: result: yes
- configure:11867: checking whether -lc should be explicitly linked in
- configure:11875: cc -c -g -O2 conftest.c >&5
- configure:11878: $? = 0
- configure:11893: cc -shared -fPIC -DPIC -o conftest conftest.o -v 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
- configure:11896: $? = 1
- configure:11910: result: yes
- configure:12070: checking dynamic linker characteristics
- configure:12803: result: openbsd6.6 ld.so
- configure:12910: checking how to hardcode library paths into programs
- configure:12935: result: immediate
- configure:13475: checking whether stripping libraries is possible
- configure:13480: result: yes
- configure:13515: checking if libtool supports shared libraries
- configure:13517: result: yes
- configure:13520: checking whether to build shared libraries
- configure:13541: result: yes
- configure:13544: checking whether to build static libraries
- configure:13548: result: yes
- configure:13571: checking how to run the C++ preprocessor
- configure:13598: c++ -std=c++11 -E conftest.cpp
- configure:13598: $? = 0
- configure:13612: c++ -std=c++11 -E conftest.cpp
- conftest.cpp:22:10: fatal error: 'ac_nonexistent.h' file not found
- #include <ac_nonexistent.h>
- ^~~~~~~~~~~~~~~~~~
- 1 error generated.
- configure:13612: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:13637: result: c++ -std=c++11 -E
- configure:13657: c++ -std=c++11 -E conftest.cpp
- configure:13657: $? = 0
- configure:13671: c++ -std=c++11 -E conftest.cpp
- conftest.cpp:22:10: fatal error: 'ac_nonexistent.h' file not found
- #include <ac_nonexistent.h>
- ^~~~~~~~~~~~~~~~~~
- 1 error generated.
- configure:13671: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:13840: checking for ld used by c++ -std=c++11
- configure:13907: result: /usr/bin/ld
- configure:13914: checking if the linker (/usr/bin/ld) is GNU ld
- configure:13929: result: yes
- configure:13984: checking whether the c++ -std=c++11 linker (/usr/bin/ld) supports shared libraries
- configure:14989: result: yes
- configure:15025: c++ -std=c++11 -c -g -O2 conftest.cpp >&5
- configure:15028: $? = 0
- configure:15548: checking for c++ -std=c++11 option to produce PIC
- configure:15555: result: -fPIC -DPIC
- configure:15563: checking if c++ -std=c++11 PIC flag -fPIC -DPIC works
- configure:15581: c++ -std=c++11 -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
- configure:15585: $? = 0
- configure:15598: result: yes
- configure:15621: checking if c++ -std=c++11 static flag -static works
- configure:15649: result: yes
- configure:15661: checking if c++ -std=c++11 supports -c -o file.o
- configure:15682: c++ -std=c++11 -c -g -O2 -o out/conftest2.o conftest.cpp >&5
- configure:15686: $? = 0
- configure:15708: result: yes
- configure:15713: checking if c++ -std=c++11 supports -c -o file.o
- configure:15760: result: yes
- configure:15790: checking whether the c++ -std=c++11 linker (/usr/bin/ld) supports shared libraries
- configure:15826: result: yes
- configure:15967: checking dynamic linker characteristics
- configure:16634: result: openbsd6.6 ld.so
- configure:16687: checking how to hardcode library paths into programs
- configure:16712: result: immediate
- configure:16820: checking for ar
- configure:16838: found /usr/bin/ar
- configure:16850: result: /usr/bin/ar
- configure:16918: checking for ranlib
- configure:16936: found /usr/bin/ranlib
- configure:16948: result: /usr/bin/ranlib
- configure:17016: checking for strip
- configure:17034: found /usr/bin/strip
- configure:17046: result: /usr/bin/strip
- configure:17114: checking for gcov
- configure:17132: found /usr/bin/gcov
- configure:17144: result: /usr/bin/gcov
- configure:17168: checking for lcov
- configure:17201: result: no
- configure:17210: checking for python3.4
- configure:17243: result: no
- configure:17210: checking for python3.5
- configure:17243: result: no
- configure:17210: checking for python3.6
- configure:17243: result: no
- configure:17210: checking for python3.7
- configure:17228: found /usr/local/bin/python3.7
- configure:17240: result: /usr/local/bin/python3.7
- configure:17253: checking for genhtml
- configure:17286: result: no
- configure:17293: checking for git
- configure:17311: found /usr/local/bin/git
- configure:17323: result: /usr/local/bin/git
- configure:17333: checking for ccache
- configure:17366: result: no
- configure:17373: checking for xgettext
- configure:17406: result: no
- configure:17413: checking for hexdump
- configure:17431: found /usr/bin/hexdump
- configure:17443: result: /usr/bin/hexdump
- configure:17497: checking for readelf
- configure:17515: found /usr/bin/readelf
- configure:17527: result: /usr/bin/readelf
- configure:17595: checking for c++filt
- configure:17613: found /usr/bin/c++filt
- configure:17625: result: /usr/bin/c++filt
- configure:17693: checking for objcopy
- configure:17711: found /usr/bin/objcopy
- configure:17723: result: /usr/bin/objcopy
- configure:17747: checking for doxygen
- configure:17780: result: no
- configure:17786: WARNING: Doxygen not found
- configure:18033: checking whether C++ compiler accepts -Werror
- configure:18052: c++ -std=c++11 -c -g -O2 -Werror conftest.cpp >&5
- configure:18052: $? = 0
- configure:18060: result: yes
- configure:18513: checking whether C++ compiler accepts -Wall
- configure:18532: c++ -std=c++11 -c -g -O2 -Werror -Wall conftest.cpp >&5
- configure:18532: $? = 0
- configure:18541: result: yes
- configure:18550: checking whether C++ compiler accepts -Wextra
- configure:18569: c++ -std=c++11 -c -g -O2 -Werror -Wextra conftest.cpp >&5
- configure:18569: $? = 0
- configure:18578: result: yes
- configure:18587: checking whether C++ compiler accepts -Wformat
- configure:18606: c++ -std=c++11 -c -g -O2 -Werror -Wformat conftest.cpp >&5
- configure:18606: $? = 0
- configure:18615: result: yes
- configure:18624: checking whether C++ compiler accepts -Wvla
- configure:18643: c++ -std=c++11 -c -g -O2 -Werror -Wvla conftest.cpp >&5
- configure:18643: $? = 0
- configure:18652: result: yes
- configure:18661: checking whether C++ compiler accepts -Wformat-security
- configure:18680: c++ -std=c++11 -c -g -O2 -Werror -Wformat-security conftest.cpp >&5
- configure:18680: $? = 0
- configure:18689: result: yes
- configure:18698: checking whether C++ compiler accepts -Wthread-safety-analysis
- configure:18717: c++ -std=c++11 -c -g -O2 -Werror -Wthread-safety-analysis conftest.cpp >&5
- configure:18717: $? = 0
- configure:18726: result: yes
- configure:18735: checking whether C++ compiler accepts -Wrange-loop-analysis
- configure:18754: c++ -std=c++11 -c -g -O2 -Werror -Wrange-loop-analysis conftest.cpp >&5
- configure:18754: $? = 0
- configure:18763: result: yes
- configure:18772: checking whether C++ compiler accepts -Wredundant-decls
- configure:18791: c++ -std=c++11 -c -g -O2 -Werror -Wredundant-decls conftest.cpp >&5
- configure:18791: $? = 0
- configure:18800: result: yes
- configure:18813: checking whether C++ compiler accepts -Wunused-parameter
- configure:18832: c++ -std=c++11 -c -g -O2 -Werror -Wunused-parameter conftest.cpp >&5
- configure:18832: $? = 0
- configure:18841: result: yes
- configure:18850: checking whether C++ compiler accepts -Wself-assign
- configure:18869: c++ -std=c++11 -c -g -O2 -Werror -Wself-assign conftest.cpp >&5
- configure:18869: $? = 0
- configure:18878: result: yes
- configure:18887: checking whether C++ compiler accepts -Wunused-local-typedef
- configure:18906: c++ -std=c++11 -c -g -O2 -Werror -Wunused-local-typedef conftest.cpp >&5
- configure:18906: $? = 0
- configure:18915: result: yes
- configure:18924: checking whether C++ compiler accepts -Wdeprecated-register
- configure:18943: c++ -std=c++11 -c -g -O2 -Werror -Wdeprecated-register conftest.cpp >&5
- configure:18943: $? = 0
- configure:18952: result: yes
- configure:18961: checking whether C++ compiler accepts -Wimplicit-fallthrough
- configure:18980: c++ -std=c++11 -c -g -O2 -Werror -Wimplicit-fallthrough conftest.cpp >&5
- configure:18980: $? = 0
- configure:18989: result: yes
- configure:19003: checking whether C++ compiler accepts -msse4.2
- configure:19022: c++ -std=c++11 -c -g -O2 -Werror -msse4.2 conftest.cpp >&5
- configure:19022: $? = 0
- configure:19031: result: yes
- configure:19040: checking whether C++ compiler accepts -msse4.1
- configure:19059: c++ -std=c++11 -c -g -O2 -Werror -msse4.1 conftest.cpp >&5
- configure:19059: $? = 0
- configure:19068: result: yes
- configure:19077: checking whether C++ compiler accepts -mavx -mavx2
- configure:19096: c++ -std=c++11 -c -g -O2 -Werror -mavx -mavx2 conftest.cpp >&5
- configure:19096: $? = 0
- configure:19105: result: yes
- configure:19114: checking whether C++ compiler accepts -msse4 -msha
- configure:19133: c++ -std=c++11 -c -g -O2 -Werror -msse4 -msha conftest.cpp >&5
- configure:19133: $? = 0
- configure:19142: result: yes
- configure:19153: checking for assembler crc32 support
- configure:19179: c++ -std=c++11 -c -g -O2 -msse4.2 conftest.cpp >&5
- configure:19179: $? = 0
- configure:19180: result: yes
- configure:19192: checking for SSE4.1 intrinsics
- configure:19211: c++ -std=c++11 -c -g -O2 -msse4.1 conftest.cpp >&5
- configure:19211: $? = 0
- configure:19212: result: yes
- configure:19226: checking for AVX2 intrinsics
- configure:19245: c++ -std=c++11 -c -g -O2 -mavx -mavx2 conftest.cpp >&5
- configure:19245: $? = 0
- configure:19246: result: yes
- configure:19260: checking for SHA-NI intrinsics
- configure:19281: c++ -std=c++11 -c -g -O2 -msse4 -msha conftest.cpp >&5
- configure:19281: $? = 0
- configure:19282: result: yes
- configure:20965: checking for pkg-config
- configure:20983: found /usr/bin/pkg-config
- configure:20995: result: /usr/bin/pkg-config
- configure:21020: checking pkg-config is at least version 0.9.0
- configure:21023: result: yes
- configure:21138: checking whether byte ordering is bigendian
- configure:21153: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- conftest.cpp:27:9: error: expected unqualified-id
- not a universal capable compiler
- ^
- 1 error generated.
- configure:21153: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | /* end confdefs.h. */
- | #ifndef __APPLE_CC__
- | not a universal capable compiler
- | #endif
- | typedef int dummy;
- |
- configure:21198: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:21198: $? = 0
- configure:21216: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- conftest.cpp:33:11: error: expected ';' after expression
- not big endian
- ^
- ;
- conftest.cpp:33:8: error: use of undeclared identifier 'big'
- not big endian
- ^
- conftest.cpp:33:12: error: use of undeclared identifier 'endian'
- not big endian
- ^
- 3 errors generated.
- configure:21216: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | /* end confdefs.h. */
- | #include <sys/types.h>
- | #include <sys/param.h>
- |
- | int
- | main ()
- | {
- | #if BYTE_ORDER != BIG_ENDIAN
- | not big endian
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:21344: result: no
- configure:21546: checking whether cc is Clang
- configure:21571: result: yes
- configure:21618: checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread
- configure:21643: cc -o conftest -Werror -Wunknown-warning-option -pthread -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
- configure:21643: $? = 0
- configure:21649: (cc -c -Werror -Wunknown-warning-option -pthread -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5) && (echo ==== >&5) && (cc -o conftest -Werror -Wunknown-warning-option -pthread -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.o >&5)
- ====
- configure:21649: $? = 0
- configure:21667: result: no
- configure:21816: checking for joinable pthread attribute
- configure:21834: cc -o conftest -g -O2 -pthread -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
- configure:21834: $? = 0
- configure:21842: result: PTHREAD_CREATE_JOINABLE
- configure:21856: checking whether more special flags are required for pthreads
- configure:21869: result: no
- configure:21877: checking for PTHREAD_PRIO_INHERIT
- configure:21893: cc -o conftest -g -O2 -pthread -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
- configure:21893: $? = 0
- configure:21902: result: yes
- configure:22015: checking for special C compiler options needed for large files
- configure:22060: result: no
- configure:22066: checking for _FILE_OFFSET_BITS value needed for large files
- configure:22091: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:22091: $? = 0
- configure:22123: result: no
- configure:22209: checking whether strerror_r is declared
- configure:22209: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:22209: $? = 0
- configure:22209: result: yes
- configure:22222: checking for strerror_r
- configure:22222: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:22222: $? = 0
- configure:22222: result: yes
- configure:22231: checking whether strerror_r returns char *
- configure:22255: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- conftest.cpp:68:13: error: indirection requires pointer operand ('int' invalid)
- char x = *strerror_r (0, buf, sizeof buf);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- conftest.cpp:69:10: error: cannot initialize a variable of type 'char *' with an rvalue of type 'int'
- char *p = strerror_r (0, buf, sizeof buf);
- ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 2 errors generated.
- configure:22255: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | int
- | main ()
- | {
- |
- | char buf[100];
- | char x = *strerror_r (0, buf, sizeof buf);
- | char *p = strerror_r (0, buf, sizeof buf);
- | return !p || x;
- |
- | ;
- | return 0;
- | }
- configure:22293: result: no
- configure:22314: checking whether the linker accepts -Wl,--large-address-aware
- configure:22333: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wl,--large-address-aware conftest.cpp >&5
- ld: error: unknown argument: --large-address-aware
- c++: error: linker command failed with exit code 1 (use -v to see invocation)
- configure:22333: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:22342: result: no
- configure:22354: checking for __attribute__((visibility))
- configure:22378: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:22378: $? = 0
- configure:22391: result: yes
- configure:22407: checking for __attribute__((dllexport))
- configure:22428: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- conftest.cpp:33:36: warning: unknown attribute 'dllexport' ignored [-Wunknown-attributes]
- __attribute__((dllexport)) int foo( void ) { return 0; }
- ^
- 1 warning generated.
- configure:22428: $? = 0
- configure:22441: result: no
- configure:22457: checking for __attribute__((dllimport))
- configure:22478: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- conftest.cpp:33:52: warning: unknown attribute 'dllimport' ignored [-Wunknown-attributes]
- int foo( void ) __attribute__((dllimport));
- ^
- 1 warning generated.
- configure:22478: $? = 0
- configure:22491: result: no
- configure:22663: checking for library containing clock_gettime
- configure:22694: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:22694: $? = 0
- configure:22711: result: none required
- configure:22843: checking whether C++ compiler accepts -fPIC
- configure:22862: c++ -std=c++11 -c -g -O2 -fPIC -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:22862: $? = 0
- configure:22870: result: yes
- configure:22882: checking whether C++ compiler accepts -Wstack-protector
- configure:22901: c++ -std=c++11 -c -g -O2 -Wstack-protector -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:22901: $? = 0
- configure:22909: result: yes
- configure:22917: checking whether C++ compiler accepts -fstack-protector-all
- configure:22936: c++ -std=c++11 -c -g -O2 -fstack-protector-all -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:22936: $? = 0
- configure:22944: result: yes
- configure:22953: checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2
- configure:22972: c++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp
- configure:22972: $? = 0
- configure:22980: result: yes
- configure:22984: checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE
- configure:23003: c++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE conftest.cpp
- configure:23003: $? = 0
- configure:23011: result: yes
- configure:23028: checking whether the linker accepts -Wl,--dynamicbase
- configure:23047: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wl,--dynamicbase conftest.cpp >&5
- ld: error: unknown argument: --dynamicbase
- c++: error: linker command failed with exit code 1 (use -v to see invocation)
- configure:23047: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:23056: result: no
- configure:23064: checking whether the linker accepts -Wl,--nxcompat
- configure:23083: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wl,--nxcompat conftest.cpp >&5
- ld: error: unknown argument: --nxcompat
- c++: error: linker command failed with exit code 1 (use -v to see invocation)
- configure:23083: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:23092: result: no
- configure:23100: checking whether the linker accepts -Wl,--high-entropy-va
- configure:23119: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wl,--high-entropy-va conftest.cpp >&5
- ld: error: unknown argument: --high-entropy-va
- c++: error: linker command failed with exit code 1 (use -v to see invocation)
- configure:23119: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:23128: result: no
- configure:23136: checking whether the linker accepts -Wl,-z,relro
- configure:23155: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wl,-z,relro conftest.cpp >&5
- configure:23155: $? = 0
- configure:23164: result: yes
- configure:23172: checking whether the linker accepts -Wl,-z,now
- configure:23191: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wl,-z,now conftest.cpp >&5
- configure:23191: $? = 0
- configure:23200: result: yes
- configure:23209: checking whether the linker accepts -fPIE -pie
- configure:23228: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Werror -fPIE -pie conftest.cpp >&5
- configure:23228: $? = 0
- configure:23238: result: yes
- configure:23336: checking endian.h usability
- configure:23336: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:23336: $? = 0
- configure:23336: result: yes
- configure:23336: checking endian.h presence
- configure:23336: c++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
- configure:23336: $? = 0
- configure:23336: result: yes
- configure:23336: checking for endian.h
- configure:23336: result: yes
- configure:23336: checking sys/endian.h usability
- configure:23336: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:23336: $? = 0
- configure:23336: result: yes
- configure:23336: checking sys/endian.h presence
- configure:23336: c++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
- configure:23336: $? = 0
- configure:23336: result: yes
- configure:23336: checking for sys/endian.h
- configure:23336: result: yes
- configure:23336: checking byteswap.h usability
- configure:23336: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- conftest.cpp:66:10: fatal error: 'byteswap.h' file not found
- #include <byteswap.h>
- ^~~~~~~~~~~~
- 1 error generated.
- configure:23336: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_SYS_ENDIAN_H 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | #include <byteswap.h>
- configure:23336: result: no
- configure:23336: checking byteswap.h presence
- configure:23336: c++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
- conftest.cpp:33:10: fatal error: 'byteswap.h' file not found
- #include <byteswap.h>
- ^~~~~~~~~~~~
- 1 error generated.
- configure:23336: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_SYS_ENDIAN_H 1
- | /* end confdefs.h. */
- | #include <byteswap.h>
- configure:23336: result: no
- configure:23336: checking for byteswap.h
- configure:23336: result: no
- configure:23336: checking stdio.h usability
- configure:23336: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:23336: $? = 0
- configure:23336: result: yes
- configure:23336: checking stdio.h presence
- configure:23336: c++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
- configure:23336: $? = 0
- configure:23336: result: yes
- configure:23336: checking for stdio.h
- configure:23336: result: yes
- configure:23336: checking for stdlib.h
- configure:23336: result: yes
- configure:23336: checking for unistd.h
- configure:23336: result: yes
- configure:23336: checking for strings.h
- configure:23336: result: yes
- configure:23336: checking for sys/types.h
- configure:23336: result: yes
- configure:23336: checking for sys/stat.h
- configure:23336: result: yes
- configure:23336: checking sys/select.h usability
- configure:23336: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:23336: $? = 0
- configure:23336: result: yes
- configure:23336: checking sys/select.h presence
- configure:23336: c++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
- configure:23336: $? = 0
- configure:23336: result: yes
- configure:23336: checking for sys/select.h
- configure:23336: result: yes
- configure:23336: checking sys/prctl.h usability
- configure:23336: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- conftest.cpp:73:10: fatal error: 'sys/prctl.h' file not found
- #include <sys/prctl.h>
- ^~~~~~~~~~~~~
- 1 error generated.
- configure:23336: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_SYS_ENDIAN_H 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_SELECT_H 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | #include <sys/prctl.h>
- configure:23336: result: no
- configure:23336: checking sys/prctl.h presence
- configure:23336: c++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
- conftest.cpp:40:10: fatal error: 'sys/prctl.h' file not found
- #include <sys/prctl.h>
- ^~~~~~~~~~~~~
- 1 error generated.
- configure:23336: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_SYS_ENDIAN_H 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_SELECT_H 1
- | /* end confdefs.h. */
- | #include <sys/prctl.h>
- configure:23336: result: no
- configure:23336: checking for sys/prctl.h
- configure:23336: result: no
- configure:23347: checking whether getifaddrs is declared
- configure:23347: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:23347: $? = 0
- configure:23347: result: yes
- configure:23360: checking whether freeifaddrs is declared
- configure:23360: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:23360: $? = 0
- configure:23360: result: yes
- configure:23374: checking whether strnlen is declared
- configure:23374: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:23374: $? = 0
- configure:23374: result: yes
- configure:23387: checking whether daemon is declared
- configure:23387: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:23387: $? = 0
- configure:23387: result: yes
- configure:23399: checking whether le16toh is declared
- configure:23399: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:23399: $? = 0
- configure:23399: result: yes
- configure:23414: checking whether le32toh is declared
- configure:23414: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:23414: $? = 0
- configure:23414: result: yes
- configure:23429: checking whether le64toh is declared
- configure:23429: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:23429: $? = 0
- configure:23429: result: yes
- configure:23444: checking whether htole16 is declared
- configure:23444: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:23444: $? = 0
- configure:23444: result: yes
- configure:23459: checking whether htole32 is declared
- configure:23459: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:23459: $? = 0
- configure:23459: result: yes
- configure:23474: checking whether htole64 is declared
- configure:23474: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:23474: $? = 0
- configure:23474: result: yes
- configure:23489: checking whether be16toh is declared
- configure:23489: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:23489: $? = 0
- configure:23489: result: yes
- configure:23504: checking whether be32toh is declared
- configure:23504: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:23504: $? = 0
- configure:23504: result: yes
- configure:23519: checking whether be64toh is declared
- configure:23519: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:23519: $? = 0
- configure:23519: result: yes
- configure:23534: checking whether htobe16 is declared
- configure:23534: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:23534: $? = 0
- configure:23534: result: yes
- configure:23549: checking whether htobe32 is declared
- configure:23549: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:23549: $? = 0
- configure:23549: result: yes
- configure:23564: checking whether htobe64 is declared
- configure:23564: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:23564: $? = 0
- configure:23564: result: yes
- configure:23581: checking whether bswap_16 is declared
- configure:23581: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- conftest.cpp:65:10: error: use of undeclared identifier 'bswap_16'
- (void) bswap_16;
- ^
- 1 error generated.
- configure:23581: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_SYS_ENDIAN_H 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_SELECT_H 1
- | #define HAVE_DECL_GETIFADDRS 1
- | #define HAVE_DECL_FREEIFADDRS 1
- | #define HAVE_DECL_STRNLEN 1
- | #define HAVE_DECL_DAEMON 1
- | #define HAVE_DECL_LE16TOH 1
- | #define HAVE_DECL_LE32TOH 1
- | #define HAVE_DECL_LE64TOH 1
- | #define HAVE_DECL_HTOLE16 1
- | #define HAVE_DECL_HTOLE32 1
- | #define HAVE_DECL_HTOLE64 1
- | #define HAVE_DECL_BE16TOH 1
- | #define HAVE_DECL_BE32TOH 1
- | #define HAVE_DECL_BE64TOH 1
- | #define HAVE_DECL_HTOBE16 1
- | #define HAVE_DECL_HTOBE32 1
- | #define HAVE_DECL_HTOBE64 1
- | /* end confdefs.h. */
- | #if HAVE_BYTESWAP_H
- | #include <byteswap.h>
- | #endif
- |
- | int
- | main ()
- | {
- | #ifndef bswap_16
- | #ifdef __cplusplus
- | (void) bswap_16;
- | #else
- | (void) bswap_16;
- | #endif
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:23581: result: no
- configure:23594: checking whether bswap_32 is declared
- configure:23594: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- conftest.cpp:66:10: error: use of undeclared identifier 'bswap_32'
- (void) bswap_32;
- ^
- 1 error generated.
- configure:23594: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_SYS_ENDIAN_H 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_SELECT_H 1
- | #define HAVE_DECL_GETIFADDRS 1
- | #define HAVE_DECL_FREEIFADDRS 1
- | #define HAVE_DECL_STRNLEN 1
- | #define HAVE_DECL_DAEMON 1
- | #define HAVE_DECL_LE16TOH 1
- | #define HAVE_DECL_LE32TOH 1
- | #define HAVE_DECL_LE64TOH 1
- | #define HAVE_DECL_HTOLE16 1
- | #define HAVE_DECL_HTOLE32 1
- | #define HAVE_DECL_HTOLE64 1
- | #define HAVE_DECL_BE16TOH 1
- | #define HAVE_DECL_BE32TOH 1
- | #define HAVE_DECL_BE64TOH 1
- | #define HAVE_DECL_HTOBE16 1
- | #define HAVE_DECL_HTOBE32 1
- | #define HAVE_DECL_HTOBE64 1
- | #define HAVE_DECL_BSWAP_16 0
- | /* end confdefs.h. */
- | #if HAVE_BYTESWAP_H
- | #include <byteswap.h>
- | #endif
- |
- | int
- | main ()
- | {
- | #ifndef bswap_32
- | #ifdef __cplusplus
- | (void) bswap_32;
- | #else
- | (void) bswap_32;
- | #endif
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:23594: result: no
- configure:23607: checking whether bswap_64 is declared
- configure:23607: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- conftest.cpp:67:10: error: use of undeclared identifier 'bswap_64'
- (void) bswap_64;
- ^
- 1 error generated.
- configure:23607: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_SYS_ENDIAN_H 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_SELECT_H 1
- | #define HAVE_DECL_GETIFADDRS 1
- | #define HAVE_DECL_FREEIFADDRS 1
- | #define HAVE_DECL_STRNLEN 1
- | #define HAVE_DECL_DAEMON 1
- | #define HAVE_DECL_LE16TOH 1
- | #define HAVE_DECL_LE32TOH 1
- | #define HAVE_DECL_LE64TOH 1
- | #define HAVE_DECL_HTOLE16 1
- | #define HAVE_DECL_HTOLE32 1
- | #define HAVE_DECL_HTOLE64 1
- | #define HAVE_DECL_BE16TOH 1
- | #define HAVE_DECL_BE32TOH 1
- | #define HAVE_DECL_BE64TOH 1
- | #define HAVE_DECL_HTOBE16 1
- | #define HAVE_DECL_HTOBE32 1
- | #define HAVE_DECL_HTOBE64 1
- | #define HAVE_DECL_BSWAP_16 0
- | #define HAVE_DECL_BSWAP_32 0
- | /* end confdefs.h. */
- | #if HAVE_BYTESWAP_H
- | #include <byteswap.h>
- | #endif
- |
- | int
- | main ()
- | {
- | #ifndef bswap_64
- | #ifdef __cplusplus
- | (void) bswap_64;
- | #else
- | (void) bswap_64;
- | #endif
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:23607: result: no
- configure:23622: checking whether __builtin_clz is declared
- configure:23622: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- conftest.cpp:97:10: error: builtin functions must be directly called
- (void) __builtin_clz;
- ^
- 1 error generated.
- configure:23622: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_SYS_ENDIAN_H 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_SELECT_H 1
- | #define HAVE_DECL_GETIFADDRS 1
- | #define HAVE_DECL_FREEIFADDRS 1
- | #define HAVE_DECL_STRNLEN 1
- | #define HAVE_DECL_DAEMON 1
- | #define HAVE_DECL_LE16TOH 1
- | #define HAVE_DECL_LE32TOH 1
- | #define HAVE_DECL_LE64TOH 1
- | #define HAVE_DECL_HTOLE16 1
- | #define HAVE_DECL_HTOLE32 1
- | #define HAVE_DECL_HTOLE64 1
- | #define HAVE_DECL_BE16TOH 1
- | #define HAVE_DECL_BE32TOH 1
- | #define HAVE_DECL_BE64TOH 1
- | #define HAVE_DECL_HTOBE16 1
- | #define HAVE_DECL_HTOBE32 1
- | #define HAVE_DECL_HTOBE64 1
- | #define HAVE_DECL_BSWAP_16 0
- | #define HAVE_DECL_BSWAP_32 0
- | #define HAVE_DECL_BSWAP_64 0
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | int
- | main ()
- | {
- | #ifndef __builtin_clz
- | #ifdef __cplusplus
- | (void) __builtin_clz;
- | #else
- | (void) __builtin_clz;
- | #endif
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:23622: result: no
- configure:23632: checking whether __builtin_clzl is declared
- configure:23632: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- conftest.cpp:98:10: error: builtin functions must be directly called
- (void) __builtin_clzl;
- ^
- 1 error generated.
- configure:23632: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_SYS_ENDIAN_H 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_SELECT_H 1
- | #define HAVE_DECL_GETIFADDRS 1
- | #define HAVE_DECL_FREEIFADDRS 1
- | #define HAVE_DECL_STRNLEN 1
- | #define HAVE_DECL_DAEMON 1
- | #define HAVE_DECL_LE16TOH 1
- | #define HAVE_DECL_LE32TOH 1
- | #define HAVE_DECL_LE64TOH 1
- | #define HAVE_DECL_HTOLE16 1
- | #define HAVE_DECL_HTOLE32 1
- | #define HAVE_DECL_HTOLE64 1
- | #define HAVE_DECL_BE16TOH 1
- | #define HAVE_DECL_BE32TOH 1
- | #define HAVE_DECL_BE64TOH 1
- | #define HAVE_DECL_HTOBE16 1
- | #define HAVE_DECL_HTOBE32 1
- | #define HAVE_DECL_HTOBE64 1
- | #define HAVE_DECL_BSWAP_16 0
- | #define HAVE_DECL_BSWAP_32 0
- | #define HAVE_DECL_BSWAP_64 0
- | #define HAVE_DECL___BUILTIN_CLZ 0
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | int
- | main ()
- | {
- | #ifndef __builtin_clzl
- | #ifdef __cplusplus
- | (void) __builtin_clzl;
- | #else
- | (void) __builtin_clzl;
- | #endif
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:23632: result: no
- configure:23642: checking whether __builtin_clzll is declared
- configure:23642: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- conftest.cpp:99:10: error: builtin functions must be directly called
- (void) __builtin_clzll;
- ^
- 1 error generated.
- configure:23642: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_SYS_ENDIAN_H 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_SELECT_H 1
- | #define HAVE_DECL_GETIFADDRS 1
- | #define HAVE_DECL_FREEIFADDRS 1
- | #define HAVE_DECL_STRNLEN 1
- | #define HAVE_DECL_DAEMON 1
- | #define HAVE_DECL_LE16TOH 1
- | #define HAVE_DECL_LE32TOH 1
- | #define HAVE_DECL_LE64TOH 1
- | #define HAVE_DECL_HTOLE16 1
- | #define HAVE_DECL_HTOLE32 1
- | #define HAVE_DECL_HTOLE64 1
- | #define HAVE_DECL_BE16TOH 1
- | #define HAVE_DECL_BE32TOH 1
- | #define HAVE_DECL_BE64TOH 1
- | #define HAVE_DECL_HTOBE16 1
- | #define HAVE_DECL_HTOBE32 1
- | #define HAVE_DECL_HTOBE64 1
- | #define HAVE_DECL_BSWAP_16 0
- | #define HAVE_DECL_BSWAP_32 0
- | #define HAVE_DECL_BSWAP_64 0
- | #define HAVE_DECL___BUILTIN_CLZ 0
- | #define HAVE_DECL___BUILTIN_CLZL 0
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | int
- | main ()
- | {
- | #ifndef __builtin_clzll
- | #ifdef __cplusplus
- | (void) __builtin_clzll;
- | #else
- | (void) __builtin_clzll;
- | #endif
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:23642: result: no
- configure:23654: checking for getmemoryinfo
- configure:23667: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- conftest.cpp:62:10: fatal error: 'malloc.h' file not found
- #include <malloc.h>
- ^~~~~~~~~~
- 1 error generated.
- configure:23667: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_SYS_ENDIAN_H 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_SELECT_H 1
- | #define HAVE_DECL_GETIFADDRS 1
- | #define HAVE_DECL_FREEIFADDRS 1
- | #define HAVE_DECL_STRNLEN 1
- | #define HAVE_DECL_DAEMON 1
- | #define HAVE_DECL_LE16TOH 1
- | #define HAVE_DECL_LE32TOH 1
- | #define HAVE_DECL_LE64TOH 1
- | #define HAVE_DECL_HTOLE16 1
- | #define HAVE_DECL_HTOLE32 1
- | #define HAVE_DECL_HTOLE64 1
- | #define HAVE_DECL_BE16TOH 1
- | #define HAVE_DECL_BE32TOH 1
- | #define HAVE_DECL_BE64TOH 1
- | #define HAVE_DECL_HTOBE16 1
- | #define HAVE_DECL_HTOBE32 1
- | #define HAVE_DECL_HTOBE64 1
- | #define HAVE_DECL_BSWAP_16 0
- | #define HAVE_DECL_BSWAP_32 0
- | #define HAVE_DECL_BSWAP_64 0
- | #define HAVE_DECL___BUILTIN_CLZ 0
- | #define HAVE_DECL___BUILTIN_CLZL 0
- | #define HAVE_DECL___BUILTIN_CLZLL 0
- | /* end confdefs.h. */
- | #include <malloc.h>
- | int
- | main ()
- | {
- | int f = malloc_info(0, NULL);
- | ;
- | return 0;
- | }
- configure:23673: result: no
- configure:23679: checking for mallopt M_ARENA_MAX
- configure:23692: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- conftest.cpp:62:10: fatal error: 'malloc.h' file not found
- #include <malloc.h>
- ^~~~~~~~~~
- 1 error generated.
- configure:23692: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_SYS_ENDIAN_H 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_SELECT_H 1
- | #define HAVE_DECL_GETIFADDRS 1
- | #define HAVE_DECL_FREEIFADDRS 1
- | #define HAVE_DECL_STRNLEN 1
- | #define HAVE_DECL_DAEMON 1
- | #define HAVE_DECL_LE16TOH 1
- | #define HAVE_DECL_LE32TOH 1
- | #define HAVE_DECL_LE64TOH 1
- | #define HAVE_DECL_HTOLE16 1
- | #define HAVE_DECL_HTOLE32 1
- | #define HAVE_DECL_HTOLE64 1
- | #define HAVE_DECL_BE16TOH 1
- | #define HAVE_DECL_BE32TOH 1
- | #define HAVE_DECL_BE64TOH 1
- | #define HAVE_DECL_HTOBE16 1
- | #define HAVE_DECL_HTOBE32 1
- | #define HAVE_DECL_HTOBE64 1
- | #define HAVE_DECL_BSWAP_16 0
- | #define HAVE_DECL_BSWAP_32 0
- | #define HAVE_DECL_BSWAP_64 0
- | #define HAVE_DECL___BUILTIN_CLZ 0
- | #define HAVE_DECL___BUILTIN_CLZL 0
- | #define HAVE_DECL___BUILTIN_CLZLL 0
- | /* end confdefs.h. */
- | #include <malloc.h>
- | int
- | main ()
- | {
- | mallopt(M_ARENA_MAX, 1);
- | ;
- | return 0;
- | }
- configure:23698: result: no
- configure:23704: checking for visibility attribute
- configure:23713: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:23713: $? = 0
- configure:23718: result: yes
- configure:23736: checking for thread_local support
- configure:23750: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -pthread conftest.cpp >&5
- configure:23750: $? = 0
- configure:23755: result: yes
- configure:23770: checking for Linux getrandom syscall
- configure:23785: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- conftest.cpp:66:12: fatal error: 'linux/random.h' file not found
- #include <linux/random.h>
- ^~~~~~~~~~~~~~~~
- 1 error generated.
- configure:23785: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_SYS_ENDIAN_H 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_SELECT_H 1
- | #define HAVE_DECL_GETIFADDRS 1
- | #define HAVE_DECL_FREEIFADDRS 1
- | #define HAVE_DECL_STRNLEN 1
- | #define HAVE_DECL_DAEMON 1
- | #define HAVE_DECL_LE16TOH 1
- | #define HAVE_DECL_LE32TOH 1
- | #define HAVE_DECL_LE64TOH 1
- | #define HAVE_DECL_HTOLE16 1
- | #define HAVE_DECL_HTOLE32 1
- | #define HAVE_DECL_HTOLE64 1
- | #define HAVE_DECL_BE16TOH 1
- | #define HAVE_DECL_BE32TOH 1
- | #define HAVE_DECL_BE64TOH 1
- | #define HAVE_DECL_HTOBE16 1
- | #define HAVE_DECL_HTOBE32 1
- | #define HAVE_DECL_HTOBE64 1
- | #define HAVE_DECL_BSWAP_16 0
- | #define HAVE_DECL_BSWAP_32 0
- | #define HAVE_DECL_BSWAP_64 0
- | #define HAVE_DECL___BUILTIN_CLZ 0
- | #define HAVE_DECL___BUILTIN_CLZL 0
- | #define HAVE_DECL___BUILTIN_CLZLL 0
- | #define HAVE_VISIBILITY_ATTRIBUTE 1
- | #define HAVE_THREAD_LOCAL 1
- | /* end confdefs.h. */
- | #include <unistd.h>
- | #include <sys/syscall.h>
- | #include <linux/random.h>
- | int
- | main ()
- | {
- | syscall(SYS_getrandom, nullptr, 32, 0);
- | ;
- | return 0;
- | }
- configure:23791: result: no
- configure:23797: checking for getentropy
- configure:23810: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:23810: $? = 0
- configure:23811: result: yes
- configure:23822: checking for getentropy via random.h
- configure:23836: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- conftest.cpp:66:11: fatal error: 'sys/random.h' file not found
- #include <sys/random.h>
- ^~~~~~~~~~~~~~
- 1 error generated.
- configure:23836: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_SYS_ENDIAN_H 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_SELECT_H 1
- | #define HAVE_DECL_GETIFADDRS 1
- | #define HAVE_DECL_FREEIFADDRS 1
- | #define HAVE_DECL_STRNLEN 1
- | #define HAVE_DECL_DAEMON 1
- | #define HAVE_DECL_LE16TOH 1
- | #define HAVE_DECL_LE32TOH 1
- | #define HAVE_DECL_LE64TOH 1
- | #define HAVE_DECL_HTOLE16 1
- | #define HAVE_DECL_HTOLE32 1
- | #define HAVE_DECL_HTOLE64 1
- | #define HAVE_DECL_BE16TOH 1
- | #define HAVE_DECL_BE32TOH 1
- | #define HAVE_DECL_BE64TOH 1
- | #define HAVE_DECL_HTOBE16 1
- | #define HAVE_DECL_HTOBE32 1
- | #define HAVE_DECL_HTOBE64 1
- | #define HAVE_DECL_BSWAP_16 0
- | #define HAVE_DECL_BSWAP_32 0
- | #define HAVE_DECL_BSWAP_64 0
- | #define HAVE_DECL___BUILTIN_CLZ 0
- | #define HAVE_DECL___BUILTIN_CLZL 0
- | #define HAVE_DECL___BUILTIN_CLZLL 0
- | #define HAVE_VISIBILITY_ATTRIBUTE 1
- | #define HAVE_THREAD_LOCAL 1
- | #define HAVE_GETENTROPY 1
- | /* end confdefs.h. */
- | #include <unistd.h>
- | #include <sys/random.h>
- | int
- | main ()
- | {
- | getentropy(nullptr, 32)
- | ;
- | return 0;
- | }
- configure:23842: result: no
- configure:23848: checking for sysctl KERN_ARND
- configure:23863: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- conftest.cpp:70:40: error: use of undeclared identifier 'KERN_ARND'
- static const int name[2] = {CTL_KERN, KERN_ARND};
- ^
- 1 error generated.
- configure:23863: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_SYS_ENDIAN_H 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_SELECT_H 1
- | #define HAVE_DECL_GETIFADDRS 1
- | #define HAVE_DECL_FREEIFADDRS 1
- | #define HAVE_DECL_STRNLEN 1
- | #define HAVE_DECL_DAEMON 1
- | #define HAVE_DECL_LE16TOH 1
- | #define HAVE_DECL_LE32TOH 1
- | #define HAVE_DECL_LE64TOH 1
- | #define HAVE_DECL_HTOLE16 1
- | #define HAVE_DECL_HTOLE32 1
- | #define HAVE_DECL_HTOLE64 1
- | #define HAVE_DECL_BE16TOH 1
- | #define HAVE_DECL_BE32TOH 1
- | #define HAVE_DECL_BE64TOH 1
- | #define HAVE_DECL_HTOBE16 1
- | #define HAVE_DECL_HTOBE32 1
- | #define HAVE_DECL_HTOBE64 1
- | #define HAVE_DECL_BSWAP_16 0
- | #define HAVE_DECL_BSWAP_32 0
- | #define HAVE_DECL_BSWAP_64 0
- | #define HAVE_DECL___BUILTIN_CLZ 0
- | #define HAVE_DECL___BUILTIN_CLZL 0
- | #define HAVE_DECL___BUILTIN_CLZLL 0
- | #define HAVE_VISIBILITY_ATTRIBUTE 1
- | #define HAVE_THREAD_LOCAL 1
- | #define HAVE_GETENTROPY 1
- | /* end confdefs.h. */
- | #include <sys/types.h>
- | #include <sys/sysctl.h>
- | int
- | main ()
- | {
- | static const int name[2] = {CTL_KERN, KERN_ARND};
- | sysctl(name, 2, nullptr, nullptr, nullptr, 0);
- | ;
- | return 0;
- | }
- configure:23869: result: no
- configure:23875: checking for if type char equals int8_t
- configure:23889: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- conftest.cpp:70:2: error: static_assert failed due to requirement 'std::is_same<signed char, char>::value' ""
- static_assert(std::is_same<int8_t, char>::value, "");
- ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 1 error generated.
- configure:23889: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_SYS_ENDIAN_H 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_SELECT_H 1
- | #define HAVE_DECL_GETIFADDRS 1
- | #define HAVE_DECL_FREEIFADDRS 1
- | #define HAVE_DECL_STRNLEN 1
- | #define HAVE_DECL_DAEMON 1
- | #define HAVE_DECL_LE16TOH 1
- | #define HAVE_DECL_LE32TOH 1
- | #define HAVE_DECL_LE64TOH 1
- | #define HAVE_DECL_HTOLE16 1
- | #define HAVE_DECL_HTOLE32 1
- | #define HAVE_DECL_HTOLE64 1
- | #define HAVE_DECL_BE16TOH 1
- | #define HAVE_DECL_BE32TOH 1
- | #define HAVE_DECL_BE64TOH 1
- | #define HAVE_DECL_HTOBE16 1
- | #define HAVE_DECL_HTOBE32 1
- | #define HAVE_DECL_HTOBE64 1
- | #define HAVE_DECL_BSWAP_16 0
- | #define HAVE_DECL_BSWAP_32 0
- | #define HAVE_DECL_BSWAP_64 0
- | #define HAVE_DECL___BUILTIN_CLZ 0
- | #define HAVE_DECL___BUILTIN_CLZL 0
- | #define HAVE_DECL___BUILTIN_CLZLL 0
- | #define HAVE_VISIBILITY_ATTRIBUTE 1
- | #define HAVE_THREAD_LOCAL 1
- | #define HAVE_GETENTROPY 1
- | /* end confdefs.h. */
- | #include <stdint.h>
- | #include <type_traits>
- | int
- | main ()
- | {
- | static_assert(std::is_same<int8_t, char>::value, "");
- | ;
- | return 0;
- | }
- configure:23895: result: no
- configure:24137: checking miniupnpc/miniwget.h usability
- configure:24137: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- conftest.cpp:98:10: fatal error: 'miniupnpc/miniwget.h' file not found
- #include <miniupnpc/miniwget.h>
- ^~~~~~~~~~~~~~~~~~~~~~
- 1 error generated.
- configure:24137: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_SYS_ENDIAN_H 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_SELECT_H 1
- | #define HAVE_DECL_GETIFADDRS 1
- | #define HAVE_DECL_FREEIFADDRS 1
- | #define HAVE_DECL_STRNLEN 1
- | #define HAVE_DECL_DAEMON 1
- | #define HAVE_DECL_LE16TOH 1
- | #define HAVE_DECL_LE32TOH 1
- | #define HAVE_DECL_LE64TOH 1
- | #define HAVE_DECL_HTOLE16 1
- | #define HAVE_DECL_HTOLE32 1
- | #define HAVE_DECL_HTOLE64 1
- | #define HAVE_DECL_BE16TOH 1
- | #define HAVE_DECL_BE32TOH 1
- | #define HAVE_DECL_BE64TOH 1
- | #define HAVE_DECL_HTOBE16 1
- | #define HAVE_DECL_HTOBE32 1
- | #define HAVE_DECL_HTOBE64 1
- | #define HAVE_DECL_BSWAP_16 0
- | #define HAVE_DECL_BSWAP_32 0
- | #define HAVE_DECL_BSWAP_64 0
- | #define HAVE_DECL___BUILTIN_CLZ 0
- | #define HAVE_DECL___BUILTIN_CLZL 0
- | #define HAVE_DECL___BUILTIN_CLZLL 0
- | #define HAVE_VISIBILITY_ATTRIBUTE 1
- | #define HAVE_THREAD_LOCAL 1
- | #define HAVE_GETENTROPY 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | #include <miniupnpc/miniwget.h>
- configure:24137: result: no
- configure:24137: checking miniupnpc/miniwget.h presence
- configure:24137: c++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
- conftest.cpp:65:10: fatal error: 'miniupnpc/miniwget.h' file not found
- #include <miniupnpc/miniwget.h>
- ^~~~~~~~~~~~~~~~~~~~~~
- 1 error generated.
- configure:24137: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_SYS_ENDIAN_H 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_SELECT_H 1
- | #define HAVE_DECL_GETIFADDRS 1
- | #define HAVE_DECL_FREEIFADDRS 1
- | #define HAVE_DECL_STRNLEN 1
- | #define HAVE_DECL_DAEMON 1
- | #define HAVE_DECL_LE16TOH 1
- | #define HAVE_DECL_LE32TOH 1
- | #define HAVE_DECL_LE64TOH 1
- | #define HAVE_DECL_HTOLE16 1
- | #define HAVE_DECL_HTOLE32 1
- | #define HAVE_DECL_HTOLE64 1
- | #define HAVE_DECL_BE16TOH 1
- | #define HAVE_DECL_BE32TOH 1
- | #define HAVE_DECL_BE64TOH 1
- | #define HAVE_DECL_HTOBE16 1
- | #define HAVE_DECL_HTOBE32 1
- | #define HAVE_DECL_HTOBE64 1
- | #define HAVE_DECL_BSWAP_16 0
- | #define HAVE_DECL_BSWAP_32 0
- | #define HAVE_DECL_BSWAP_64 0
- | #define HAVE_DECL___BUILTIN_CLZ 0
- | #define HAVE_DECL___BUILTIN_CLZL 0
- | #define HAVE_DECL___BUILTIN_CLZLL 0
- | #define HAVE_VISIBILITY_ATTRIBUTE 1
- | #define HAVE_THREAD_LOCAL 1
- | #define HAVE_GETENTROPY 1
- | /* end confdefs.h. */
- | #include <miniupnpc/miniwget.h>
- configure:24137: result: no
- configure:24137: checking for miniupnpc/miniwget.h
- configure:24137: result: no
- configure:24137: checking miniupnpc/miniupnpc.h usability
- configure:24137: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- conftest.cpp:98:10: fatal error: 'miniupnpc/miniupnpc.h' file not found
- #include <miniupnpc/miniupnpc.h>
- ^~~~~~~~~~~~~~~~~~~~~~~
- 1 error generated.
- configure:24137: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_SYS_ENDIAN_H 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_SELECT_H 1
- | #define HAVE_DECL_GETIFADDRS 1
- | #define HAVE_DECL_FREEIFADDRS 1
- | #define HAVE_DECL_STRNLEN 1
- | #define HAVE_DECL_DAEMON 1
- | #define HAVE_DECL_LE16TOH 1
- | #define HAVE_DECL_LE32TOH 1
- | #define HAVE_DECL_LE64TOH 1
- | #define HAVE_DECL_HTOLE16 1
- | #define HAVE_DECL_HTOLE32 1
- | #define HAVE_DECL_HTOLE64 1
- | #define HAVE_DECL_BE16TOH 1
- | #define HAVE_DECL_BE32TOH 1
- | #define HAVE_DECL_BE64TOH 1
- | #define HAVE_DECL_HTOBE16 1
- | #define HAVE_DECL_HTOBE32 1
- | #define HAVE_DECL_HTOBE64 1
- | #define HAVE_DECL_BSWAP_16 0
- | #define HAVE_DECL_BSWAP_32 0
- | #define HAVE_DECL_BSWAP_64 0
- | #define HAVE_DECL___BUILTIN_CLZ 0
- | #define HAVE_DECL___BUILTIN_CLZL 0
- | #define HAVE_DECL___BUILTIN_CLZLL 0
- | #define HAVE_VISIBILITY_ATTRIBUTE 1
- | #define HAVE_THREAD_LOCAL 1
- | #define HAVE_GETENTROPY 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | #include <miniupnpc/miniupnpc.h>
- configure:24137: result: no
- configure:24137: checking miniupnpc/miniupnpc.h presence
- configure:24137: c++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
- conftest.cpp:65:10: fatal error: 'miniupnpc/miniupnpc.h' file not found
- #include <miniupnpc/miniupnpc.h>
- ^~~~~~~~~~~~~~~~~~~~~~~
- 1 error generated.
- configure:24137: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_SYS_ENDIAN_H 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_SELECT_H 1
- | #define HAVE_DECL_GETIFADDRS 1
- | #define HAVE_DECL_FREEIFADDRS 1
- | #define HAVE_DECL_STRNLEN 1
- | #define HAVE_DECL_DAEMON 1
- | #define HAVE_DECL_LE16TOH 1
- | #define HAVE_DECL_LE32TOH 1
- | #define HAVE_DECL_LE64TOH 1
- | #define HAVE_DECL_HTOLE16 1
- | #define HAVE_DECL_HTOLE32 1
- | #define HAVE_DECL_HTOLE64 1
- | #define HAVE_DECL_BE16TOH 1
- | #define HAVE_DECL_BE32TOH 1
- | #define HAVE_DECL_BE64TOH 1
- | #define HAVE_DECL_HTOBE16 1
- | #define HAVE_DECL_HTOBE32 1
- | #define HAVE_DECL_HTOBE64 1
- | #define HAVE_DECL_BSWAP_16 0
- | #define HAVE_DECL_BSWAP_32 0
- | #define HAVE_DECL_BSWAP_64 0
- | #define HAVE_DECL___BUILTIN_CLZ 0
- | #define HAVE_DECL___BUILTIN_CLZL 0
- | #define HAVE_DECL___BUILTIN_CLZLL 0
- | #define HAVE_VISIBILITY_ATTRIBUTE 1
- | #define HAVE_THREAD_LOCAL 1
- | #define HAVE_GETENTROPY 1
- | /* end confdefs.h. */
- | #include <miniupnpc/miniupnpc.h>
- configure:24137: result: no
- configure:24137: checking for miniupnpc/miniupnpc.h
- configure:24137: result: no
- configure:24137: checking miniupnpc/upnpcommands.h usability
- configure:24137: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- conftest.cpp:98:10: fatal error: 'miniupnpc/upnpcommands.h' file not found
- #include <miniupnpc/upnpcommands.h>
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- 1 error generated.
- configure:24137: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_SYS_ENDIAN_H 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_SELECT_H 1
- | #define HAVE_DECL_GETIFADDRS 1
- | #define HAVE_DECL_FREEIFADDRS 1
- | #define HAVE_DECL_STRNLEN 1
- | #define HAVE_DECL_DAEMON 1
- | #define HAVE_DECL_LE16TOH 1
- | #define HAVE_DECL_LE32TOH 1
- | #define HAVE_DECL_LE64TOH 1
- | #define HAVE_DECL_HTOLE16 1
- | #define HAVE_DECL_HTOLE32 1
- | #define HAVE_DECL_HTOLE64 1
- | #define HAVE_DECL_BE16TOH 1
- | #define HAVE_DECL_BE32TOH 1
- | #define HAVE_DECL_BE64TOH 1
- | #define HAVE_DECL_HTOBE16 1
- | #define HAVE_DECL_HTOBE32 1
- | #define HAVE_DECL_HTOBE64 1
- | #define HAVE_DECL_BSWAP_16 0
- | #define HAVE_DECL_BSWAP_32 0
- | #define HAVE_DECL_BSWAP_64 0
- | #define HAVE_DECL___BUILTIN_CLZ 0
- | #define HAVE_DECL___BUILTIN_CLZL 0
- | #define HAVE_DECL___BUILTIN_CLZLL 0
- | #define HAVE_VISIBILITY_ATTRIBUTE 1
- | #define HAVE_THREAD_LOCAL 1
- | #define HAVE_GETENTROPY 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | #include <miniupnpc/upnpcommands.h>
- configure:24137: result: no
- configure:24137: checking miniupnpc/upnpcommands.h presence
- configure:24137: c++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
- conftest.cpp:65:10: fatal error: 'miniupnpc/upnpcommands.h' file not found
- #include <miniupnpc/upnpcommands.h>
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- 1 error generated.
- configure:24137: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_SYS_ENDIAN_H 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_SELECT_H 1
- | #define HAVE_DECL_GETIFADDRS 1
- | #define HAVE_DECL_FREEIFADDRS 1
- | #define HAVE_DECL_STRNLEN 1
- | #define HAVE_DECL_DAEMON 1
- | #define HAVE_DECL_LE16TOH 1
- | #define HAVE_DECL_LE32TOH 1
- | #define HAVE_DECL_LE64TOH 1
- | #define HAVE_DECL_HTOLE16 1
- | #define HAVE_DECL_HTOLE32 1
- | #define HAVE_DECL_HTOLE64 1
- | #define HAVE_DECL_BE16TOH 1
- | #define HAVE_DECL_BE32TOH 1
- | #define HAVE_DECL_BE64TOH 1
- | #define HAVE_DECL_HTOBE16 1
- | #define HAVE_DECL_HTOBE32 1
- | #define HAVE_DECL_HTOBE64 1
- | #define HAVE_DECL_BSWAP_16 0
- | #define HAVE_DECL_BSWAP_32 0
- | #define HAVE_DECL_BSWAP_64 0
- | #define HAVE_DECL___BUILTIN_CLZ 0
- | #define HAVE_DECL___BUILTIN_CLZL 0
- | #define HAVE_DECL___BUILTIN_CLZLL 0
- | #define HAVE_VISIBILITY_ATTRIBUTE 1
- | #define HAVE_THREAD_LOCAL 1
- | #define HAVE_GETENTROPY 1
- | /* end confdefs.h. */
- | #include <miniupnpc/upnpcommands.h>
- configure:24137: result: no
- configure:24137: checking for miniupnpc/upnpcommands.h
- configure:24137: result: no
- configure:24137: checking miniupnpc/upnperrors.h usability
- configure:24137: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- conftest.cpp:98:10: fatal error: 'miniupnpc/upnperrors.h' file not found
- #include <miniupnpc/upnperrors.h>
- ^~~~~~~~~~~~~~~~~~~~~~~~
- 1 error generated.
- configure:24137: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_SYS_ENDIAN_H 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_SELECT_H 1
- | #define HAVE_DECL_GETIFADDRS 1
- | #define HAVE_DECL_FREEIFADDRS 1
- | #define HAVE_DECL_STRNLEN 1
- | #define HAVE_DECL_DAEMON 1
- | #define HAVE_DECL_LE16TOH 1
- | #define HAVE_DECL_LE32TOH 1
- | #define HAVE_DECL_LE64TOH 1
- | #define HAVE_DECL_HTOLE16 1
- | #define HAVE_DECL_HTOLE32 1
- | #define HAVE_DECL_HTOLE64 1
- | #define HAVE_DECL_BE16TOH 1
- | #define HAVE_DECL_BE32TOH 1
- | #define HAVE_DECL_BE64TOH 1
- | #define HAVE_DECL_HTOBE16 1
- | #define HAVE_DECL_HTOBE32 1
- | #define HAVE_DECL_HTOBE64 1
- | #define HAVE_DECL_BSWAP_16 0
- | #define HAVE_DECL_BSWAP_32 0
- | #define HAVE_DECL_BSWAP_64 0
- | #define HAVE_DECL___BUILTIN_CLZ 0
- | #define HAVE_DECL___BUILTIN_CLZL 0
- | #define HAVE_DECL___BUILTIN_CLZLL 0
- | #define HAVE_VISIBILITY_ATTRIBUTE 1
- | #define HAVE_THREAD_LOCAL 1
- | #define HAVE_GETENTROPY 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | #include <miniupnpc/upnperrors.h>
- configure:24137: result: no
- configure:24137: checking miniupnpc/upnperrors.h presence
- configure:24137: c++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
- conftest.cpp:65:10: fatal error: 'miniupnpc/upnperrors.h' file not found
- #include <miniupnpc/upnperrors.h>
- ^~~~~~~~~~~~~~~~~~~~~~~~
- 1 error generated.
- configure:24137: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_SYS_ENDIAN_H 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_SELECT_H 1
- | #define HAVE_DECL_GETIFADDRS 1
- | #define HAVE_DECL_FREEIFADDRS 1
- | #define HAVE_DECL_STRNLEN 1
- | #define HAVE_DECL_DAEMON 1
- | #define HAVE_DECL_LE16TOH 1
- | #define HAVE_DECL_LE32TOH 1
- | #define HAVE_DECL_LE64TOH 1
- | #define HAVE_DECL_HTOLE16 1
- | #define HAVE_DECL_HTOLE32 1
- | #define HAVE_DECL_HTOLE64 1
- | #define HAVE_DECL_BE16TOH 1
- | #define HAVE_DECL_BE32TOH 1
- | #define HAVE_DECL_BE64TOH 1
- | #define HAVE_DECL_HTOBE16 1
- | #define HAVE_DECL_HTOBE32 1
- | #define HAVE_DECL_HTOBE64 1
- | #define HAVE_DECL_BSWAP_16 0
- | #define HAVE_DECL_BSWAP_32 0
- | #define HAVE_DECL_BSWAP_64 0
- | #define HAVE_DECL___BUILTIN_CLZ 0
- | #define HAVE_DECL___BUILTIN_CLZL 0
- | #define HAVE_DECL___BUILTIN_CLZLL 0
- | #define HAVE_VISIBILITY_ATTRIBUTE 1
- | #define HAVE_THREAD_LOCAL 1
- | #define HAVE_GETENTROPY 1
- | /* end confdefs.h. */
- | #include <miniupnpc/upnperrors.h>
- configure:24137: result: no
- configure:24137: checking for miniupnpc/upnperrors.h
- configure:24137: result: no
- configure:28303: checking whether to build Bitcoin Core GUI
- configure:28333: result: no (Qt5)
- configure:28407: checking for boostlib >= 1.47.0
- configure:28492: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/include conftest.cpp >&5
- configure:28492: $? = 0
- configure:28494: result: yes
- configure:28684: checking whether the Boost::System library is available
- configure:28709: c++ -std=c++11 -c -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/include conftest.cpp >&5
- configure:28709: $? = 0
- configure:28724: result: yes
- configure:28740: checking for exit in -lboost_system
- configure:28765: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/include -L/usr/local/lib conftest.cpp -lboost_system >&5
- configure:28765: $? = 0
- configure:28775: result: yes
- configure:28930: checking whether the Boost::Filesystem library is available
- configure:28954: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/include conftest.cpp >&5
- configure:28954: $? = 0
- configure:28968: result: yes
- configure:28980: checking for exit in -lboost_filesystem
- configure:29005: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/include -L/usr/local/lib conftest.cpp -lboost_filesystem -lboost_system >&5
- configure:29005: $? = 0
- configure:29015: result: yes
- configure:29167: checking whether the Boost::Thread library is available
- configure:29199: c++ -std=c++11 -c -pthread -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/include conftest.cpp >&5
- configure:29199: $? = 0
- configure:29214: result: yes
- configure:29244: checking for exit in -lboost_thread-mt
- configure:29269: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/include -pthread -L/usr/local/lib conftest.cpp -lboost_thread-mt >&5
- configure:29269: $? = 0
- configure:29279: result: yes
- configure:29439: checking whether the Boost::Chrono library is available
- configure:29463: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -pthread -I/usr/local/include conftest.cpp >&5
- configure:29463: $? = 0
- configure:29478: result: yes
- configure:29493: checking for exit in -lboost_chrono-mt
- configure:29518: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -pthread -I/usr/local/include -pthread -L/usr/local/lib conftest.cpp -lboost_chrono-mt >&5
- configure:29518: $? = 0
- configure:29528: result: yes
- configure:29770: checking whether the Boost::Unit_Test_Framework library is available
- configure:29793: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC -pthread -I/usr/local/include conftest.cpp >&5
- configure:29793: $? = 0
- configure:29807: result: yes
- configure:29918: checking for dynamic linked boost test
- configure:29933: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC -pthread -I/usr/local/include conftest.cpp -pthread -L/usr/local/lib -lboost_unit_test_framework-mt >&5
- configure:29933: $? = 0
- configure:29934: result: yes
- configure:29960: checking for mismatched boost c++11 scoped enums
- configure:29988: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC -pthread -I/usr/local/include conftest.cpp -pthread -L/usr/local/lib -lboost_system -lboost_filesystem -lboost_thread-mt -lboost_chrono-mt >&5
- conftest.cpp:88:5: error: use of undeclared identifier 'choke'
- choke;
- ^
- 1 error generated.
- configure:29988: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_SYS_ENDIAN_H 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_SELECT_H 1
- | #define HAVE_DECL_GETIFADDRS 1
- | #define HAVE_DECL_FREEIFADDRS 1
- | #define HAVE_DECL_STRNLEN 1
- | #define HAVE_DECL_DAEMON 1
- | #define HAVE_DECL_LE16TOH 1
- | #define HAVE_DECL_LE32TOH 1
- | #define HAVE_DECL_LE64TOH 1
- | #define HAVE_DECL_HTOLE16 1
- | #define HAVE_DECL_HTOLE32 1
- | #define HAVE_DECL_HTOLE64 1
- | #define HAVE_DECL_BE16TOH 1
- | #define HAVE_DECL_BE32TOH 1
- | #define HAVE_DECL_BE64TOH 1
- | #define HAVE_DECL_HTOBE16 1
- | #define HAVE_DECL_HTOBE32 1
- | #define HAVE_DECL_HTOBE64 1
- | #define HAVE_DECL_BSWAP_16 0
- | #define HAVE_DECL_BSWAP_32 0
- | #define HAVE_DECL_BSWAP_64 0
- | #define HAVE_DECL___BUILTIN_CLZ 0
- | #define HAVE_DECL___BUILTIN_CLZL 0
- | #define HAVE_DECL___BUILTIN_CLZLL 0
- | #define HAVE_VISIBILITY_ATTRIBUTE 1
- | #define HAVE_THREAD_LOCAL 1
- | #define HAVE_GETENTROPY 1
- | #define HAVE_BOOST /**/
- | #define HAVE_BOOST_SYSTEM /**/
- | #define HAVE_BOOST_FILESYSTEM /**/
- | #define HAVE_BOOST_THREAD /**/
- | #define HAVE_BOOST_CHRONO /**/
- | #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
- | /* end confdefs.h. */
- |
- | #include <boost/config.hpp>
- | #include <boost/version.hpp>
- | #if !defined(BOOST_NO_SCOPED_ENUMS) && !defined(BOOST_NO_CXX11_SCOPED_ENUMS) && BOOST_VERSION < 105700
- | #define BOOST_NO_SCOPED_ENUMS
- | #define BOOST_NO_CXX11_SCOPED_ENUMS
- | #define CHECK
- | #endif
- | #include <boost/filesystem.hpp>
- |
- | int
- | main ()
- | {
- |
- | #if defined(CHECK)
- | boost::filesystem::copy_file("foo", "bar");
- | #else
- | choke;
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:29992: result: ok
- configure:30024: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC -pthread -I/usr/local/include conftest.cpp -pthread -L/usr/local/lib -lboost_system -lboost_filesystem -lboost_thread-mt -lboost_chrono-mt >&5
- configure:30024: $? = 0
- configure:30086: checking for SSL
- configure:30093: $PKG_CONFIG --exists --print-errors "libssl"
- configure:30096: $? = 0
- configure:30110: $PKG_CONFIG --exists --print-errors "libssl"
- configure:30113: $? = 0
- configure:30151: result: yes
- configure:30157: checking for CRYPTO
- configure:30164: $PKG_CONFIG --exists --print-errors "libcrypto"
- configure:30167: $? = 0
- configure:30181: $PKG_CONFIG --exists --print-errors "libcrypto"
- configure:30184: $? = 0
- configure:30222: result: yes
- configure:30391: checking for EVENT
- configure:30398: $PKG_CONFIG --exists --print-errors "libevent"
- configure:30401: $? = 0
- configure:30415: $PKG_CONFIG --exists --print-errors "libevent"
- configure:30418: $? = 0
- configure:30456: result: yes
- configure:30463: checking for EVENT_PTHREADS
- configure:30470: $PKG_CONFIG --exists --print-errors "libevent_pthreads"
- configure:30473: $? = 0
- configure:30487: $PKG_CONFIG --exists --print-errors "libevent_pthreads"
- configure:30490: $? = 0
- configure:30528: result: yes
- configure:30538: checking for ZMQ
- configure:30545: $PKG_CONFIG --exists --print-errors "libzmq >= 4"
- Package libzmq was not found in the pkg-config search path
- configure:30548: $? = 1
- configure:30562: $PKG_CONFIG --exists --print-errors "libzmq >= 4"
- Package libzmq was not found in the pkg-config search path
- configure:30565: $? = 1
- configure:30579: result: no
- Package libzmq was not found in the pkg-config search path
- configure:30598: WARNING: libzmq version 4.x or greater not found, disabling
- configure:30997: checking whether EVP_MD_CTX_new is declared
- configure:30997: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:30997: $? = 0
- configure:30997: result: yes
- configure:31018: checking rapidcheck.h usability
- configure:31018: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- conftest.cpp:107:10: fatal error: 'rapidcheck.h' file not found
- #include <rapidcheck.h>
- ^~~~~~~~~~~~~~
- 1 error generated.
- configure:31018: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_SYS_ENDIAN_H 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_SELECT_H 1
- | #define HAVE_DECL_GETIFADDRS 1
- | #define HAVE_DECL_FREEIFADDRS 1
- | #define HAVE_DECL_STRNLEN 1
- | #define HAVE_DECL_DAEMON 1
- | #define HAVE_DECL_LE16TOH 1
- | #define HAVE_DECL_LE32TOH 1
- | #define HAVE_DECL_LE64TOH 1
- | #define HAVE_DECL_HTOLE16 1
- | #define HAVE_DECL_HTOLE32 1
- | #define HAVE_DECL_HTOLE64 1
- | #define HAVE_DECL_BE16TOH 1
- | #define HAVE_DECL_BE32TOH 1
- | #define HAVE_DECL_BE64TOH 1
- | #define HAVE_DECL_HTOBE16 1
- | #define HAVE_DECL_HTOBE32 1
- | #define HAVE_DECL_HTOBE64 1
- | #define HAVE_DECL_BSWAP_16 0
- | #define HAVE_DECL_BSWAP_32 0
- | #define HAVE_DECL_BSWAP_64 0
- | #define HAVE_DECL___BUILTIN_CLZ 0
- | #define HAVE_DECL___BUILTIN_CLZL 0
- | #define HAVE_DECL___BUILTIN_CLZLL 0
- | #define HAVE_VISIBILITY_ATTRIBUTE 1
- | #define HAVE_THREAD_LOCAL 1
- | #define HAVE_GETENTROPY 1
- | #define HAVE_BOOST /**/
- | #define HAVE_BOOST_SYSTEM /**/
- | #define HAVE_BOOST_FILESYSTEM /**/
- | #define HAVE_BOOST_THREAD /**/
- | #define HAVE_BOOST_CHRONO /**/
- | #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
- | #define HAVE_WORKING_BOOST_SLEEP_FOR 1
- | #define ENABLE_ZMQ 0
- | #define HAVE_DECL_EVP_MD_CTX_NEW 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | #include <rapidcheck.h>
- configure:31018: result: no
- configure:31018: checking rapidcheck.h presence
- configure:31018: c++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
- conftest.cpp:74:10: fatal error: 'rapidcheck.h' file not found
- #include <rapidcheck.h>
- ^~~~~~~~~~~~~~
- 1 error generated.
- configure:31018: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.18.0"
- | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- | #define PACKAGE_URL "https://bitcoincore.org/"
- | #define HAVE_CXX11 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define USE_ASM 1
- | #define ENABLE_SSE41 1
- | #define ENABLE_AVX2 1
- | #define ENABLE_SHANI 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_SYS_ENDIAN_H 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_SELECT_H 1
- | #define HAVE_DECL_GETIFADDRS 1
- | #define HAVE_DECL_FREEIFADDRS 1
- | #define HAVE_DECL_STRNLEN 1
- | #define HAVE_DECL_DAEMON 1
- | #define HAVE_DECL_LE16TOH 1
- | #define HAVE_DECL_LE32TOH 1
- | #define HAVE_DECL_LE64TOH 1
- | #define HAVE_DECL_HTOLE16 1
- | #define HAVE_DECL_HTOLE32 1
- | #define HAVE_DECL_HTOLE64 1
- | #define HAVE_DECL_BE16TOH 1
- | #define HAVE_DECL_BE32TOH 1
- | #define HAVE_DECL_BE64TOH 1
- | #define HAVE_DECL_HTOBE16 1
- | #define HAVE_DECL_HTOBE32 1
- | #define HAVE_DECL_HTOBE64 1
- | #define HAVE_DECL_BSWAP_16 0
- | #define HAVE_DECL_BSWAP_32 0
- | #define HAVE_DECL_BSWAP_64 0
- | #define HAVE_DECL___BUILTIN_CLZ 0
- | #define HAVE_DECL___BUILTIN_CLZL 0
- | #define HAVE_DECL___BUILTIN_CLZLL 0
- | #define HAVE_VISIBILITY_ATTRIBUTE 1
- | #define HAVE_THREAD_LOCAL 1
- | #define HAVE_GETENTROPY 1
- | #define HAVE_BOOST /**/
- | #define HAVE_BOOST_SYSTEM /**/
- | #define HAVE_BOOST_FILESYSTEM /**/
- | #define HAVE_BOOST_THREAD /**/
- | #define HAVE_BOOST_CHRONO /**/
- | #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
- | #define HAVE_WORKING_BOOST_SLEEP_FOR 1
- | #define ENABLE_ZMQ 0
- | #define HAVE_DECL_EVP_MD_CTX_NEW 1
- | /* end confdefs.h. */
- | #include <rapidcheck.h>
- configure:31018: result: no
- configure:31018: checking for rapidcheck.h
- configure:31018: result: no
- configure:31334: checking whether to build bitcoind
- configure:31344: result: yes
- configure:31347: checking whether to build bitcoin-cli
- configure:31357: result: yes
- configure:31360: checking whether to build bitcoin-tx
- configure:31370: result: yes
- configure:31373: checking whether to build bitcoin-wallet
- configure:31383: result: yes
- configure:31386: checking whether to build libraries
- configure:31403: result: yes
- configure:31414: checking if ccache should be used
- configure:31427: result: no
- configure:31468: checking if wallet should be enabled
- configure:31471: result: yes
- configure:31484: checking whether to build with support for UPnP
- configure:31490: result: no
- configure:31603: checking whether to build test_bitcoin
- configure:31606: result: yes
- configure:31615: checking whether to reduce exports
- configure:31621: result: no
- configure:32026: checking that generated files are newer than configure
- configure:32032: result: done
- configure:32188: creating ./config.status
- ## ---------------------- ##
- ## Running config.status. ##
- ## ---------------------- ##
- This file was extended by Bitcoin Core config.status 0.18.0, which was
- generated by GNU Autoconf 2.69. Invocation command line was
- CONFIG_FILES =
- CONFIG_HEADERS =
- CONFIG_LINKS =
- CONFIG_COMMANDS =
- $ ./config.status
- on artemis.my.domain
- config.status:1440: creating libbitcoinconsensus.pc
- config.status:1440: creating Makefile
- config.status:1440: creating src/Makefile
- config.status:1440: creating doc/man/Makefile
- config.status:1440: creating share/setup.nsi
- config.status:1440: creating share/qt/Info.plist
- config.status:1440: creating test/config.ini
- config.status:1440: creating contrib/devtools/split-debug.sh
- config.status:1440: creating src/config/bitcoin-config.h
- config.status:1621: src/config/bitcoin-config.h is unchanged
- config.status:1700: executing depfiles commands
- config.status:1775: cd src && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
- ../build-aux/install-sh: not found
- *** Error 1 in /tmp/bitcoin/src ((stdin):5972 './.deps/bitcoin_cli-bitcoin-cli.Po': @../build-aux/install-sh -c -d ./.deps)
- config.status:1782: $? = 1
- config.status:1786: error: in `/tmp/bitcoin':
- config.status:1788: error: Something went wrong bootstrapping makefile fragments
- for automatic dependency tracking. Try re-running configure with the
- '--disable-dependency-tracking' option to at least be able to build
- the package (albeit without support for automatic dependency tracking).
- See `config.log' for more details
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
- ac_cv_build=x86_64-unknown-openbsd6.6
- ac_cv_c_bigendian=no
- ac_cv_c_compiler_gnu=yes
- ac_cv_cxx_compiler_gnu=yes
- ac_cv_env_ARFLAGS_set=
- ac_cv_env_ARFLAGS_value=
- ac_cv_env_BDB_CFLAGS_set=set
- ac_cv_env_BDB_CFLAGS_value=-I/tmp/bitcoin/db4/include
- ac_cv_env_BDB_LIBS_set=set
- ac_cv_env_BDB_LIBS_value='-L/tmp/bitcoin/db4/lib -ldb_cxx-4.8'
- ac_cv_env_CCC_set=
- ac_cv_env_CCC_value=
- ac_cv_env_CC_set=set
- ac_cv_env_CC_value=cc
- ac_cv_env_CFLAGS_set=
- ac_cv_env_CFLAGS_value=
- ac_cv_env_CPPFLAGS_set=
- ac_cv_env_CPPFLAGS_value=
- ac_cv_env_CPP_set=
- ac_cv_env_CPP_value=
- ac_cv_env_CRYPTO_CFLAGS_set=
- ac_cv_env_CRYPTO_CFLAGS_value=
- ac_cv_env_CRYPTO_LIBS_set=
- ac_cv_env_CRYPTO_LIBS_value=
- ac_cv_env_CXXCPP_set=
- ac_cv_env_CXXCPP_value=
- ac_cv_env_CXXFLAGS_set=
- ac_cv_env_CXXFLAGS_value=
- ac_cv_env_CXX_set=set
- ac_cv_env_CXX_value=c++
- ac_cv_env_EVENT_CFLAGS_set=
- ac_cv_env_EVENT_CFLAGS_value=
- ac_cv_env_EVENT_LIBS_set=
- ac_cv_env_EVENT_LIBS_value=
- ac_cv_env_EVENT_PTHREADS_CFLAGS_set=
- ac_cv_env_EVENT_PTHREADS_CFLAGS_value=
- ac_cv_env_EVENT_PTHREADS_LIBS_set=
- ac_cv_env_EVENT_PTHREADS_LIBS_value=
- ac_cv_env_LDFLAGS_set=
- ac_cv_env_LDFLAGS_value=
- ac_cv_env_LIBS_set=
- ac_cv_env_LIBS_value=
- ac_cv_env_OBJCXXFLAGS_set=
- ac_cv_env_OBJCXXFLAGS_value=
- ac_cv_env_OBJCXX_set=
- ac_cv_env_OBJCXX_value=
- ac_cv_env_PKG_CONFIG_LIBDIR_set=
- ac_cv_env_PKG_CONFIG_LIBDIR_value=
- ac_cv_env_PKG_CONFIG_PATH_set=
- ac_cv_env_PKG_CONFIG_PATH_value=
- ac_cv_env_PKG_CONFIG_set=
- ac_cv_env_PKG_CONFIG_value=
- ac_cv_env_PROTOBUF_CFLAGS_set=
- ac_cv_env_PROTOBUF_CFLAGS_value=
- ac_cv_env_PROTOBUF_LIBS_set=
- ac_cv_env_PROTOBUF_LIBS_value=
- ac_cv_env_PYTHONPATH_set=
- ac_cv_env_PYTHONPATH_value=
- ac_cv_env_QR_CFLAGS_set=
- ac_cv_env_QR_CFLAGS_value=
- ac_cv_env_QR_LIBS_set=
- ac_cv_env_QR_LIBS_value=
- ac_cv_env_QT5_CFLAGS_set=
- ac_cv_env_QT5_CFLAGS_value=
- ac_cv_env_QT5_LIBS_set=
- ac_cv_env_QT5_LIBS_value=
- ac_cv_env_QTACCESSIBILITY_CFLAGS_set=
- ac_cv_env_QTACCESSIBILITY_CFLAGS_value=
- ac_cv_env_QTACCESSIBILITY_LIBS_set=
- ac_cv_env_QTACCESSIBILITY_LIBS_value=
- ac_cv_env_QTCGL_CFLAGS_set=
- ac_cv_env_QTCGL_CFLAGS_value=
- ac_cv_env_QTCGL_LIBS_set=
- ac_cv_env_QTCGL_LIBS_value=
- ac_cv_env_QTCLIPBOARD_CFLAGS_set=
- ac_cv_env_QTCLIPBOARD_CFLAGS_value=
- ac_cv_env_QTCLIPBOARD_LIBS_set=
- ac_cv_env_QTCLIPBOARD_LIBS_value=
- ac_cv_env_QTDEVICEDISCOVERY_CFLAGS_set=
- ac_cv_env_QTDEVICEDISCOVERY_CFLAGS_value=
- ac_cv_env_QTDEVICEDISCOVERY_LIBS_set=
- ac_cv_env_QTDEVICEDISCOVERY_LIBS_value=
- ac_cv_env_QTEVENTDISPATCHER_CFLAGS_set=
- ac_cv_env_QTEVENTDISPATCHER_CFLAGS_value=
- ac_cv_env_QTEVENTDISPATCHER_LIBS_set=
- ac_cv_env_QTEVENTDISPATCHER_LIBS_value=
- ac_cv_env_QTFB_CFLAGS_set=
- ac_cv_env_QTFB_CFLAGS_value=
- ac_cv_env_QTFB_LIBS_set=
- ac_cv_env_QTFB_LIBS_value=
- ac_cv_env_QTFONTDATABASE_CFLAGS_set=
- ac_cv_env_QTFONTDATABASE_CFLAGS_value=
- ac_cv_env_QTFONTDATABASE_LIBS_set=
- ac_cv_env_QTFONTDATABASE_LIBS_value=
- ac_cv_env_QTGRAPHICS_CFLAGS_set=
- ac_cv_env_QTGRAPHICS_CFLAGS_value=
- ac_cv_env_QTGRAPHICS_LIBS_set=
- ac_cv_env_QTGRAPHICS_LIBS_value=
- ac_cv_env_QTPLATFORM_CFLAGS_set=
- ac_cv_env_QTPLATFORM_CFLAGS_value=
- ac_cv_env_QTPLATFORM_LIBS_set=
- ac_cv_env_QTPLATFORM_LIBS_value=
- ac_cv_env_QTTHEME_CFLAGS_set=
- ac_cv_env_QTTHEME_CFLAGS_value=
- ac_cv_env_QTTHEME_LIBS_set=
- ac_cv_env_QTTHEME_LIBS_value=
- ac_cv_env_QTXCBQPA_CFLAGS_set=
- ac_cv_env_QTXCBQPA_CFLAGS_value=
- ac_cv_env_QTXCBQPA_LIBS_set=
- ac_cv_env_QTXCBQPA_LIBS_value=
- ac_cv_env_QT_DBUS_CFLAGS_set=
- ac_cv_env_QT_DBUS_CFLAGS_value=
- ac_cv_env_QT_DBUS_LIBS_set=
- ac_cv_env_QT_DBUS_LIBS_value=
- ac_cv_env_QT_TEST_CFLAGS_set=
- ac_cv_env_QT_TEST_CFLAGS_value=
- ac_cv_env_QT_TEST_LIBS_set=
- ac_cv_env_QT_TEST_LIBS_value=
- ac_cv_env_SSL_CFLAGS_set=
- ac_cv_env_SSL_CFLAGS_value=
- ac_cv_env_SSL_LIBS_set=
- ac_cv_env_SSL_LIBS_value=
- ac_cv_env_UNIVALUE_CFLAGS_set=
- ac_cv_env_UNIVALUE_CFLAGS_value=
- ac_cv_env_UNIVALUE_LIBS_set=
- ac_cv_env_UNIVALUE_LIBS_value=
- ac_cv_env_X11XCB_CFLAGS_set=
- ac_cv_env_X11XCB_CFLAGS_value=
- ac_cv_env_X11XCB_LIBS_set=
- ac_cv_env_X11XCB_LIBS_value=
- ac_cv_env_ZMQ_CFLAGS_set=
- ac_cv_env_ZMQ_CFLAGS_value=
- ac_cv_env_ZMQ_LIBS_set=
- ac_cv_env_ZMQ_LIBS_value=
- ac_cv_env_build_alias_set=
- ac_cv_env_build_alias_value=
- ac_cv_env_host_alias_set=
- ac_cv_env_host_alias_value=
- ac_cv_env_target_alias_set=
- ac_cv_env_target_alias_value=
- ac_cv_func_strerror_r=yes
- ac_cv_func_strerror_r_char_p=no
- ac_cv_have_decl_EVP_MD_CTX_new=yes
- ac_cv_have_decl___builtin_clz=no
- ac_cv_have_decl___builtin_clzl=no
- ac_cv_have_decl___builtin_clzll=no
- ac_cv_have_decl_be16toh=yes
- ac_cv_have_decl_be32toh=yes
- ac_cv_have_decl_be64toh=yes
- ac_cv_have_decl_bswap_16=no
- ac_cv_have_decl_bswap_32=no
- ac_cv_have_decl_bswap_64=no
- ac_cv_have_decl_daemon=yes
- ac_cv_have_decl_freeifaddrs=yes
- ac_cv_have_decl_getifaddrs=yes
- ac_cv_have_decl_htobe16=yes
- ac_cv_have_decl_htobe32=yes
- ac_cv_have_decl_htobe64=yes
- ac_cv_have_decl_htole16=yes
- ac_cv_have_decl_htole32=yes
- ac_cv_have_decl_htole64=yes
- ac_cv_have_decl_le16toh=yes
- ac_cv_have_decl_le32toh=yes
- ac_cv_have_decl_le64toh=yes
- ac_cv_have_decl_strerror_r=yes
- ac_cv_have_decl_strnlen=yes
- ac_cv_header_byteswap_h=no
- ac_cv_header_dlfcn_h=yes
- ac_cv_header_endian_h=yes
- ac_cv_header_inttypes_h=yes
- ac_cv_header_memory_h=yes
- ac_cv_header_miniupnpc_miniupnpc_h=no
- ac_cv_header_miniupnpc_miniwget_h=no
- ac_cv_header_miniupnpc_upnpcommands_h=no
- ac_cv_header_miniupnpc_upnperrors_h=no
- ac_cv_header_rapidcheck_h=no
- ac_cv_header_stdc=yes
- ac_cv_header_stdint_h=yes
- ac_cv_header_stdio_h=yes
- ac_cv_header_stdlib_h=yes
- ac_cv_header_string_h=yes
- ac_cv_header_strings_h=yes
- ac_cv_header_sys_endian_h=yes
- ac_cv_header_sys_prctl_h=no
- ac_cv_header_sys_select_h=yes
- ac_cv_header_sys_stat_h=yes
- ac_cv_header_sys_types_h=yes
- ac_cv_header_unistd_h=yes
- ac_cv_host=x86_64-unknown-openbsd6.6
- ac_cv_lib_boost_chrono_mt___exit=yes
- ac_cv_lib_boost_filesystem___exit=yes
- ac_cv_lib_boost_system___exit=yes
- ac_cv_lib_boost_thread_mt___exit=yes
- ac_cv_objcxx_compiler_gnu=yes
- ac_cv_objext=o
- ac_cv_path_EGREP='/usr/bin/grep -E'
- ac_cv_path_FGREP='/usr/bin/grep -F'
- ac_cv_path_GIT=/usr/local/bin/git
- ac_cv_path_GREP=/usr/bin/grep
- ac_cv_path_HEXDUMP=/usr/bin/hexdump
- ac_cv_path_PYTHON=/usr/local/bin/python3.7
- ac_cv_path_SED=/usr/bin/sed
- ac_cv_path_ac_pt_AR=/usr/bin/ar
- ac_cv_path_ac_pt_CPPFILT=/usr/bin/c++filt
- ac_cv_path_ac_pt_GCOV=/usr/bin/gcov
- ac_cv_path_ac_pt_OBJCOPY=/usr/bin/objcopy
- ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
- ac_cv_path_ac_pt_RANLIB=/usr/bin/ranlib
- ac_cv_path_ac_pt_READELF=/usr/bin/readelf
- ac_cv_path_ac_pt_STRIP=/usr/bin/strip
- ac_cv_path_install='/usr/bin/install -c'
- ac_cv_prog_AWK=awk
- ac_cv_prog_CPP='cc -E'
- ac_cv_prog_CXXCPP='c++ -std=c++11 -E'
- ac_cv_prog_ac_ct_AR=ar
- ac_cv_prog_ac_ct_CC=cc
- ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
- ac_cv_prog_ac_ct_OBJDUMP=objdump
- ac_cv_prog_ac_ct_RANLIB=ranlib
- ac_cv_prog_ac_ct_STRIP=strip
- ac_cv_prog_cc_c89=
- ac_cv_prog_cc_g=yes
- ac_cv_prog_cxx_g=yes
- ac_cv_prog_make_make_set=yes
- ac_cv_prog_objcxx_g=yes
- ac_cv_search_clock_gettime='none required'
- ac_cv_sys_file_offset_bits=no
- ac_cv_sys_largefile_CC=no
- am_cv_CC_dependencies_compiler_type=gcc3
- am_cv_CXX_dependencies_compiler_type=gcc3
- am_cv_OBJCXX_dependencies_compiler_type=gcc3
- am_cv_make_support_nested_variables=yes
- am_cv_prog_cc_c_o=yes
- ax_cv_PTHREAD_CLANG=yes
- ax_cv_PTHREAD_CLANG_NO_WARN_FLAG=no
- ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE
- ax_cv_PTHREAD_PRIO_INHERIT=yes
- ax_cv_PTHREAD_SPECIAL_FLAGS=no
- ax_cv_boost_chrono=yes
- ax_cv_boost_filesystem=yes
- ax_cv_boost_system=yes
- ax_cv_boost_thread=yes
- ax_cv_boost_unit_test_framework=yes
- ax_cv_check_cxxcppflags___D_FORTIFY_SOURCE_2=yes
- ax_cv_check_cxxcppflags___U_FORTIFY_SOURCE=yes
- ax_cv_check_cxxflags__Wall=yes
- ax_cv_check_cxxflags__Wdeprecated_register=yes
- ax_cv_check_cxxflags__Wextra=yes
- ax_cv_check_cxxflags__Wformat=yes
- ax_cv_check_cxxflags__Wformat_security=yes
- ax_cv_check_cxxflags__Wimplicit_fallthrough=yes
- ax_cv_check_cxxflags__Wrange_loop_analysis=yes
- ax_cv_check_cxxflags__Wredundant_decls=yes
- ax_cv_check_cxxflags__Wself_assign=yes
- ax_cv_check_cxxflags__Wthread_safety_analysis=yes
- ax_cv_check_cxxflags__Wunused_local_typedef=yes
- ax_cv_check_cxxflags__Wunused_parameter=yes
- ax_cv_check_cxxflags__Wvla=yes
- ax_cv_check_cxxflags___Werror=yes
- ax_cv_check_cxxflags___Wstack_protector=yes
- ax_cv_check_cxxflags___fPIC=yes
- ax_cv_check_cxxflags___fstack_protector_all=yes
- ax_cv_check_cxxflags__mavx__mavx2=yes
- ax_cv_check_cxxflags__msse4_1=yes
- ax_cv_check_cxxflags__msse4_2=yes
- ax_cv_check_cxxflags__msse4__msha=yes
- ax_cv_check_ldflags___Wl___dynamicbase=no
- ax_cv_check_ldflags___Wl___high_entropy_va=no
- ax_cv_check_ldflags___Wl___large_address_aware=no
- ax_cv_check_ldflags___Wl___nxcompat=no
- ax_cv_check_ldflags___Wl__z_now=yes
- ax_cv_check_ldflags___Wl__z_relro=yes
- ax_cv_check_ldflags__fPIE__pie=yes
- ax_cv_cxx_compile_cxx11__std_cpp11=yes
- ax_cv_have_func_attribute_dllexport=no
- ax_cv_have_func_attribute_dllimport=no
- ax_cv_have_func_attribute_visibility=yes
- lt_cv_ar_at_file=@
- lt_cv_archive_cmds_need_lc=yes
- lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
- lt_cv_file_magic_cmd='$MAGIC_CMD'
- lt_cv_file_magic_test_file=
- lt_cv_ld_reload_flag=-r
- lt_cv_nm_interface='BSD nm'
- lt_cv_objdir=.libs
- lt_cv_path_LD=/usr/bin/ld
- lt_cv_path_LDCXX=/usr/bin/ld
- lt_cv_path_NM='/usr/bin/nm -B'
- lt_cv_path_mainfest_tool=no
- lt_cv_prog_compiler_c_o=yes
- lt_cv_prog_compiler_c_o_CXX=yes
- lt_cv_prog_compiler_pic='-fPIC -DPIC'
- lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
- lt_cv_prog_compiler_pic_works=yes
- lt_cv_prog_compiler_pic_works_CXX=yes
- lt_cv_prog_compiler_rtti_exceptions=yes
- lt_cv_prog_compiler_static_works=yes
- lt_cv_prog_compiler_static_works_CXX=yes
- lt_cv_prog_gnu_ld=no
- lt_cv_prog_gnu_ldcxx=yes
- lt_cv_sharedlib_from_linklib_cmd='print -r --'
- lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'
- lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'
- lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'
- lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'
- lt_cv_sys_max_cmd_len=196608
- lt_cv_to_host_file_cmd=func_convert_file_noop
- lt_cv_to_tool_file_cmd=func_convert_file_noop
- pkg_cv_CRYPTO_CFLAGS=
- pkg_cv_CRYPTO_LIBS=' -lcrypto'
- pkg_cv_EVENT_CFLAGS=-I/usr/local/include
- pkg_cv_EVENT_LIBS='-L/usr/local/lib -levent_extra -levent_core'
- pkg_cv_EVENT_PTHREADS_CFLAGS='-I/usr/local/include -pthread'
- pkg_cv_EVENT_PTHREADS_LIBS='-L/usr/local/lib -levent_pthreads -levent_extra -levent_core'
- pkg_cv_SSL_CFLAGS=
- pkg_cv_SSL_LIBS=' -lssl -lcrypto'
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- ACLOCAL='${SHELL} /tmp/bitcoin/build-aux/missing aclocal-1.16'
- AMDEPBACKSLASH='\'
- AMDEP_FALSE='#'
- AMDEP_TRUE=''
- AMTAR='$${TAR-tar}'
- AM_BACKSLASH='\'
- AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
- AM_DEFAULT_VERBOSITY='0'
- AM_V='$(V)'
- AR='/usr/bin/ar'
- ARFLAGS='cr'
- AUTOCONF='${SHELL} /tmp/bitcoin/build-aux/missing autoconf'
- AUTOHEADER='${SHELL} /tmp/bitcoin/build-aux/missing autoheader'
- AUTOMAKE='${SHELL} /tmp/bitcoin/build-aux/missing automake-1.16'
- AVX2_CXXFLAGS='-mavx -mavx2'
- AWK='awk'
- BDB_CFLAGS='-I/tmp/bitcoin/db4/include'
- BDB_CPPFLAGS='-I/tmp/bitcoin/db4/include'
- BDB_LIBS='-L/tmp/bitcoin/db4/lib -ldb_cxx-4.8'
- BITCOIN_CLI_NAME='bitcoin-cli'
- BITCOIN_DAEMON_NAME='bitcoind'
- BITCOIN_GUI_NAME='bitcoin-qt'
- BITCOIN_TX_NAME='bitcoin-tx'
- BITCOIN_WALLET_TOOL_NAME='bitcoin-wallet'
- BOOST_CHRONO_LIB='-lboost_chrono-mt'
- BOOST_CPPFLAGS='-DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC -pthread -I/usr/local/include'
- BOOST_FILESYSTEM_LIB='-lboost_filesystem'
- BOOST_LDFLAGS='-pthread -L/usr/local/lib'
- BOOST_LIBS='-pthread -L/usr/local/lib -lboost_system -lboost_filesystem -lboost_thread-mt -lboost_chrono-mt'
- BOOST_SYSTEM_LIB='-lboost_system'
- BOOST_THREAD_LIB='-lboost_thread-mt'
- BOOST_UNIT_TEST_FRAMEWORK_LIB='-lboost_unit_test_framework-mt'
- BREW=''
- BUILD_BITCOIND_FALSE='#'
- BUILD_BITCOIND_TRUE=''
- BUILD_BITCOIN_CLI_FALSE='#'
- BUILD_BITCOIN_CLI_TRUE=''
- BUILD_BITCOIN_LIBS_FALSE='#'
- BUILD_BITCOIN_LIBS_TRUE=''
- BUILD_BITCOIN_TX_FALSE='#'
- BUILD_BITCOIN_TX_TRUE=''
- BUILD_BITCOIN_WALLET_FALSE='#'
- BUILD_BITCOIN_WALLET_TRUE=''
- BUILD_DARWIN_FALSE=''
- BUILD_DARWIN_TRUE='#'
- CC='cc'
- CCACHE=''
- CCDEPMODE='depmode=gcc3'
- CFLAGS='-g -O2'
- CLIENT_VERSION_BUILD='0'
- CLIENT_VERSION_IS_RELEASE='true'
- CLIENT_VERSION_MAJOR='0'
- CLIENT_VERSION_MINOR='18'
- CLIENT_VERSION_REVISION='0'
- COMPAT_LDFLAGS=''
- COPYRIGHT_HOLDERS='The %s developers'
- COPYRIGHT_HOLDERS_FINAL='The Bitcoin Core developers'
- COPYRIGHT_HOLDERS_SUBSTITUTION='Bitcoin Core'
- COPYRIGHT_YEAR='2019'
- CPP='cc -E'
- CPPFILT='/usr/bin/c++filt'
- CPPFLAGS=' -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS'
- CRYPTO_CFLAGS=''
- CRYPTO_LIBS=' -lcrypto'
- CXX='c++ -std=c++11'
- CXXCPP='c++ -std=c++11 -E'
- CXXDEPMODE='depmode=gcc3'
- CXXFLAGS='-g -O2'
- CYGPATH_W='echo'
- DEBUG_CPPFLAGS=''
- DEBUG_CXXFLAGS=''
- DEFS='-DHAVE_CONFIG_H'
- DEPDIR='.deps'
- DLLTOOL='false'
- DOXYGEN=''
- DSYMUTIL=''
- DUMPBIN=''
- ECHO_C=''
- ECHO_N='-n'
- ECHO_T=''
- EGREP='/usr/bin/grep -E'
- EMBEDDED_LEVELDB_FALSE='#'
- EMBEDDED_LEVELDB_TRUE=''
- EMBEDDED_UNIVALUE_FALSE='#'
- EMBEDDED_UNIVALUE_TRUE=''
- ENABLE_AVX2_FALSE='#'
- ENABLE_AVX2_TRUE=''
- ENABLE_BENCH_FALSE='#'
- ENABLE_BENCH_TRUE=''
- ENABLE_BIP70_FALSE=''
- ENABLE_BIP70_TRUE='#'
- ENABLE_FUZZ_FALSE=''
- ENABLE_FUZZ_TRUE='#'
- ENABLE_HWCRC32_FALSE='#'
- ENABLE_HWCRC32_TRUE=''
- ENABLE_MAN_FALSE='#'
- ENABLE_MAN_TRUE=''
- ENABLE_PROPERTY_TESTS_FALSE=''
- ENABLE_PROPERTY_TESTS_TRUE='#'
- ENABLE_QT_FALSE=''
- ENABLE_QT_TESTS_FALSE=''
- ENABLE_QT_TESTS_TRUE='#'
- ENABLE_QT_TRUE='#'
- ENABLE_SHANI_FALSE='#'
- ENABLE_SHANI_TRUE=''
- ENABLE_SSE41_FALSE='#'
- ENABLE_SSE41_TRUE=''
- ENABLE_TESTS_FALSE='#'
- ENABLE_TESTS_TRUE=''
- ENABLE_WALLET_FALSE='#'
- ENABLE_WALLET_TRUE=''
- ENABLE_ZMQ_FALSE=''
- ENABLE_ZMQ_TRUE='#'
- ERROR_CXXFLAGS=''
- EVENT_CFLAGS='-I/usr/local/include'
- EVENT_LIBS='-L/usr/local/lib -levent_extra -levent_core'
- EVENT_PTHREADS_CFLAGS='-I/usr/local/include -pthread'
- EVENT_PTHREADS_LIBS='-L/usr/local/lib -levent_pthreads -levent_extra -levent_core'
- EXEEXT=''
- EXTENDED_FUNCTIONAL_TESTS=''
- FGREP='/usr/bin/grep -F'
- GCOV='/usr/bin/gcov'
- GENHTML=''
- GENISOIMAGE=''
- GIT='/usr/local/bin/git'
- GLIBC_BACK_COMPAT_FALSE=''
- GLIBC_BACK_COMPAT_TRUE='#'
- GPROF_CXXFLAGS=''
- GPROF_LDFLAGS=''
- GREP='/usr/bin/grep'
- HARDENED_CPPFLAGS=' -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2'
- HARDENED_CXXFLAGS=' -Wstack-protector -fstack-protector-all'
- HARDENED_LDFLAGS=' -Wl,-z,relro -Wl,-z,now -pie'
- HARDEN_FALSE='#'
- HARDEN_TRUE=''
- HAVE_CXX11='1'
- HAVE_DOXYGEN_FALSE=''
- HAVE_DOXYGEN_TRUE='#'
- HEXDUMP='/usr/bin/hexdump'
- IMAGEMAGICK_CONVERT=''
- INSTALLNAMETOOL=''
- INSTALL_DATA='${INSTALL} -m 644'
- INSTALL_PROGRAM='${INSTALL}'
- INSTALL_SCRIPT='${INSTALL}'
- INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
- LCOV=''
- LCOV_OPTS=''
- LD='/usr/bin/ld'
- LDFLAGS=''
- LEVELDB_CPPFLAGS=''
- LEVELDB_TARGET_FLAGS='-DOS_OPENBSD'
- LIBLEVELDB=''
- LIBMEMENV=''
- LIBOBJS=''
- LIBS=''
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
- LIBTOOL_APP_LDFLAGS=''
- LIPO=''
- LN_S='ln -s'
- LRELEASE=''
- LTLIBOBJS=''
- LUPDATE=''
- MAINT=''
- MAINTAINER_MODE_FALSE='#'
- MAINTAINER_MODE_TRUE=''
- MAKEINFO='${SHELL} /tmp/bitcoin/build-aux/missing makeinfo'
- MAKENSIS=''
- MANIFEST_TOOL=':'
- MINIUPNPC_CPPFLAGS=''
- MINIUPNPC_LIBS=''
- MKDIR_P='build-aux/install-sh -c -d'
- MOC=''
- MOC_DEFS='-DHAVE_CONFIG_H -I$(srcdir)'
- NM='/usr/bin/nm -B'
- NMEDIT=''
- NOWARN_CXXFLAGS=' -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough'
- OBJCOPY='/usr/bin/objcopy'
- OBJCXX='c++ -std=c++11'
- OBJCXXDEPMODE='depmode=gcc3'
- OBJCXXFLAGS='-g -O2'
- OBJDUMP='objdump'
- OBJEXT='o'
- OTOOL64=''
- OTOOL=''
- PACKAGE='bitcoin'
- PACKAGE_BUGREPORT='https://github.com/bitcoin/bitcoin/issues'
- PACKAGE_NAME='Bitcoin Core'
- PACKAGE_STRING='Bitcoin Core 0.18.0'
- PACKAGE_TARNAME='bitcoin'
- PACKAGE_URL='https://bitcoincore.org/'
- PACKAGE_VERSION='0.18.0'
- PATH_SEPARATOR=':'
- PIC_FLAGS='-fPIC'
- PIE_FLAGS='-fPIE'
- PKG_CONFIG='/usr/bin/pkg-config'
- PKG_CONFIG_LIBDIR=''
- PKG_CONFIG_PATH=''
- PROTOBUF_CFLAGS=''
- PROTOBUF_LIBS=''
- PROTOC=''
- PTHREAD_CC='cc'
- PTHREAD_CFLAGS='-pthread'
- PTHREAD_LIBS=''
- PYTHON='/usr/local/bin/python3.7'
- PYTHONPATH=''
- QR_CFLAGS=''
- QR_LIBS=''
- QT5_CFLAGS=''
- QT5_LIBS=''
- QTACCESSIBILITY_CFLAGS=''
- QTACCESSIBILITY_LIBS=''
- QTCGL_CFLAGS=''
- QTCGL_LIBS=''
- QTCLIPBOARD_CFLAGS=''
- QTCLIPBOARD_LIBS=''
- QTDEVICEDISCOVERY_CFLAGS=''
- QTDEVICEDISCOVERY_LIBS=''
- QTEVENTDISPATCHER_CFLAGS=''
- QTEVENTDISPATCHER_LIBS=''
- QTFB_CFLAGS=''
- QTFB_LIBS=''
- QTFONTDATABASE_CFLAGS=''
- QTFONTDATABASE_LIBS=''
- QTGRAPHICS_CFLAGS=''
- QTGRAPHICS_LIBS=''
- QTPLATFORM_CFLAGS=''
- QTPLATFORM_LIBS=''
- QTTHEME_CFLAGS=''
- QTTHEME_LIBS=''
- QTXCBQPA_CFLAGS=''
- QTXCBQPA_LIBS=''
- QT_DBUS_CFLAGS=''
- QT_DBUS_INCLUDES=''
- QT_DBUS_LIBS=''
- QT_INCLUDES=''
- QT_LDFLAGS=''
- QT_LIBS=''
- QT_PIE_FLAGS=''
- QT_SELECT='qt5'
- QT_TEST_CFLAGS=''
- QT_TEST_INCLUDES=''
- QT_TEST_LIBS=''
- QT_TRANSLATION_DIR=''
- RANLIB='/usr/bin/ranlib'
- RAPIDCHECK_LIBS=''
- RCC=''
- READELF='/usr/bin/readelf'
- RELDFLAGS=''
- RSVG_CONVERT=''
- SANITIZER_CXXFLAGS=''
- SANITIZER_LDFLAGS=''
- SED='/usr/bin/sed'
- SET_MAKE=''
- SHANI_CXXFLAGS='-msse4 -msha'
- SHELL='/bin/sh'
- SSE41_CXXFLAGS='-msse4.1'
- SSE42_CXXFLAGS='-msse4.2'
- SSL_CFLAGS=''
- SSL_LIBS=' -lssl -lcrypto'
- STRIP='/usr/bin/strip'
- TARGET_DARWIN_FALSE=''
- TARGET_DARWIN_TRUE='#'
- TARGET_WINDOWS_FALSE=''
- TARGET_WINDOWS_TRUE='#'
- TESTDEFS=' -DBOOST_TEST_DYN_LINK'
- TIFFCP=''
- UIC=''
- UNIVALUE_CFLAGS='-I$(srcdir)/univalue/include'
- UNIVALUE_LIBS='univalue/libunivalue.la'
- USE_ASM_FALSE='#'
- USE_ASM_TRUE=''
- USE_LCOV_FALSE=''
- USE_LCOV_TRUE='#'
- USE_QRCODE=''
- USE_QRCODE_FALSE=''
- USE_QRCODE_TRUE='#'
- USE_UPNP=''
- VERSION='0.18.0'
- WARN_CXXFLAGS=' -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wrange-loop-analysis -Wredundant-decls'
- WINDOWS_BITS=''
- WINDRES=''
- X11XCB_CFLAGS=''
- X11XCB_LIBS=''
- XGETTEXT=''
- ZMQ_CFLAGS=''
- ZMQ_LIBS=''
- ac_ct_AR='ar'
- ac_ct_CC='cc'
- ac_ct_CXX=''
- ac_ct_DUMPBIN=''
- ac_ct_OBJCXX=''
- am__EXEEXT_FALSE=''
- am__EXEEXT_TRUE='#'
- am__fastdepCC_FALSE='#'
- am__fastdepCC_TRUE=''
- am__fastdepCXX_FALSE='#'
- am__fastdepCXX_TRUE=''
- am__fastdepOBJCXX_FALSE='#'
- am__fastdepOBJCXX_TRUE=''
- am__include='include'
- am__isrc=''
- am__leading_dot='.'
- am__nodep='_no'
- am__quote=''
- am__tar='$${TAR-tar} chof - "$$tardir"'
- am__untar='$${TAR-tar} xf -'
- ax_pthread_config=''
- bindir='${exec_prefix}/bin'
- build='x86_64-unknown-openbsd6.6'
- build_alias=''
- build_cpu='x86_64'
- build_os='openbsd6.6'
- build_vendor='unknown'
- datadir='${datarootdir}'
- datarootdir='${prefix}/share'
- docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
- dvidir='${docdir}'
- exec_prefix='${prefix}'
- host='x86_64-unknown-openbsd6.6'
- host_alias=''
- host_cpu='x86_64'
- host_os='openbsd6.6'
- host_vendor='unknown'
- htmldir='${docdir}'
- includedir='${prefix}/include'
- infodir='${datarootdir}/info'
- install_sh='${SHELL} /tmp/bitcoin/build-aux/install-sh'
- libdir='${exec_prefix}/lib'
- libexecdir='${exec_prefix}/libexec'
- localedir='${datarootdir}/locale'
- localstatedir='${prefix}/var'
- mandir='${datarootdir}/man'
- mkdir_p='$(MKDIR_P)'
- oldincludedir='/usr/include'
- pdfdir='${docdir}'
- prefix='/usr/local'
- program_transform_name='s,x,x,'
- psdir='${docdir}'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- subdirs=' src/univalue src/secp256k1'
- sysconfdir='${prefix}/etc'
- target_alias=''
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
- /* confdefs.h */
- #define PACKAGE_NAME "Bitcoin Core"
- #define PACKAGE_TARNAME "bitcoin"
- #define PACKAGE_VERSION "0.18.0"
- #define PACKAGE_STRING "Bitcoin Core 0.18.0"
- #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
- #define PACKAGE_URL "https://bitcoincore.org/"
- #define HAVE_CXX11 1
- #define STDC_HEADERS 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRING_H 1
- #define HAVE_MEMORY_H 1
- #define HAVE_STRINGS_H 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_STDINT_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE_DLFCN_H 1
- #define LT_OBJDIR ".libs/"
- #define USE_ASM 1
- #define ENABLE_SSE41 1
- #define ENABLE_AVX2 1
- #define ENABLE_SHANI 1
- #define HAVE_PTHREAD_PRIO_INHERIT 1
- #define HAVE_PTHREAD 1
- #define HAVE_DECL_STRERROR_R 1
- #define HAVE_STRERROR_R 1
- #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- #define HAVE_ENDIAN_H 1
- #define HAVE_SYS_ENDIAN_H 1
- #define HAVE_STDIO_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE_STRINGS_H 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_SYS_SELECT_H 1
- #define HAVE_DECL_GETIFADDRS 1
- #define HAVE_DECL_FREEIFADDRS 1
- #define HAVE_DECL_STRNLEN 1
- #define HAVE_DECL_DAEMON 1
- #define HAVE_DECL_LE16TOH 1
- #define HAVE_DECL_LE32TOH 1
- #define HAVE_DECL_LE64TOH 1
- #define HAVE_DECL_HTOLE16 1
- #define HAVE_DECL_HTOLE32 1
- #define HAVE_DECL_HTOLE64 1
- #define HAVE_DECL_BE16TOH 1
- #define HAVE_DECL_BE32TOH 1
- #define HAVE_DECL_BE64TOH 1
- #define HAVE_DECL_HTOBE16 1
- #define HAVE_DECL_HTOBE32 1
- #define HAVE_DECL_HTOBE64 1
- #define HAVE_DECL_BSWAP_16 0
- #define HAVE_DECL_BSWAP_32 0
- #define HAVE_DECL_BSWAP_64 0
- #define HAVE_DECL___BUILTIN_CLZ 0
- #define HAVE_DECL___BUILTIN_CLZL 0
- #define HAVE_DECL___BUILTIN_CLZLL 0
- #define HAVE_VISIBILITY_ATTRIBUTE 1
- #define HAVE_THREAD_LOCAL 1
- #define HAVE_GETENTROPY 1
- #define HAVE_BOOST /**/
- #define HAVE_BOOST_SYSTEM /**/
- #define HAVE_BOOST_FILESYSTEM /**/
- #define HAVE_BOOST_THREAD /**/
- #define HAVE_BOOST_CHRONO /**/
- #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
- #define HAVE_WORKING_BOOST_SLEEP_FOR 1
- #define ENABLE_ZMQ 0
- #define HAVE_DECL_EVP_MD_CTX_NEW 1
- #define HAVE_CONSENSUS_LIB 1
- #define ENABLE_WALLET 1
- #define CLIENT_VERSION_MAJOR 0
- #define CLIENT_VERSION_MINOR 18
- #define CLIENT_VERSION_REVISION 0
- #define CLIENT_VERSION_BUILD 0
- #define CLIENT_VERSION_IS_RELEASE true
- #define COPYRIGHT_YEAR 2019
- #define COPYRIGHT_HOLDERS "The %s developers"
- #define COPYRIGHT_HOLDERS_SUBSTITUTION "Bitcoin Core"
- #define COPYRIGHT_HOLDERS_FINAL "The Bitcoin Core developers"
- configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment