bitcoin-cli does not include wallet functionalities when compiling dependencies #20007

issue D4nte opened this issue on September 24, 2020
  1. D4nte commented at 3:53 AM on September 24, 2020: none

    Behavior

    When compiling bitcoin on linux 64bit (Ubuntu 20.04.1 LTS):

    git clone https://github.com/bitcoin/bitcoin.git
    git checkout v0.20.1
    ./autogen.sh
    cd depends
    make NO_QT=1
    cd ..
    ./configure --prefix=$PWD/depends/x86_64-pc-linux-gnu --with-gui=no --disable-tests --disable-gui-tests
    make && make install
    ./depends/x86_64-pc-linux-gnu/bin/bitcoin-cli getnewaddress
    

    Expected behaviour: shows getnewaddress help Actual behaviour:

    error code: -32601
    error message:
    Method not found
    

    None of the wallet commands are available.

    I understand that the wallet feature should enabled by default.

    Did I mess up a step?

    <details><summary>./config.log</summary>

    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.20.1, which was
    generated by GNU Autoconf 2.69.  Invocation command line was
    
      $ ./configure --prefix=/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu --with-gui=no --disable-tests --disable-gui-tests --enable-wallet
    
    ## --------- ##
    ## Platform. ##
    ## --------- ##
    
    hostname = nuc
    uname -m = x86_64
    uname -r = 5.4.0-47-generic
    uname -s = Linux
    uname -v = [#51](/bitcoin-bitcoin/51/)-Ubuntu SMP Fri Sep 4 19:50:52 UTC 2020
    
    /usr/bin/uname -p = unknown
    /bin/uname -X     = unknown
    
    /bin/arch              = unknown
    /usr/bin/arch -k       = unknown
    /usr/convex/getsysinfo = unknown
    /usr/bin/hostinfo      = unknown
    /bin/machine           = unknown
    /usr/bin/oslevel       = unknown
    /bin/universe          = unknown
    
    PATH: /home/dante/bin
    PATH: /var/lib/gems/1.8/bin
    PATH: /home/dante/.cargo/bin
    PATH: /home/dante/bin
    PATH: /home/dante/bin
    PATH: /var/lib/gems/1.8/bin
    PATH: /usr/local/sbin
    PATH: /usr/local/bin
    PATH: /usr/sbin
    PATH: /usr/bin
    PATH: /sbin
    PATH: /bin
    PATH: /usr/games
    PATH: /usr/local/games
    PATH: /snap/bin
    PATH: /sbin
    PATH: /home/dante/.gem/ruby/1.8/bin
    PATH: /sbin
    PATH: /usr/local/scripts
    PATH: /usr/local/bin
    PATH: /home/dante/go/bin
    PATH: /sbin
    PATH: /home/dante/.gem/ruby/1.8/bin
    PATH: /sbin
    PATH: /usr/local/scripts
    PATH: /usr/local/bin
    
    
    ## ----------- ##
    ## Core tests. ##
    ## ----------- ##
    
    configure:2943: loading site script /home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/config.site
    | depends_prefix="`dirname ${ac_site_file}`/.."
    |
    | cross_compiling=maybe
    | host_alias=x86_64-pc-linux-gnu
    | ac_tool_prefix=${host_alias}-
    |
    | if test -z $with_boost; then
    |   with_boost=$depends_prefix
    | fi
    | if test -z $with_qt_plugindir; then
    |   with_qt_plugindir=$depends_prefix/plugins
    | fi
    | if test -z $with_qt_translationdir; then
    |   with_qt_translationdir=$depends_prefix/translations
    | fi
    | if test -z $with_qt_bindir && test -z "1"; then
    |   with_qt_bindir=$depends_prefix/native/bin
    | fi
    |
    | if test -z $with_qrencode && test -n ""; then
    |   with_qrencode=no
    | fi
    |
    | if test -z $enable_wallet && test -n ""; then
    |   enable_wallet=no
    | fi
    |
    | if test -z $with_miniupnpc && test -n ""; then
    |   with_miniupnpc=no
    | fi
    |
    | if test -z $with_gui && test -n "1"; then
    |   with_gui=no
    | fi
    |
    | if test -z $enable_zmq && test -n ""; then
    |   enable_zmq=no
    | fi
    |
    | if test xlinux = xdarwin; then
    |   BREW=no
    |   PORT=no
    | fi
    |
    | if test xlinux = xmingw32; then
    |   if test -z $with_qt_incdir; then
    |     with_qt_incdir=$depends_prefix/include
    |   fi
    |   if test -z $with_qt_libdir; then
    |     with_qt_libdir=$depends_prefix/lib
    |   fi
    | fi
    |
    | PATH=$depends_prefix/native/bin:$PATH
    | PKG_CONFIG="`which pkg-config` --static"
    |
    | # These two need to remain exported because pkg-config does not see them
    | # otherwise. That means they must be unexported at the end of configure.ac to
    | # avoid ruining the cache. Sigh.
    | export PKG_CONFIG_PATH=$depends_prefix/share/pkgconfig:$depends_prefix/lib/pkgconfig
    | if test -z ""; then
    |   export PKG_CONFIG_LIBDIR=$depends_prefix/lib/pkgconfig
    | fi
    |
    | CPPFLAGS="-I$depends_prefix/include/ $CPPFLAGS"
    | LDFLAGS="-L$depends_prefix/lib $LDFLAGS"
    |
    | if test -n "gcc -m64" -a -z "${CC}"; then
    |   CC="gcc -m64"
    | fi
    | if test -n "g++ -m64" -a -z "${CXX}"; then
    |   CXX="g++ -m64"
    | fi
    | PYTHONPATH=$depends_prefix/native/lib/python3/dist-packages:$PYTHONPATH
    |
    | if test -n "ar"; then
    |   AR=ar
    |   ac_cv_path_ac_pt_AR=${AR}
    | fi
    |
    | if test -n "ranlib"; then
    |   RANLIB=ranlib
    |   ac_cv_path_ac_pt_RANLIB=${RANLIB}
    | fi
    |
    | if test -n "nm"; then
    |   NM=nm
    |   ac_cv_path_ac_pt_NM=${NM}
    | fi
    |
    | if test -n ""; then
    |   enable_reduce_exports=no
    | fi
    |
    | if test -n "-pipe -O2"; then
    |   CFLAGS="-pipe -O2 $CFLAGS"
    | fi
    | if test -n "-pipe -O2"; then
    |   CXXFLAGS="-pipe -O2 $CXXFLAGS"
    | fi
    | if test -n ""; then
    |   CPPFLAGS=" $CPPFLAGS"
    | fi
    | if test -n ""; then
    |   LDFLAGS=" $LDFLAGS"
    | fi
    configure:3088: checking build system type
    configure:3102: result: x86_64-pc-linux-gnu
    configure:3122: checking host system type
    configure:3135: result: x86_64-pc-linux-gnu
    configure:3178: checking for a BSD-compatible install
    configure:3246: result: /usr/bin/install -c
    configure:3257: checking whether build environment is sane
    configure:3312: result: yes
    configure:3369: checking for x86_64-pc-linux-gnu-strip
    configure:3399: result: no
    configure:3409: checking for strip
    configure:3425: found /usr/bin/strip
    configure:3436: result: strip
    configure:3461: checking for a thread-safe mkdir -p
    configure:3500: result: /bin/mkdir -p
    configure:3507: checking for gawk
    configure:3523: found /usr/bin/gawk
    configure:3534: result: gawk
    configure:3545: checking whether make sets $(MAKE)
    configure:3567: result: yes
    configure:3596: checking whether make supports nested variables
    configure:3613: result: yes
    configure:3732: checking whether to enable maintainer-specific portions of Makefiles
    configure:3741: result: yes
    configure:3766: checking whether make supports nested variables
    configure:3783: result: yes
    configure:3912: checking for C++ compiler version
    configure:3921: g++ -m64 --version >&5
    g++ (Ubuntu 9.3.0-10ubuntu2) 9.3.0
    Copyright (C) 2019 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.  There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    
    configure:3932: $? = 0
    configure:3921: g++ -m64 -v >&5
    Using built-in specs.
    COLLECT_GCC=g++
    COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
    OFFLOAD_TARGET_NAMES=nvptx-none:hsa
    OFFLOAD_TARGET_DEFAULT=1
    Target: x86_64-linux-gnu
    Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-10ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
    Thread model: posix
    gcc version 9.3.0 (Ubuntu 9.3.0-10ubuntu2)
    configure:3932: $? = 0
    configure:3921: g++ -m64 -V >&5
    g++: error: unrecognized command line option '-V'
    g++: fatal error: no input files
    compilation terminated.
    configure:3932: $? = 1
    configure:3921: g++ -m64 -qversion >&5
    g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
    g++: fatal error: no input files
    compilation terminated.
    configure:3932: $? = 1
    configure:3952: checking whether the C++ compiler works
    configure:3974: g++ -m64 -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib  conftest.cpp  >&5
    configure:3978: $? = 0
    configure:4026: result: yes
    configure:4029: checking for C++ compiler default output file name
    configure:4031: result: a.out
    configure:4037: checking for suffix of executables
    configure:4044: g++ -m64 -o conftest -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib  conftest.cpp  >&5
    configure:4048: $? = 0
    configure:4070: result:
    configure:4092: checking whether we are cross compiling
    configure:4100: g++ -m64 -o conftest -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib  conftest.cpp  >&5
    configure:4104: $? = 0
    configure:4111: ./conftest
    configure:4115: $? = 0
    configure:4103: result: no
    configure:4108: checking for suffix of object files
    configure:4130: g++ -m64 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.cpp >&5
    configure:4134: $? = 0
    configure:4155: result: o
    configure:4159: checking whether we are using the GNU C++ compiler
    configure:4178: g++ -m64 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.cpp >&5
    configure:4178: $? = 0
    configure:4187: result: yes
    configure:4196: checking whether g++ -m64 accepts -g
    configure:4216: g++ -m64 -c -g -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.cpp >&5
    configure:4216: $? = 0
    configure:4257: result: yes
    configure:4283: checking whether make supports the include directive
    configure:4298: make -f confmf.GNU && cat confinc.out
    this is the am__doit target
    configure:4301: $? = 0
    configure:4320: result: yes (GNU style)
    configure:4345: checking dependency style of g++ -m64
    configure:4456: result: gcc3
    configure:4494: checking whether g++ -m64 supports C++11 features with -std=c++11
    configure:4790: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.cpp >&5
    configure:4790: $? = 0
    configure:4799: result: yes
    configure:4843: checking whether std::atomic can be used without link library
    configure:4861: g++ -m64 -std=c++11 -o conftest -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib  conftest.cpp  >&5
    configure:4861: $? = 0
    configure:4863: result: yes
    configure:4932: checking for x86_64-pc-linux-gnu-g++
    configure:4959: result: g++ -m64 -std=c++11
    configure:5028: checking for Objective C++ compiler version
    configure:5037: g++ -m64 -std=c++11 --version >&5
    g++ (Ubuntu 9.3.0-10ubuntu2) 9.3.0
    Copyright (C) 2019 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.  There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    
    configure:5048: $? = 0
    configure:5037: g++ -m64 -std=c++11 -v >&5
    Using built-in specs.
    COLLECT_GCC=g++
    COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
    OFFLOAD_TARGET_NAMES=nvptx-none:hsa
    OFFLOAD_TARGET_DEFAULT=1
    Target: x86_64-linux-gnu
    Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-10ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
    Thread model: posix
    gcc version 9.3.0 (Ubuntu 9.3.0-10ubuntu2)
    configure:5048: $? = 0
    configure:5037: g++ -m64 -std=c++11 -V >&5
    g++: error: unrecognized command line option '-V'
    g++: fatal error: no input files
    compilation terminated.
    configure:5048: $? = 1
    configure:5037: g++ -m64 -std=c++11 -qversion >&5
    g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
    g++: fatal error: no input files
    compilation terminated.
    configure:5048: $? = 1
    configure:5052: checking whether we are using the GNU Objective C++ compiler
    configure:5071: g++ -m64 -std=c++11 -c  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.mm >&5
    g++: fatal error: cannot execute 'cc1objplus': execvp: No such file or directory
    compilation terminated.
    configure:5071: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
    | #define PACKAGE_URL "https://bitcoincore.org/"
    | #define HAVE_CXX11 1
    | /* end confdefs.h.  */
    |
    | int
    | main ()
    | {
    | #ifndef __GNUC__
    |        choke me
    | #endif
    |
    |   ;
    |   return 0;
    | }
    configure:5080: result: no
    configure:5089: checking whether g++ -m64 -std=c++11 accepts -g
    configure:5109: g++ -m64 -std=c++11 -c -g -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.mm >&5
    g++: fatal error: cannot execute 'cc1objplus': execvp: No such file or directory
    compilation terminated.
    configure:5109: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
    | #define PACKAGE_URL "https://bitcoincore.org/"
    | #define HAVE_CXX11 1
    | /* end confdefs.h.  */
    |
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:5124: g++ -m64 -std=c++11 -c  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.mm >&5
    g++: fatal error: cannot execute 'cc1objplus': execvp: No such file or directory
    compilation terminated.
    configure:5124: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
    | #define PACKAGE_URL "https://bitcoincore.org/"
    | #define HAVE_CXX11 1
    | /* end confdefs.h.  */
    |
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:5140: g++ -m64 -std=c++11 -c -g -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.mm >&5
    g++: fatal error: cannot execute 'cc1objplus': execvp: No such file or directory
    compilation terminated.
    configure:5140: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
    | #define PACKAGE_URL "https://bitcoincore.org/"
    | #define HAVE_CXX11 1
    | /* end confdefs.h.  */
    |
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:5150: result: no
    configure:5175: checking dependency style of g++ -m64 -std=c++11
    configure:5284: result: gcc3
    configure:5348: checking how to print strings
    configure:5375: result: printf
    configure:5404: checking for x86_64-pc-linux-gnu-gcc
    configure:5431: result: gcc -m64
    configure:5700: checking for C compiler version
    configure:5709: gcc -m64 --version >&5
    gcc (Ubuntu 9.3.0-10ubuntu2) 9.3.0
    Copyright (C) 2019 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.  There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    
    configure:5720: $? = 0
    configure:5709: gcc -m64 -v >&5
    Using built-in specs.
    COLLECT_GCC=gcc
    COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
    OFFLOAD_TARGET_NAMES=nvptx-none:hsa
    OFFLOAD_TARGET_DEFAULT=1
    Target: x86_64-linux-gnu
    Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-10ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
    Thread model: posix
    gcc version 9.3.0 (Ubuntu 9.3.0-10ubuntu2)
    configure:5720: $? = 0
    configure:5709: gcc -m64 -V >&5
    gcc: error: unrecognized command line option '-V'
    gcc: fatal error: no input files
    compilation terminated.
    configure:5720: $? = 1
    configure:5709: gcc -m64 -qversion >&5
    gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
    gcc: fatal error: no input files
    compilation terminated.
    configure:5720: $? = 1
    configure:5724: checking whether we are using the GNU C compiler
    configure:5743: gcc -m64 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.c >&5
    configure:5743: $? = 0
    configure:5752: result: yes
    configure:5761: checking whether gcc -m64 accepts -g
    configure:5781: gcc -m64 -c -g -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.c >&5
    configure:5781: $? = 0
    configure:5822: result: yes
    configure:5839: checking for gcc -m64 option to accept ISO C89
    configure:5902: gcc -m64  -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.c >&5
    configure:5902: $? = 0
    configure:5915: result: none needed
    configure:5940: checking whether gcc -m64 understands -c and -o together
    configure:5962: gcc -m64 -c conftest.c -o conftest2.o
    configure:5965: $? = 0
    configure:5962: gcc -m64 -c conftest.c -o conftest2.o
    configure:5965: $? = 0
    configure:5977: result: yes
    configure:5996: checking dependency style of gcc -m64
    configure:6107: result: gcc3
    configure:6122: checking for a sed that does not truncate output
    configure:6186: result: /bin/sed
    configure:6204: checking for grep that handles long lines and -e
    configure:6262: result: /bin/grep
    configure:6267: checking for egrep
    configure:6329: result: /bin/grep -E
    configure:6334: checking for fgrep
    configure:6396: result: /bin/grep -F
    configure:6431: checking for ld used by gcc -m64
    configure:6498: result: /usr/bin/ld
    configure:6505: checking if the linker (/usr/bin/ld) is GNU ld
    configure:6520: result: yes
    configure:6532: checking for BSD- or MS-compatible name lister (nm)
    configure:6586: result: nm
    configure:6716: checking the name lister (nm) interface
    configure:6723: gcc -m64 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.c >&5
    configure:6726: nm "conftest.o"
    configure:6729: output
    0000000000000000 B some_variable
    configure:6730: result: BSD nm
    configure:6733: checking whether ln -s works
    configure:6737: result: yes
    configure:6745: checking the maximum length of command line arguments
    configure:6876: result: 1572864
    configure:6924: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
    configure:6964: result: func_convert_file_noop
    configure:6971: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
    configure:6991: result: func_convert_file_noop
    configure:6998: checking for /usr/bin/ld option to reload object files
    configure:7005: result: -r
    configure:7039: checking for x86_64-pc-linux-gnu-objdump
    configure:7069: result: no
    configure:7079: checking for objdump
    configure:7095: found /usr/bin/objdump
    configure:7106: result: objdump
    configure:7138: checking how to recognize dependent libraries
    configure:7338: result: pass_all
    configure:7383: checking for x86_64-pc-linux-gnu-dlltool
    configure:7413: result: no
    configure:7423: checking for dlltool
    configure:7453: result: no
    configure:7483: checking how to associate runtime and link libraries
    configure:7510: result: printf %s\n
    configure:7527: checking for x86_64-pc-linux-gnu-ar
    configure:7554: result: ar
    configure:7635: checking for archiver [@FILE](/bitcoin-bitcoin/contributor/file/) support
    configure:7652: gcc -m64 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.c >&5
    configure:7652: $? = 0
    configure:7655: ar cr libconftest.a [@conftest](/bitcoin-bitcoin/contributor/conftest/).lst >&5
    configure:7658: $? = 0
    configure:7663: ar cr libconftest.a [@conftest](/bitcoin-bitcoin/contributor/conftest/).lst >&5
    ar: conftest.o: No such file or directory
    configure:7666: $? = 1
    configure:7665: result: @
    configure:7683: checking for x86_64-pc-linux-gnu-strip
    configure:7710: result: strip
    configure:7782: checking for x86_64-pc-linux-gnu-ranlib
    configure:7809: result: ranlib
    configure:7951: checking command to parse nm output from gcc -m64 object
    configure:8104: gcc -m64 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.c >&5
    configure:8107: $? = 0
    configure:8111: nm conftest.o | sed -n -e 's/^.*[        ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' > conftest.nm
    configure:8177: gcc -m64 -o conftest -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib  conftest.c conftstm.o >&5
    configure:8180: $? = 0
    configure:8218: result: ok
    configure:8265: checking for sysroot
    configure:8295: result: no
    configure:8302: checking for a working dd
    configure:8340: result: /bin/dd
    configure:8344: checking how to truncate binary pipes
    configure:8359: result: /bin/dd bs=4096 count=1
    configure:8495: gcc -m64 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.c >&5
    configure:8498: $? = 0
    configure:8648: checking for x86_64-pc-linux-gnu-mt
    configure:8678: result: no
    configure:8688: checking for mt
    configure:8704: found /bin/mt
    configure:8715: result: mt
    configure:8738: checking if mt is a manifest tool
    configure:8744: mt '-?'
    configure:8752: result: no
    configure:9429: checking how to run the C preprocessor
    configure:9460: gcc -m64 -E -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.c
    configure:9460: $? = 0
    configure:9474: gcc -m64 -E -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.c
    conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory
       10 | #include <ac_nonexistent.h>
          |          ^~~~~~~~~~~~~~~~~~
    compilation terminated.
    configure:9474: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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:9499: result: gcc -m64 -E
    configure:9519: gcc -m64 -E -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.c
    configure:9519: $? = 0
    configure:9533: gcc -m64 -E -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.c
    conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory
       10 | #include <ac_nonexistent.h>
          |          ^~~~~~~~~~~~~~~~~~
    compilation terminated.
    configure:9533: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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:9562: checking for ANSI C header files
    configure:9582: gcc -m64 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.c >&5
    configure:9582: $? = 0
    configure:9655: gcc -m64 -o conftest -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib  conftest.c  >&5
    configure:9655: $? = 0
    configure:9655: ./conftest
    configure:9655: $? = 0
    configure:9666: result: yes
    configure:9679: checking for sys/types.h
    configure:9679: gcc -m64 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.c >&5
    configure:9679: $? = 0
    configure:9679: result: yes
    configure:9679: checking for sys/stat.h
    configure:9679: gcc -m64 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.c >&5
    configure:9679: $? = 0
    configure:9679: result: yes
    configure:9679: checking for stdlib.h
    configure:9679: gcc -m64 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.c >&5
    configure:9679: $? = 0
    configure:9679: result: yes
    configure:9679: checking for string.h
    configure:9679: gcc -m64 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.c >&5
    configure:9679: $? = 0
    configure:9679: result: yes
    configure:9679: checking for memory.h
    configure:9679: gcc -m64 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.c >&5
    configure:9679: $? = 0
    configure:9679: result: yes
    configure:9679: checking for strings.h
    configure:9679: gcc -m64 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.c >&5
    configure:9679: $? = 0
    configure:9679: result: yes
    configure:9679: checking for inttypes.h
    configure:9679: gcc -m64 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.c >&5
    configure:9679: $? = 0
    configure:9679: result: yes
    configure:9679: checking for stdint.h
    configure:9679: gcc -m64 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.c >&5
    configure:9679: $? = 0
    configure:9679: result: yes
    configure:9679: checking for unistd.h
    configure:9679: gcc -m64 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.c >&5
    configure:9679: $? = 0
    configure:9679: result: yes
    configure:9693: checking for dlfcn.h
    configure:9693: gcc -m64 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.c >&5
    configure:9693: $? = 0
    configure:9693: result: yes
    configure:9958: checking for objdir
    configure:9973: result: .libs
    configure:10237: checking if gcc -m64 supports -fno-rtti -fno-exceptions
    configure:10255: gcc -m64 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -fno-rtti -fno-exceptions conftest.c >&5
    cc1: warning: command line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
    configure:10259: $? = 0
    configure:10272: result: no
    configure:10636: checking for gcc -m64 option to produce PIC
    configure:10643: result: -fPIC -DPIC
    configure:10651: checking if gcc -m64 PIC flag -fPIC -DPIC works
    configure:10669: gcc -m64 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -fPIC -DPIC -DPIC conftest.c >&5
    configure:10673: $? = 0
    configure:10686: result: yes
    configure:10715: checking if gcc -m64 static flag -static works
    configure:10743: result: yes
    configure:10758: checking if gcc -m64 supports -c -o file.o
    configure:10779: gcc -m64 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -o out/conftest2.o conftest.c >&5
    configure:10783: $? = 0
    configure:10805: result: yes
    configure:10813: checking if gcc -m64 supports -c -o file.o
    configure:10860: result: yes
    configure:10893: checking whether the gcc -m64 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
    configure:12156: result: yes
    configure:12193: checking whether -lc should be explicitly linked in
    configure:12201: gcc -m64 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.c >&5
    configure:12204: $? = 0
    configure:12219: gcc -m64 -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
    configure:12222: $? = 0
    configure:12236: result: no
    configure:12396: checking dynamic linker characteristics
    configure:12977: gcc -m64 -o conftest -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib  -Wl,-rpath -Wl,/foo conftest.c  >&5
    configure:12977: $? = 0
    configure:13226: result: GNU/Linux ld.so
    configure:13348: checking how to hardcode library paths into programs
    configure:13373: result: immediate
    configure:13921: checking whether stripping libraries is possible
    configure:13926: result: yes
    configure:13961: checking if libtool supports shared libraries
    configure:13963: result: yes
    configure:13966: checking whether to build shared libraries
    configure:13991: result: yes
    configure:13994: checking whether to build static libraries
    configure:13998: result: yes
    configure:10797: checking how to run the C++ preprocessor
    configure:10824: g++ -m64 -std=c++11 -E -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.cpp
    configure:10824: $? = 0
    configure:10838: g++ -m64 -std=c++11 -E -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.cpp
    conftest.cpp:22:10: fatal error: ac_nonexistent.h: No such file or directory
       22 | #include <ac_nonexistent.h>
          |          ^~~~~~~~~~~~~~~~~~
    compilation terminated.
    configure:10838: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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:10863: result: g++ -m64 -std=c++11 -E
    configure:10883: g++ -m64 -std=c++11 -E -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.cpp
    configure:10883: $? = 0
    configure:10897: g++ -m64 -std=c++11 -E -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.cpp
    conftest.cpp:22:10: fatal error: ac_nonexistent.h: No such file or directory
       22 | #include <ac_nonexistent.h>
          |          ^~~~~~~~~~~~~~~~~~
    compilation terminated.
    configure:10897: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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:11059: checking for ld used by g++ -m64 -std=c++11
    configure:11126: result: /usr/bin/ld -m elf_x86_64
    configure:11133: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
    configure:11148: result: yes
    configure:11203: checking whether the g++ -m64 -std=c++11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
    configure:12276: result: yes
    configure:12312: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.cpp >&5
    configure:12315: $? = 0
    configure:12796: checking for g++ -m64 -std=c++11 option to produce PIC
    configure:12803: result: -fPIC -DPIC
    configure:12811: checking if g++ -m64 -std=c++11 PIC flag -fPIC -DPIC works
    configure:12829: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -fPIC -DPIC -DPIC conftest.cpp >&5
    configure:12833: $? = 0
    configure:12846: result: yes
    configure:12869: checking if g++ -m64 -std=c++11 static flag -static works
    configure:12897: result: yes
    configure:12909: checking if g++ -m64 -std=c++11 supports -c -o file.o
    configure:12930: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -o out/conftest2.o conftest.cpp >&5
    configure:12934: $? = 0
    configure:12956: result: yes
    configure:12961: checking if g++ -m64 -std=c++11 supports -c -o file.o
    configure:13008: result: yes
    configure:13038: checking whether the g++ -m64 -std=c++11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
    configure:13081: result: yes
    configure:13222: checking dynamic linker characteristics
    configure:13979: result: GNU/Linux ld.so
    configure:14044: checking how to hardcode library paths into programs
    configure:14069: result: immediate
    configure:12965: checking for x86_64-pc-linux-gnu-ar
    configure:12998: result: no
    configure:13008: checking for ar
    configure:13038: result: ar
    configure:13063: checking for x86_64-pc-linux-gnu-ranlib
    configure:13096: result: no
    configure:13106: checking for ranlib
    configure:13136: result: ranlib
    configure:13161: checking for x86_64-pc-linux-gnu-strip
    configure:13194: result: no
    configure:13204: checking for strip
    configure:13222: found /usr/bin/strip
    configure:13234: result: /usr/bin/strip
    configure:13259: checking for x86_64-pc-linux-gnu-gcov
    configure:13292: result: no
    configure:13302: checking for gcov
    configure:13320: found /usr/bin/gcov
    configure:13332: result: /usr/bin/gcov
    configure:13356: checking for lcov
    configure:13389: result: no
    configure:13398: checking for python3.5
    configure:13416: found /usr/bin/python3.5
    configure:13428: result: /usr/bin/python3.5
    configure:13441: checking for genhtml
    configure:13474: result: no
    configure:13481: checking for git
    configure:13499: found /usr/bin/git
    configure:13511: result: /usr/bin/git
    configure:13521: checking for ccache
    configure:13554: result: no
    configure:13561: checking for xgettext
    configure:13594: result: no
    configure:13601: checking for hexdump
    configure:13619: found /usr/bin/hexdump
    configure:13631: result: /usr/bin/hexdump
    configure:13642: checking for x86_64-pc-linux-gnu-readelf
    configure:13675: result: no
    configure:13685: checking for readelf
    configure:13703: found /usr/bin/readelf
    configure:13715: result: /usr/bin/readelf
    configure:13740: checking for x86_64-pc-linux-gnu-c++filt
    configure:13773: result: no
    configure:13783: checking for c++filt
    configure:13801: found /usr/bin/c++filt
    configure:13813: result: /usr/bin/c++filt
    configure:13838: checking for x86_64-pc-linux-gnu-objcopy
    configure:13871: result: no
    configure:13881: checking for objcopy
    configure:13899: found /usr/bin/objcopy
    configure:13911: result: /usr/bin/objcopy
    configure:13935: checking for doxygen
    configure:13968: result: no
    configure:13974: WARNING: Doxygen not found
    configure:14222: checking whether C++ compiler accepts -Werror
    configure:14241: g++ -m64 -std=c++11 -c -pipe -O2   -Werror -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.cpp >&5
    configure:14241: $? = 0
    configure:14249: result: yes
    configure:15407: checking whether C++ compiler accepts -msse4.2
    configure:15426: g++ -m64 -std=c++11 -c -pipe -O2  -Werror -msse4.2 -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.cpp >&5
    configure:15426: $? = 0
    configure:15435: result: yes
    configure:15444: checking whether C++ compiler accepts -msse4.1
    configure:15463: g++ -m64 -std=c++11 -c -pipe -O2  -Werror -msse4.1 -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.cpp >&5
    configure:15463: $? = 0
    configure:15472: result: yes
    configure:15481: checking whether C++ compiler accepts -mavx -mavx2
    configure:15500: g++ -m64 -std=c++11 -c -pipe -O2  -Werror -mavx -mavx2 -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.cpp >&5
    configure:15500: $? = 0
    configure:15509: result: yes
    configure:15518: checking whether C++ compiler accepts -msse4 -msha
    configure:15537: g++ -m64 -std=c++11 -c -pipe -O2  -Werror -msse4 -msha -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.cpp >&5
    configure:15537: $? = 0
    configure:15546: result: yes
    configure:15557: checking for SSE4.2 intrinsics
    configure:15583: g++ -m64 -std=c++11 -c -pipe -O2  -msse4.2 -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.cpp >&5
    configure:15583: $? = 0
    configure:15584: result: yes
    configure:15596: checking for SSE4.1 intrinsics
    configure:15615: g++ -m64 -std=c++11 -c -pipe -O2  -msse4.1 -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.cpp >&5
    configure:15615: $? = 0
    configure:15616: result: yes
    configure:15630: checking for AVX2 intrinsics
    configure:15649: g++ -m64 -std=c++11 -c -pipe -O2  -mavx -mavx2 -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.cpp >&5
    configure:15649: $? = 0
    configure:15650: result: yes
    configure:15664: checking for SHA-NI intrinsics
    configure:15685: g++ -m64 -std=c++11 -c -pipe -O2  -msse4 -msha -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.cpp >&5
    configure:15685: $? = 0
    configure:15686: result: yes
    configure:15700: checking whether C++ compiler accepts -march=armv8-a+crc+crypto
    configure:15719: g++ -m64 -std=c++11 -c -pipe -O2  -Werror -march=armv8-a+crc+crypto -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.cpp >&5
    cc1plus: error: bad value ('armv8-a+crc+crypto') for '-march=' switch
    cc1plus: note: valid arguments to '-march=' switch are: nocona core2 nehalem corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2 broadwell skylake skylake-avx512 cannonlake icelake-client icelake-server cascadelake bonnell atom silvermont slm goldmont goldmont-plus tremont knl knm x86-64 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4 k8 k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10 barcelona bdver1 bdver2 bdver3 bdver4 znver1 znver2 btver1 btver2 native
    configure:15719: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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.  */
    |
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:15728: result: no
    configure:15739: checking for ARM CRC32 intrinsics
    configure:15758: g++ -m64 -std=c++11 -c -pipe -O2   -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  conftest.cpp >&5
    conftest.cpp:27:14: fatal error: arm_acle.h: No such file or directory
       27 |     #include <arm_acle.h>
          |              ^~~~~~~~~~~~
    compilation terminated.
    configure:15758: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 <arm_acle.h>
    |     #include <arm_neon.h>
    |
    | int
    | main ()
    | {
    |
    |     __crc32cb(0, 0); __crc32ch(0, 0); __crc32cw(0, 0); __crc32cd(0, 0);
    |     vmull_p64(0, 0);
    |
    |   ;
    |   return 0;
    | }
    configure:15762: result: no
    configure:17195: checking for x86_64-pc-linux-gnu-pkg-config
    configure:17225: result: /usr/bin/pkg-config --static
    configure:17293: checking pkg-config is at least version 0.9.0
    configure:17296: result: yes
    configure:17408: checking whether byte ordering is bigendian
    configure:17423: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    conftest.cpp:27:9: error: expected unqualified-id before 'not' token
       27 |         not a universal capable compiler
          |         ^~~
    configure:17423: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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:17468: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:17468: $? = 0
    configure:17486: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    conftest.cpp: In function 'int main()':
    conftest.cpp:33:8: error: 'big' was not declared in this scope
       33 |    not big endian
          |        ^~~
    configure:17486: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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:17614: result: no
    configure:17816: checking whether gcc -m64 is Clang
    configure:17841: result: no
    configure:17964: checking whether pthreads work with -pthread
    configure:18058: gcc -m64 -o conftest -pipe -O2  -pthread -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib  conftest.c   >&5
    configure:18058: $? = 0
    configure:18067: result: yes
    configure:18086: checking for joinable pthread attribute
    configure:18104: gcc -m64 -o conftest -pipe -O2  -pthread -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib  conftest.c   >&5
    configure:18104: $? = 0
    configure:18112: result: PTHREAD_CREATE_JOINABLE
    configure:18126: checking whether more special flags are required for pthreads
    configure:18139: result: no
    configure:18147: checking for PTHREAD_PRIO_INHERIT
    configure:18163: gcc -m64 -o conftest -pipe -O2  -pthread -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib  conftest.c   >&5
    configure:18163: $? = 0
    configure:18172: result: yes
    configure:18282: checking for special C compiler options needed for large files
    configure:18327: result: no
    configure:18333: checking for _FILE_OFFSET_BITS value needed for large files
    configure:18358: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:18358: $? = 0
    configure:18390: result: no
    configure:18475: checking whether strerror_r is declared
    configure:18475: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:18475: $? = 0
    configure:18475: result: yes
    configure:18488: checking for strerror_r
    configure:18488: g++ -m64 -std=c++11 -o conftest -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib  conftest.cpp  >&5
    configure:18488: $? = 0
    configure:18488: result: yes
    configure:18497: checking whether strerror_r returns char *
    configure:18521: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:18521: $? = 0
    configure:18559: result: yes
    configure:18583: checking for __attribute__((visibility))
    configure:18607: g++ -m64 -std=c++11 -o conftest -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib  conftest.cpp  >&5
    configure:18607: $? = 0
    configure:18620: result: yes
    configure:18636: checking for __attribute__((dllexport))
    configure:18657: g++ -m64 -std=c++11 -o conftest -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib  conftest.cpp  >&5
    conftest.cpp:34:62: warning: 'dllexport' attribute directive ignored [-Wattributes]
       34 |                     __attribute__((dllexport)) int foo( void ) { return 0; }
          |                                                              ^
    configure:18657: $? = 0
    configure:18670: result: no
    configure:18686: checking for __attribute__((dllimport))
    configure:18707: g++ -m64 -std=c++11 -o conftest -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib  conftest.cpp  >&5
    conftest.cpp:34:62: warning: 'dllimport' attribute directive ignored [-Wattributes]
       34 |                     int foo( void ) __attribute__((dllimport));
          |                                                              ^
    configure:18707: $? = 0
    configure:18720: result: no
    configure:18840: checking for library containing clock_gettime
    configure:18871: g++ -m64 -std=c++11 -o conftest -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib  conftest.cpp  >&5
    configure:18871: $? = 0
    configure:18888: result: none required
    configure:19019: checking whether C++ compiler accepts -fPIC
    configure:19038: g++ -m64 -std=c++11 -c -pipe -O2   -fPIC -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:19038: $? = 0
    configure:19046: result: yes
    configure:19056: checking whether C++ compiler accepts -fstack-reuse=none
    configure:19075: g++ -m64 -std=c++11 -c -pipe -O2   -fstack-reuse=none -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:19075: $? = 0
    configure:19083: result: yes
    configure:19093: checking whether C++ compiler accepts -Wstack-protector
    configure:19112: g++ -m64 -std=c++11 -c -pipe -O2   -Wstack-protector -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:19112: $? = 0
    configure:19120: result: yes
    configure:19128: checking whether C++ compiler accepts -fstack-protector-all
    configure:19147: g++ -m64 -std=c++11 -c -pipe -O2   -fstack-protector-all -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:19147: $? = 0
    configure:19155: result: yes
    configure:19165: checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2
    configure:19184: g++ -m64 -std=c++11 -E -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS  -D_FORTIFY_SOURCE=2 conftest.cpp
    configure:19184: $? = 0
    configure:19192: result: yes
    configure:19196: checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE
    configure:19215: g++ -m64 -std=c++11 -E -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS  -U_FORTIFY_SOURCE conftest.cpp
    configure:19215: $? = 0
    configure:19223: result: yes
    configure:19241: checking whether the linker accepts -Wl,--dynamicbase
    configure:19260: g++ -m64 -std=c++11 -o conftest -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib   -Wl,--dynamicbase conftest.cpp  >&5
    /usr/bin/ld: unrecognized option '--dynamicbase'
    /usr/bin/ld: use the --help option for usage information
    collect2: error: ld returned 1 exit status
    configure:19260: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | /* end confdefs.h.  */
    |
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:19269: result: no
    configure:19277: checking whether the linker accepts -Wl,--nxcompat
    configure:19296: g++ -m64 -std=c++11 -o conftest -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib   -Wl,--nxcompat conftest.cpp  >&5
    /usr/bin/ld: unrecognized option '--nxcompat'
    /usr/bin/ld: use the --help option for usage information
    collect2: error: ld returned 1 exit status
    configure:19296: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | /* end confdefs.h.  */
    |
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:19305: result: no
    configure:19313: checking whether the linker accepts -Wl,--high-entropy-va
    configure:19332: g++ -m64 -std=c++11 -o conftest -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib   -Wl,--high-entropy-va conftest.cpp  >&5
    /usr/bin/ld: unrecognized option '--high-entropy-va'
    /usr/bin/ld: use the --help option for usage information
    collect2: error: ld returned 1 exit status
    configure:19332: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | /* end confdefs.h.  */
    |
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:19341: result: no
    configure:19349: checking whether the linker accepts -Wl,-z,relro
    configure:19368: g++ -m64 -std=c++11 -o conftest -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib   -Wl,-z,relro conftest.cpp  >&5
    configure:19368: $? = 0
    configure:19377: result: yes
    configure:19385: checking whether the linker accepts -Wl,-z,now
    configure:19404: g++ -m64 -std=c++11 -o conftest -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib   -Wl,-z,now conftest.cpp  >&5
    configure:19404: $? = 0
    configure:19413: result: yes
    configure:19422: checking whether the linker accepts -fPIE -pie
    configure:19441: g++ -m64 -std=c++11 -o conftest -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib  -Werror -fPIE -pie conftest.cpp  >&5
    configure:19441: $? = 0
    configure:19451: result: yes
    configure:19662: checking endian.h usability
    configure:19662: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:19662: $? = 0
    configure:19662: result: yes
    configure:19662: checking endian.h presence
    configure:19662: g++ -m64 -std=c++11 -E -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
    configure:19662: $? = 0
    configure:19662: result: yes
    configure:19662: checking for endian.h
    configure:19662: result: yes
    configure:19662: checking sys/endian.h usability
    configure:19662: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    conftest.cpp:66:10: fatal error: sys/endian.h: No such file or directory
       66 | #include <sys/endian.h>
          |          ^~~~~~~~~~~~~~
    compilation terminated.
    configure:19662: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_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 <sys/endian.h>
    configure:19662: result: no
    configure:19662: checking sys/endian.h presence
    configure:19662: g++ -m64 -std=c++11 -E -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
    conftest.cpp:33:10: fatal error: sys/endian.h: No such file or directory
       33 | #include <sys/endian.h>
          |          ^~~~~~~~~~~~~~
    compilation terminated.
    configure:19662: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | /* end confdefs.h.  */
    | #include <sys/endian.h>
    configure:19662: result: no
    configure:19662: checking for sys/endian.h
    configure:19662: result: no
    configure:19662: checking byteswap.h usability
    configure:19662: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:19662: $? = 0
    configure:19662: result: yes
    configure:19662: checking byteswap.h presence
    configure:19662: g++ -m64 -std=c++11 -E -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
    configure:19662: $? = 0
    configure:19662: result: yes
    configure:19662: checking for byteswap.h
    configure:19662: result: yes
    configure:19662: checking stdio.h usability
    configure:19662: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:19662: $? = 0
    configure:19662: result: yes
    configure:19662: checking stdio.h presence
    configure:19662: g++ -m64 -std=c++11 -E -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
    configure:19662: $? = 0
    configure:19662: result: yes
    configure:19662: checking for stdio.h
    configure:19662: result: yes
    configure:19662: checking for stdlib.h
    configure:19662: result: yes
    configure:19662: checking for unistd.h
    configure:19662: result: yes
    configure:19662: checking for strings.h
    configure:19662: result: yes
    configure:19662: checking for sys/types.h
    configure:19662: result: yes
    configure:19662: checking for sys/stat.h
    configure:19662: result: yes
    configure:19662: checking sys/select.h usability
    configure:19662: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:19662: $? = 0
    configure:19662: result: yes
    configure:19662: checking sys/select.h presence
    configure:19662: g++ -m64 -std=c++11 -E -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
    configure:19662: $? = 0
    configure:19662: result: yes
    configure:19662: checking for sys/select.h
    configure:19662: result: yes
    configure:19662: checking sys/prctl.h usability
    configure:19662: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:19662: $? = 0
    configure:19662: result: yes
    configure:19662: checking sys/prctl.h presence
    configure:19662: g++ -m64 -std=c++11 -E -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
    configure:19662: $? = 0
    configure:19662: result: yes
    configure:19662: checking for sys/prctl.h
    configure:19662: result: yes
    configure:19662: checking sys/sysctl.h usability
    configure:19662: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    In file included from conftest.cpp:75:
    /usr/include/x86_64-linux-gnu/sys/sysctl.h:21:2: warning: #warning "The <sys/sysctl.h> header is deprecated and will be removed." [-Wcpp]
       21 | #warning "The <sys/sysctl.h> header is deprecated and will be removed."
          |  ^~~~~~~
    configure:19662: $? = 0
    configure:19662: result: yes
    configure:19662: checking sys/sysctl.h presence
    configure:19662: g++ -m64 -std=c++11 -E -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
    In file included from conftest.cpp:42:
    /usr/include/x86_64-linux-gnu/sys/sysctl.h:21:2: warning: #warning "The <sys/sysctl.h> header is deprecated and will be removed." [-Wcpp]
       21 | #warning "The <sys/sysctl.h> header is deprecated and will be removed."
          |  ^~~~~~~
    configure:19662: $? = 0
    configure:19662: result: yes
    configure:19662: checking for sys/sysctl.h
    configure:19662: result: yes
    configure:19662: checking vm/vm_param.h usability
    configure:19662: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    conftest.cpp:76:10: fatal error: vm/vm_param.h: No such file or directory
       76 | #include <vm/vm_param.h>
          |          ^~~~~~~~~~~~~~~
    compilation terminated.
    configure:19662: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_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 <vm/vm_param.h>
    configure:19662: result: no
    configure:19662: checking vm/vm_param.h presence
    configure:19662: g++ -m64 -std=c++11 -E -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
    conftest.cpp:43:10: fatal error: vm/vm_param.h: No such file or directory
       43 | #include <vm/vm_param.h>
          |          ^~~~~~~~~~~~~~~
    compilation terminated.
    configure:19662: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_H 1
    | /* end confdefs.h.  */
    | #include <vm/vm_param.h>
    configure:19662: result: no
    configure:19662: checking for vm/vm_param.h
    configure:19662: result: no
    configure:19662: checking sys/vmmeter.h usability
    configure:19662: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    conftest.cpp:76:10: fatal error: sys/vmmeter.h: No such file or directory
       76 | #include <sys/vmmeter.h>
          |          ^~~~~~~~~~~~~~~
    compilation terminated.
    configure:19662: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_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/vmmeter.h>
    configure:19662: result: no
    configure:19662: checking sys/vmmeter.h presence
    configure:19662: g++ -m64 -std=c++11 -E -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
    conftest.cpp:43:10: fatal error: sys/vmmeter.h: No such file or directory
       43 | #include <sys/vmmeter.h>
          |          ^~~~~~~~~~~~~~~
    compilation terminated.
    configure:19662: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_H 1
    | /* end confdefs.h.  */
    | #include <sys/vmmeter.h>
    configure:19662: result: no
    configure:19662: checking for sys/vmmeter.h
    configure:19662: result: no
    configure:19662: checking sys/resources.h usability
    configure:19662: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    conftest.cpp:76:10: fatal error: sys/resources.h: No such file or directory
       76 | #include <sys/resources.h>
          |          ^~~~~~~~~~~~~~~~~
    compilation terminated.
    configure:19662: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_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/resources.h>
    configure:19662: result: no
    configure:19662: checking sys/resources.h presence
    configure:19662: g++ -m64 -std=c++11 -E -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
    conftest.cpp:43:10: fatal error: sys/resources.h: No such file or directory
       43 | #include <sys/resources.h>
          |          ^~~~~~~~~~~~~~~~~
    compilation terminated.
    configure:19662: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_H 1
    | /* end confdefs.h.  */
    | #include <sys/resources.h>
    configure:19662: result: no
    configure:19662: checking for sys/resources.h
    configure:19662: result: no
    configure:19673: checking FD_ZERO memcpy dependence
    configure:19696: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:19696: $? = 0
    configure:19697: result: no
    configure:19737: checking whether getifaddrs is declared
    configure:19737: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:19737: $? = 0
    configure:19737: result: yes
    configure:19750: checking whether freeifaddrs is declared
    configure:19750: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:19750: $? = 0
    configure:19750: result: yes
    configure:19764: checking whether strnlen is declared
    configure:19764: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:19764: $? = 0
    configure:19764: result: yes
    configure:19776: checking whether daemon is declared
    configure:19776: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:19776: $? = 0
    configure:19776: result: yes
    configure:19788: checking whether le16toh is declared
    configure:19788: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:19788: $? = 0
    configure:19788: result: yes
    configure:19803: checking whether le32toh is declared
    configure:19803: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:19803: $? = 0
    configure:19803: result: yes
    configure:19818: checking whether le64toh is declared
    configure:19818: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:19818: $? = 0
    configure:19818: result: yes
    configure:19833: checking whether htole16 is declared
    configure:19833: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:19833: $? = 0
    configure:19833: result: yes
    configure:19848: checking whether htole32 is declared
    configure:19848: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:19848: $? = 0
    configure:19848: result: yes
    configure:19863: checking whether htole64 is declared
    configure:19863: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:19863: $? = 0
    configure:19863: result: yes
    configure:19878: checking whether be16toh is declared
    configure:19878: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:19878: $? = 0
    configure:19878: result: yes
    configure:19893: checking whether be32toh is declared
    configure:19893: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:19893: $? = 0
    configure:19893: result: yes
    configure:19908: checking whether be64toh is declared
    configure:19908: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:19908: $? = 0
    configure:19908: result: yes
    configure:19923: checking whether htobe16 is declared
    configure:19923: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:19923: $? = 0
    configure:19923: result: yes
    configure:19938: checking whether htobe32 is declared
    configure:19938: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:19938: $? = 0
    configure:19938: result: yes
    configure:19953: checking whether htobe64 is declared
    configure:19953: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:19953: $? = 0
    configure:19953: result: yes
    configure:19970: checking whether bswap_16 is declared
    configure:19970: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:19970: $? = 0
    configure:19970: result: yes
    configure:19983: checking whether bswap_32 is declared
    configure:19983: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:19983: $? = 0
    configure:19983: result: yes
    configure:19996: checking whether bswap_64 is declared
    configure:19996: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:19996: $? = 0
    configure:19996: result: yes
    configure:20011: checking whether __builtin_clz is declared
    configure:20011: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:20011: $? = 0
    configure:20011: result: yes
    configure:20021: checking whether __builtin_clzl is declared
    configure:20021: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:20021: $? = 0
    configure:20021: result: yes
    configure:20031: checking whether __builtin_clzll is declared
    configure:20031: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:20031: $? = 0
    configure:20031: result: yes
    configure:20043: checking for getmemoryinfo
    configure:20056: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:20056: $? = 0
    configure:20057: result: yes
    configure:20068: checking for mallopt M_ARENA_MAX
    configure:20081: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:20081: $? = 0
    configure:20082: result: yes
    configure:20093: checking for visibility attribute
    configure:20102: g++ -m64 -std=c++11 -o conftest -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib  conftest.cpp  >&5
    configure:20102: $? = 0
    configure:20107: result: yes
    configure:20126: checking for thread_local support
    configure:20140: g++ -m64 -std=c++11 -o conftest -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib  -pthread conftest.cpp  >&5
    configure:20140: $? = 0
    configure:20155: result: yes
    configure:20172: checking for gmtime_r
    configure:20185: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:20185: $? = 0
    configure:20186: result: yes
    configure:20220: checking for Linux getrandom syscall
    configure:20235: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:20235: $? = 0
    configure:20236: result: yes
    configure:20247: checking for getentropy
    configure:20260: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    conftest.cpp: In function 'int main()':
    conftest.cpp:75:12: warning: ignoring return value of 'int getentropy(void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
       75 |  getentropy(nullptr, 32)
          |  ~~~~~~~~~~^~~~~~~~~~~~~
    configure:20260: $? = 0
    configure:20261: result: yes
    configure:20272: checking for getentropy via random.h
    configure:20286: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    conftest.cpp: In function 'int main()':
    conftest.cpp:77:12: warning: ignoring return value of 'int getentropy(void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
       77 |  getentropy(nullptr, 32)
          |  ~~~~~~~~~~^~~~~~~~~~~~~
    configure:20286: $? = 0
    configure:20287: result: yes
    configure:20298: checking for sysctl
    configure:20315: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    In file included from conftest.cpp:74:
    /usr/include/x86_64-linux-gnu/sys/sysctl.h:21:2: warning: #warning "The <sys/sysctl.h> header is deprecated and will be removed." [-Wcpp]
       21 | #warning "The <sys/sysctl.h> header is deprecated and will be removed."
          |  ^~~~~~~
    conftest.cpp:79:6: error: #error "Don't use sysctl on Linux, it's deprecated even when it works"
       79 |     #error "Don't use sysctl on Linux, it's deprecated even when it works"
          |      ^~~~~
    conftest.cpp: In function 'int main()':
    conftest.cpp:81:52: warning: 'int sysctl(int*, int, void*, size_t*, void*, size_t)' is deprecated [-Wdeprecated-declarations]
       81 |     sysctl(nullptr, 2, nullptr, nullptr, nullptr, 0);
          |                                                    ^
    In file included from conftest.cpp:74:
    /usr/include/x86_64-linux-gnu/sys/sysctl.h:70:12: note: declared here
       70 | extern int sysctl (int *__name, int __nlen, void *__oldval,
          |            ^~~~~~
    conftest.cpp:81:52: warning: 'int sysctl(int*, int, void*, size_t*, void*, size_t)' is deprecated [-Wdeprecated-declarations]
       81 |     sysctl(nullptr, 2, nullptr, nullptr, nullptr, 0);
          |                                                    ^
    In file included from conftest.cpp:74:
    /usr/include/x86_64-linux-gnu/sys/sysctl.h:70:12: note: declared here
       70 | extern int sysctl (int *__name, int __nlen, void *__oldval,
          |            ^~~~~~
    configure:20315: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_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 1
    | #define HAVE_DECL_BSWAP_32 1
    | #define HAVE_DECL_BSWAP_64 1
    | #define HAVE_DECL___BUILTIN_CLZ 1
    | #define HAVE_DECL___BUILTIN_CLZL 1
    | #define HAVE_DECL___BUILTIN_CLZLL 1
    | #define HAVE_MALLOC_INFO 1
    | #define HAVE_MALLOPT_ARENA_MAX 1
    | #define HAVE_VISIBILITY_ATTRIBUTE 1
    | #define HAVE_THREAD_LOCAL 1
    | #define HAVE_GMTIME_R 1
    | #define HAVE_SYS_GETRANDOM 1
    | #define HAVE_GETENTROPY 1
    | #define HAVE_GETENTROPY_RAND 1
    | /* end confdefs.h.  */
    | #include <sys/types.h>
    |   #include <sys/sysctl.h>
    | int
    | main ()
    | {
    |  #ifdef __linux__
    |     #error "Don't use sysctl on Linux, it's deprecated even when it works"
    |     #endif
    |     sysctl(nullptr, 2, nullptr, nullptr, nullptr, 0);
    |   ;
    |   return 0;
    | }
    configure:20321: result: no
    configure:20327: checking for sysctl KERN_ARND
    configure:20345: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    In file included from conftest.cpp:74:
    /usr/include/x86_64-linux-gnu/sys/sysctl.h:21:2: warning: #warning "The <sys/sysctl.h> header is deprecated and will be removed." [-Wcpp]
       21 | #warning "The <sys/sysctl.h> header is deprecated and will be removed."
          |  ^~~~~~~
    conftest.cpp:79:6: error: #error "Don't use sysctl on Linux, it's deprecated even when it works"
       79 |     #error "Don't use sysctl on Linux, it's deprecated even when it works"
          |      ^~~~~
    conftest.cpp: In function 'int main()':
    conftest.cpp:81:37: error: 'KERN_ARND' was not declared in this scope; did you mean 'KERN_RANDOM'?
       81 |     static int name[2] = {CTL_KERN, KERN_ARND};
          |                                     ^~~~~~~~~
          |                                     KERN_RANDOM
    conftest.cpp:82:49: warning: 'int sysctl(int*, int, void*, size_t*, void*, size_t)' is deprecated [-Wdeprecated-declarations]
       82 |     sysctl(name, 2, nullptr, nullptr, nullptr, 0);
          |                                                 ^
    In file included from conftest.cpp:74:
    /usr/include/x86_64-linux-gnu/sys/sysctl.h:70:12: note: declared here
       70 | extern int sysctl (int *__name, int __nlen, void *__oldval,
          |            ^~~~~~
    conftest.cpp:82:49: warning: 'int sysctl(int*, int, void*, size_t*, void*, size_t)' is deprecated [-Wdeprecated-declarations]
       82 |     sysctl(name, 2, nullptr, nullptr, nullptr, 0);
          |                                                 ^
    In file included from conftest.cpp:74:
    /usr/include/x86_64-linux-gnu/sys/sysctl.h:70:12: note: declared here
       70 | extern int sysctl (int *__name, int __nlen, void *__oldval,
          |            ^~~~~~
    configure:20345: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_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 1
    | #define HAVE_DECL_BSWAP_32 1
    | #define HAVE_DECL_BSWAP_64 1
    | #define HAVE_DECL___BUILTIN_CLZ 1
    | #define HAVE_DECL___BUILTIN_CLZL 1
    | #define HAVE_DECL___BUILTIN_CLZLL 1
    | #define HAVE_MALLOC_INFO 1
    | #define HAVE_MALLOPT_ARENA_MAX 1
    | #define HAVE_VISIBILITY_ATTRIBUTE 1
    | #define HAVE_THREAD_LOCAL 1
    | #define HAVE_GMTIME_R 1
    | #define HAVE_SYS_GETRANDOM 1
    | #define HAVE_GETENTROPY 1
    | #define HAVE_GETENTROPY_RAND 1
    | /* end confdefs.h.  */
    | #include <sys/types.h>
    |   #include <sys/sysctl.h>
    | int
    | main ()
    | {
    |  #ifdef __linux__
    |     #error "Don't use sysctl on Linux, it's deprecated even when it works"
    |     #endif
    |     static int name[2] = {CTL_KERN, KERN_ARND};
    |     sysctl(name, 2, nullptr, nullptr, nullptr, 0);
    |   ;
    |   return 0;
    | }
    configure:20351: result: no
    configure:20357: checking for if type char equals int8_t
    configure:20371: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    conftest.cpp: In function 'int main()':
    conftest.cpp:78:44: error: static assertion failed
       78 |  static_assert(std::is_same<int8_t, char>::value, "");
          |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
    configure:20371: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_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 1
    | #define HAVE_DECL_BSWAP_32 1
    | #define HAVE_DECL_BSWAP_64 1
    | #define HAVE_DECL___BUILTIN_CLZ 1
    | #define HAVE_DECL___BUILTIN_CLZL 1
    | #define HAVE_DECL___BUILTIN_CLZLL 1
    | #define HAVE_MALLOC_INFO 1
    | #define HAVE_MALLOPT_ARENA_MAX 1
    | #define HAVE_VISIBILITY_ATTRIBUTE 1
    | #define HAVE_THREAD_LOCAL 1
    | #define HAVE_GMTIME_R 1
    | #define HAVE_SYS_GETRANDOM 1
    | #define HAVE_GETENTROPY 1
    | #define HAVE_GETENTROPY_RAND 1
    | /* end confdefs.h.  */
    | #include <stdint.h>
    |   #include <type_traits>
    | int
    | main ()
    | {
    |  static_assert(std::is_same<int8_t, char>::value, "");
    |   ;
    |   return 0;
    | }
    configure:20377: result: no
    configure:20383: checking for fdatasync
    configure:20396: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:20396: $? = 0
    configure:20397: result: yes
    configure:20406: checking for F_FULLFSYNC
    configure:20419: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    conftest.cpp: In function 'int main()':
    conftest.cpp:77:11: error: 'F_FULLFSYNC' was not declared in this scope
       77 |  fcntl(0, F_FULLFSYNC, 0);
          |           ^~~~~~~~~~~
    configure:20419: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_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 1
    | #define HAVE_DECL_BSWAP_32 1
    | #define HAVE_DECL_BSWAP_64 1
    | #define HAVE_DECL___BUILTIN_CLZ 1
    | #define HAVE_DECL___BUILTIN_CLZL 1
    | #define HAVE_DECL___BUILTIN_CLZLL 1
    | #define HAVE_MALLOC_INFO 1
    | #define HAVE_MALLOPT_ARENA_MAX 1
    | #define HAVE_VISIBILITY_ATTRIBUTE 1
    | #define HAVE_THREAD_LOCAL 1
    | #define HAVE_GMTIME_R 1
    | #define HAVE_SYS_GETRANDOM 1
    | #define HAVE_GETENTROPY 1
    | #define HAVE_GETENTROPY_RAND 1
    | /* end confdefs.h.  */
    | #include <fcntl.h>
    | int
    | main ()
    | {
    |  fcntl(0, F_FULLFSYNC, 0);
    |   ;
    |   return 0;
    | }
    configure:20423: result: no
    configure:20429: checking for O_CLOEXEC
    configure:20442: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:20442: $? = 0
    configure:20443: result: yes
    configure:20452: checking for __builtin_prefetch
    configure:20469: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:20469: $? = 0
    configure:20470: result: yes
    configure:20479: checking for _mm_prefetch
    configure:20496: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:20496: $? = 0
    configure:20497: result: yes
    configure:20506: checking for strong getauxval support in the system headers
    configure:20525: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    conftest.cpp:74:14: fatal error: arm_acle.h: No such file or directory
       74 |     #include <arm_acle.h>
          |              ^~~~~~~~~~~~
    compilation terminated.
    configure:20525: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_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 1
    | #define HAVE_DECL_BSWAP_32 1
    | #define HAVE_DECL_BSWAP_64 1
    | #define HAVE_DECL___BUILTIN_CLZ 1
    | #define HAVE_DECL___BUILTIN_CLZL 1
    | #define HAVE_DECL___BUILTIN_CLZLL 1
    | #define HAVE_MALLOC_INFO 1
    | #define HAVE_MALLOPT_ARENA_MAX 1
    | #define HAVE_VISIBILITY_ATTRIBUTE 1
    | #define HAVE_THREAD_LOCAL 1
    | #define HAVE_GMTIME_R 1
    | #define HAVE_SYS_GETRANDOM 1
    | #define HAVE_GETENTROPY 1
    | #define HAVE_GETENTROPY_RAND 1
    | /* end confdefs.h.  */
    |
    |     #include <arm_acle.h>
    |     #include <arm_neon.h>
    |     #include <sys/auxv.h>
    |
    | int
    | main ()
    | {
    |
    |     getauxval(AT_HWCAP);
    |
    |   ;
    |   return 0;
    | }
    configure:20529: result: no
    configure:20535: checking for weak getauxval support in the compiler
    configure:20553: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:20553: $? = 0
    configure:20554: result: yes
    configure:20601: checking for std::system
    configure:20615: g++ -m64 -std=c++11 -o conftest -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib  conftest.cpp  >&5
    configure:20615: $? = 0
    configure:20616: result: yes
    configure:20628: checking for ::_wsystem
    configure:20642: g++ -m64 -std=c++11 -o conftest -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib  conftest.cpp  >&5
    conftest.cpp: In function 'int main()':
    conftest.cpp:78:15: error: '::_wsystem' has not been declared
       78 |  int nErr = ::_wsystem("");
          |               ^~~~~~~~
    configure:20642: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_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 1
    | #define HAVE_DECL_BSWAP_32 1
    | #define HAVE_DECL_BSWAP_64 1
    | #define HAVE_DECL___BUILTIN_CLZ 1
    | #define HAVE_DECL___BUILTIN_CLZL 1
    | #define HAVE_DECL___BUILTIN_CLZLL 1
    | #define HAVE_MALLOC_INFO 1
    | #define HAVE_MALLOPT_ARENA_MAX 1
    | #define HAVE_VISIBILITY_ATTRIBUTE 1
    | #define HAVE_THREAD_LOCAL 1
    | #define HAVE_GMTIME_R 1
    | #define HAVE_SYS_GETRANDOM 1
    | #define HAVE_GETENTROPY 1
    | #define HAVE_GETENTROPY_RAND 1
    | #define HAVE_STD__SYSTEM 1
    | /* end confdefs.h.  */
    |
    | int
    | main ()
    | {
    |  int nErr = ::_wsystem("");
    |
    |   ;
    |   return 0;
    | }
    configure:20648: result: no
    configure:24653: checking whether to build Bitcoin Core GUI
    configure:24687: result: no
    configure:24711: checking for Berkeley DB C++ headers
    configure:24741: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    conftest.cpp:76:18: fatal error: bdb4.8/db_cxx.h: No such file or directory
       76 |         #include <bdb4.8/db_cxx.h>
          |                  ^~~~~~~~~~~~~~~~~
    compilation terminated.
    configure:24741: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_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 1
    | #define HAVE_DECL_BSWAP_32 1
    | #define HAVE_DECL_BSWAP_64 1
    | #define HAVE_DECL___BUILTIN_CLZ 1
    | #define HAVE_DECL___BUILTIN_CLZL 1
    | #define HAVE_DECL___BUILTIN_CLZLL 1
    | #define HAVE_MALLOC_INFO 1
    | #define HAVE_MALLOPT_ARENA_MAX 1
    | #define HAVE_VISIBILITY_ATTRIBUTE 1
    | #define HAVE_THREAD_LOCAL 1
    | #define HAVE_GMTIME_R 1
    | #define HAVE_SYS_GETRANDOM 1
    | #define HAVE_GETENTROPY 1
    | #define HAVE_GETENTROPY_RAND 1
    | #define HAVE_STD__SYSTEM 1
    | #define HAVE_SYSTEM HAVE_STD__SYSTEM || HAVE_WSYSTEM
    | /* end confdefs.h.  */
    |
    |         #include <bdb4.8/db_cxx.h>
    |
    | int
    | main ()
    | {
    |
    |         #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
    |           #error "failed to find bdb 4.8+"
    |         #endif
    |
    |   ;
    |   return 0;
    | }
    configure:24741: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    conftest.cpp:76:18: fatal error: libdb4.8/db_cxx.h: No such file or directory
       76 |         #include <libdb4.8/db_cxx.h>
          |                  ^~~~~~~~~~~~~~~~~~~
    compilation terminated.
    configure:24741: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_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 1
    | #define HAVE_DECL_BSWAP_32 1
    | #define HAVE_DECL_BSWAP_64 1
    | #define HAVE_DECL___BUILTIN_CLZ 1
    | #define HAVE_DECL___BUILTIN_CLZL 1
    | #define HAVE_DECL___BUILTIN_CLZLL 1
    | #define HAVE_MALLOC_INFO 1
    | #define HAVE_MALLOPT_ARENA_MAX 1
    | #define HAVE_VISIBILITY_ATTRIBUTE 1
    | #define HAVE_THREAD_LOCAL 1
    | #define HAVE_GMTIME_R 1
    | #define HAVE_SYS_GETRANDOM 1
    | #define HAVE_GETENTROPY 1
    | #define HAVE_GETENTROPY_RAND 1
    | #define HAVE_STD__SYSTEM 1
    | #define HAVE_SYSTEM HAVE_STD__SYSTEM || HAVE_WSYSTEM
    | /* end confdefs.h.  */
    |
    |         #include <libdb4.8/db_cxx.h>
    |
    | int
    | main ()
    | {
    |
    |         #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
    |           #error "failed to find bdb 4.8+"
    |         #endif
    |
    |   ;
    |   return 0;
    | }
    configure:24741: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    conftest.cpp:76:18: fatal error: db4.8/db_cxx.h: No such file or directory
       76 |         #include <db4.8/db_cxx.h>
          |                  ^~~~~~~~~~~~~~~~
    compilation terminated.
    configure:24741: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_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 1
    | #define HAVE_DECL_BSWAP_32 1
    | #define HAVE_DECL_BSWAP_64 1
    | #define HAVE_DECL___BUILTIN_CLZ 1
    | #define HAVE_DECL___BUILTIN_CLZL 1
    | #define HAVE_DECL___BUILTIN_CLZLL 1
    | #define HAVE_MALLOC_INFO 1
    | #define HAVE_MALLOPT_ARENA_MAX 1
    | #define HAVE_VISIBILITY_ATTRIBUTE 1
    | #define HAVE_THREAD_LOCAL 1
    | #define HAVE_GMTIME_R 1
    | #define HAVE_SYS_GETRANDOM 1
    | #define HAVE_GETENTROPY 1
    | #define HAVE_GETENTROPY_RAND 1
    | #define HAVE_STD__SYSTEM 1
    | #define HAVE_SYSTEM HAVE_STD__SYSTEM || HAVE_WSYSTEM
    | /* end confdefs.h.  */
    |
    |         #include <db4.8/db_cxx.h>
    |
    | int
    | main ()
    | {
    |
    |         #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
    |           #error "failed to find bdb 4.8+"
    |         #endif
    |
    |   ;
    |   return 0;
    | }
    configure:24741: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    conftest.cpp:76:18: fatal error: bdb48/db_cxx.h: No such file or directory
       76 |         #include <bdb48/db_cxx.h>
          |                  ^~~~~~~~~~~~~~~~
    compilation terminated.
    configure:24741: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_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 1
    | #define HAVE_DECL_BSWAP_32 1
    | #define HAVE_DECL_BSWAP_64 1
    | #define HAVE_DECL___BUILTIN_CLZ 1
    | #define HAVE_DECL___BUILTIN_CLZL 1
    | #define HAVE_DECL___BUILTIN_CLZLL 1
    | #define HAVE_MALLOC_INFO 1
    | #define HAVE_MALLOPT_ARENA_MAX 1
    | #define HAVE_VISIBILITY_ATTRIBUTE 1
    | #define HAVE_THREAD_LOCAL 1
    | #define HAVE_GMTIME_R 1
    | #define HAVE_SYS_GETRANDOM 1
    | #define HAVE_GETENTROPY 1
    | #define HAVE_GETENTROPY_RAND 1
    | #define HAVE_STD__SYSTEM 1
    | #define HAVE_SYSTEM HAVE_STD__SYSTEM || HAVE_WSYSTEM
    | /* end confdefs.h.  */
    |
    |         #include <bdb48/db_cxx.h>
    |
    | int
    | main ()
    | {
    |
    |         #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
    |           #error "failed to find bdb 4.8+"
    |         #endif
    |
    |   ;
    |   return 0;
    | }
    configure:24741: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    conftest.cpp:76:18: fatal error: libdb48/db_cxx.h: No such file or directory
       76 |         #include <libdb48/db_cxx.h>
          |                  ^~~~~~~~~~~~~~~~~~
    compilation terminated.
    configure:24741: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_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 1
    | #define HAVE_DECL_BSWAP_32 1
    | #define HAVE_DECL_BSWAP_64 1
    | #define HAVE_DECL___BUILTIN_CLZ 1
    | #define HAVE_DECL___BUILTIN_CLZL 1
    | #define HAVE_DECL___BUILTIN_CLZLL 1
    | #define HAVE_MALLOC_INFO 1
    | #define HAVE_MALLOPT_ARENA_MAX 1
    | #define HAVE_VISIBILITY_ATTRIBUTE 1
    | #define HAVE_THREAD_LOCAL 1
    | #define HAVE_GMTIME_R 1
    | #define HAVE_SYS_GETRANDOM 1
    | #define HAVE_GETENTROPY 1
    | #define HAVE_GETENTROPY_RAND 1
    | #define HAVE_STD__SYSTEM 1
    | #define HAVE_SYSTEM HAVE_STD__SYSTEM || HAVE_WSYSTEM
    | /* end confdefs.h.  */
    |
    |         #include <libdb48/db_cxx.h>
    |
    | int
    | main ()
    | {
    |
    |         #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
    |           #error "failed to find bdb 4.8+"
    |         #endif
    |
    |   ;
    |   return 0;
    | }
    configure:24741: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    conftest.cpp:76:18: fatal error: db48/db_cxx.h: No such file or directory
       76 |         #include <db48/db_cxx.h>
          |                  ^~~~~~~~~~~~~~~
    compilation terminated.
    configure:24741: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_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 1
    | #define HAVE_DECL_BSWAP_32 1
    | #define HAVE_DECL_BSWAP_64 1
    | #define HAVE_DECL___BUILTIN_CLZ 1
    | #define HAVE_DECL___BUILTIN_CLZL 1
    | #define HAVE_DECL___BUILTIN_CLZLL 1
    | #define HAVE_MALLOC_INFO 1
    | #define HAVE_MALLOPT_ARENA_MAX 1
    | #define HAVE_VISIBILITY_ATTRIBUTE 1
    | #define HAVE_THREAD_LOCAL 1
    | #define HAVE_GMTIME_R 1
    | #define HAVE_SYS_GETRANDOM 1
    | #define HAVE_GETENTROPY 1
    | #define HAVE_GETENTROPY_RAND 1
    | #define HAVE_STD__SYSTEM 1
    | #define HAVE_SYSTEM HAVE_STD__SYSTEM || HAVE_WSYSTEM
    | /* end confdefs.h.  */
    |
    |         #include <db48/db_cxx.h>
    |
    | int
    | main ()
    | {
    |
    |         #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
    |           #error "failed to find bdb 4.8+"
    |         #endif
    |
    |   ;
    |   return 0;
    | }
    configure:24741: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    conftest.cpp:76:18: fatal error: bdb4/db_cxx.h: No such file or directory
       76 |         #include <bdb4/db_cxx.h>
          |                  ^~~~~~~~~~~~~~~
    compilation terminated.
    configure:24741: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_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 1
    | #define HAVE_DECL_BSWAP_32 1
    | #define HAVE_DECL_BSWAP_64 1
    | #define HAVE_DECL___BUILTIN_CLZ 1
    | #define HAVE_DECL___BUILTIN_CLZL 1
    | #define HAVE_DECL___BUILTIN_CLZLL 1
    | #define HAVE_MALLOC_INFO 1
    | #define HAVE_MALLOPT_ARENA_MAX 1
    | #define HAVE_VISIBILITY_ATTRIBUTE 1
    | #define HAVE_THREAD_LOCAL 1
    | #define HAVE_GMTIME_R 1
    | #define HAVE_SYS_GETRANDOM 1
    | #define HAVE_GETENTROPY 1
    | #define HAVE_GETENTROPY_RAND 1
    | #define HAVE_STD__SYSTEM 1
    | #define HAVE_SYSTEM HAVE_STD__SYSTEM || HAVE_WSYSTEM
    | /* end confdefs.h.  */
    |
    |         #include <bdb4/db_cxx.h>
    |
    | int
    | main ()
    | {
    |
    |         #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
    |           #error "failed to find bdb 4.8+"
    |         #endif
    |
    |   ;
    |   return 0;
    | }
    configure:24741: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    conftest.cpp:76:18: fatal error: libdb4/db_cxx.h: No such file or directory
       76 |         #include <libdb4/db_cxx.h>
          |                  ^~~~~~~~~~~~~~~~~
    compilation terminated.
    configure:24741: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_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 1
    | #define HAVE_DECL_BSWAP_32 1
    | #define HAVE_DECL_BSWAP_64 1
    | #define HAVE_DECL___BUILTIN_CLZ 1
    | #define HAVE_DECL___BUILTIN_CLZL 1
    | #define HAVE_DECL___BUILTIN_CLZLL 1
    | #define HAVE_MALLOC_INFO 1
    | #define HAVE_MALLOPT_ARENA_MAX 1
    | #define HAVE_VISIBILITY_ATTRIBUTE 1
    | #define HAVE_THREAD_LOCAL 1
    | #define HAVE_GMTIME_R 1
    | #define HAVE_SYS_GETRANDOM 1
    | #define HAVE_GETENTROPY 1
    | #define HAVE_GETENTROPY_RAND 1
    | #define HAVE_STD__SYSTEM 1
    | #define HAVE_SYSTEM HAVE_STD__SYSTEM || HAVE_WSYSTEM
    | /* end confdefs.h.  */
    |
    |         #include <libdb4/db_cxx.h>
    |
    | int
    | main ()
    | {
    |
    |         #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
    |           #error "failed to find bdb 4.8+"
    |         #endif
    |
    |   ;
    |   return 0;
    | }
    configure:24741: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    conftest.cpp:76:18: fatal error: db4/db_cxx.h: No such file or directory
       76 |         #include <db4/db_cxx.h>
          |                  ^~~~~~~~~~~~~~
    compilation terminated.
    configure:24741: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_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 1
    | #define HAVE_DECL_BSWAP_32 1
    | #define HAVE_DECL_BSWAP_64 1
    | #define HAVE_DECL___BUILTIN_CLZ 1
    | #define HAVE_DECL___BUILTIN_CLZL 1
    | #define HAVE_DECL___BUILTIN_CLZLL 1
    | #define HAVE_MALLOC_INFO 1
    | #define HAVE_MALLOPT_ARENA_MAX 1
    | #define HAVE_VISIBILITY_ATTRIBUTE 1
    | #define HAVE_THREAD_LOCAL 1
    | #define HAVE_GMTIME_R 1
    | #define HAVE_SYS_GETRANDOM 1
    | #define HAVE_GETENTROPY 1
    | #define HAVE_GETENTROPY_RAND 1
    | #define HAVE_STD__SYSTEM 1
    | #define HAVE_SYSTEM HAVE_STD__SYSTEM || HAVE_WSYSTEM
    | /* end confdefs.h.  */
    |
    |         #include <db4/db_cxx.h>
    |
    | int
    | main ()
    | {
    |
    |         #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
    |           #error "failed to find bdb 4.8+"
    |         #endif
    |
    |   ;
    |   return 0;
    | }
    configure:24741: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    conftest.cpp:76:18: fatal error: bdb5/db_cxx.h: No such file or directory
       76 |         #include <bdb5/db_cxx.h>
          |                  ^~~~~~~~~~~~~~~
    compilation terminated.
    configure:24741: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_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 1
    | #define HAVE_DECL_BSWAP_32 1
    | #define HAVE_DECL_BSWAP_64 1
    | #define HAVE_DECL___BUILTIN_CLZ 1
    | #define HAVE_DECL___BUILTIN_CLZL 1
    | #define HAVE_DECL___BUILTIN_CLZLL 1
    | #define HAVE_MALLOC_INFO 1
    | #define HAVE_MALLOPT_ARENA_MAX 1
    | #define HAVE_VISIBILITY_ATTRIBUTE 1
    | #define HAVE_THREAD_LOCAL 1
    | #define HAVE_GMTIME_R 1
    | #define HAVE_SYS_GETRANDOM 1
    | #define HAVE_GETENTROPY 1
    | #define HAVE_GETENTROPY_RAND 1
    | #define HAVE_STD__SYSTEM 1
    | #define HAVE_SYSTEM HAVE_STD__SYSTEM || HAVE_WSYSTEM
    | /* end confdefs.h.  */
    |
    |         #include <bdb5/db_cxx.h>
    |
    | int
    | main ()
    | {
    |
    |         #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
    |           #error "failed to find bdb 4.8+"
    |         #endif
    |
    |   ;
    |   return 0;
    | }
    configure:24741: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    conftest.cpp:76:18: fatal error: libdb5/db_cxx.h: No such file or directory
       76 |         #include <libdb5/db_cxx.h>
          |                  ^~~~~~~~~~~~~~~~~
    compilation terminated.
    configure:24741: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_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 1
    | #define HAVE_DECL_BSWAP_32 1
    | #define HAVE_DECL_BSWAP_64 1
    | #define HAVE_DECL___BUILTIN_CLZ 1
    | #define HAVE_DECL___BUILTIN_CLZL 1
    | #define HAVE_DECL___BUILTIN_CLZLL 1
    | #define HAVE_MALLOC_INFO 1
    | #define HAVE_MALLOPT_ARENA_MAX 1
    | #define HAVE_VISIBILITY_ATTRIBUTE 1
    | #define HAVE_THREAD_LOCAL 1
    | #define HAVE_GMTIME_R 1
    | #define HAVE_SYS_GETRANDOM 1
    | #define HAVE_GETENTROPY 1
    | #define HAVE_GETENTROPY_RAND 1
    | #define HAVE_STD__SYSTEM 1
    | #define HAVE_SYSTEM HAVE_STD__SYSTEM || HAVE_WSYSTEM
    | /* end confdefs.h.  */
    |
    |         #include <libdb5/db_cxx.h>
    |
    | int
    | main ()
    | {
    |
    |         #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
    |           #error "failed to find bdb 4.8+"
    |         #endif
    |
    |   ;
    |   return 0;
    | }
    configure:24741: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    conftest.cpp:76:18: fatal error: db5/db_cxx.h: No such file or directory
       76 |         #include <db5/db_cxx.h>
          |                  ^~~~~~~~~~~~~~
    compilation terminated.
    configure:24741: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_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 1
    | #define HAVE_DECL_BSWAP_32 1
    | #define HAVE_DECL_BSWAP_64 1
    | #define HAVE_DECL___BUILTIN_CLZ 1
    | #define HAVE_DECL___BUILTIN_CLZL 1
    | #define HAVE_DECL___BUILTIN_CLZLL 1
    | #define HAVE_MALLOC_INFO 1
    | #define HAVE_MALLOPT_ARENA_MAX 1
    | #define HAVE_VISIBILITY_ATTRIBUTE 1
    | #define HAVE_THREAD_LOCAL 1
    | #define HAVE_GMTIME_R 1
    | #define HAVE_SYS_GETRANDOM 1
    | #define HAVE_GETENTROPY 1
    | #define HAVE_GETENTROPY_RAND 1
    | #define HAVE_STD__SYSTEM 1
    | #define HAVE_SYSTEM HAVE_STD__SYSTEM || HAVE_WSYSTEM
    | /* end confdefs.h.  */
    |
    |         #include <db5/db_cxx.h>
    |
    | int
    | main ()
    | {
    |
    |         #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
    |           #error "failed to find bdb 4.8+"
    |         #endif
    |
    |   ;
    |   return 0;
    | }
    configure:24741: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    conftest.cpp:76:18: fatal error: bdb5.3/db_cxx.h: No such file or directory
       76 |         #include <bdb5.3/db_cxx.h>
          |                  ^~~~~~~~~~~~~~~~~
    compilation terminated.
    configure:24741: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_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 1
    | #define HAVE_DECL_BSWAP_32 1
    | #define HAVE_DECL_BSWAP_64 1
    | #define HAVE_DECL___BUILTIN_CLZ 1
    | #define HAVE_DECL___BUILTIN_CLZL 1
    | #define HAVE_DECL___BUILTIN_CLZLL 1
    | #define HAVE_MALLOC_INFO 1
    | #define HAVE_MALLOPT_ARENA_MAX 1
    | #define HAVE_VISIBILITY_ATTRIBUTE 1
    | #define HAVE_THREAD_LOCAL 1
    | #define HAVE_GMTIME_R 1
    | #define HAVE_SYS_GETRANDOM 1
    | #define HAVE_GETENTROPY 1
    | #define HAVE_GETENTROPY_RAND 1
    | #define HAVE_STD__SYSTEM 1
    | #define HAVE_SYSTEM HAVE_STD__SYSTEM || HAVE_WSYSTEM
    | /* end confdefs.h.  */
    |
    |         #include <bdb5.3/db_cxx.h>
    |
    | int
    | main ()
    | {
    |
    |         #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
    |           #error "failed to find bdb 4.8+"
    |         #endif
    |
    |   ;
    |   return 0;
    | }
    configure:24741: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    conftest.cpp:76:18: fatal error: libdb5.3/db_cxx.h: No such file or directory
       76 |         #include <libdb5.3/db_cxx.h>
          |                  ^~~~~~~~~~~~~~~~~~~
    compilation terminated.
    configure:24741: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_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 1
    | #define HAVE_DECL_BSWAP_32 1
    | #define HAVE_DECL_BSWAP_64 1
    | #define HAVE_DECL___BUILTIN_CLZ 1
    | #define HAVE_DECL___BUILTIN_CLZL 1
    | #define HAVE_DECL___BUILTIN_CLZLL 1
    | #define HAVE_MALLOC_INFO 1
    | #define HAVE_MALLOPT_ARENA_MAX 1
    | #define HAVE_VISIBILITY_ATTRIBUTE 1
    | #define HAVE_THREAD_LOCAL 1
    | #define HAVE_GMTIME_R 1
    | #define HAVE_SYS_GETRANDOM 1
    | #define HAVE_GETENTROPY 1
    | #define HAVE_GETENTROPY_RAND 1
    | #define HAVE_STD__SYSTEM 1
    | #define HAVE_SYSTEM HAVE_STD__SYSTEM || HAVE_WSYSTEM
    | /* end confdefs.h.  */
    |
    |         #include <libdb5.3/db_cxx.h>
    |
    | int
    | main ()
    | {
    |
    |         #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
    |           #error "failed to find bdb 4.8+"
    |         #endif
    |
    |   ;
    |   return 0;
    | }
    configure:24741: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    conftest.cpp:76:18: fatal error: db5.3/db_cxx.h: No such file or directory
       76 |         #include <db5.3/db_cxx.h>
          |                  ^~~~~~~~~~~~~~~~
    compilation terminated.
    configure:24741: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_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 1
    | #define HAVE_DECL_BSWAP_32 1
    | #define HAVE_DECL_BSWAP_64 1
    | #define HAVE_DECL___BUILTIN_CLZ 1
    | #define HAVE_DECL___BUILTIN_CLZL 1
    | #define HAVE_DECL___BUILTIN_CLZLL 1
    | #define HAVE_MALLOC_INFO 1
    | #define HAVE_MALLOPT_ARENA_MAX 1
    | #define HAVE_VISIBILITY_ATTRIBUTE 1
    | #define HAVE_THREAD_LOCAL 1
    | #define HAVE_GMTIME_R 1
    | #define HAVE_SYS_GETRANDOM 1
    | #define HAVE_GETENTROPY 1
    | #define HAVE_GETENTROPY_RAND 1
    | #define HAVE_STD__SYSTEM 1
    | #define HAVE_SYSTEM HAVE_STD__SYSTEM || HAVE_WSYSTEM
    | /* end confdefs.h.  */
    |
    |         #include <db5.3/db_cxx.h>
    |
    | int
    | main ()
    | {
    |
    |         #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
    |           #error "failed to find bdb 4.8+"
    |         #endif
    |
    |   ;
    |   return 0;
    | }
    configure:24741: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    conftest.cpp:76:18: fatal error: bdb/db_cxx.h: No such file or directory
       76 |         #include <bdb/db_cxx.h>
          |                  ^~~~~~~~~~~~~~
    compilation terminated.
    configure:24741: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_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 1
    | #define HAVE_DECL_BSWAP_32 1
    | #define HAVE_DECL_BSWAP_64 1
    | #define HAVE_DECL___BUILTIN_CLZ 1
    | #define HAVE_DECL___BUILTIN_CLZL 1
    | #define HAVE_DECL___BUILTIN_CLZLL 1
    | #define HAVE_MALLOC_INFO 1
    | #define HAVE_MALLOPT_ARENA_MAX 1
    | #define HAVE_VISIBILITY_ATTRIBUTE 1
    | #define HAVE_THREAD_LOCAL 1
    | #define HAVE_GMTIME_R 1
    | #define HAVE_SYS_GETRANDOM 1
    | #define HAVE_GETENTROPY 1
    | #define HAVE_GETENTROPY_RAND 1
    | #define HAVE_STD__SYSTEM 1
    | #define HAVE_SYSTEM HAVE_STD__SYSTEM || HAVE_WSYSTEM
    | /* end confdefs.h.  */
    |
    |         #include <bdb/db_cxx.h>
    |
    | int
    | main ()
    | {
    |
    |         #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
    |           #error "failed to find bdb 4.8+"
    |         #endif
    |
    |   ;
    |   return 0;
    | }
    configure:24741: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    conftest.cpp:76:18: fatal error: libdb/db_cxx.h: No such file or directory
       76 |         #include <libdb/db_cxx.h>
          |                  ^~~~~~~~~~~~~~~~
    compilation terminated.
    configure:24741: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_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 1
    | #define HAVE_DECL_BSWAP_32 1
    | #define HAVE_DECL_BSWAP_64 1
    | #define HAVE_DECL___BUILTIN_CLZ 1
    | #define HAVE_DECL___BUILTIN_CLZL 1
    | #define HAVE_DECL___BUILTIN_CLZLL 1
    | #define HAVE_MALLOC_INFO 1
    | #define HAVE_MALLOPT_ARENA_MAX 1
    | #define HAVE_VISIBILITY_ATTRIBUTE 1
    | #define HAVE_THREAD_LOCAL 1
    | #define HAVE_GMTIME_R 1
    | #define HAVE_SYS_GETRANDOM 1
    | #define HAVE_GETENTROPY 1
    | #define HAVE_GETENTROPY_RAND 1
    | #define HAVE_STD__SYSTEM 1
    | #define HAVE_SYSTEM HAVE_STD__SYSTEM || HAVE_WSYSTEM
    | /* end confdefs.h.  */
    |
    |         #include <libdb/db_cxx.h>
    |
    | int
    | main ()
    | {
    |
    |         #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
    |           #error "failed to find bdb 4.8+"
    |         #endif
    |
    |   ;
    |   return 0;
    | }
    configure:24741: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    conftest.cpp:76:18: fatal error: db/db_cxx.h: No such file or directory
       76 |         #include <db/db_cxx.h>
          |                  ^~~~~~~~~~~~~
    compilation terminated.
    configure:24741: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_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 1
    | #define HAVE_DECL_BSWAP_32 1
    | #define HAVE_DECL_BSWAP_64 1
    | #define HAVE_DECL___BUILTIN_CLZ 1
    | #define HAVE_DECL___BUILTIN_CLZL 1
    | #define HAVE_DECL___BUILTIN_CLZLL 1
    | #define HAVE_MALLOC_INFO 1
    | #define HAVE_MALLOPT_ARENA_MAX 1
    | #define HAVE_VISIBILITY_ATTRIBUTE 1
    | #define HAVE_THREAD_LOCAL 1
    | #define HAVE_GMTIME_R 1
    | #define HAVE_SYS_GETRANDOM 1
    | #define HAVE_GETENTROPY 1
    | #define HAVE_GETENTROPY_RAND 1
    | #define HAVE_STD__SYSTEM 1
    | #define HAVE_SYSTEM HAVE_STD__SYSTEM || HAVE_WSYSTEM
    | /* end confdefs.h.  */
    |
    |         #include <db/db_cxx.h>
    |
    | int
    | main ()
    | {
    |
    |         #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
    |           #error "failed to find bdb 4.8+"
    |         #endif
    |
    |   ;
    |   return 0;
    | }
    configure:24741: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:24741: $? = 0
    configure:24770: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:24770: $? = 0
    configure:24813: result: default
    configure:24836: checking for main in -ldb_cxx-4.8
    configure:24855: g++ -m64 -std=c++11 -o conftest -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib  conftest.cpp -ldb_cxx-4.8   >&5
    configure:24855: $? = 0
    configure:24865: result: yes
    configure:24887: checking miniupnpc/miniwget.h usability
    configure:24887: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:24887: $? = 0
    configure:24887: result: yes
    configure:24887: checking miniupnpc/miniwget.h presence
    configure:24887: g++ -m64 -std=c++11 -E -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
    configure:24887: $? = 0
    configure:24887: result: yes
    configure:24887: checking for miniupnpc/miniwget.h
    configure:24887: result: yes
    configure:24892: checking for upnpDiscover in -lminiupnpc
    configure:24917: g++ -m64 -std=c++11 -o conftest -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib  conftest.cpp -lminiupnpc   >&5
    configure:24917: $? = 0
    configure:24926: result: yes
    configure:24887: checking miniupnpc/miniupnpc.h usability
    configure:24887: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:24887: $? = 0
    configure:24887: result: yes
    configure:24887: checking miniupnpc/miniupnpc.h presence
    configure:24887: g++ -m64 -std=c++11 -E -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
    configure:24887: $? = 0
    configure:24887: result: yes
    configure:24887: checking for miniupnpc/miniupnpc.h
    configure:24887: result: yes
    configure:24892: checking for upnpDiscover in -lminiupnpc
    configure:24926: result: yes
    configure:24887: checking miniupnpc/upnpcommands.h usability
    configure:24887: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:24887: $? = 0
    configure:24887: result: yes
    configure:24887: checking miniupnpc/upnpcommands.h presence
    configure:24887: g++ -m64 -std=c++11 -E -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
    configure:24887: $? = 0
    configure:24887: result: yes
    configure:24887: checking for miniupnpc/upnpcommands.h
    configure:24887: result: yes
    configure:24892: checking for upnpDiscover in -lminiupnpc
    configure:24926: result: yes
    configure:24887: checking miniupnpc/upnperrors.h usability
    configure:24887: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
    configure:24887: $? = 0
    configure:24887: result: yes
    configure:24887: checking miniupnpc/upnperrors.h presence
    configure:24887: g++ -m64 -std=c++11 -E -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
    configure:24887: $? = 0
    configure:24887: result: yes
    configure:24887: checking for miniupnpc/upnperrors.h
    configure:24887: result: yes
    configure:24892: checking for upnpDiscover in -lminiupnpc
    configure:24926: result: yes
    configure:24942: checking whether miniUPnPc API version is supported
    configure:24963: g++ -m64 -std=c++11 -E -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
    configure:24963: $? = 0
    configure:24965: result: yes
    configure:25080: checking for boostlib >= 1.47.0 (104700) includes in "/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include"
    configure:25084: result: yes
    configure:25088: checking for boostlib >= 1.47.0 (104700) lib path in "/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib/x86_64-linux-gnu"
    configure:25098: result: no
    configure:25088: checking for boostlib >= 1.47.0 (104700) lib path in "/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib64"
    configure:25098: result: no
    configure:25088: checking for boostlib >= 1.47.0 (104700) lib path in "/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../libx32"
    configure:25098: result: no
    configure:25088: checking for boostlib >= 1.47.0 (104700) lib path in "/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib"
    configure:25092: result: yes
    configure:25132: checking for boostlib >= 1.47.0 (104700)
    configure:25164: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include conftest.cpp >&5
    configure:25164: $? = 0
    configure:25166: result: yes
    configure:25361: checking whether the Boost::System library is available
    configure:25386: g++ -m64 -std=c++11 -c  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include conftest.cpp >&5
    configure:25386: $? = 0
    configure:25401: result: yes
    configure:25416: checking for exit in -lboost_system-mt-x64
    configure:25441: g++ -m64 -std=c++11 -o conftest -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib  -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib conftest.cpp -lboost_system-mt-x64   >&5
    conftest.cpp:88:6: warning: declaration of 'char exit()' conflicts with built-in declaration 'void exit(int)' [-Wbuiltin-declaration-mismatch]
       88 | char exit ();
          |      ^~~~
    configure:25441: $? = 0
    configure:25451: result: yes
    configure:25606: checking whether the Boost::Filesystem library is available
    configure:25630: g++ -m64 -std=c++11 -c -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include conftest.cpp >&5
    configure:25630: $? = 0
    configure:25644: result: yes
    configure:25655: checking for exit in -lboost_filesystem-mt-x64
    configure:25680: g++ -m64 -std=c++11 -o conftest -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib  -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib conftest.cpp -lboost_filesystem-mt-x64   -lboost_system-mt-x64 >&5
    conftest.cpp:89:6: warning: declaration of 'char exit()' conflicts with built-in declaration 'void exit(int)' [-Wbuiltin-declaration-mismatch]
       89 | char exit ();
          |      ^~~~
    configure:25680: $? = 0
    configure:25690: result: yes
    configure:25840: checking whether the Boost::Thread library is available
    configure:25873: g++ -m64 -std=c++11 -c -pthread -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include conftest.cpp >&5
    configure:25873: $? = 0
    configure:25888: result: yes
    configure:25917: checking for exit in -lboost_thread-mt-x64
    configure:25942: g++ -m64 -std=c++11 -o conftest -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib  -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib conftest.cpp -lboost_thread-mt-x64   >&5
    conftest.cpp:90:6: warning: declaration of 'char exit()' conflicts with built-in declaration 'void exit(int)' [-Wbuiltin-declaration-mismatch]
       90 | char exit ();
          |      ^~~~
    configure:25942: $? = 0
    configure:25952: result: yes
    configure:26404: checking for mismatched boost c++11 scoped enums
    configure:26432: g++ -m64 -std=c++11 -o conftest -pipe -O2  -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC -pthread -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib  conftest.cpp -L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib -lboost_system-mt-x64 -lboost_filesystem-mt-x64 -lboost_thread-mt-x64 -lpthread  >&5
    conftest.cpp: In function 'int main()':
    conftest.cpp:100:5: error: 'choke' was not declared in this scope
      100 |     choke;
          |     ^~~~~
    configure:26432: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "Bitcoin Core"
    | #define PACKAGE_TARNAME "bitcoin"
    | #define PACKAGE_VERSION "0.20.1"
    | #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    | #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 STRERROR_R_CHAR_P 1
    | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    | #define HAVE_ENDIAN_H 1
    | #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    | #define HAVE_SYS_SYSCTL_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 1
    | #define HAVE_DECL_BSWAP_32 1
    | #define HAVE_DECL_BSWAP_64 1
    | #define HAVE_DECL___BUILTIN_CLZ 1
    | #define HAVE_DECL___BUILTIN_CLZL 1
    | #define HAVE_DECL___BUILTIN_CLZLL 1
    | #define HAVE_MALLOC_INFO 1
    | #define HAVE_MALLOPT_ARENA_MAX 1
    | #define HAVE_VISIBILITY_ATTRIBUTE 1
    | #define HAVE_THREAD_LOCAL 1
    | #define HAVE_GMTIME_R 1
    | #define HAVE_SYS_GETRANDOM 1
    | #define HAVE_GETENTROPY 1
    | #define HAVE_GETENTROPY_RAND 1
    | #define HAVE_STD__SYSTEM 1
    | #define HAVE_SYSTEM HAVE_STD__SYSTEM || HAVE_WSYSTEM
    | #define HAVE_MINIUPNPC_MINIWGET_H 1
    | #define HAVE_MINIUPNPC_MINIUPNPC_H 1
    | #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
    | #define HAVE_MINIUPNPC_UPNPERRORS_H 1
    | #define HAVE_BOOST /**/
    | #define HAVE_BOOST_SYSTEM /**/
    | #define HAVE_BOOST_FILESYSTEM /**/
    | #define HAVE_BOOST_THREAD /**/
    | /* 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:26436: result: ok
    configure:26532: checking for EVENT
    configure:26539: $PKG_CONFIG --exists --print-errors "libevent >= 2.0.21"
    configure:26542: $? = 0
    configure:26556: $PKG_CONFIG --exists --print-errors "libevent >= 2.0.21"
    configure:26559: $? = 0
    configure:26597: result: yes
    configure:26604: checking for EVENT_PTHREADS
    configure:26611: $PKG_CONFIG --exists --print-errors "libevent_pthreads >= 2.0.21"
    configure:26614: $? = 0
    configure:26628: $PKG_CONFIG --exists --print-errors "libevent_pthreads >= 2.0.21"
    configure:26631: $? = 0
    configure:26669: result: yes
    configure:26679: checking for ZMQ
    configure:26686: $PKG_CONFIG --exists --print-errors "libzmq >= 4"
    configure:26689: $? = 0
    configure:26703: $PKG_CONFIG --exists --print-errors "libzmq >= 4"
    configure:26706: $? = 0
    configure:26754: result: yes
    configure:27163: checking whether to build bitcoind
    configure:27173: result: yes
    configure:27176: checking whether to build bitcoin-cli
    configure:27186: result: yes
    configure:27189: checking whether to build bitcoin-tx
    configure:27199: result: yes
    configure:27202: checking whether to build bitcoin-wallet
    configure:27212: result: yes
    configure:27215: checking whether to build libraries
    configure:27232: result: yes
    configure:27243: checking if ccache should be used
    configure:27256: result: no
    configure:27297: checking if wallet should be enabled
    configure:27300: result: yes
    configure:27313: checking whether to build with support for UPnP
    configure:27324: result: yes
    configure:27326: checking whether to build with UPnP enabled by default
    configure:27334: result: no
    configure:27406: checking whether to build test_bitcoin
    configure:27413: result: no
    configure:27418: checking whether to reduce exports
    configure:27424: result: no
    configure:27836: checking that generated files are newer than configure
    configure:27842: result: done
    configure:27998: creating ./config.status
    
    ## ---------------------- ##
    ## Running config.status. ##
    ## ---------------------- ##
    
    This file was extended by Bitcoin Core config.status 0.20.1, which was
    generated by GNU Autoconf 2.69.  Invocation command line was
    
      CONFIG_FILES    =
      CONFIG_HEADERS  =
      CONFIG_LINKS    =
      CONFIG_COMMANDS =
      $ ./config.status
    
    on nuc
    
    config.status:1452: creating libbitcoinconsensus.pc
    config.status:1452: creating Makefile
    config.status:1452: creating src/Makefile
    config.status:1452: creating doc/man/Makefile
    config.status:1452: creating share/setup.nsi
    config.status:1452: creating share/qt/Info.plist
    config.status:1452: creating test/config.ini
    config.status:1452: creating contrib/devtools/split-debug.sh
    config.status:1452: creating src/config/bitcoin-config.h
    config.status:1633: src/config/bitcoin-config.h is unchanged
    config.status:1712: executing depfiles commands
    config.status:1789: cd src       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
    make: Nothing to be done for 'am--depfiles'.
    config.status:1794: $? = 0
    config.status:1712: executing libtool commands
    configure:30523: === configuring in src/univalue (/home/dante/src/bitcoin/src/univalue)
    configure:30586: running /bin/bash ./configure --disable-option-checking '--prefix=/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu'  '--with-gui=no' '--disable-tests' '--disable-gui-tests' '--enable-wallet' '--disable-shared' '--with-pic' '--enable-benchmark=no' '--with-bignum=no' '--enable-module-recovery' '--disable-jni' --cache-file=/dev/null --srcdir=.
    configure:30523: === configuring in src/secp256k1 (/home/dante/src/bitcoin/src/secp256k1)
    configure:30586: running /bin/bash ./configure --disable-option-checking '--prefix=/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu'  '--with-gui=no' '--disable-tests' '--disable-gui-tests' '--enable-wallet' '--disable-shared' '--with-pic' '--enable-benchmark=no' '--with-bignum=no' '--enable-module-recovery' '--disable-jni' --cache-file=/dev/null --srcdir=.
    
    ## ---------------- ##
    ## Cache variables. ##
    ## ---------------- ##
    
    ac_cv_build=x86_64-pc-linux-gnu
    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=
    ac_cv_env_BDB_CFLAGS_value=
    ac_cv_env_BDB_LIBS_set=
    ac_cv_env_BDB_LIBS_value=
    ac_cv_env_CCC_set=
    ac_cv_env_CCC_value=
    ac_cv_env_CC_set=
    ac_cv_env_CC_value=
    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_CXXCPP_set=
    ac_cv_env_CXXCPP_value=
    ac_cv_env_CXXFLAGS_set=
    ac_cv_env_CXXFLAGS_value=
    ac_cv_env_CXX_set=
    ac_cv_env_CXX_value=
    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_LT_SYS_LIBRARY_PATH_set=
    ac_cv_env_LT_SYS_LIBRARY_PATH_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_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_UNIVALUE_CFLAGS_set=
    ac_cv_env_UNIVALUE_CFLAGS_value=
    ac_cv_env_UNIVALUE_LIBS_set=
    ac_cv_env_UNIVALUE_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=yes
    ac_cv_have_decl___builtin_clz=yes
    ac_cv_have_decl___builtin_clzl=yes
    ac_cv_have_decl___builtin_clzll=yes
    ac_cv_have_decl_be16toh=yes
    ac_cv_have_decl_be32toh=yes
    ac_cv_have_decl_be64toh=yes
    ac_cv_have_decl_bswap_16=yes
    ac_cv_have_decl_bswap_32=yes
    ac_cv_have_decl_bswap_64=yes
    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=yes
    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=yes
    ac_cv_header_miniupnpc_miniwget_h=yes
    ac_cv_header_miniupnpc_upnpcommands_h=yes
    ac_cv_header_miniupnpc_upnperrors_h=yes
    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=no
    ac_cv_header_sys_prctl_h=yes
    ac_cv_header_sys_resources_h=no
    ac_cv_header_sys_select_h=yes
    ac_cv_header_sys_stat_h=yes
    ac_cv_header_sys_sysctl_h=yes
    ac_cv_header_sys_types_h=yes
    ac_cv_header_sys_vmmeter_h=no
    ac_cv_header_unistd_h=yes
    ac_cv_header_vm_vm_param_h=no
    ac_cv_host=x86_64-pc-linux-gnu
    ac_cv_lib_boost_filesystem_mt_x64___exit=yes
    ac_cv_lib_boost_system_mt_x64___exit=yes
    ac_cv_lib_boost_thread_mt_x64___exit=yes
    ac_cv_lib_db_cxx_4_8___main=yes
    ac_cv_lib_miniupnpc_upnpDiscover=yes
    ac_cv_objcxx_compiler_gnu=no
    ac_cv_objext=o
    ac_cv_path_EGREP='/bin/grep -E'
    ac_cv_path_FGREP='/bin/grep -F'
    ac_cv_path_GIT=/usr/bin/git
    ac_cv_path_GREP=/bin/grep
    ac_cv_path_HEXDUMP=/usr/bin/hexdump
    ac_cv_path_PKG_CONFIG='/usr/bin/pkg-config --static'
    ac_cv_path_PYTHON=/usr/bin/python3.5
    ac_cv_path_SED=/bin/sed
    ac_cv_path_ac_pt_AR=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_NM=nm
    ac_cv_path_ac_pt_OBJCOPY=/usr/bin/objcopy
    ac_cv_path_ac_pt_RANLIB=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_path_lt_DD=/bin/dd
    ac_cv_path_mkdir=/bin/mkdir
    ac_cv_prog_AR=ar
    ac_cv_prog_AWK=gawk
    ac_cv_prog_CC='gcc -m64'
    ac_cv_prog_CPP='gcc -m64 -E'
    ac_cv_prog_CXXCPP='g++ -m64 -std=c++11 -E'
    ac_cv_prog_OBJCXX='g++ -m64 -std=c++11'
    ac_cv_prog_RANLIB=ranlib
    ac_cv_prog_STRIP=strip
    ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
    ac_cv_prog_ac_ct_OBJDUMP=objdump
    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=no
    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=no
    ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE
    ax_cv_PTHREAD_PRIO_INHERIT=yes
    ax_cv_PTHREAD_SPECIAL_FLAGS=no
    ax_cv_boost_filesystem=yes
    ax_cv_boost_system=yes
    ax_cv_boost_thread=yes
    ax_cv_check_cxxcppflags___D_FORTIFY_SOURCE_2=yes
    ax_cv_check_cxxcppflags___U_FORTIFY_SOURCE=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___fstack_reuse_none=yes
    ax_cv_check_cxxflags__march_armv8_apcrcpcrypto=no
    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___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=no
    lt_cv_deplibs_check_method=pass_all
    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 -m elf_x86_64'
    lt_cv_path_NM=nm
    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=no
    lt_cv_prog_compiler_static_works=yes
    lt_cv_prog_compiler_static_works_CXX=yes
    lt_cv_prog_gnu_ld=yes
    lt_cv_prog_gnu_ldcxx=yes
    lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
    lt_cv_shlibpath_overrides_runpath=yes
    lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
    lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
    lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
    lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
    lt_cv_sys_global_symbol_to_import=
    lt_cv_sys_max_cmd_len=1572864
    lt_cv_to_host_file_cmd=func_convert_file_noop
    lt_cv_to_tool_file_cmd=func_convert_file_noop
    lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
    pkg_cv_EVENT_CFLAGS=-I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/include
    pkg_cv_EVENT_LIBS='-L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/lib -levent'
    pkg_cv_EVENT_PTHREADS_CFLAGS='-pthread -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/include'
    pkg_cv_EVENT_PTHREADS_LIBS='-L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/lib -levent_pthreads -levent'
    pkg_cv_ZMQ_CFLAGS=-I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/include
    pkg_cv_ZMQ_LIBS='-L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/lib -lzmq -lpthread -lrt'
    
    ## ----------------- ##
    ## Output variables. ##
    ## ----------------- ##
    
    ACLOCAL='${SHELL} /home/dante/src/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='ar'
    ARFLAGS='cr'
    ARM_CRC_CXXFLAGS=''
    AUTOCONF='${SHELL} /home/dante/src/bitcoin/build-aux/missing autoconf'
    AUTOHEADER='${SHELL} /home/dante/src/bitcoin/build-aux/missing autoheader'
    AUTOMAKE='${SHELL} /home/dante/src/bitcoin/build-aux/missing automake-1.16'
    AVX2_CXXFLAGS='-mavx -mavx2'
    AWK='gawk'
    BDB_CFLAGS=''
    BDB_CPPFLAGS=''
    BDB_LIBS='-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_CPPFLAGS='-DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC -pthread -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include'
    BOOST_FILESYSTEM_LIB='-lboost_filesystem-mt-x64'
    BOOST_LDFLAGS='-L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib'
    BOOST_LIBS='-L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib -lboost_system-mt-x64 -lboost_filesystem-mt-x64 -lboost_thread-mt-x64 -lpthread'
    BOOST_SYSTEM_LIB='-lboost_system-mt-x64'
    BOOST_THREAD_LIB='-lboost_thread-mt-x64 -lpthread'
    BOOST_UNIT_TEST_FRAMEWORK_LIB=''
    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='gcc -m64'
    CCACHE=''
    CCDEPMODE='depmode=gcc3'
    CFLAGS='-pipe -O2 '
    CLIENT_VERSION_BUILD='0'
    CLIENT_VERSION_IS_RELEASE='true'
    CLIENT_VERSION_MAJOR='0'
    CLIENT_VERSION_MINOR='20'
    CLIENT_VERSION_REVISION='1'
    COMPAT_LDFLAGS=''
    COPYRIGHT_HOLDERS='The %s developers'
    COPYRIGHT_HOLDERS_FINAL='The Bitcoin Core developers'
    COPYRIGHT_HOLDERS_SUBSTITUTION='Bitcoin Core'
    COPYRIGHT_YEAR='2020'
    CPP='gcc -m64 -E'
    CPPFILT='/usr/bin/c++filt'
    CPPFLAGS='-I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS'
    CXX='g++ -m64 -std=c++11'
    CXXCPP='g++ -m64 -std=c++11 -E'
    CXXDEPMODE='depmode=gcc3'
    CXXFLAGS='-pipe -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='/bin/grep -E'
    EMBEDDED_LEVELDB_FALSE='#'
    EMBEDDED_LEVELDB_TRUE=''
    EMBEDDED_UNIVALUE_FALSE='#'
    EMBEDDED_UNIVALUE_TRUE=''
    ENABLE_ARM_CRC_FALSE=''
    ENABLE_ARM_CRC_TRUE='#'
    ENABLE_AVX2_FALSE='#'
    ENABLE_AVX2_TRUE=''
    ENABLE_BENCH_FALSE='#'
    ENABLE_BENCH_TRUE=''
    ENABLE_FUZZ_FALSE=''
    ENABLE_FUZZ_TRUE='#'
    ENABLE_MAN_FALSE='#'
    ENABLE_MAN_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_SSE42_FALSE='#'
    ENABLE_SSE42_TRUE=''
    ENABLE_TESTS_FALSE=''
    ENABLE_TESTS_TRUE='#'
    ENABLE_WALLET_FALSE='#'
    ENABLE_WALLET_TRUE=''
    ENABLE_ZMQ_FALSE='#'
    ENABLE_ZMQ_TRUE=''
    ERROR_CXXFLAGS=''
    EVENT_CFLAGS='-I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/include'
    EVENT_LIBS='-L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/lib -levent'
    EVENT_PTHREADS_CFLAGS='-pthread -I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/include'
    EVENT_PTHREADS_LIBS='-L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/lib -levent_pthreads -levent'
    EXEEXT=''
    EXTENDED_FUNCTIONAL_TESTS=''
    FGREP='/bin/grep -F'
    GCOV='/usr/bin/gcov'
    GENHTML=''
    GENISOIMAGE=''
    GIT='/usr/bin/git'
    GLIBC_BACK_COMPAT_FALSE=''
    GLIBC_BACK_COMPAT_TRUE='#'
    GPROF_CXXFLAGS=''
    GPROF_LDFLAGS=''
    GREP='/bin/grep'
    HARDENED_CPPFLAGS=' -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2'
    HARDENED_CXXFLAGS=' -fstack-reuse=none -Wstack-protector -fstack-protector-all'
    HARDENED_LDFLAGS=' -Wl,-z,relro -Wl,-z,now -pie'
    HARDEN_FALSE='#'
    HARDEN_TRUE=''
    HAVE_BUILTIN_PREFETCH='1'
    HAVE_CXX11='1'
    HAVE_DOXYGEN_FALSE=''
    HAVE_DOXYGEN_TRUE='#'
    HAVE_FDATASYNC='1'
    HAVE_FULLFSYNC='0'
    HAVE_GMTIME_R=''
    HAVE_MM_PREFETCH='1'
    HAVE_O_CLOEXEC='1'
    HAVE_STRONG_GETAUXVAL='0'
    HAVE_WEAK_GETAUXVAL='1'
    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 -m elf_x86_64'
    LDFLAGS='-L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib '
    LEVELDB_CPPFLAGS=''
    LIBLEVELDB=''
    LIBMEMENV=''
    LIBOBJS=''
    LIBS=''
    LIBTOOL='$(SHELL) $(top_builddir)/libtool'
    LIBTOOL_APP_LDFLAGS=''
    LIPO=''
    LN_S='ln -s'
    LRELEASE=''
    LTLIBOBJS=''
    LT_SYS_LIBRARY_PATH=''
    LUPDATE=''
    MAINT=''
    MAINTAINER_MODE_FALSE='#'
    MAINTAINER_MODE_TRUE=''
    MAKEINFO='${SHELL} /home/dante/src/bitcoin/build-aux/missing makeinfo'
    MAKENSIS=''
    MANIFEST_TOOL=':'
    MINIUPNPC_CPPFLAGS=''
    MINIUPNPC_LIBS='-lminiupnpc'
    MKDIR_P='/bin/mkdir -p'
    MOC=''
    MOC_DEFS='-DHAVE_CONFIG_H -I$(srcdir)'
    NM='nm'
    NMEDIT=''
    NOWARN_CXXFLAGS=''
    OBJCOPY='/usr/bin/objcopy'
    OBJCXX='g++ -m64 -std=c++11'
    OBJCXXDEPMODE='depmode=gcc3'
    OBJCXXFLAGS=''
    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.20.1'
    PACKAGE_TARNAME='bitcoin'
    PACKAGE_URL='https://bitcoincore.org/'
    PACKAGE_VERSION='0.20.1'
    PATH_SEPARATOR=':'
    PIC_FLAGS='-fPIC'
    PIE_FLAGS='-fPIE'
    PKG_CONFIG='/usr/bin/pkg-config --static'
    PKG_CONFIG_LIBDIR='/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib/pkgconfig'
    PKG_CONFIG_PATH='/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../share/pkgconfig:/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../lib/pkgconfig'
    PTHREAD_CC='gcc -m64'
    PTHREAD_CFLAGS='-pthread'
    PTHREAD_LIBS=''
    PYTHON='/usr/bin/python3.5'
    PYTHONPATH='/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../native/lib/python3/dist-packages:'
    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='/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/share/../translations'
    RANLIB='ranlib'
    RCC=''
    READELF='/usr/bin/readelf'
    RELDFLAGS=''
    RSVG_CONVERT=''
    SANITIZER_CXXFLAGS=''
    SANITIZER_LDFLAGS=''
    SED='/bin/sed'
    SET_MAKE=''
    SHANI_CXXFLAGS='-msse4 -msha'
    SHELL='/bin/bash'
    SSE41_CXXFLAGS='-msse4.1'
    SSE42_CXXFLAGS='-msse4.2'
    STRIP='/usr/bin/strip'
    TARGET_DARWIN_FALSE=''
    TARGET_DARWIN_TRUE='#'
    TARGET_WINDOWS_FALSE=''
    TARGET_WINDOWS_TRUE='#'
    TESTDEFS=''
    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.20.1'
    WARN_CXXFLAGS=''
    WINDRES=''
    WORDS_BIGENDIAN_FALSE=''
    WORDS_BIGENDIAN_TRUE='#'
    XGETTEXT=''
    ZMQ_CFLAGS='-I/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/include'
    ZMQ_LIBS='-L/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu/lib -lzmq -lpthread -lrt'
    ac_ct_AR=''
    ac_ct_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-pc-linux-gnu'
    build_alias=''
    build_cpu='x86_64'
    build_os='linux-gnu'
    build_vendor='pc'
    datadir='${datarootdir}'
    datarootdir='${prefix}/share'
    docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
    dvidir='${docdir}'
    exec_prefix='${prefix}'
    host='x86_64-pc-linux-gnu'
    host_alias='x86_64-pc-linux-gnu'
    host_cpu='x86_64'
    host_os='linux-gnu'
    host_vendor='pc'
    htmldir='${docdir}'
    includedir='${prefix}/include'
    infodir='${datarootdir}/info'
    install_sh='${SHELL} /home/dante/src/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='/home/dante/src/bitcoin/depends/x86_64-pc-linux-gnu'
    program_transform_name='s,x,x,'
    psdir='${docdir}'
    runstatedir='${localstatedir}/run'
    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.20.1"
    #define PACKAGE_STRING "Bitcoin Core 0.20.1"
    #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 STRERROR_R_CHAR_P 1
    #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
    #define HAVE_ENDIAN_H 1
    #define HAVE_BYTESWAP_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_SYS_PRCTL_H 1
    #define HAVE_SYS_SYSCTL_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 1
    #define HAVE_DECL_BSWAP_32 1
    #define HAVE_DECL_BSWAP_64 1
    #define HAVE_DECL___BUILTIN_CLZ 1
    #define HAVE_DECL___BUILTIN_CLZL 1
    #define HAVE_DECL___BUILTIN_CLZLL 1
    #define HAVE_MALLOC_INFO 1
    #define HAVE_MALLOPT_ARENA_MAX 1
    #define HAVE_VISIBILITY_ATTRIBUTE 1
    #define HAVE_THREAD_LOCAL 1
    #define HAVE_GMTIME_R 1
    #define HAVE_SYS_GETRANDOM 1
    #define HAVE_GETENTROPY 1
    #define HAVE_GETENTROPY_RAND 1
    #define HAVE_STD__SYSTEM 1
    #define HAVE_SYSTEM HAVE_STD__SYSTEM || HAVE_WSYSTEM
    #define HAVE_MINIUPNPC_MINIWGET_H 1
    #define HAVE_MINIUPNPC_MINIUPNPC_H 1
    #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
    #define HAVE_MINIUPNPC_UPNPERRORS_H 1
    #define HAVE_BOOST /**/
    #define HAVE_BOOST_SYSTEM /**/
    #define HAVE_BOOST_FILESYSTEM /**/
    #define HAVE_BOOST_THREAD /**/
    #define ENABLE_ZMQ 1
    #define HAVE_CONSENSUS_LIB 1
    #define ENABLE_WALLET 1
    #define USE_UPNP 0
    #define CLIENT_VERSION_MAJOR 0
    #define CLIENT_VERSION_MINOR 20
    #define CLIENT_VERSION_REVISION 1
    #define CLIENT_VERSION_BUILD 0
    #define CLIENT_VERSION_IS_RELEASE true
    #define COPYRIGHT_YEAR 2020
    #define COPYRIGHT_HOLDERS "The %s developers"
    #define COPYRIGHT_HOLDERS_SUBSTITUTION "Bitcoin Core"
    #define COPYRIGHT_HOLDERS_FINAL "The Bitcoin Core developers"
    
    configure: exit 0
    

    </details>

  2. D4nte added the label Bug on Sep 24, 2020
  3. MarcoFalke commented at 6:58 AM on September 24, 2020: member

    You'll also have to start the server with the wallet enabled

  4. D4nte commented at 7:18 AM on September 24, 2020: none

    You'll also have to start the server with the wallet enabled

    Thanks!

  5. D4nte closed this on Sep 24, 2020

  6. MarcoFalke removed the label Bug on Sep 24, 2020
  7. MarcoFalke added the label Questions and Help on Sep 24, 2020
  8. DrahtBot locked this on Feb 15, 2022

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-15 15:14 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me