===> Building for orcus-0.20.2nb1 /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/Users/pbulk/build/converters/orcus/work/liborcus-0.20.2' Making all in src gmake[2]: Entering directory '/Users/pbulk/build/converters/orcus/work/liborcus-0.20.2/src' Making all in include gmake[3]: Entering directory '/Users/pbulk/build/converters/orcus/work/liborcus-0.20.2/src/include' Making all in mso gmake[4]: Entering directory '/Users/pbulk/build/converters/orcus/work/liborcus-0.20.2/src/include/mso' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/Users/pbulk/build/converters/orcus/work/liborcus-0.20.2/src/include/mso' gmake[4]: Entering directory '/Users/pbulk/build/converters/orcus/work/liborcus-0.20.2/src/include' gmake[4]: Nothing to be done for 'all-am'. gmake[4]: Leaving directory '/Users/pbulk/build/converters/orcus/work/liborcus-0.20.2/src/include' gmake[3]: Leaving directory '/Users/pbulk/build/converters/orcus/work/liborcus-0.20.2/src/include' Making all in test gmake[3]: Entering directory '/Users/pbulk/build/converters/orcus/work/liborcus-0.20.2/src/test' CXX test_global.o CXX mock_spreadsheet.o In file included from mock_spreadsheet.cpp:8: ../../src/include/mock_spreadsheet.hpp:58:18: warning: 'set_xf_count' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void set_xf_count(xf_category_t cat, size_t n) = 0; ^ ../../include/orcus/spreadsheet/import_interface_styles.hpp:190:18: note: overridden virtual function is here virtual void set_xf_count(xf_category_t cat, size_t n) = 0; ^ 1 warning generated. AR liborcus-test.a gmake[3]: Leaving directory '/Users/pbulk/build/converters/orcus/work/liborcus-0.20.2/src/test' Making all in parser gmake[3]: Entering directory '/Users/pbulk/build/converters/orcus/work/liborcus-0.20.2/src/parser' CXX base64.lo CXX cell_buffer.lo CXX css_parser_base.lo CXX css_types.lo In file included from css_types.cpp:9: In file included from /Users/pbulk/build/converters/orcus/work/.buildlink/include/mdds-3.0/mdds/sorted_string_map.hpp:31: /Users/pbulk/build/converters/orcus/work/.buildlink/include/mdds-3.0/mdds/./cref_wrapper.hpp:43:33: error: no template named 'add_const_t' in namespace 'std'; did you mean 'add_const'? std::reference_wrapper> m_value; ~~~~~^~~~~~~~~~~ add_const /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__type_traits/add_const.h:21:29: note: 'add_const' declared here struct _LIBCPP_TEMPLATE_VIS add_const { ^ In file included from css_types.cpp:9: In file included from /Users/pbulk/build/converters/orcus/work/.buildlink/include/mdds-3.0/mdds/sorted_string_map.hpp:191: In file included from /Users/pbulk/build/converters/orcus/work/.buildlink/include/mdds-3.0/mdds/sorted_string_map_def.inl:29: /Users/pbulk/build/converters/orcus/work/.buildlink/include/mdds-3.0/mdds/./global.hpp:161:47: error: no template named 'bool_constant' in namespace 'std'; did you mean '_BoolConstant'? using const_t = typename const_or_not>::type; ~~~~~^~~~~~~~~~~~~ _BoolConstant /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__type_traits/integral_constant.h:38:1: note: '_BoolConstant' declared here using _BoolConstant _LIBCPP_NODEBUG = integral_constant; ^ In file included from css_types.cpp:9: In file included from /Users/pbulk/build/converters/orcus/work/.buildlink/include/mdds-3.0/mdds/sorted_string_map.hpp:191: In file included from /Users/pbulk/build/converters/orcus/work/.buildlink/include/mdds-3.0/mdds/sorted_string_map_def.inl:29: /Users/pbulk/build/converters/orcus/work/.buildlink/include/mdds-3.0/mdds/./global.hpp:179:51: error: no template named 'bool_constant' in namespace 'std'; did you mean '_BoolConstant'? using mutable_t = typename mutable_or_not>::type; ~~~~~^~~~~~~~~~~~~ _BoolConstant /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__type_traits/integral_constant.h:38:1: note: '_BoolConstant' declared here using _BoolConstant _LIBCPP_NODEBUG = integral_constant; ^ In file included from css_types.cpp:9: In file included from /Users/pbulk/build/converters/orcus/work/.buildlink/include/mdds-3.0/mdds/sorted_string_map.hpp:191: In file included from /Users/pbulk/build/converters/orcus/work/.buildlink/include/mdds-3.0/mdds/sorted_string_map_def.inl:29: /Users/pbulk/build/converters/orcus/work/.buildlink/include/mdds-3.0/mdds/./global.hpp:208:28: error: no template named 'void_t' in namespace 'std'; did you mean '__void_t'? struct is_complete> : std::true_type ~~~~~^~~~~~ __void_t /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__type_traits/void_t.h:26:1: note: '__void_t' declared here using __void_t = void; ^ In file included from css_types.cpp:9: In file included from /Users/pbulk/build/converters/orcus/work/.buildlink/include/mdds-3.0/mdds/sorted_string_map.hpp:191: /Users/pbulk/build/converters/orcus/work/.buildlink/include/mdds-3.0/mdds/sorted_string_map_def.inl:69:65: error: 'auto' not allowed in lambda parameter auto it = std::find_if(m_entries, m_entries_end, [&v](const auto& e) { return e.value == v; }); ^~~~ css_types.cpp:30:32: error: constexpr variable 'entries' must be initialized by a constant expression constexpr map_type::entry_type entries[] = { ^ ~ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/string_view:266:7: note: non-constexpr function 'length' cannot be used in a constant expression _Traits::length(__s); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/string_view:349:33: note: in call to '__char_traits_length_checked(&"after"[0])' : __data_(__s), __size_(_VSTD::__char_traits_length_checked<_Traits>(__s)) {} ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:897:17: note: expanded from macro '_VSTD' # define _VSTD std ^ css_types.cpp:31:7: note: in call to 'basic_string_view(&"after"[0])' { "after", pseudo_element_after }, ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__string/char_traits.h:221:78: note: declared here static inline _LIBCPP_HIDE_FROM_ABI size_t _LIBCPP_CONSTEXPR_SINCE_CXX17 length(const char_type* __s) _NOEXCEPT { ^ css_types.cpp:41:39: error: no member named 'size' in namespace 'std' static map_type map(entries, std::size(entries), 0); ~~~~~^ css_types.cpp:101:32: error: constexpr variable 'entries' must be initialized by a constant expression constexpr map_type::entry_type entries[] = { ^ ~ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/string_view:266:7: note: non-constexpr function 'length' cannot be used in a constant expression _Traits::length(__s); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/string_view:349:33: note: in call to '__char_traits_length_checked(&"active"[0])' : __data_(__s), __size_(_VSTD::__char_traits_length_checked<_Traits>(__s)) {} ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:897:17: note: expanded from macro '_VSTD' # define _VSTD std ^ css_types.cpp:102:7: note: in call to 'basic_string_view(&"active"[0])' { "active", pseudo_class_active }, ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__string/char_traits.h:221:78: note: declared here static inline _LIBCPP_HIDE_FROM_ABI size_t _LIBCPP_CONSTEXPR_SINCE_CXX17 length(const char_type* __s) _NOEXCEPT { ^ css_types.cpp:145:39: error: no member named 'size' in namespace 'std' static map_type map(entries, std::size(entries), 0); ~~~~~^ css_types.cpp:161:26: error: no member named 'size' in namespace 'std' std::size_t n = std::size(pseudo_class::entries); ~~~~~^ css_types.cpp:180:32: error: constexpr variable 'entries' must be initialized by a constant expression constexpr map_type::entry_type entries[] = { ^ ~ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/string_view:266:7: note: non-constexpr function 'length' cannot be used in a constant expression _Traits::length(__s); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/string_view:349:33: note: in call to '__char_traits_length_checked(&"hsl"[0])' : __data_(__s), __size_(_VSTD::__char_traits_length_checked<_Traits>(__s)) {} ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:897:17: note: expanded from macro '_VSTD' # define _VSTD std ^ css_types.cpp:181:7: note: in call to 'basic_string_view(&"hsl"[0])' { "hsl", property_function_t::hsl }, ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__string/char_traits.h:221:78: note: declared here static inline _LIBCPP_HIDE_FROM_ABI size_t _LIBCPP_CONSTEXPR_SINCE_CXX17 length(const char_type* __s) _NOEXCEPT { ^ css_types.cpp:190:39: error: no member named 'size' in namespace 'std' static map_type map(entries, std::size(entries), property_function_t::unknown); ~~~~~^ 12 errors generated. gmake[3]: *** [Makefile:1276: css_types.lo] Error 1 gmake[3]: Leaving directory '/Users/pbulk/build/converters/orcus/work/liborcus-0.20.2/src/parser' gmake[2]: *** [Makefile:2745: all-recursive] Error 1 gmake[2]: Leaving directory '/Users/pbulk/build/converters/orcus/work/liborcus-0.20.2/src' gmake[1]: *** [Makefile:1533: all-recursive] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/converters/orcus/work/liborcus-0.20.2' gmake: *** [Makefile:1442: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/converters/orcus *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/converters/orcus