util/url.cpp:7:10: fatal error: 'event2/http.h' file not found #19404

issue D4nte opened this issue on June 29, 2020
  1. D4nte commented at 6:07 AM on June 29, 2020: none

    Expected behavior

    Being able to compile bitcoin on Mac Mojave, having installed dependencies using brew

    Actual behavior

    Getting the following error when compiling:

    util/url.cpp:7:10: fatal error: 'event2/http.h' file not found
    #include <event2/http.h>
    

    To reproduce

    Note that it also has difficulties to find boost so I have to pass the path to the configure command.

    ▶ ./autogen.sh 
    glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
    glibtoolize: copying file 'build-aux/ltmain.sh'
    glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'.
    glibtoolize: copying file 'build-aux/m4/libtool.m4'
    glibtoolize: copying file 'build-aux/m4/ltoptions.m4'
    glibtoolize: copying file 'build-aux/m4/ltsugar.m4'
    glibtoolize: copying file 'build-aux/m4/ltversion.m4'
    glibtoolize: copying file 'build-aux/m4/lt~obsolete.m4'
    configure.ac:45: installing 'build-aux/compile'
    configure.ac:28: installing 'build-aux/missing'
    Makefile.am: installing 'build-aux/depcomp'
    glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
    glibtoolize: copying file 'build-aux/ltmain.sh'
    glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'.
    glibtoolize: copying file 'build-aux/m4/libtool.m4'
    glibtoolize: copying file 'build-aux/m4/ltoptions.m4'
    glibtoolize: copying file 'build-aux/m4/ltsugar.m4'
    glibtoolize: copying file 'build-aux/m4/ltversion.m4'
    glibtoolize: copying file 'build-aux/m4/lt~obsolete.m4'
    configure.ac:15: installing 'build-aux/compile'
    configure.ac:9: installing 'build-aux/missing'
    Makefile.am: installing 'build-aux/depcomp'
    glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
    glibtoolize: copying file 'build-aux/ltmain.sh'
    glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'.
    glibtoolize: copying file 'build-aux/m4/libtool.m4'
    glibtoolize: copying file 'build-aux/m4/ltoptions.m4'
    glibtoolize: copying file 'build-aux/m4/ltsugar.m4'
    glibtoolize: copying file 'build-aux/m4/ltversion.m4'
    glibtoolize: copying file 'build-aux/m4/lt~obsolete.m4'
    configure.ac:95: installing 'build-aux/compile'
    configure.ac:39: installing 'build-aux/missing'
    src/Makefile.am: installing 'build-aux/depcomp'
    
    ▶ ./configure --with-boost=/usr/local/Cellar/boost/1.72.0_3 --disable-zmq
    checking build system type... x86_64-apple-darwin18.7.0
    checking host system type... x86_64-apple-darwin18.7.0
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
    checking for gawk... no
    checking for mawk... no
    checking for nawk... no
    checking for awk... awk
    checking whether make sets $(MAKE)... yes
    checking whether make supports nested variables... yes
    checking whether to enable maintainer-specific portions of Makefiles... yes
    checking whether make supports nested variables... (cached) yes
    checking for g++... g++
    checking whether the C++ compiler works... yes
    checking for C++ compiler default output file name... a.out
    checking for suffix of executables... 
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking whether make supports the include directive... yes (GNU style)
    checking dependency style of g++... gcc3
    checking whether g++ supports C++11 features with -std=c++11... yes
    checking whether std::atomic can be used without link library... yes
    checking whether we are using the GNU Objective C++ compiler... yes
    checking whether g++ -std=c++11 accepts -g... yes
    checking dependency style of g++ -std=c++11... gcc3
    checking how to print strings... printf
    checking for gcc... gcc
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking whether gcc understands -c and -o together... yes
    checking dependency style of gcc... gcc3
    checking for a sed that does not truncate output... /usr/local/bin/gsed
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for fgrep... /usr/bin/grep -F
    checking for ld used by gcc... /Library/Developer/CommandLineTools/usr/bin/ld
    checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 196608
    checking how to convert x86_64-apple-darwin18.7.0 file names to x86_64-apple-darwin18.7.0 format... func_convert_file_noop
    checking how to convert x86_64-apple-darwin18.7.0 file names to toolchain format... func_convert_file_noop
    checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... no
    checking how to associate runtime and link libraries... printf %s\n
    checking for ar... ar
    checking for archiver [@FILE](/bitcoin-bitcoin/contributor/file/) support... no
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for sysroot... no
    checking for a working dd... /bin/dd
    checking how to truncate binary pipes... /bin/dd bs=4096 count=1
    checking for mt... no
    checking if : is a manifest tool... no
    checking for dsymutil... dsymutil
    checking for nmedit... nmedit
    checking for lipo... lipo
    checking for otool... otool
    checking for otool64... no
    checking for -single_module linker flag... yes
    checking for -exported_symbols_list linker flag... yes
    checking for -force_load linker flag... yes
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... yes
    checking for gcc option to produce PIC... -fno-common -DPIC
    checking if gcc PIC flag -fno-common -DPIC works... yes
    checking if gcc static flag -static works... no
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... darwin18.7.0 dyld
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking how to run the C++ preprocessor... g++ -std=c++11 -E
    checking for ld used by g++ -std=c++11... /Library/Developer/CommandLineTools/usr/bin/ld
    checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
    checking whether the g++ -std=c++11 linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
    checking for g++ -std=c++11 option to produce PIC... -fno-common -DPIC
    checking if g++ -std=c++11 PIC flag -fno-common -DPIC works... yes
    checking if g++ -std=c++11 static flag -static works... no
    checking if g++ -std=c++11 supports -c -o file.o... yes
    checking if g++ -std=c++11 supports -c -o file.o... (cached) yes
    checking whether the g++ -std=c++11 linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... darwin18.7.0 dyld
    checking how to hardcode library paths into programs... immediate
    checking for ar... /usr/bin/ar
    checking for ranlib... /usr/bin/ranlib
    checking for strip... /usr/bin/strip
    checking for gcov... /usr/bin/gcov
    checking for lcov... no
    checking for python3.5... no
    checking for python3.6... no
    checking for python3.7... no
    checking for python3.8... no
    checking for python3... no
    checking for python... /usr/local/bin/python
    checking for genhtml... no
    checking for git... /usr/bin/git
    checking for ccache... no
    checking for xgettext... no
    checking for hexdump... /usr/bin/hexdump
    checking for readelf... no
    checking for c++filt... /usr/bin/c++filt
    checking for objcopy... no
    checking for doxygen... no
    checking whether C++ compiler accepts -Werror... yes
    checking whether the linker accepts -Wl,-fatal_warnings... yes
    checking whether C++ compiler accepts -Wall... yes
    checking whether C++ compiler accepts -Wextra... yes
    checking whether C++ compiler accepts -Wgnu... yes
    checking whether C++ compiler accepts -Wformat... yes
    checking whether C++ compiler accepts -Wvla... yes
    checking whether C++ compiler accepts -Wshadow-field... yes
    checking whether C++ compiler accepts -Wswitch... yes
    checking whether C++ compiler accepts -Wformat-security... yes
    checking whether C++ compiler accepts -Wthread-safety... yes
    checking whether C++ compiler accepts -Wrange-loop-analysis... yes
    checking whether C++ compiler accepts -Wredundant-decls... yes
    checking whether C++ compiler accepts -Wunused-variable... yes
    checking whether C++ compiler accepts -Wdate-time... yes
    checking whether C++ compiler accepts -Wconditional-uninitialized... yes
    checking whether C++ compiler accepts -Wsign-compare... yes
    checking whether C++ compiler accepts -Wsuggest-override... no
    checking whether C++ compiler accepts -Wunreachable-code-loop-increment... yes
    checking whether C++ compiler accepts -Wunused-parameter... yes
    checking whether C++ compiler accepts -Wself-assign... yes
    checking whether C++ compiler accepts -Wunused-local-typedef... yes
    checking whether C++ compiler accepts -Wdeprecated-register... yes
    checking whether C++ compiler accepts -Wimplicit-fallthrough... yes
    checking whether C++ compiler accepts -Wdeprecated-copy... no
    checking whether C++ compiler accepts -fno-extended-identifiers... no
    checking whether C++ compiler accepts -msse4.2... yes
    checking whether C++ compiler accepts -msse4.1... yes
    checking whether C++ compiler accepts -mavx -mavx2... yes
    checking whether C++ compiler accepts -msse4 -msha... yes
    checking for SSE4.2 intrinsics... yes
    checking for SSE4.1 intrinsics... yes
    checking for AVX2 intrinsics... yes
    checking for SHA-NI intrinsics... yes
    checking whether C++ compiler accepts -march=armv8-a+crc+crypto... no
    checking for ARM CRC32 intrinsics... no
    checking for rsvg-convert... no
    checking for rsvg... no
    checking for brew... brew
    checking whether the linker accepts -Wl,-headerpad_max_install_names... yes
    checking for pkg-config... /usr/local/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking whether byte ordering is bigendian... no
    checking whether gcc is Clang... yes
    checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread... no
    checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
    checking whether more special flags are required for pthreads... no
    checking for PTHREAD_PRIO_INHERIT... yes
    checking for special C compiler options needed for large files... no
    checking for _FILE_OFFSET_BITS value needed for large files... no
    checking whether strerror_r is declared... yes
    checking for strerror_r... yes
    checking whether strerror_r returns char *... no
    checking for __attribute__((visibility))... no
    checking for __attribute__((dllexport))... no
    checking for __attribute__((dllimport))... no
    checking for library containing clock_gettime... none required
    checking whether C++ compiler accepts -fPIC... yes
    checking whether C++ compiler accepts -fstack-reuse=none... no
    checking whether C++ compiler accepts -Wstack-protector... yes
    checking whether C++ compiler accepts -fstack-protector-all... yes
    checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2... yes
    checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE... yes
    checking whether the linker accepts -Wl,--dynamicbase... no
    checking whether the linker accepts -Wl,--nxcompat... no
    checking whether the linker accepts -Wl,--high-entropy-va... no
    checking whether the linker accepts -Wl,-z,relro... no
    checking whether the linker accepts -Wl,-z,now... no
    checking whether the linker accepts -fPIE -pie... no
    checking whether the linker accepts -Wl,-dead_strip... yes
    checking whether the linker accepts -Wl,-dead_strip_dylibs... yes
    checking whether the linker accepts -Wl,-bind_at_load... yes
    checking endian.h usability... no
    checking endian.h presence... no
    checking for endian.h... no
    checking sys/endian.h usability... no
    checking sys/endian.h presence... no
    checking for sys/endian.h... no
    checking byteswap.h usability... no
    checking byteswap.h presence... no
    checking for byteswap.h... no
    checking stdio.h usability... yes
    checking stdio.h presence... yes
    checking for stdio.h... yes
    checking for stdlib.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking sys/select.h usability... yes
    checking sys/select.h presence... yes
    checking for sys/select.h... yes
    checking sys/prctl.h usability... no
    checking sys/prctl.h presence... no
    checking for sys/prctl.h... no
    checking sys/sysctl.h usability... yes
    checking sys/sysctl.h presence... yes
    checking for sys/sysctl.h... yes
    checking vm/vm_param.h usability... no
    checking vm/vm_param.h presence... no
    checking for vm/vm_param.h... no
    checking sys/vmmeter.h usability... yes
    checking sys/vmmeter.h presence... yes
    checking for sys/vmmeter.h... yes
    checking sys/resources.h usability... no
    checking sys/resources.h presence... no
    checking for sys/resources.h... no
    checking whether getifaddrs is declared... yes
    checking whether freeifaddrs is declared... yes
    checking whether strnlen is declared... yes
    checking whether daemon is declared... yes
    checking whether le16toh is declared... no
    checking whether le32toh is declared... no
    checking whether le64toh is declared... no
    checking whether htole16 is declared... no
    checking whether htole32 is declared... no
    checking whether htole64 is declared... no
    checking whether be16toh is declared... no
    checking whether be32toh is declared... no
    checking whether be64toh is declared... no
    checking whether htobe16 is declared... no
    checking whether htobe32 is declared... no
    checking whether htobe64 is declared... no
    checking whether bswap_16 is declared... no
    checking whether bswap_32 is declared... no
    checking whether bswap_64 is declared... no
    checking whether __builtin_clz is declared... no
    checking whether __builtin_clzl is declared... no
    checking whether __builtin_clzll is declared... no
    checking for getmemoryinfo... no
    checking for mallopt M_ARENA_MAX... no
    checking for posix_fallocate... no
    checking for visibility attribute... yes
    checking for thread_local support... yes
    checking for gmtime_r... yes
    checking for Linux getrandom syscall... no
    checking for getentropy... no
    checking for getentropy via random.h... yes
    checking for sysctl... yes
    checking for sysctl KERN_ARND... no
    checking for if type char equals int8_t... no
    checking for fdatasync... no
    checking for F_FULLFSYNC... yes
    checking for O_CLOEXEC... yes
    checking for __builtin_prefetch... yes
    checking for _mm_prefetch... yes
    checking for strong getauxval support in the system headers... no
    checking for weak getauxval support in the compiler... yes
    checking for std::system... yes
    checking for ::_wsystem... no
    checking for Qt5Core Qt5Gui Qt5Network Qt5Widgets... yes
    checking for Qt5Test... yes
    checking for Qt5DBus... yes
    checking for static Qt... no
    checking whether -fPIE can be used with this Qt config... yes
    checking for moc-qt5... no
    checking for moc5... no
    checking for moc... /usr/local/Cellar/qt/5.15.0/bin/moc
    checking for uic-qt5... no
    checking for uic5... no
    checking for uic... /usr/local/Cellar/qt/5.15.0/bin/uic
    checking for rcc-qt5... no
    checking for rcc5... no
    checking for rcc... /usr/local/Cellar/qt/5.15.0/bin/rcc
    checking for lrelease-qt5... no
    checking for lrelease5... no
    checking for lrelease... /usr/local/Cellar/qt/5.15.0/bin/lrelease
    checking for lupdate-qt5... no
    checking for lupdate5... no
    checking for lupdate... /usr/local/Cellar/qt/5.15.0/bin/lupdate
    checking whether the linker accepts -framework Foundation -framework ApplicationServices -framework AppKit... yes
    checking whether to build Bitcoin Core GUI... yes (Qt5)
    checking miniupnpc/miniwget.h usability... no
    checking miniupnpc/miniwget.h presence... no
    checking for miniupnpc/miniwget.h... no
    checking miniupnpc/miniupnpc.h usability... no
    checking miniupnpc/miniupnpc.h presence... no
    checking for miniupnpc/miniupnpc.h... no
    checking miniupnpc/upnpcommands.h usability... no
    checking miniupnpc/upnpcommands.h presence... no
    checking for miniupnpc/upnpcommands.h... no
    checking miniupnpc/upnperrors.h usability... no
    checking miniupnpc/upnperrors.h presence... no
    checking for miniupnpc/upnperrors.h... no
    checking for boostlib >= 1.47.0 (104700) includes in "/usr/local/Cellar/boost/1.72.0_3/include"... yes
    checking for boostlib >= 1.47.0 (104700) lib path in "/usr/local/Cellar/boost/1.72.0_3/lib/x86_64-darwin18.7.0"... no
    checking for boostlib >= 1.47.0 (104700) lib path in "/usr/local/Cellar/boost/1.72.0_3/lib64"... no
    checking for boostlib >= 1.47.0 (104700) lib path in "/usr/local/Cellar/boost/1.72.0_3/libx32"... no
    checking for boostlib >= 1.47.0 (104700) lib path in "/usr/local/Cellar/boost/1.72.0_3/lib"... yes
    checking for boostlib >= 1.47.0 (104700)... yes
    checking whether the Boost::System library is available... yes
    checking for exit in -lboost_system... yes
    checking whether the Boost::Filesystem library is available... yes
    checking for exit in -lboost_filesystem... yes
    checking whether the Boost::Thread library is available... yes
    checking for exit in -lboost_thread-mt... yes
    checking whether the Boost::Unit_Test_Framework library is available... yes
    checking for dynamic linked boost test... yes
    checking for mismatched boost c++11 scoped enums... ok
    checking for libqrencode... yes
    checking for libevent >= 2.0.21... yes
    checking for libevent_pthreads >= 2.0.21... yes
    checking for libmultiprocess... no
    checking whether to build bitcoind... yes
    checking whether to build bitcoin-cli... yes
    checking whether to build bitcoin-tx... yes
    checking whether to build bitcoin-wallet... yes
    checking whether to build libraries... yes
    checking if ccache should be used... no
    checking if wallet should be enabled... yes
    checking whether to build with support for UPnP... no
    checking whether to build GUI with support for D-Bus... yes
    checking whether to build GUI with support for QR codes... yes
    configure: WARNING: "xgettext is required to update qt translations"
    checking whether to build test_bitcoin-qt... yes
    checking whether to build test_bitcoin... yes
    checking whether to reduce exports... no
    checking that generated files are newer than configure... done
    configure: creating ./config.status
    config.status: creating libbitcoinconsensus.pc
    config.status: creating Makefile
    config.status: creating src/Makefile
    config.status: creating doc/man/Makefile
    config.status: creating share/setup.nsi
    config.status: creating share/qt/Info.plist
    config.status: creating test/config.ini
    config.status: creating contrib/devtools/split-debug.sh
    config.status: creating src/config/bitcoin-config.h
    config.status: executing depfiles commands
    config.status: executing libtool commands
    === configuring in src/univalue (/Users/froyer/src/bitcoin/bitcoin/src/univalue)
    configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  '--with-boost=/usr/local/Cellar/boost/1.72.0_3' '--disable-zmq' '--disable-shared' '--with-pic' '--enable-benchmark=no' '--with-bignum=no' '--enable-module-recovery' --cache-file=/dev/null --srcdir=.
    checking whether make supports nested variables... yes
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
    checking for gawk... no
    checking for mawk... no
    checking for nawk... no
    checking for awk... awk
    checking whether make sets $(MAKE)... yes
    checking build system type... x86_64-apple-darwin18.7.0
    checking host system type... x86_64-apple-darwin18.7.0
    checking how to print strings... printf
    checking whether make supports the include directive... yes (GNU style)
    checking for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables... 
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking whether gcc understands -c and -o together... yes
    checking dependency style of gcc... gcc3
    checking for a sed that does not truncate output... /usr/local/bin/gsed
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for fgrep... /usr/bin/grep -F
    checking for ld used by gcc... /Library/Developer/CommandLineTools/usr/bin/ld
    checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 196608
    checking how to convert x86_64-apple-darwin18.7.0 file names to x86_64-apple-darwin18.7.0 format... func_convert_file_noop
    checking how to convert x86_64-apple-darwin18.7.0 file names to toolchain format... func_convert_file_noop
    checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... no
    checking how to associate runtime and link libraries... printf %s\n
    checking for ar... ar
    checking for archiver [@FILE](/bitcoin-bitcoin/contributor/file/) support... no
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for sysroot... no
    checking for a working dd... /bin/dd
    checking how to truncate binary pipes... /bin/dd bs=4096 count=1
    checking for mt... no
    checking if : is a manifest tool... no
    checking for dsymutil... dsymutil
    checking for nmedit... nmedit
    checking for lipo... lipo
    checking for otool... otool
    checking for otool64... no
    checking for -single_module linker flag... yes
    checking for -exported_symbols_list linker flag... yes
    checking for -force_load linker flag... yes
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... yes
    checking for gcc option to produce PIC... -fno-common -DPIC
    checking if gcc PIC flag -fno-common -DPIC works... yes
    checking if gcc static flag -static works... no
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... darwin18.7.0 dyld
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... no
    checking whether to build static libraries... yes
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking dependency style of g++... gcc3
    checking how to run the C++ preprocessor... g++ -E
    checking for ld used by g++... /Library/Developer/CommandLineTools/usr/bin/ld
    checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
    checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
    checking for g++ option to produce PIC... -fno-common -DPIC
    checking if g++ PIC flag -fno-common -DPIC works... yes
    checking if g++ static flag -static works... no
    checking if g++ supports -c -o file.o... yes
    checking if g++ supports -c -o file.o... (cached) yes
    checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... darwin18.7.0 dyld
    checking how to hardcode library paths into programs... immediate
    checking that generated files are newer than configure... done
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating pc/libunivalue.pc
    config.status: creating pc/libunivalue-uninstalled.pc
    config.status: creating univalue-config.h
    config.status: univalue-config.h is unchanged
    config.status: executing depfiles commands
    config.status: executing libtool commands
    === configuring in src/secp256k1 (/Users/froyer/src/bitcoin/bitcoin/src/secp256k1)
    configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  '--with-boost=/usr/local/Cellar/boost/1.72.0_3' '--disable-zmq' '--disable-shared' '--with-pic' '--enable-benchmark=no' '--with-bignum=no' '--enable-module-recovery' --cache-file=/dev/null --srcdir=.
    checking build system type... x86_64-apple-darwin18.7.0
    checking host system type... x86_64-apple-darwin18.7.0
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
    checking for gawk... no
    checking for mawk... no
    checking for nawk... no
    checking for awk... awk
    checking whether make sets $(MAKE)... yes
    checking whether make supports nested variables... yes
    checking how to print strings... printf
    checking whether make supports the include directive... yes (GNU style)
    checking for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables... 
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking whether gcc understands -c and -o together... rm: conftest.dSYM: is a directory
    yes
    checking dependency style of gcc... gcc3
    checking for a sed that does not truncate output... /usr/local/bin/gsed
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for fgrep... /usr/bin/grep -F
    checking for ld used by gcc... /Library/Developer/CommandLineTools/usr/bin/ld
    checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... rm: conftest.dSYM: is a directory
    BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 196608
    checking how to convert x86_64-apple-darwin18.7.0 file names to x86_64-apple-darwin18.7.0 format... func_convert_file_noop
    checking how to convert x86_64-apple-darwin18.7.0 file names to toolchain format... func_convert_file_noop
    checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... no
    checking how to associate runtime and link libraries... printf %s\n
    checking for ar... ar
    checking for archiver [@FILE](/bitcoin-bitcoin/contributor/file/) support... rm: conftest.dSYM: is a directory
    no
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... rm: conftest.dSYM: is a directory
    ok
    checking for sysroot... no
    checking for a working dd... /bin/dd
    checking how to truncate binary pipes... /bin/dd bs=4096 count=1
    checking for mt... no
    checking if : is a manifest tool... no
    checking for dsymutil... dsymutil
    checking for nmedit... nmedit
    checking for lipo... lipo
    checking for otool... otool
    checking for otool64... no
    checking for -single_module linker flag... yes
    checking for -exported_symbols_list linker flag... yes
    checking for -force_load linker flag... yes
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... yes
    checking for gcc option to produce PIC... -fno-common -DPIC
    checking if gcc PIC flag -fno-common -DPIC works... yes
    checking if gcc static flag -static works... no
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... darwin18.7.0 dyld
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... no
    checking whether to build static libraries... yes
    checking whether make supports nested variables... (cached) yes
    checking for pkg-config... /usr/local/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for ar... /usr/bin/ar
    checking for ranlib... /usr/bin/ranlib
    checking for strip... /usr/bin/strip
    checking for gcc... gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... (cached) none needed
    checking whether gcc understands -c and -o together... (cached) yes
    checking dependency style of gcc... (cached) gcc3
    checking how to run the C preprocessor... gcc -E
    checking for gcc option to accept ISO C89... (cached) none needed
    checking dependency style of gcc... gcc3
    checking for brew... /usr/local/bin/brew
    checking if gcc supports -std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings... yes
    checking if gcc supports -fvisibility=hidden... yes
    checking for __int128... yes
    checking valgrind/memcheck.h usability... no
    checking valgrind/memcheck.h presence... no
    checking for valgrind/memcheck.h... no
    checking if native gcc supports -Wall -Wextra -Wno-unused-function... yes
    checking for working native compiler: gcc... yes
    checking for x86_64 assembly availability... yes
    checking for libcrypto... yes
    checking for main in -lcrypto... yes
    checking for EC functions in libcrypto... yes
    checking whether byte ordering is bigendian... no
    checking that generated files are newer than configure... done
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating libsecp256k1.pc
    config.status: creating src/libsecp256k1-config.h
    config.status: src/libsecp256k1-config.h is unchanged
    config.status: executing depfiles commands
    config.status: executing libtool commands
    
    Build Options:
      with endomorphism       = no
      with ecmult precomp     = yes
      with external callbacks = no
      with benchmarks         = no
      with coverage           = no
      module ecdh             = no
      module recovery         = yes
    
      asm                     = x86_64
      bignum                  = no
      field                   = 64bit
      scalar                  = 64bit
      ecmult window size      = 15
      ecmult gen prec. bits   = 4
    
      valgrind                = no
      CC                      = gcc
      CFLAGS                  = -O2 -fvisibility=hidden -std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings -W -g
      CPPFLAGS                = 
      LDFLAGS                 = 
    
    
    Options used to compile and link:
      multiprocess  = no
      with wallet   = yes
      with gui / qt = yes
        with qr     = yes
      with zmq      = no
      with test     = yes
        with fuzz   = no
      with bench    = yes
      with upnp     = no
      use asm       = yes
      sanitizers    = 
      debug enabled = no
      gprof enabled = no
      werror        = no
    
      target os     = darwin
      build os      = darwin18.7.0
    
      CC            = gcc
      CFLAGS        = -g -O2
      CPPFLAGS      =   -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -DOBJC_OLD_DISPATCH_PROTOTYPES=0
      CXX           = g++ -std=c++11
      CXXFLAGS      =   -Wstack-protector -fstack-protector-all  -Wall -Wextra -Wgnu -Wformat -Wvla -Wshadow-field -Wswitch -Wformat-security -Wthread-safety -Wrange-loop-analysis -Wredundant-decls -Wunused-variable -Wdate-time -Wconditional-uninitialized -Wsign-compare -Wunreachable-code-loop-increment  -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough   -g -O2
      LDFLAGS       = -pthread  -Wl,-bind_at_load   -Wl,-headerpad_max_install_names -Wl,-dead_strip -Wl,-dead_strip_dylibs
      ARFLAGS       = cr
    
    ▶ make
    Making all in src
      CXX      bitcoind-bitcoind.o
      CXX      libbitcoin_server_a-addrdb.o
      CXX      libbitcoin_server_a-addrman.o
      CXX      libbitcoin_server_a-banman.o
      CXX      libbitcoin_server_a-blockencodings.o
      CXX      libbitcoin_server_a-blockfilter.o
      CXX      libbitcoin_server_a-chain.o
      CXX      consensus/libbitcoin_server_a-tx_verify.o
      CXX      libbitcoin_server_a-flatfile.o
      CXX      libbitcoin_server_a-httprpc.o
      CXX      libbitcoin_server_a-httpserver.o
      CXX      index/libbitcoin_server_a-base.o
      CXX      index/libbitcoin_server_a-blockfilterindex.o
      CXX      index/libbitcoin_server_a-txindex.o
      CXX      interfaces/libbitcoin_server_a-chain.o
      CXX      interfaces/libbitcoin_server_a-node.o
      CXX      libbitcoin_server_a-init.o
      CXX      libbitcoin_server_a-dbwrapper.o
      CXX      libbitcoin_server_a-miner.o
      CXX      libbitcoin_server_a-net.o
      CXX      libbitcoin_server_a-net_processing.o
      CXX      node/libbitcoin_server_a-coin.o
      CXX      node/libbitcoin_server_a-coinstats.o
      CXX      node/libbitcoin_server_a-context.o
      CXX      node/libbitcoin_server_a-psbt.o
      CXX      node/libbitcoin_server_a-transaction.o
      CXX      libbitcoin_server_a-noui.o
      CXX      policy/libbitcoin_server_a-fees.o
      CXX      policy/libbitcoin_server_a-rbf.o
      CXX      policy/libbitcoin_server_a-settings.o
      CXX      libbitcoin_server_a-pow.o
      CXX      libbitcoin_server_a-rest.o
      CXX      rpc/libbitcoin_server_a-blockchain.o
      CXX      rpc/libbitcoin_server_a-mining.o
      CXX      rpc/libbitcoin_server_a-misc.o
      CXX      rpc/libbitcoin_server_a-net.o
      CXX      rpc/libbitcoin_server_a-rawtransaction.o
      CXX      rpc/libbitcoin_server_a-server.o
      CXX      script/libbitcoin_server_a-sigcache.o
      CXX      libbitcoin_server_a-shutdown.o
      CXX      libbitcoin_server_a-timedata.o
      CXX      libbitcoin_server_a-torcontrol.o
      CXX      libbitcoin_server_a-txdb.o
      CXX      libbitcoin_server_a-txmempool.o
      CXX      libbitcoin_server_a-ui_interface.o
      CXX      libbitcoin_server_a-validation.o
      CXX      libbitcoin_server_a-validationinterface.o
      CXX      libbitcoin_server_a-versionbits.o
      CXX      wallet/libbitcoin_server_a-init.o
      AR       libbitcoin_server.a
      CXX      interfaces/libbitcoin_wallet_a-wallet.o
      CXX      wallet/libbitcoin_wallet_a-bdb.o
      CXX      wallet/libbitcoin_wallet_a-coincontrol.o
      CXX      wallet/libbitcoin_wallet_a-context.o
      CXX      wallet/libbitcoin_wallet_a-crypter.o
      CXX      wallet/libbitcoin_wallet_a-db.o
      CXX      wallet/libbitcoin_wallet_a-feebumper.o
      CXX      wallet/libbitcoin_wallet_a-fees.o
      CXX      wallet/libbitcoin_wallet_a-load.o
      CXX      wallet/libbitcoin_wallet_a-rpcdump.o
      CXX      wallet/libbitcoin_wallet_a-rpcwallet.o
      CXX      wallet/libbitcoin_wallet_a-salvage.o
      CXX      wallet/libbitcoin_wallet_a-scriptpubkeyman.o
      CXX      wallet/libbitcoin_wallet_a-wallet.o
      CXX      wallet/libbitcoin_wallet_a-walletdb.o
      CXX      wallet/libbitcoin_wallet_a-walletutil.o
      CXX      wallet/libbitcoin_wallet_a-coinselection.o
      AR       libbitcoin_wallet.a
      CXX      libbitcoin_common_a-base58.o
      CXX      libbitcoin_common_a-bech32.o
      CXX      libbitcoin_common_a-bloom.o
      CXX      libbitcoin_common_a-chainparams.o
      CXX      libbitcoin_common_a-coins.o
      CXX      libbitcoin_common_a-compressor.o
      CXX      libbitcoin_common_a-core_read.o
      CXX      libbitcoin_common_a-core_write.o
      CXX      libbitcoin_common_a-key.o
      CXX      libbitcoin_common_a-key_io.o
      CXX      libbitcoin_common_a-merkleblock.o
      CXX      libbitcoin_common_a-netaddress.o
      CXX      libbitcoin_common_a-netbase.o
      CXX      libbitcoin_common_a-net_permissions.o
      CXX      libbitcoin_common_a-outputtype.o
      CXX      policy/libbitcoin_common_a-feerate.o
      CXX      policy/libbitcoin_common_a-policy.o
      CXX      libbitcoin_common_a-protocol.o
      CXX      libbitcoin_common_a-psbt.o
      CXX      rpc/libbitcoin_common_a-rawtransaction_util.o
      CXX      rpc/libbitcoin_common_a-util.o
      CXX      libbitcoin_common_a-scheduler.o
      CXX      script/libbitcoin_common_a-descriptor.o
      CXX      script/libbitcoin_common_a-sign.o
      CXX      script/libbitcoin_common_a-signingprovider.o
      CXX      script/libbitcoin_common_a-standard.o
      CXX      libbitcoin_common_a-versionbitsinfo.o
      CXX      libbitcoin_common_a-warnings.o
      AR       libbitcoin_common.a
      CXX      support/libbitcoin_util_a-lockedpool.o
      CXX      libbitcoin_util_a-chainparamsbase.o
      CXX      libbitcoin_util_a-clientversion.o
      CXX      compat/libbitcoin_util_a-glibc_sanity.o
      CXX      compat/libbitcoin_util_a-glibcxx_sanity.o
      CXX      compat/libbitcoin_util_a-strnlen.o
      CXX      libbitcoin_util_a-fs.o
      CXX      interfaces/libbitcoin_util_a-handler.o
      CXX      libbitcoin_util_a-logging.o
      CXX      libbitcoin_util_a-random.o
    random.cpp:257:13: warning: unused function 'GetDevURandom' [-Wunused-function]
    static void GetDevURandom(unsigned char *ent32)
                ^
    1 warning generated.
      CXX      libbitcoin_util_a-randomenv.o
      CXX      rpc/libbitcoin_util_a-request.o
      CXX      support/libbitcoin_util_a-cleanse.o
      CXX      libbitcoin_util_a-sync.o
      CXX      libbitcoin_util_a-threadinterrupt.o
      CXX      util/libbitcoin_util_a-asmap.o
      CXX      util/libbitcoin_util_a-bip32.o
      CXX      util/libbitcoin_util_a-bytevectorhash.o
      CXX      util/libbitcoin_util_a-error.o
      CXX      util/libbitcoin_util_a-fees.o
      CXX      util/libbitcoin_util_a-system.o
      CXX      util/libbitcoin_util_a-message.o
      CXX      util/libbitcoin_util_a-moneystr.o
      CXX      util/libbitcoin_util_a-rbf.o
      CXX      util/libbitcoin_util_a-settings.o
      CXX      util/libbitcoin_util_a-threadnames.o
      CXX      util/libbitcoin_util_a-spanparsing.o
      CXX      util/libbitcoin_util_a-strencodings.o
      CXX      util/libbitcoin_util_a-string.o
      CXX      util/libbitcoin_util_a-time.o
      CXX      util/libbitcoin_util_a-url.o
    util/url.cpp:7:10: fatal error: 'event2/http.h' file not found
    #include <event2/http.h>
             ^~~~~~~~~~~~~~~
    1 error generated.
    make[2]: *** [util/libbitcoin_util_a-url.o] Error 1
    make[1]: *** [all-recursive] Error 1
    make: *** [all-recursive] Error 1
    
    

    System information

    • Mac Os Mojave 10.14.6
    • commit 2f54c760504ee61b2358bfeb7cda73898a67652f
    ▶ brew info libevent
    libevent: stable 2.1.11 (bottled)
    Asynchronous event library
    https://libevent.org/
    /usr/local/Cellar/libevent/2.1.11_1 (1,063 files, 5MB) *
      Poured from bottle on 2019-10-09 at 15:05:57
    From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/libevent.rb
    ==> Dependencies
    Build: autoconf ✔, automake ✔, doxygen ✘, libtool ✘, pkg-config ✔
    Required: openssl@1.1 ✔
    ==> Analytics
    install: 122,277 (30 days), 406,020 (90 days), 1,998,640 (365 days)
    install-on-request: 1,951 (30 days), 7,457 (90 days), 56,020 (365 days)
    build-error: 0 (30 days)
    

    Attachments

  2. D4nte added the label Bug on Jun 29, 2020
  3. D4nte commented at 7:48 AM on June 29, 2020: none

    I was able to fix the issue by doing the following:

    CPPFLAGS=-I/usr/local/Cellar/libevent/2.1.11_1/include ./configure --with-boost=/usr/local/Cellar/boost/1.72.0_3 --disable-zmq
    
  4. MarcoFalke added the label macOS on Jun 29, 2020
  5. fanquake commented at 7:45 AM on August 10, 2020: member

    I'm going to assume this is some local issue with brew, given configure also can't find Boost, even though the paths look regular in the log output. Is your install non-standard in some way?

  6. fanquake closed this on Aug 13, 2020

  7. D4nte commented at 5:42 AM on August 17, 2020: none

    It's not non-standard in any way, I am trying to use brew in the way it's meant to be used.

  8. fanquake commented at 6:02 AM on August 17, 2020: member

    It's not non-standard in any way, I am trying to use brew in the way it's meant to be used.

    Can you provide any additional information? Is the issue still present after a make clean or git clean -fx?

  9. D4nte commented at 9:02 AM on August 18, 2020: none

    I am happy to keep it closed as I found a workaround. I just wonder why it does not work out of the box.

    Tried the clean and reinstalling boost but same result.

    ▶ git checkout master
    [..]
    ▶ git pull
    [..]
    ▶ make clean
    [..]
    ▶ git clean -fx
    [..]
    ▶ brew list boost
    /usr/local/Cellar/boost/1.72.0_3/include/boost/ (14104 files)
    [..]
    ▶ brew uninstall --ignore-dependencies boost
    [..]
    ▶ brew install boost
    [..]
    ==> Downloading https://homebrew.bintray.com/bottles/boost-1.73.0.catalina.bottle.tar.gz
    ==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/d2cbb9cee2af7c3f62513979030413e9fdb3a6b4cae69241fc36f33e36d3781d?response-content-disposition=attachment%3Bfilename%3D%22boost-1.73.0.catalina.bottle.tar.gz%22&Policy=eyJTdGF0ZW1lbnQiOiBbeyJSZXNvdXJjZSI6Imh0dHAqOi
    ######################################################################## 100.0%
    ==> Pouring boost-1.73.0.catalina.bottle.tar.gz
    🍺  /usr/local/Cellar/boost/1.73.0: 14,538 files, 509.6MB
    [..]
    
    ▶ ./autogen.sh
    glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
    glibtoolize: copying file 'build-aux/ltmain.sh'
    glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'.
    glibtoolize: copying file 'build-aux/m4/libtool.m4'
    glibtoolize: copying file 'build-aux/m4/ltoptions.m4'
    glibtoolize: copying file 'build-aux/m4/ltsugar.m4'
    glibtoolize: copying file 'build-aux/m4/ltversion.m4'
    glibtoolize: copying file 'build-aux/m4/lt~obsolete.m4'
    configure.ac:45: installing 'build-aux/compile'
    configure.ac:45: installing 'build-aux/config.guess'
    configure.ac:45: installing 'build-aux/config.sub'
    configure.ac:28: installing 'build-aux/install-sh'
    configure.ac:28: installing 'build-aux/missing'
    Makefile.am: installing 'build-aux/depcomp'
    parallel-tests: installing 'build-aux/test-driver'
    glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
    glibtoolize: copying file 'build-aux/ltmain.sh'
    glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'.
    glibtoolize: copying file 'build-aux/m4/libtool.m4'
    glibtoolize: copying file 'build-aux/m4/ltoptions.m4'
    glibtoolize: copying file 'build-aux/m4/ltsugar.m4'
    glibtoolize: copying file 'build-aux/m4/ltversion.m4'
    glibtoolize: copying file 'build-aux/m4/lt~obsolete.m4'
    configure.ac:15: installing 'build-aux/compile'
    configure.ac:5: installing 'build-aux/config.guess'
    configure.ac:5: installing 'build-aux/config.sub'
    configure.ac:9: installing 'build-aux/install-sh'
    configure.ac:9: installing 'build-aux/missing'
    Makefile.am: installing 'build-aux/depcomp'
    parallel-tests: installing 'build-aux/test-driver'
    glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
    glibtoolize: copying file 'build-aux/ltmain.sh'
    glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'.
    glibtoolize: copying file 'build-aux/m4/libtool.m4'
    glibtoolize: copying file 'build-aux/m4/ltoptions.m4'
    glibtoolize: copying file 'build-aux/m4/ltsugar.m4'
    glibtoolize: copying file 'build-aux/m4/ltversion.m4'
    glibtoolize: copying file 'build-aux/m4/lt~obsolete.m4'
    configure.ac:101: installing 'build-aux/compile'
    configure.ac:35: installing 'build-aux/config.guess'
    configure.ac:35: installing 'build-aux/config.sub'
    configure.ac:45: installing 'build-aux/install-sh'
    configure.ac:45: installing 'build-aux/missing'
    src/Makefile.am: installing 'build-aux/depcomp'
    parallel-tests: installing 'build-aux/test-driver'
    
    ▶ ./configure --disable-zmq
    checking for pkg-config... /usr/local/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking build system type... x86_64-apple-darwin19.6.0
    checking host system type... x86_64-apple-darwin19.6.0
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
    checking for gawk... no
    checking for mawk... no
    checking for nawk... no
    checking for awk... awk
    checking whether make sets $(MAKE)... yes
    checking whether make supports nested variables... yes
    checking whether to enable maintainer-specific portions of Makefiles... yes
    checking whether make supports nested variables... (cached) yes
    checking for g++... g++
    checking whether the C++ compiler works... yes
    checking for C++ compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking whether make supports the include directive... yes (GNU style)
    checking dependency style of g++... gcc3
    checking whether g++ supports C++11 features with -std=c++11... yes
    checking whether std::atomic can be used without link library... yes
    checking whether we are using the GNU Objective C++ compiler... yes
    checking whether g++ -std=c++11 accepts -g... yes
    checking dependency style of g++ -std=c++11... gcc3
    checking how to print strings... printf
    checking for gcc... gcc
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking whether gcc understands -c and -o together... yes
    checking dependency style of gcc... gcc3
    checking for a sed that does not truncate output... /usr/local/bin/gsed
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for fgrep... /usr/bin/grep -F
    checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
    checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 196608
    checking how to convert x86_64-apple-darwin19.6.0 file names to x86_64-apple-darwin19.6.0 format... func_convert_file_noop
    checking how to convert x86_64-apple-darwin19.6.0 file names to toolchain format... func_convert_file_noop
    checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... no
    checking how to associate runtime and link libraries... printf %s\n
    checking for ar... ar
    checking for archiver [@FILE](/bitcoin-bitcoin/contributor/file/) support... no
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for sysroot... no
    checking for a working dd... /bin/dd
    checking how to truncate binary pipes... /bin/dd bs=4096 count=1
    checking for mt... no
    checking if : is a manifest tool... no
    checking for dsymutil... dsymutil
    checking for nmedit... nmedit
    checking for lipo... lipo
    checking for otool... otool
    checking for otool64... no
    checking for -single_module linker flag... yes
    checking for -exported_symbols_list linker flag... yes
    checking for -force_load linker flag... yes
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... yes
    checking for gcc option to produce PIC... -fno-common -DPIC
    checking if gcc PIC flag -fno-common -DPIC works... yes
    checking if gcc static flag -static works... no
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... darwin19.6.0 dyld
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking how to run the C++ preprocessor... g++ -std=c++11 -E
    checking for ld used by g++ -std=c++11... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
    checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
    checking whether the g++ -std=c++11 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
    checking for g++ -std=c++11 option to produce PIC... -fno-common -DPIC
    checking if g++ -std=c++11 PIC flag -fno-common -DPIC works... yes
    checking if g++ -std=c++11 static flag -static works... no
    checking if g++ -std=c++11 supports -c -o file.o... yes
    checking if g++ -std=c++11 supports -c -o file.o... (cached) yes
    checking whether the g++ -std=c++11 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... darwin19.6.0 dyld
    checking how to hardcode library paths into programs... immediate
    checking for ar... /usr/bin/ar
    checking for ranlib... /usr/bin/ranlib
    checking for strip... /usr/bin/strip
    checking for gcov... /usr/bin/gcov
    checking for llvm-cov... no
    checking for lcov... no
    checking for python3.5... no
    checking for python3.6... no
    checking for python3.7... /usr/local/bin/python3.7
    checking for genhtml... no
    checking for git... /usr/bin/git
    checking for ccache... no
    checking for xgettext... /usr/local/bin/xgettext
    checking for hexdump... /usr/bin/hexdump
    checking for readelf... no
    checking for c++filt... /usr/bin/c++filt
    checking for objcopy... no
    checking for doxygen... no
    checking whether C++ compiler accepts -Werror... yes
    checking whether the linker accepts -Wl,-fatal_warnings... yes
    checking whether C++ compiler accepts -Wall... yes
    checking whether C++ compiler accepts -Wextra... yes
    checking whether C++ compiler accepts -Wgnu... yes
    checking whether C++ compiler accepts -Wformat -Wformat-security... yes
    checking whether C++ compiler accepts -Wvla... yes
    checking whether C++ compiler accepts -Wshadow-field... yes
    checking whether C++ compiler accepts -Wswitch... yes
    checking whether C++ compiler accepts -Wthread-safety... yes
    checking whether C++ compiler accepts -Wrange-loop-analysis... yes
    checking whether C++ compiler accepts -Wredundant-decls... yes
    checking whether C++ compiler accepts -Wunused-variable... yes
    checking whether C++ compiler accepts -Wdate-time... yes
    checking whether C++ compiler accepts -Wconditional-uninitialized... yes
    checking whether C++ compiler accepts -Wsign-compare... yes
    checking whether C++ compiler accepts -Wduplicated-branches... no
    checking whether C++ compiler accepts -Wduplicated-cond... no
    checking whether C++ compiler accepts -Wlogical-op... no
    checking whether C++ compiler accepts -Woverloaded-virtual... yes
    checking whether C++ compiler accepts -Wsuggest-override... no
    checking whether C++ compiler accepts -Wunreachable-code-loop-increment... yes
    checking whether C++ compiler accepts -Wunused-parameter... yes
    checking whether C++ compiler accepts -Wself-assign... yes
    checking whether C++ compiler accepts -Wunused-local-typedef... yes
    checking whether C++ compiler accepts -Wdeprecated-register... yes
    checking whether C++ compiler accepts -Wimplicit-fallthrough... yes
    checking whether C++ compiler accepts -Wdeprecated-copy... no
    checking whether C++ compiler accepts -fno-extended-identifiers... no
    checking whether C++ compiler accepts -msse4.2... yes
    checking whether C++ compiler accepts -msse4.1... yes
    checking whether C++ compiler accepts -mavx -mavx2... yes
    checking whether C++ compiler accepts -msse4 -msha... yes
    checking for SSE4.2 intrinsics... yes
    checking for SSE4.1 intrinsics... yes
    checking for AVX2 intrinsics... yes
    checking for SHA-NI intrinsics... yes
    checking whether C++ compiler accepts -march=armv8-a+crc+crypto... no
    checking for ARM CRC32 intrinsics... no
    checking for rsvg-convert... no
    checking for rsvg... no
    checking for brew... brew
    checking whether the linker accepts -Wl,-headerpad_max_install_names... yes
    checking whether byte ordering is bigendian... no
    checking whether gcc is Clang... yes
    checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread... no
    checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
    checking whether more special flags are required for pthreads... no
    checking for PTHREAD_PRIO_INHERIT... yes
    checking for special C compiler options needed for large files... no
    checking for _FILE_OFFSET_BITS value needed for large files... no
    checking whether strerror_r is declared... yes
    checking for strerror_r... yes
    checking whether strerror_r returns char *... no
    checking for __attribute__((visibility))... no
    checking for __attribute__((dllexport))... no
    checking for __attribute__((dllimport))... no
    checking for library containing clock_gettime... none required
    checking whether C++ compiler accepts -fPIC... yes
    checking whether C++ compiler accepts -fstack-reuse=none... no
    checking whether C++ compiler accepts -Wstack-protector... yes
    checking whether C++ compiler accepts -fstack-protector-all... yes
    checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2... yes
    checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE... yes
    checking whether the linker accepts -Wl,--dynamicbase... no
    checking whether the linker accepts -Wl,--nxcompat... no
    checking whether the linker accepts -Wl,--high-entropy-va... no
    checking whether the linker accepts -Wl,-z,relro... no
    checking whether the linker accepts -Wl,-z,now... no
    checking whether the linker accepts -Wl,-z,separate-code... no
    checking whether the linker accepts -fPIE -pie... no
    checking whether the linker accepts -Wl,-dead_strip... yes
    checking whether the linker accepts -Wl,-dead_strip_dylibs... yes
    checking whether the linker accepts -Wl,-bind_at_load... yes
    checking endian.h usability... no
    checking endian.h presence... no
    checking for endian.h... no
    checking sys/endian.h usability... no
    checking sys/endian.h presence... no
    checking for sys/endian.h... no
    checking byteswap.h usability... no
    checking byteswap.h presence... no
    checking for byteswap.h... no
    checking stdio.h usability... yes
    checking stdio.h presence... yes
    checking for stdio.h... yes
    checking for stdlib.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking sys/select.h usability... yes
    checking sys/select.h presence... yes
    checking for sys/select.h... yes
    checking sys/prctl.h usability... no
    checking sys/prctl.h presence... no
    checking for sys/prctl.h... no
    checking sys/sysctl.h usability... yes
    checking sys/sysctl.h presence... yes
    checking for sys/sysctl.h... yes
    checking vm/vm_param.h usability... no
    checking vm/vm_param.h presence... no
    checking for vm/vm_param.h... no
    checking sys/vmmeter.h usability... yes
    checking sys/vmmeter.h presence... yes
    checking for sys/vmmeter.h... yes
    checking sys/resources.h usability... no
    checking sys/resources.h presence... no
    checking for sys/resources.h... no
    checking whether getifaddrs is declared... yes
    checking whether freeifaddrs is declared... yes
    checking whether strnlen is declared... yes
    checking whether daemon is declared... yes
    checking whether le16toh is declared... no
    checking whether le32toh is declared... no
    checking whether le64toh is declared... no
    checking whether htole16 is declared... no
    checking whether htole32 is declared... no
    checking whether htole64 is declared... no
    checking whether be16toh is declared... no
    checking whether be32toh is declared... no
    checking whether be64toh is declared... no
    checking whether htobe16 is declared... no
    checking whether htobe32 is declared... no
    checking whether htobe64 is declared... no
    checking whether bswap_16 is declared... no
    checking whether bswap_32 is declared... no
    checking whether bswap_64 is declared... no
    checking for __builtin_clzl... yes
    checking for __builtin_clzll... yes
    checking for getmemoryinfo... no
    checking for mallopt M_ARENA_MAX... no
    checking for posix_fallocate... no
    checking for visibility attribute... yes
    checking for thread_local support... yes
    checking for gmtime_r... yes
    checking for Linux getrandom syscall... no
    checking for getentropy... no
    checking for getentropy via random.h... yes
    checking for sysctl... yes
    checking for sysctl KERN_ARND... no
    checking for if type char equals int8_t... no
    checking for fdatasync... no
    checking for F_FULLFSYNC... yes
    checking for O_CLOEXEC... yes
    checking for __builtin_prefetch... yes
    checking for _mm_prefetch... yes
    checking for strong getauxval support in the system headers... no
    checking for weak getauxval support in the compiler... yes
    checking for std::system... yes
    checking for ::_wsystem... no
    checking for Qt5Core Qt5Gui Qt5Network Qt5Widgets... yes
    checking for Qt5Test... yes
    checking for Qt5DBus... yes
    checking for static Qt... no
    checking whether -fPIE can be used with this Qt config... yes
    checking for moc-qt5... no
    checking for moc5... no
    checking for moc... /usr/local/Cellar/qt/5.15.0/bin/moc
    checking for uic-qt5... no
    checking for uic5... no
    checking for uic... /usr/local/Cellar/qt/5.15.0/bin/uic
    checking for rcc-qt5... no
    checking for rcc5... no
    checking for rcc... /usr/local/Cellar/qt/5.15.0/bin/rcc
    checking for lrelease-qt5... no
    checking for lrelease5... no
    checking for lrelease... /usr/local/Cellar/qt/5.15.0/bin/lrelease
    checking for lupdate-qt5... no
    checking for lupdate5... no
    checking for lupdate... /usr/local/Cellar/qt/5.15.0/bin/lupdate
    checking whether the linker accepts -framework Foundation -framework ApplicationServices -framework AppKit... yes
    checking whether to build Bitcoin Core GUI... yes (Qt5)
    checking miniupnpc/miniwget.h usability... no
    checking miniupnpc/miniwget.h presence... no
    checking for miniupnpc/miniwget.h... no
    checking miniupnpc/miniupnpc.h usability... no
    checking miniupnpc/miniupnpc.h presence... no
    checking for miniupnpc/miniupnpc.h... no
    checking miniupnpc/upnpcommands.h usability... no
    checking miniupnpc/upnpcommands.h presence... no
    checking for miniupnpc/upnpcommands.h... no
    checking miniupnpc/upnperrors.h usability... no
    checking miniupnpc/upnperrors.h presence... no
    checking for miniupnpc/upnperrors.h... no
    checking for boostlib >= 1.58.0 (105800)... yes
    checking whether the Boost::System library is available... yes
    checking for exit in -lboost_system... yes
    checking whether the Boost::Filesystem library is available... yes
    checking for exit in -lboost_filesystem... yes
    checking whether the Boost::Thread library is available... yes
    checking for exit in -lboost_thread-mt... yes
    checking whether the Boost::Unit_Test_Framework library is available... yes
    checking for dynamic linked boost test... yes
    checking for libevent >= 2.0.21... yes
    checking for libevent_pthreads >= 2.0.21... yes
    checking for libqrencode... yes
    checking for libmultiprocess... no
    checking whether to build bitcoind... yes
    checking whether to build bitcoin-cli... yes
    checking whether to build bitcoin-tx... yes
    checking whether to build bitcoin-wallet... yes
    checking whether to build libraries... yes
    checking if ccache should be used... no
    checking if wallet should be enabled... yes
    checking whether to build with support for UPnP... no
    checking whether to build GUI with support for D-Bus... yes
    checking whether to build GUI with support for QR codes... yes
    checking whether to build test_bitcoin-qt... yes
    checking whether to build test_bitcoin... yes
    checking whether to reduce exports... no
    checking that generated files are newer than configure... done
    configure: creating ./config.status
    config.status: creating libbitcoinconsensus.pc
    config.status: creating Makefile
    config.status: creating src/Makefile
    config.status: creating doc/man/Makefile
    config.status: creating share/setup.nsi
    config.status: creating share/qt/Info.plist
    config.status: creating test/config.ini
    config.status: creating contrib/devtools/split-debug.sh
    config.status: creating src/config/bitcoin-config.h
    config.status: executing depfiles commands
    config.status: executing libtool commands
    === configuring in src/univalue (/Users/froyer/src/bitcoin/bitcoin/src/univalue)
    configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  '--disable-zmq' '--disable-shared' '--with-pic' '--enable-benchmark=no' '--with-bignum=no' '--enable-module-recovery' --cache-file=/dev/null --srcdir=.
    checking whether make supports nested variables... yes
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
    checking for gawk... no
    checking for mawk... no
    checking for nawk... no
    checking for awk... awk
    checking whether make sets $(MAKE)... yes
    checking build system type... x86_64-apple-darwin19.6.0
    checking host system type... x86_64-apple-darwin19.6.0
    checking how to print strings... printf
    checking whether make supports the include directive... yes (GNU style)
    checking for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking whether gcc understands -c and -o together... yes
    checking dependency style of gcc... gcc3
    checking for a sed that does not truncate output... /usr/local/bin/gsed
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for fgrep... /usr/bin/grep -F
    checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
    checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 196608
    checking how to convert x86_64-apple-darwin19.6.0 file names to x86_64-apple-darwin19.6.0 format... func_convert_file_noop
    checking how to convert x86_64-apple-darwin19.6.0 file names to toolchain format... func_convert_file_noop
    checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... no
    checking how to associate runtime and link libraries... printf %s\n
    checking for ar... ar
    checking for archiver [@FILE](/bitcoin-bitcoin/contributor/file/) support... no
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for sysroot... no
    checking for a working dd... /bin/dd
    checking how to truncate binary pipes... /bin/dd bs=4096 count=1
    checking for mt... no
    checking if : is a manifest tool... no
    checking for dsymutil... dsymutil
    checking for nmedit... nmedit
    checking for lipo... lipo
    checking for otool... otool
    checking for otool64... no
    checking for -single_module linker flag... yes
    checking for -exported_symbols_list linker flag... yes
    checking for -force_load linker flag... yes
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... yes
    checking for gcc option to produce PIC... -fno-common -DPIC
    checking if gcc PIC flag -fno-common -DPIC works... yes
    checking if gcc static flag -static works... no
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... darwin19.6.0 dyld
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... no
    checking whether to build static libraries... yes
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking dependency style of g++... gcc3
    checking how to run the C++ preprocessor... g++ -E
    checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
    checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
    checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
    checking for g++ option to produce PIC... -fno-common -DPIC
    checking if g++ PIC flag -fno-common -DPIC works... yes
    checking if g++ static flag -static works... no
    checking if g++ supports -c -o file.o... yes
    checking if g++ supports -c -o file.o... (cached) yes
    checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... darwin19.6.0 dyld
    checking how to hardcode library paths into programs... immediate
    checking that generated files are newer than configure... done
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating pc/libunivalue.pc
    config.status: creating pc/libunivalue-uninstalled.pc
    config.status: creating univalue-config.h
    config.status: executing depfiles commands
    config.status: executing libtool commands
    === configuring in src/secp256k1 (/Users/froyer/src/bitcoin/bitcoin/src/secp256k1)
    configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  '--disable-zmq' '--disable-shared' '--with-pic' '--enable-benchmark=no' '--with-bignum=no' '--enable-module-recovery' --cache-file=/dev/null --srcdir=.
    checking build system type... x86_64-apple-darwin19.6.0
    checking host system type... x86_64-apple-darwin19.6.0
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
    checking for gawk... no
    checking for mawk... no
    checking for nawk... no
    checking for awk... awk
    checking whether make sets $(MAKE)... yes
    checking whether make supports nested variables... yes
    checking how to print strings... printf
    checking whether make supports the include directive... yes (GNU style)
    checking for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking whether gcc understands -c and -o together... rm: conftest.dSYM: is a directory
    yes
    checking dependency style of gcc... gcc3
    checking for a sed that does not truncate output... /usr/local/bin/gsed
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for fgrep... /usr/bin/grep -F
    checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
    checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... rm: conftest.dSYM: is a directory
    BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 196608
    checking how to convert x86_64-apple-darwin19.6.0 file names to x86_64-apple-darwin19.6.0 format... func_convert_file_noop
    checking how to convert x86_64-apple-darwin19.6.0 file names to toolchain format... func_convert_file_noop
    checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... no
    checking how to associate runtime and link libraries... printf %s\n
    checking for ar... ar
    checking for archiver [@FILE](/bitcoin-bitcoin/contributor/file/) support... rm: conftest.dSYM: is a directory
    no
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... rm: conftest.dSYM: is a directory
    ok
    checking for sysroot... no
    checking for a working dd... /bin/dd
    checking how to truncate binary pipes... /bin/dd bs=4096 count=1
    checking for mt... no
    checking if : is a manifest tool... no
    checking for dsymutil... dsymutil
    checking for nmedit... nmedit
    checking for lipo... lipo
    checking for otool... otool
    checking for otool64... no
    checking for -single_module linker flag... yes
    checking for -exported_symbols_list linker flag... yes
    checking for -force_load linker flag... yes
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... yes
    checking for gcc option to produce PIC... -fno-common -DPIC
    checking if gcc PIC flag -fno-common -DPIC works... yes
    checking if gcc static flag -static works... no
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... darwin19.6.0 dyld
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... no
    checking whether to build static libraries... yes
    checking whether make supports nested variables... (cached) yes
    checking for pkg-config... /usr/local/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for ar... /usr/bin/ar
    checking for ranlib... /usr/bin/ranlib
    checking for strip... /usr/bin/strip
    checking for gcc... gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... (cached) none needed
    checking whether gcc understands -c and -o together... (cached) yes
    checking dependency style of gcc... (cached) gcc3
    checking how to run the C preprocessor... gcc -E
    checking for gcc option to accept ISO C89... (cached) none needed
    checking dependency style of gcc... gcc3
    checking for brew... /usr/local/bin/brew
    checking if gcc supports -std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings... yes
    checking if gcc supports -fvisibility=hidden... yes
    checking for __int128... yes
    checking valgrind/memcheck.h usability... no
    checking valgrind/memcheck.h presence... no
    checking for valgrind/memcheck.h... no
    checking if native gcc supports -Wall -Wextra -Wno-unused-function... yes
    checking for working native compiler: gcc... yes
    checking for x86_64 assembly availability... yes
    checking for libcrypto... yes
    checking for main in -lcrypto... yes
    checking for EC functions in libcrypto... yes
    checking whether byte ordering is bigendian... no
    checking that generated files are newer than configure... done
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating libsecp256k1.pc
    config.status: creating src/libsecp256k1-config.h
    config.status: executing depfiles commands
    config.status: executing libtool commands
    
    Build Options:
      with endomorphism       = no
      with ecmult precomp     = yes
      with external callbacks = no
      with benchmarks         = no
      with coverage           = no
      module ecdh             = no
      module recovery         = yes
    
      asm                     = x86_64
      bignum                  = no
      field                   = 64bit
      scalar                  = 64bit
      ecmult window size      = 15
      ecmult gen prec. bits   = 4
    
      valgrind                = no
      CC                      = gcc
      CFLAGS                  = -O2 -fvisibility=hidden -std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings -W -g
      CPPFLAGS                =
      LDFLAGS                 =
    
    
    Options used to compile and link:
      boost process = no
      multiprocess  = no
      with wallet   = yes
      with gui / qt = yes
        with qr     = yes
      with zmq      = no
      with test     = yes
        with fuzz   = no
      with bench    = yes
      with upnp     = no
      use asm       = yes
      sanitizers    =
      debug enabled = no
      gprof enabled = no
      werror        = no
    
      target os     = darwin
      build os      = darwin19.6.0
    
      CC            = gcc
      CFLAGS        = -g -O2
      CPPFLAGS      =   -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -DOBJC_OLD_DISPATCH_PROTOTYPES=0
      CXX           = g++ -std=c++11
      CXXFLAGS      =   -Wstack-protector -fstack-protector-all  -Wall -Wextra -Wgnu -Wformat -Wformat-security -Wvla -Wshadow-field -Wswitch -Wthread-safety -Wrange-loop-analysis -Wredundant-decls -Wunused-variable -Wdate-time -Wconditional-uninitialized -Wsign-compare -Woverloaded-virtual -Wunreachable-code-loop-increment  -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough   -g -O2
      LDFLAGS       = -pthread  -Wl,-bind_at_load   -Wl,-headerpad_max_install_names -Wl,-dead_strip -Wl,-dead_strip_dylibs
      ARFLAGS       = cr
    
    ▶ make
    Making all in src
      CXX      bitcoind-bitcoind.o
      CXX      libbitcoin_server_a-addrdb.o
      CXX      libbitcoin_server_a-addrman.o
      CXX      libbitcoin_server_a-banman.o
      CXX      libbitcoin_server_a-blockencodings.o
      CXX      libbitcoin_server_a-blockfilter.o
      CXX      libbitcoin_server_a-chain.o
      CXX      consensus/libbitcoin_server_a-tx_verify.o
      CXX      libbitcoin_server_a-dbwrapper.o
      CXX      libbitcoin_server_a-flatfile.o
      CXX      libbitcoin_server_a-httprpc.o
      CXX      libbitcoin_server_a-httpserver.o
      CXX      index/libbitcoin_server_a-base.o
      CXX      index/libbitcoin_server_a-blockfilterindex.o
      CXX      index/libbitcoin_server_a-txindex.o
      CXX      libbitcoin_server_a-init.o
      CXX      interfaces/libbitcoin_server_a-chain.o
      CXX      interfaces/libbitcoin_server_a-node.o
      CXX      libbitcoin_server_a-miner.o
      CXX      libbitcoin_server_a-net.o
      CXX      libbitcoin_server_a-net_processing.o
      CXX      node/libbitcoin_server_a-coin.o
      CXX      node/libbitcoin_server_a-coinstats.o
      CXX      node/libbitcoin_server_a-context.o
      CXX      node/libbitcoin_server_a-psbt.o
      CXX      node/libbitcoin_server_a-transaction.o
      CXX      node/libbitcoin_server_a-ui_interface.o
      CXX      libbitcoin_server_a-noui.o
      CXX      policy/libbitcoin_server_a-fees.o
      CXX      policy/libbitcoin_server_a-rbf.o
      CXX      policy/libbitcoin_server_a-settings.o
      CXX      libbitcoin_server_a-pow.o
      CXX      libbitcoin_server_a-rest.o
      CXX      rpc/libbitcoin_server_a-blockchain.o
      CXX      rpc/libbitcoin_server_a-mining.o
      CXX      rpc/libbitcoin_server_a-misc.o
      CXX      rpc/libbitcoin_server_a-net.o
      CXX      rpc/libbitcoin_server_a-rawtransaction.o
      CXX      rpc/libbitcoin_server_a-server.o
      CXX      script/libbitcoin_server_a-sigcache.o
      CXX      libbitcoin_server_a-shutdown.o
      CXX      libbitcoin_server_a-timedata.o
      CXX      libbitcoin_server_a-torcontrol.o
      CXX      libbitcoin_server_a-txdb.o
      CXX      libbitcoin_server_a-txmempool.o
      CXX      libbitcoin_server_a-validation.o
      CXX      libbitcoin_server_a-validationinterface.o
      CXX      libbitcoin_server_a-versionbits.o
      CXX      wallet/libbitcoin_server_a-init.o
      AR       libbitcoin_server.a
      CXX      interfaces/libbitcoin_wallet_a-wallet.o
      CXX      wallet/libbitcoin_wallet_a-bdb.o
      CXX      wallet/libbitcoin_wallet_a-coincontrol.o
      CXX      wallet/libbitcoin_wallet_a-context.o
      CXX      wallet/libbitcoin_wallet_a-crypter.o
      CXX      wallet/libbitcoin_wallet_a-db.o
      CXX      wallet/libbitcoin_wallet_a-feebumper.o
      CXX      wallet/libbitcoin_wallet_a-fees.o
      CXX      wallet/libbitcoin_wallet_a-load.o
      CXX      wallet/libbitcoin_wallet_a-rpcdump.o
      CXX      wallet/libbitcoin_wallet_a-rpcwallet.o
      CXX      wallet/libbitcoin_wallet_a-salvage.o
      CXX      wallet/libbitcoin_wallet_a-scriptpubkeyman.o
      CXX      wallet/libbitcoin_wallet_a-wallet.o
      CXX      wallet/libbitcoin_wallet_a-walletdb.o
      CXX      wallet/libbitcoin_wallet_a-walletutil.o
      CXX      wallet/libbitcoin_wallet_a-coinselection.o
      AR       libbitcoin_wallet.a
      CXX      libbitcoin_common_a-base58.o
      CXX      libbitcoin_common_a-bech32.o
      CXX      libbitcoin_common_a-bloom.o
      CXX      libbitcoin_common_a-chainparams.o
      CXX      libbitcoin_common_a-coins.o
      CXX      libbitcoin_common_a-compressor.o
      CXX      libbitcoin_common_a-core_read.o
      CXX      libbitcoin_common_a-core_write.o
      CXX      libbitcoin_common_a-key.o
      CXX      libbitcoin_common_a-key_io.o
      CXX      libbitcoin_common_a-merkleblock.o
      CXX      libbitcoin_common_a-netaddress.o
      CXX      libbitcoin_common_a-netbase.o
      CXX      libbitcoin_common_a-net_permissions.o
      CXX      libbitcoin_common_a-outputtype.o
      CXX      policy/libbitcoin_common_a-feerate.o
      CXX      policy/libbitcoin_common_a-policy.o
      CXX      libbitcoin_common_a-protocol.o
      CXX      libbitcoin_common_a-psbt.o
      CXX      rpc/libbitcoin_common_a-rawtransaction_util.o
      CXX      rpc/libbitcoin_common_a-util.o
      CXX      libbitcoin_common_a-scheduler.o
      CXX      script/libbitcoin_common_a-descriptor.o
      CXX      script/libbitcoin_common_a-sign.o
      CXX      script/libbitcoin_common_a-signingprovider.o
      CXX      script/libbitcoin_common_a-standard.o
      CXX      libbitcoin_common_a-versionbitsinfo.o
      CXX      libbitcoin_common_a-warnings.o
      AR       libbitcoin_common.a
      CXX      support/libbitcoin_util_a-lockedpool.o
      CXX      libbitcoin_util_a-chainparamsbase.o
      CXX      libbitcoin_util_a-clientversion.o
      CXX      compat/libbitcoin_util_a-glibc_sanity.o
      CXX      compat/libbitcoin_util_a-glibcxx_sanity.o
      CXX      compat/libbitcoin_util_a-strnlen.o
      CXX      libbitcoin_util_a-fs.o
      CXX      interfaces/libbitcoin_util_a-handler.o
      CXX      libbitcoin_util_a-logging.o
      CXX      libbitcoin_util_a-random.o
      CXX      libbitcoin_util_a-randomenv.o
      CXX      rpc/libbitcoin_util_a-request.o
      CXX      support/libbitcoin_util_a-cleanse.o
      CXX      libbitcoin_util_a-sync.o
      CXX      libbitcoin_util_a-threadinterrupt.o
      CXX      util/libbitcoin_util_a-asmap.o
      CXX      util/libbitcoin_util_a-bip32.o
      CXX      util/libbitcoin_util_a-bytevectorhash.o
      CXX      util/libbitcoin_util_a-error.o
      CXX      util/libbitcoin_util_a-fees.o
      CXX      util/libbitcoin_util_a-system.o
      CXX      util/libbitcoin_util_a-message.o
      CXX      util/libbitcoin_util_a-moneystr.o
      CXX      util/libbitcoin_util_a-rbf.o
      CXX      util/libbitcoin_util_a-settings.o
      CXX      util/libbitcoin_util_a-threadnames.o
      CXX      util/libbitcoin_util_a-spanparsing.o
      CXX      util/libbitcoin_util_a-strencodings.o
      CXX      util/libbitcoin_util_a-string.o
      CXX      util/libbitcoin_util_a-time.o
      CXX      util/libbitcoin_util_a-url.o
    util/url.cpp:7:10: fatal error: 'event2/http.h' file not found
    #include <event2/http.h>
             ^~~~~~~~~~~~~~~
    1 error generated.
    make[2]: *** [util/libbitcoin_util_a-url.o] Error 1
    make[1]: *** [all-recursive] Error 1
    make: *** [all-recursive] Error 1
    
  10. D4nte commented at 10:10 AM on August 18, 2020: none

    Yes it looks like my local setup was corrupted. Thanks for the follow-up.

    I was able to resolve the issue by reinstalling boost and libevent (still using brew) and re-running brew unlink foo && brew link foo for both boost and libevent. Once this was done, I was able to compile by simply doing:

    ./autogen.sh
    ./configure --disable-zmmq
    make
    
  11. fanquake commented at 10:50 AM on August 18, 2020: member

    Yes it looks like my local setup was corrupted. Thanks for the follow-up.

    Good to know. Glad it's working now 👍

  12. bassim commented at 12:45 PM on January 22, 2021: none

    CPPFLAGS=-I/usr/local/Cellar/libevent/2.1.11_1/include

    Thanks! , this helped me compile on BigSur:

    CPPFLAGS=-I/usr/local/Cellar/libevent/2.1.12/include ./configure --without-bdb --disable-zmmq --disable-zmq --with-boost=/usr/local/Cellar/boost/1.75.0_1

  13. DrahtBot locked this on Aug 18, 2022
Labels

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-21 18:14 UTC

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