depends build fails macOS intel #27977

issue Crypt-iQ opened this issue on June 26, 2023
  1. Crypt-iQ commented at 4:06 PM on June 26, 2023: contributor

    Make command:

    make CC="/usr/local/Cellar/llvm/16.0.4/bin/clang" CXX="/usr/local/Cellar/llvm/16.0.4/bin/clang++" LDFLAGS="-L/usr/local/opt/llvm@16/lib/c++ -Wl,-rpath,/usr/local/opt/llvm@16/lib/c++" NO_QT=1 NO_WALLET=1 NO_ZMQ=1 NO_UPNP=1 NO_NATPMP=1 -j 4
    

    Environment: macOS intel, clang16

    Last lines of output:

    echo Building native_ds_store...
    mkdir -p /Users/nsa/bitcoin/depends/work/build/x86_64-apple-darwin21.6.0/native_ds_store/1.3.0-f3b721f4d37/.
    { cd /Users/nsa/bitcoin/depends/work/build/x86_64-apple-darwin21.6.0/native_ds_store/1.3.0-f3b721f4d37/.; export PATH=/Users/nsa/bitcoin/depends/x86_64-apple-darwin21.6.0/native/bin:/Users/nsa/.pyenv/shims:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/Cellar/python\@3.11/3.11.3/Frameworks/Python.framework/Versions/3.11/bin:/Users/nsa/.cargo/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/usr/local/MacGPG2/bin:/opt/X11/bin:/Library/Apple/usr/bin:/Applications/Wireshark.app/Contents/MacOS:/Users/nsa/bin/env_python3/:/Users/nsa/go:/Users/nsa/Library/Python/3.5/lib/python/site-packages:/Users/nsa/go/bin/golint:/Users/nsa/go/bin/btcd:/Users/nsa/bin:/Users/nsa/go/bin/protoc-gen-go:/Users/nsa/go:/Users/nsa/go/bin/golint:/Users/nsa/go/bin/btcd:/Users/nsa/bin:/Users/nsa/go/bin/protoc-gen-go;     python3 setup.py build; } 
    /bin/sh: line 0: cd: /Users/nsa/bitcoin/depends/work/build/x86_64-apple-darwin21.6.0/native_ds_store/1.3.0-f3b721f4d37/.: No such file or directory
    /usr/local/Cellar/python@3.11/3.11.3/Frameworks/Python.framework/Versions/3.11/Resources/Python.app/Contents/MacOS/Python: can't open file '/Users/nsa/bitcoin/depends/setup.py': [Errno 2] No such file or directory
    make: *** [/Users/nsa/bitcoin/depends/work/build/x86_64-apple-darwin21.6.0/native_ds_store/1.3.0-f3b721f4d37/./.stamp_built] Error 2
    

    Am I doing something wrong? When I manually run tar -xvf on the ds_store archive, I can see setup.py but it seems like the make target can't find it.

  2. dscotese commented at 7:36 PM on June 26, 2023: contributor

    Maybe I'm misreading your code, but the first line ends with a dot. That tells me that you're asking the OS to make a directory named '.'. But the dot is reserved to mean the current directory. If you remove the dot and it works, please close this issue. On the other hand, if there's something I should learn about the mkdir command on a Mac, please let me know.

  3. Crypt-iQ commented at 7:56 PM on June 26, 2023: contributor

    Good point - the log snippet above is from an unmodified bitcoind. But even with fixing the dot, the make target can't find setup.py

  4. dscotese commented at 10:58 PM on June 26, 2023: contributor

    I don't yet understand permissions well enough on MacOS, but if you can see /Users/nsa/bitcoin/depends/setup.py and Python can't, checking for the account under which Python runs might be a good idea. Can you invoke /usr/local/Cellar/python@3.11/3.11.3/Frameworks/Python.framework/Versions/3.11/Resources/Python.app/Contents/MacOS/Python from the same place you invoke make?

  5. Crypt-iQ commented at 12:31 AM on July 2, 2023: contributor

    I guess the issue is that I figured depends would work out of the box without me trying to mess with anything?

  6. dscotese commented at 1:53 AM on July 2, 2023: contributor

    I think it should too, but since you're on github, it makes sense to explore when expectations aren't met and propose solutions as we find them.

  7. willcl-ark commented at 9:03 AM on July 6, 2023: member

    Seems to work just fine out of the box on my macbook with clang16? Although technically this is not a totally fresh install of macos...

    <details> <summary> log </summary>

    will@MBP in …/src/bitcoin/depends on  master [$?⇡]
    ₿ make NO_QT=1 NO_WALLET=1 NO_ZMQ=1 NO_UPNP=1 NO_NATPMP=1 -j 4
    Building native_ds_store...
    running build
    running build_py
    creating build
    creating build/lib
    creating build/lib/ds_store
    copying ds_store/store.py -> build/lib/ds_store
    copying ds_store/__init__.py -> build/lib/ds_store
    copying ds_store/buddy.py -> build/lib/ds_store
    running build_scripts
    creating build/scripts-3.8
    copying and adjusting scripts/ds_store -> build/scripts-3.8
    changing mode of build/scripts-3.8/ds_store from 644 to 755
    Staging native_ds_store...
    running install
    running build
    running build_py
    running build_scripts
    running install_lib
    creating /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_ds_store/1.3.0-17d1b9a7ca1/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native
    creating /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_ds_store/1.3.0-17d1b9a7ca1/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native/lib
    creating /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_ds_store/1.3.0-17d1b9a7ca1/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native/lib/python3
    creating /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_ds_store/1.3.0-17d1b9a7ca1/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native/lib/python3/dist-packages
    creating /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_ds_store/1.3.0-17d1b9a7ca1/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native/lib/python3/dist-packages/ds_store
    copying build/lib/ds_store/store.py -> /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_ds_store/1.3.0-17d1b9a7ca1/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native/lib/python3/dist-packages/ds_store
    copying build/lib/ds_store/__init__.py -> /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_ds_store/1.3.0-17d1b9a7ca1/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native/lib/python3/dist-packages/ds_store
    copying build/lib/ds_store/buddy.py -> /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_ds_store/1.3.0-17d1b9a7ca1/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native/lib/python3/dist-packages/ds_store
    byte-compiling /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_ds_store/1.3.0-17d1b9a7ca1/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native/lib/python3/dist-packages/ds_store/store.py to store.cpython-38.pyc
    byte-compiling /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_ds_store/1.3.0-17d1b9a7ca1/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native/lib/python3/dist-packages/ds_store/__init__.py to __init__.cpython-38.pyc
    byte-compiling /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_ds_store/1.3.0-17d1b9a7ca1/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native/lib/python3/dist-packages/ds_store/buddy.py to buddy.cpython-38.pyc
    running install_egg_info
    running egg_info
    creating ds_store.egg-info
    writing ds_store.egg-info/PKG-INFO
    writing dependency_links to ds_store.egg-info/dependency_links.txt
    writing requirements to ds_store.egg-info/requires.txt
    writing top-level names to ds_store.egg-info/top_level.txt
    writing manifest file 'ds_store.egg-info/SOURCES.txt'
    adding license file 'LICENSE' (matched pattern 'LICEN[CS]E*')
    reading manifest file 'ds_store.egg-info/SOURCES.txt'
    writing manifest file 'ds_store.egg-info/SOURCES.txt'
    Copying ds_store.egg-info to /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_ds_store/1.3.0-17d1b9a7ca1/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native/lib/python3/dist-packages/ds_store-1.3.0-py3.8.egg-info
    running install_scripts
    creating /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_ds_store/1.3.0-17d1b9a7ca1/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native/bin
    copying build/scripts-3.8/ds_store -> /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_ds_store/1.3.0-17d1b9a7ca1/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native/bin
    changing mode of /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_ds_store/1.3.0-17d1b9a7ca1/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native/bin/ds_store to 755
    Postprocessing native_ds_store...
    Caching native_ds_store...
    Extracting native_mac_alias...
    /Users/will/src/bitcoin/depends/sources/v2.2.0.tar.gz: OK
    Preprocessing native_mac_alias...
    Configuring native_mac_alias...
    Building native_mac_alias...
    running build
    running build_py
    creating build
    creating build/lib
    creating build/lib/mac_alias
    copying mac_alias/alias.py -> build/lib/mac_alias
    copying mac_alias/__init__.py -> build/lib/mac_alias
    copying mac_alias/bookmark.py -> build/lib/mac_alias
    copying mac_alias/utils.py -> build/lib/mac_alias
    copying mac_alias/osx.py -> build/lib/mac_alias
    Staging native_mac_alias...
    running install
    running build
    running build_py
    running install_lib
    creating /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_mac_alias/2.2.0-eff20a61522/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native
    creating /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_mac_alias/2.2.0-eff20a61522/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native/lib
    creating /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_mac_alias/2.2.0-eff20a61522/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native/lib/python3
    creating /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_mac_alias/2.2.0-eff20a61522/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native/lib/python3/dist-packages
    creating /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_mac_alias/2.2.0-eff20a61522/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native/lib/python3/dist-packages/mac_alias
    copying build/lib/mac_alias/alias.py -> /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_mac_alias/2.2.0-eff20a61522/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native/lib/python3/dist-packages/mac_alias
    copying build/lib/mac_alias/__init__.py -> /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_mac_alias/2.2.0-eff20a61522/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native/lib/python3/dist-packages/mac_alias
    copying build/lib/mac_alias/bookmark.py -> /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_mac_alias/2.2.0-eff20a61522/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native/lib/python3/dist-packages/mac_alias
    copying build/lib/mac_alias/utils.py -> /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_mac_alias/2.2.0-eff20a61522/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native/lib/python3/dist-packages/mac_alias
    copying build/lib/mac_alias/osx.py -> /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_mac_alias/2.2.0-eff20a61522/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native/lib/python3/dist-packages/mac_alias
    byte-compiling /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_mac_alias/2.2.0-eff20a61522/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native/lib/python3/dist-packages/mac_alias/alias.py to alias.cpython-38.pyc
    byte-compiling /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_mac_alias/2.2.0-eff20a61522/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native/lib/python3/dist-packages/mac_alias/__init__.py to __init__.cpython-38.pyc
    byte-compiling /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_mac_alias/2.2.0-eff20a61522/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native/lib/python3/dist-packages/mac_alias/bookmark.py to bookmark.cpython-38.pyc
    byte-compiling /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_mac_alias/2.2.0-eff20a61522/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native/lib/python3/dist-packages/mac_alias/utils.py to utils.cpython-38.pyc
    byte-compiling /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_mac_alias/2.2.0-eff20a61522/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native/lib/python3/dist-packages/mac_alias/osx.py to osx.cpython-38.pyc
    running install_egg_info
    running egg_info
    creating mac_alias.egg-info
    writing mac_alias.egg-info/PKG-INFO
    writing dependency_links to mac_alias.egg-info/dependency_links.txt
    writing top-level names to mac_alias.egg-info/top_level.txt
    writing manifest file 'mac_alias.egg-info/SOURCES.txt'
    adding license file 'LICENSE' (matched pattern 'LICEN[CS]E*')
    reading manifest file 'mac_alias.egg-info/SOURCES.txt'
    writing manifest file 'mac_alias.egg-info/SOURCES.txt'
    Copying mac_alias.egg-info to /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/native_mac_alias/2.2.0-eff20a61522/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/native/lib/python3/dist-packages/mac_alias-2.2.0-py3.8.egg-info
    running install_scripts
    Postprocessing native_mac_alias...
    Caching native_mac_alias...
    Extracting boost...
    /Users/will/src/bitcoin/depends/sources/boost_1_81_0.tar.bz2: OK
    Preprocessing boost...
    Configuring boost...
    Building boost...
    Staging boost...
    Postprocessing boost...
    Caching boost...
    Extracting libevent...
    /Users/will/src/bitcoin/depends/sources/libevent-2.1.12-stable.tar.gz: OK
    Preprocessing libevent...
    Configuring libevent...
    checking for a BSD-compatible install... /usr/local/bin/ginstall -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether make supports nested variables... yes
    checking whether make supports nested variables... (cached) yes
    checking whether make supports the include directive... yes (GNU style)
    checking for x86_64-apple-darwin22.2.0-gcc... /usr/local/opt/ccache/libexec/clang
    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 /usr/local/opt/ccache/libexec/clang accepts -g... yes
    checking for /usr/local/opt/ccache/libexec/clang option to accept ISO C89... none needed
    checking whether /usr/local/opt/ccache/libexec/clang understands -c and -o together... yes
    checking dependency style of /usr/local/opt/ccache/libexec/clang... none
    checking how to run the C preprocessor... /usr/local/opt/ccache/libexec/clang -E
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -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 minix/config.h usability... no
    checking minix/config.h presence... no
    checking for minix/config.h... no
    checking whether it is safe to define __EXTENSIONS__... yes
    checking build system type... x86_64-apple-darwin22.2.0
    checking host system type... x86_64-apple-darwin22.2.0
    checking whether ln -s works... yes
    checking for a sed that does not truncate output... /usr/local/bin/gsed
    checking whether /usr/local/opt/ccache/libexec/clang needs -traditional... no
    checking how to print strings... printf
    checking for a sed that does not truncate output... (cached) /usr/local/bin/gsed
    checking for fgrep... /usr/bin/grep -F
    checking for ld used by /usr/local/opt/ccache/libexec/clang... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... no
    checking for BSD- or MS-compatible name lister (nm)... /Library/Developer/CommandLineTools/usr/bin/nm
    checking the name lister (/Library/Developer/CommandLineTools/usr/bin/nm) interface... BSD nm
    checking the maximum length of command line arguments... 786432
    checking how to convert x86_64-apple-darwin22.2.0 file names to x86_64-apple-darwin22.2.0 format... func_convert_file_noop
    checking how to convert x86_64-apple-darwin22.2.0 file names to toolchain format... func_convert_file_noop
    checking for /usr/bin/ld option to reload object files... -r
    checking for x86_64-apple-darwin22.2.0-objdump... no
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for x86_64-apple-darwin22.2.0-dlltool... no
    checking for dlltool... no
    checking how to associate runtime and link libraries... printf %s\n
    checking for x86_64-apple-darwin22.2.0-ar... /Library/Developer/CommandLineTools/usr/bin/ar
    checking for archiver [@FILE](/bitcoin-bitcoin/contributor/file/) support... no
    checking for x86_64-apple-darwin22.2.0-strip... no
    checking for strip... strip
    checking for x86_64-apple-darwin22.2.0-ranlib... /Library/Developer/CommandLineTools/usr/bin/ranlib
    checking command to parse /Library/Developer/CommandLineTools/usr/bin/nm output from /usr/local/opt/ccache/libexec/clang 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 x86_64-apple-darwin22.2.0-mt... no
    checking for mt... no
    checking if : is a manifest tool... no
    checking for x86_64-apple-darwin22.2.0-dsymutil... no
    checking for dsymutil... dsymutil
    checking for x86_64-apple-darwin22.2.0-nmedit... no
    checking for nmedit... nmedit
    checking for x86_64-apple-darwin22.2.0-lipo... no
    checking for lipo... lipo
    checking for x86_64-apple-darwin22.2.0-otool... no
    checking for otool... otool
    checking for x86_64-apple-darwin22.2.0-otool64... no
    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 for dlfcn.h... yes
    checking for objdir... .libs
    checking if /usr/local/opt/ccache/libexec/clang supports -fno-rtti -fno-exceptions... yes
    checking for /usr/local/opt/ccache/libexec/clang option to produce PIC... -fno-common -DPIC
    checking if /usr/local/opt/ccache/libexec/clang PIC flag -fno-common -DPIC works... yes
    checking if /usr/local/opt/ccache/libexec/clang static flag -static works... no
    checking if /usr/local/opt/ccache/libexec/clang supports -c -o file.o... yes
    checking if /usr/local/opt/ccache/libexec/clang supports -c -o file.o... (cached) yes
    checking whether the /usr/local/opt/ccache/libexec/clang linker (/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... darwin22.2.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 library containing inet_ntoa... none required
    checking for library containing socket... none required
    checking for library containing inet_aton... none required
    checking for library containing clock_gettime... none required
    checking for clock_gettime... yes
    checking for library containing sendfile... none required
    checking for WIN32... no
    checking for MIDIPIX... no
    checking for CYGWIN... no
    checking zlib.h usability... yes
    checking zlib.h presence... yes
    checking for zlib.h... yes
    checking for library containing inflateEnd... -lz
    checking for special C compiler options needed for large files... no
    checking for _FILE_OFFSET_BITS value needed for large files... no
    checking for x86_64-apple-darwin22.2.0-pkg-config... no
    checking for pkg-config... /usr/local/bin/pkg-config
    checking if pkg-config is at least version 0.15.0... yes
    checking arpa/inet.h usability... yes
    checking arpa/inet.h presence... yes
    checking for arpa/inet.h... yes
    checking fcntl.h usability... yes
    checking fcntl.h presence... yes
    checking for fcntl.h... yes
    checking ifaddrs.h usability... yes
    checking ifaddrs.h presence... yes
    checking for ifaddrs.h... yes
    checking mach/mach_time.h usability... yes
    checking mach/mach_time.h presence... yes
    checking for mach/mach_time.h... yes
    checking mach/mach.h usability... yes
    checking mach/mach.h presence... yes
    checking for mach/mach.h... yes
    checking netdb.h usability... yes
    checking netdb.h presence... yes
    checking for netdb.h... yes
    checking netinet/in.h usability... yes
    checking netinet/in.h presence... yes
    checking for netinet/in.h... yes
    checking netinet/in6.h usability... no
    checking netinet/in6.h presence... no
    checking for netinet/in6.h... no
    checking netinet/tcp.h usability... yes
    checking netinet/tcp.h presence... yes
    checking for netinet/tcp.h... yes
    checking sys/un.h usability... yes
    checking sys/un.h presence... yes
    checking for sys/un.h... yes
    checking poll.h usability... yes
    checking poll.h presence... yes
    checking for poll.h... yes
    checking port.h usability... no
    checking port.h presence... no
    checking for port.h... no
    checking stdarg.h usability... yes
    checking stdarg.h presence... yes
    checking for stdarg.h... yes
    checking stddef.h usability... yes
    checking stddef.h presence... yes
    checking for stddef.h... yes
    checking sys/devpoll.h usability... no
    checking sys/devpoll.h presence... no
    checking for sys/devpoll.h... no
    checking sys/epoll.h usability... no
    checking sys/epoll.h presence... no
    checking for sys/epoll.h... no
    checking sys/event.h usability... yes
    checking sys/event.h presence... yes
    checking for sys/event.h... yes
    checking sys/eventfd.h usability... no
    checking sys/eventfd.h presence... no
    checking for sys/eventfd.h... no
    checking sys/ioctl.h usability... yes
    checking sys/ioctl.h presence... yes
    checking for sys/ioctl.h... yes
    checking sys/mman.h usability... yes
    checking sys/mman.h presence... yes
    checking for sys/mman.h... yes
    checking sys/param.h usability... yes
    checking sys/param.h presence... yes
    checking for sys/param.h... yes
    checking sys/queue.h usability... yes
    checking sys/queue.h presence... yes
    checking for sys/queue.h... yes
    checking sys/resource.h usability... yes
    checking sys/resource.h presence... yes
    checking for sys/resource.h... yes
    checking sys/select.h usability... yes
    checking sys/select.h presence... yes
    checking for sys/select.h... yes
    checking sys/sendfile.h usability... no
    checking sys/sendfile.h presence... no
    checking for sys/sendfile.h... no
    checking sys/socket.h usability... yes
    checking sys/socket.h presence... yes
    checking for sys/socket.h... yes
    checking for sys/stat.h... (cached) yes
    checking sys/time.h usability... yes
    checking sys/time.h presence... yes
    checking for sys/time.h... yes
    checking sys/timerfd.h usability... no
    checking sys/timerfd.h presence... no
    checking for sys/timerfd.h... no
    checking sys/uio.h usability... yes
    checking sys/uio.h presence... yes
    checking for sys/uio.h... yes
    checking sys/wait.h usability... yes
    checking sys/wait.h presence... yes
    checking for sys/wait.h... yes
    checking sys/random.h usability... yes
    checking sys/random.h presence... yes
    checking for sys/random.h... yes
    checking errno.h usability... yes
    checking errno.h presence... yes
    checking for errno.h... yes
    checking afunix.h usability... no
    checking afunix.h presence... no
    checking for afunix.h... no
    checking for sys/sysctl.h... yes
    checking for TAILQ_FOREACH in sys/queue.h... yes
    checking for timeradd in sys/time.h... yes
    checking for timercmp in sys/time.h... yes
    checking for timerclear in sys/time.h... yes
    checking for timerisset in sys/time.h... yes
    checking whether CTL_KERN is declared... yes
    checking whether KERN_ARND is declared... no
    checking for an ANSI C-conforming const... yes
    checking for inline... inline
    checking whether time.h and sys/time.h may both be included... yes
    checking for accept4... no
    checking for arc4random... yes
    checking for arc4random_buf... yes
    checking for arc4random_addrandom... yes
    checking for eventfd... no
    checking for epoll_create1... no
    checking for fcntl... yes
    checking for getegid... yes
    checking for geteuid... yes
    checking for getifaddrs... yes
    checking for gettimeofday... yes
    checking for issetugid... yes
    checking for mach_absolute_time... yes
    checking for mmap... yes
    checking for nanosleep... yes
    checking for pipe... yes
    checking for pipe2... no
    checking for putenv... yes
    checking for sendfile... yes
    checking for setenv... yes
    checking for setrlimit... yes
    checking for sigaction... yes
    checking for signal... yes
    checking for splice... no
    checking for strlcpy... yes
    checking for strsep... yes
    checking for strtok_r... yes
    checking for strtoll... yes
    checking for sysctl... yes
    checking for timerfd_create... no
    checking for umask... yes
    checking for unsetenv... yes
    checking for usleep... yes
    checking for vasprintf... yes
    checking for getrandom... no
    checking for getnameinfo... yes
    checking for getprotobynumber... yes
    checking for getservbyname... yes
    checking for inet_ntop... yes
    checking for inet_pton... yes
    checking for getaddrinfo... yes
    checking for F_SETFD in fcntl.h... yes
    checking for select... yes
    checking for poll... yes
    checking for kqueue... yes
    checking for working kqueue... yes
    checking for epoll_ctl... no
    checking for port_create... no
    checking for pid_t... yes
    checking for size_t... yes
    checking for ssize_t... yes
    checking for uint64_t... yes
    checking for uint32_t... yes
    checking for uint16_t... yes
    checking for uint8_t... yes
    checking for uintptr_t... yes
    checking for fd_mask... yes
    checking size of long long... 8
    checking size of long... 8
    checking size of int... 4
    checking size of short... 2
    checking size of size_t... 8
    checking size of void *... 8
    checking size of off_t... 8
    checking size of time_t... 8
    checking for struct in6_addr... yes
    checking for struct sockaddr_in6... yes
    checking for struct sockaddr_un... yes
    checking for sa_family_t... yes
    checking for struct addrinfo... yes
    checking for struct sockaddr_storage... yes
    checking for struct in6_addr.s6_addr32... no
    checking for struct in6_addr.s6_addr16... no
    checking for struct sockaddr_in.sin_len... yes
    checking for struct sockaddr_in6.sin6_len... yes
    checking for struct sockaddr_storage.ss_family... yes
    checking for struct sockaddr_storage.__ss_family... no
    checking for struct linger... yes
    checking for socklen_t... yes
    checking whether our compiler supports __func__... yes
    checking whether our compiler supports __FUNCTION__... yes
    checking for the pthreads library -lpthreads... no
    checking whether pthreads work without any flags... yes
    checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
    checking if more special flags are required for pthreads... -D_THREAD_SAFE
    checking size of pthread_t... 8
    checking that generated files are newer than configure... done
    configure: creating ./config.status
    config.status: creating libevent.pc
    config.status: creating libevent_openssl.pc
    config.status: creating libevent_pthreads.pc
    config.status: creating libevent_core.pc
    config.status: creating libevent_extra.pc
    config.status: creating Makefile
    config.status: creating config.h
    config.status: creating evconfig-private.h
    config.status: executing depfiles commands
    config.status: executing libtool commands
    Building libevent...
      GEN      include/event2/event-config.h
      CC       buffer.lo
      CC       bufferevent.lo
      CC       bufferevent_filter.lo
      CC       bufferevent_pair.lo
      CC       bufferevent_ratelim.lo
      CC       bufferevent_sock.lo
      CC       event.lo
      CC       evmap.lo
      CC       evthread.lo
      CC       evutil.lo
    evthread.c:77:60: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    struct evthread_lock_callbacks *evthread_get_lock_callbacks()
                                                               ^
                                                                void
    evthread.c:82:70: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    struct evthread_condition_callbacks *evthread_get_condition_callbacks()
                                                                         ^
                                                                          void
    2 warnings generated.
      CC       evutil_rand.lo
      CC       evutil_time.lo
      CC       listener.lo
    evutil.c:213:21: warning: argument 'fd' of type 'int[2]' with mismatched bound [-Warray-parameter]
        evutil_socket_t fd[2])
                        ^
    ./util-internal.h:306:62: note: previously declared as 'int[]' here
    int evutil_ersatz_socketpair_(int, int , int, evutil_socket_t[]);
                                                                 ^
    1 warning generated.
      CC       log.lo
      CC       select.lo
      CC       poll.lo
      CC       kqueue.lo
      CC       signal.lo
      CC       evdns.lo
      CC       event_tagging.lo
      CC       evrpc.lo
      CC       http.lo
      CCLD     libevent_core.la
      CC       evthread_pthread.lo
      CCLD     libevent_pthreads.la
      CCLD     libevent.la
      CCLD     libevent_extra.la
    Staging libevent...
     /usr/local/bin/gmkdir -p '/Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/libevent/2.1.12-stable-ace01d319d9/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/bin'
     /usr/local/bin/gmkdir -p '/Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/libevent/2.1.12-stable-ace01d319d9/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/lib'
     /usr/local/bin/gmkdir -p '/Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/libevent/2.1.12-stable-ace01d319d9/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/include'
     /usr/local/bin/gmkdir -p '/Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/libevent/2.1.12-stable-ace01d319d9/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/include/event2'
     /bin/sh ./libtool   --mode=install /usr/local/bin/ginstall -c   libevent.la libevent_core.la libevent_extra.la libevent_pthreads.la '/Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/libevent/2.1.12-stable-ace01d319d9/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/lib'
     /usr/local/bin/ginstall -c -m 644 include/evdns.h include/event.h include/evhttp.h include/evrpc.h include/evutil.h '/Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/libevent/2.1.12-stable-ace01d319d9/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/include'
     /usr/local/bin/ginstall -c -m 644 include/event2/buffer.h include/event2/buffer_compat.h include/event2/bufferevent.h include/event2/bufferevent_compat.h include/event2/bufferevent_struct.h include/event2/dns.h include/event2/dns_compat.h include/event2/dns_struct.h include/event2/event.h include/event2/event_compat.h include/event2/event_struct.h include/event2/http.h include/event2/http_compat.h include/event2/http_struct.h include/event2/keyvalq_struct.h include/event2/listener.h include/event2/rpc.h include/event2/rpc_compat.h include/event2/rpc_struct.h include/event2/tag.h include/event2/tag_compat.h include/event2/thread.h include/event2/util.h include/event2/visibility.h '/Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/libevent/2.1.12-stable-ace01d319d9/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/include/event2'
     /usr/local/bin/ginstall -c event_rpcgen.py '/Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/libevent/2.1.12-stable-ace01d319d9/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/bin'
     /usr/local/bin/gmkdir -p '/Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/libevent/2.1.12-stable-ace01d319d9/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/include/event2'
     /usr/local/bin/gmkdir -p '/Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/libevent/2.1.12-stable-ace01d319d9/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/lib/pkgconfig'
     /usr/local/bin/ginstall -c -m 644 include/event2/event-config.h '/Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/libevent/2.1.12-stable-ace01d319d9/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/include/event2'
     /usr/local/bin/ginstall -c -m 644 libevent.pc libevent_core.pc libevent_extra.pc libevent_pthreads.pc '/Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/libevent/2.1.12-stable-ace01d319d9/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/lib/pkgconfig'
    libtool: install: /usr/local/bin/ginstall -c .libs/libevent.lai /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/libevent/2.1.12-stable-ace01d319d9/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/lib/libevent.la
    libtool: install: /usr/local/bin/ginstall -c .libs/libevent_core.lai /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/libevent/2.1.12-stable-ace01d319d9/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/lib/libevent_core.la
    libtool: install: /usr/local/bin/ginstall -c .libs/libevent_extra.lai /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/libevent/2.1.12-stable-ace01d319d9/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/lib/libevent_extra.la
    libtool: install: /usr/local/bin/ginstall -c .libs/libevent_pthreads.lai /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/libevent/2.1.12-stable-ace01d319d9/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/lib/libevent_pthreads.la
    libtool: install: /usr/local/bin/ginstall -c .libs/libevent.a /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/libevent/2.1.12-stable-ace01d319d9/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/lib/libevent.a
    libtool: install: chmod 644 /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/libevent/2.1.12-stable-ace01d319d9/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/lib/libevent.a
    libtool: install: /Library/Developer/CommandLineTools/usr/bin/ranlib /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/libevent/2.1.12-stable-ace01d319d9/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/lib/libevent.a
    libtool: install: /usr/local/bin/ginstall -c .libs/libevent_core.a /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/libevent/2.1.12-stable-ace01d319d9/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/lib/libevent_core.a
    libtool: install: chmod 644 /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/libevent/2.1.12-stable-ace01d319d9/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/lib/libevent_core.a
    libtool: install: /Library/Developer/CommandLineTools/usr/bin/ranlib /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/libevent/2.1.12-stable-ace01d319d9/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/lib/libevent_core.a
    libtool: install: /usr/local/bin/ginstall -c .libs/libevent_extra.a /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/libevent/2.1.12-stable-ace01d319d9/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/lib/libevent_extra.a
    libtool: install: chmod 644 /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/libevent/2.1.12-stable-ace01d319d9/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/lib/libevent_extra.a
    libtool: install: /Library/Developer/CommandLineTools/usr/bin/ranlib /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/libevent/2.1.12-stable-ace01d319d9/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/lib/libevent_extra.a
    libtool: install: /usr/local/bin/ginstall -c .libs/libevent_pthreads.a /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/libevent/2.1.12-stable-ace01d319d9/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/lib/libevent_pthreads.a
    libtool: install: chmod 644 /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/libevent/2.1.12-stable-ace01d319d9/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/lib/libevent_pthreads.a
    libtool: install: /Library/Developer/CommandLineTools/usr/bin/ranlib /Users/will/src/bitcoin/depends/work/staging/x86_64-apple-darwin22.2.0/libevent/2.1.12-stable-ace01d319d9/Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/lib/libevent_pthreads.a
    libtool: warning: remember to run 'libtool --finish /Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0/lib'
    Postprocessing libevent...
    Caching libevent...
    copying packages: native_ds_store native_mac_alias boost libevent
    to: /Users/will/src/bitcoin/depends/x86_64-apple-darwin22.2.0
    

    </details>

  8. fanquake commented at 9:06 AM on July 6, 2023: member

    Haven't looked into the issue here yet, but note that these packages will be removed as part of #27099.

  9. Crypt-iQ closed this on Jul 30, 2023

  10. bitcoin locked this on Jul 29, 2024

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-29 06:13 UTC

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