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.