===> Building for botan3-3.6.1nb5 clang++ -fPIC -fvisibility=hidden -fstack-protector -pthread -stdlib=libc++ -std=c++20 -D_REENTRANT -pipe -Os -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/python3.12 -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -Wshorten-64-to-32 -Wcomma -Wdocumentation -DBOTAN_IS_BEING_BUILT -I build/include/public -I build/include/internal -isystem build/include/external -c src/lib/asn1/alg_id.cpp -o build/obj/lib/asn1_alg_id.o In file included from src/lib/asn1/alg_id.cpp:10: In file included from build/include/public/botan/ber_dec.h:13: In file included from build/include/public/botan/mem_ops.h:11: build/include/public/botan/concepts.h:63:54: error: no template named 'range_value_t' in namespace 'std::ranges' template > ~~~~~~~~~~~~~^ build/include/public/botan/concepts.h:64:41: error: no member named 'contiguous_range' in namespace 'std::ranges' concept contiguous_range = std::ranges::contiguous_range && std::same_as>; ~~~~~~~~~~~~~^ build/include/public/botan/concepts.h:64:58: error: 'T' does not refer to a value concept contiguous_range = std::ranges::contiguous_range && std::same_as>; ^ build/include/public/botan/concepts.h:63:20: note: declared here template > ^ build/include/public/botan/concepts.h:64:64: error: use of address-of-label extension outside of a function body concept contiguous_range = std::ranges::contiguous_range && std::same_as>; ^ build/include/public/botan/concepts.h:72:54: error: no template named 'range_value_t' in namespace 'std::ranges' template > ~~~~~~~~~~~~~^ build/include/public/botan/concepts.h:73:79: error: no member named 'output_range' in namespace 'std::ranges' concept contiguous_output_range = contiguous_range && std::ranges::output_range; ~~~~~~~~~~~~~^ build/include/public/botan/concepts.h:73:35: error: use of undeclared identifier 'contiguous_range' concept contiguous_output_range = contiguous_range && std::ranges::output_range; ^ build/include/public/botan/concepts.h:73:92: error: 'T' does not refer to a value concept contiguous_output_range = contiguous_range && std::ranges::output_range; ^ build/include/public/botan/concepts.h:72:20: note: declared here template > ^ build/include/public/botan/concepts.h:80:79: error: no template named 'range_value_t' in namespace 'std::ranges' concept spanable_range = std::constructible_from>, T>; ~~~~~~~~~~~~~^ build/include/public/botan/concepts.h:88:37: error: use of undeclared identifier 'spanable_range' concept statically_spanable_range = spanable_range && ^ build/include/public/botan/concepts.h:96:36: error: unknown type name 'spanable_range' inline constexpr size_t size_bytes(spanable_range auto&& r) { ^ build/include/public/botan/concepts.h:108:28: error: unknown type name 'spanable_range' template ^ build/include/public/botan/concepts.h:109:23: error: variable has incomplete type 'void' inline constexpr void assert_exact_byte_length(R&& r) { ^ build/include/public/botan/concepts.h:109:52: error: use of undeclared identifier 'r' inline constexpr void assert_exact_byte_length(R&& r) { ^ build/include/public/botan/concepts.h:109:54: error: expected ';' at end of declaration inline constexpr void assert_exact_byte_length(R&& r) { ^ ; build/include/public/botan/concepts.h:109:55: error: expected unqualified-id inline constexpr void assert_exact_byte_length(R&& r) { ^ build/include/public/botan/concepts.h:127:11: error: unknown type name 'spanable_range' template ^ build/include/public/botan/concepts.h:127:30: error: unknown type name 'spanable_range' template ^ build/include/public/botan/concepts.h:128:23: error: variable has incomplete type 'void' inline constexpr void assert_equal_byte_lengths(R0&& r0, Rs&&... rs) ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. gmake: *** [Makefile:108: build/obj/lib/asn1_alg_id.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/security/botan3 *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/security/botan3