===> Building for bitcoin-28.1nb3 Making all in src gmake[1]: Entering directory '/Users/pbulk/build-disk/finance/bitcoin/work/bitcoin-28.1/src' gmake[2]: Entering directory '/Users/pbulk/build-disk/finance/bitcoin/work/bitcoin-28.1/src' CXX bitcoind-bitcoind.o CXX init/bitcoind-bitcoind.o CXX libbitcoin_node_a-addrdb.o CXX libbitcoin_node_a-addrman.o CXX libbitcoin_node_a-banman.o CXX libbitcoin_node_a-bip324.o CXX libbitcoin_node_a-blockencodings.o CXX libbitcoin_node_a-blockfilter.o CXX libbitcoin_node_a-chain.o CXX consensus/libbitcoin_node_a-tx_verify.o CXX libbitcoin_node_a-dbwrapper.o CXX libbitcoin_node_a-deploymentstatus.o CXX libbitcoin_node_a-flatfile.o CXX libbitcoin_node_a-headerssync.o CXX libbitcoin_node_a-httprpc.o In file included from httprpc.cpp:9: ./httpserver.h:134:43: error: no matching constructor for initialization of 'std::span' WriteReply(nStatus, std::as_bytes(std::span{reply})); ^ ~~~~~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:402:15: note: candidate constructor not viable: no known conversion from 'std::string_view' (aka 'basic_string_view') to 'const std::span' for 1st argument constexpr span (const span&) noexcept = default; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:410:15: note: candidate template ignored: could not match 'std::span::element_type [_Sz]' against 'std::string_view' (aka 'basic_string_view') constexpr span(element_type (&__arr)[_Sz]) noexcept : __data{__arr}, __size{_Sz} {} ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:415:15: note: candidate template ignored: could not match 'array' against 'basic_string_view' constexpr span(array<_OtherElementType, _Sz>& __arr) noexcept : __data{__arr.data()}, __size{_Sz} {} ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:420:15: note: candidate template ignored: could not match 'array' against 'basic_string_view' constexpr span(const array<_OtherElementType, _Sz>& __arr) noexcept : __data{__arr.data()}, __size{_Sz} {} ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:424:19: note: candidate template ignored: requirement '__is_span_compatible_container::value' was not satisfied [with _Container = std::string_view] constexpr span( _Container& __c, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:430:19: note: candidate template ignored: requirement '__is_span_compatible_container::value' was not satisfied [with _Container = std::string_view] constexpr span(const _Container& __c, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:437:19: note: candidate template ignored: could not match 'span' against 'basic_string_view' constexpr span(const span<_OtherElementType, _OtherExtent>& __other, ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:400:41: note: candidate constructor not viable: requires 0 arguments, but 1 was provided _LIBCPP_INLINE_VISIBILITY constexpr span() noexcept : __data{nullptr}, __size{0} {} ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:405:41: note: candidate constructor not viable: requires 2 arguments, but 1 was provided _LIBCPP_INLINE_VISIBILITY constexpr span(pointer __ptr, size_type __count) : __data{__ptr}, __size{__count} {} ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:406:41: note: candidate constructor not viable: requires 2 arguments, but 1 was provided _LIBCPP_INLINE_VISIBILITY constexpr span(pointer __f, pointer __l) : __data{__f}, __size{static_cast(distance(__f, __l))} {} ^ 1 error generated. gmake[2]: *** [Makefile:10199: libbitcoin_node_a-httprpc.o] Error 1 gmake[2]: Leaving directory '/Users/pbulk/build-disk/finance/bitcoin/work/bitcoin-28.1/src' gmake[1]: *** [Makefile:20310: all-recursive] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build-disk/finance/bitcoin/work/bitcoin-28.1/src' gmake: *** [Makefile:749: all-recursive] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/finance/bitcoin *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/finance/bitcoin