=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for openrct2-0.4.21nb2 [ 0%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/AssetPack.cpp.o [ 0%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/Cheats.cpp.o [ 0%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/CommandLineSprite.cpp.o [ 0%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/AssetPackManager.cpp.o In file included from /usr/pkg/include/nlohmann/adl_serializer.hpp:14, from /usr/pkg/include/nlohmann/json.hpp:34, from /tmp/games/openrct2/work/OpenRCT2-0.4.21/src/openrct2/core/Json.hpp:14, from /tmp/games/openrct2/work/OpenRCT2-0.4.21/src/openrct2/AssetPack.cpp:13: /usr/pkg/include/nlohmann/detail/conversions/from_json.hpp: In function 'void nlohmann::json_abi_v3_12_0::detail::from_json(const BasicJsonType&, std::filesystem::__cxx11::path&)': /usr/pkg/include/nlohmann/detail/conversions/from_json.hpp:544:27: error: 'u8string_view' is not a member of 'std'; did you mean 'wstring_view'? 544 | p = std_fs::path(std::u8string_view(reinterpret_cast(s.data()), s.size())); | ^~~~~~~~~~~~~ | wstring_view /usr/pkg/include/nlohmann/detail/conversions/from_json.hpp:544:64: error: 'char8_t' was not declared in this scope; did you mean 'wchar_t'? 544 | p = std_fs::path(std::u8string_view(reinterpret_cast(s.data()), s.size())); | ^~~~~~~ | wchar_t /usr/pkg/include/nlohmann/detail/conversions/from_json.hpp:544:21: error: expected primary-expression before '(' token 544 | p = std_fs::path(std::u8string_view(reinterpret_cast(s.data()), s.size())); | ^ /usr/pkg/include/nlohmann/detail/conversions/from_json.hpp:544:27: error: 'u8string_view' is not a member of 'std'; did you mean 'wstring_view'? 544 | p = std_fs::path(std::u8string_view(reinterpret_cast(s.data()), s.size())); | ^~~~~~~~~~~~~ | wstring_view /usr/pkg/include/nlohmann/detail/conversions/from_json.hpp:544:64: error: expected '>' before 'char8_t' 544 | p = std_fs::path(std::u8string_view(reinterpret_cast(s.data()), s.size())); | ^~~~~~~ /usr/pkg/include/nlohmann/detail/conversions/from_json.hpp:544:64: error: expected '(' before 'char8_t' 544 | p = std_fs::path(std::u8string_view(reinterpret_cast(s.data()), s.size())); | ^~~~~~~ | ( /usr/pkg/include/nlohmann/detail/conversions/from_json.hpp:544:72: error: expected primary-expression before '>' token 544 | p = std_fs::path(std::u8string_view(reinterpret_cast(s.data()), s.size())); | ^ In file included from /usr/pkg/include/nlohmann/adl_serializer.hpp:14, from /usr/pkg/include/nlohmann/json.hpp:34, from /tmp/games/openrct2/work/OpenRCT2-0.4.21/src/openrct2/core/Json.hpp:14, from /tmp/games/openrct2/work/OpenRCT2-0.4.21/src/openrct2/CommandLineSprite.cpp:17: /usr/pkg/include/nlohmann/detail/conversions/from_json.hpp: In function 'void nlohmann::json_abi_v3_12_0::detail::from_json(const BasicJsonType&, std::filesystem::__cxx11::path&)': /usr/pkg/include/nlohmann/detail/conversions/from_json.hpp:544:27: error: 'u8string_view' is not a member of 'std'; did you mean 'wstring_view'? 544 | p = std_fs::path(std::u8string_view(reinterpret_cast(s.data()), s.size())); | ^~~~~~~~~~~~~ | wstring_view /usr/pkg/include/nlohmann/detail/conversions/from_json.hpp:544:64: error: 'char8_t' was not declared in this scope; did you mean 'wchar_t'? 544 | p = std_fs::path(std::u8string_view(reinterpret_cast(s.data()), s.size())); | ^~~~~~~ | wchar_t /usr/pkg/include/nlohmann/detail/conversions/from_json.hpp:544:21: error: expected primary-expression before '(' token 544 | p = std_fs::path(std::u8string_view(reinterpret_cast(s.data()), s.size())); | ^ /usr/pkg/include/nlohmann/detail/conversions/from_json.hpp:544:27: error: 'u8string_view' is not a member of 'std'; did you mean 'wstring_view'? 544 | p = std_fs::path(std::u8string_view(reinterpret_cast(s.data()), s.size())); | ^~~~~~~~~~~~~ | wstring_view /usr/pkg/include/nlohmann/detail/conversions/from_json.hpp:544:64: error: expected '>' before 'char8_t' 544 | p = std_fs::path(std::u8string_view(reinterpret_cast(s.data()), s.size())); | ^~~~~~~ /usr/pkg/include/nlohmann/detail/conversions/from_json.hpp:544:64: error: expected '(' before 'char8_t' 544 | p = std_fs::path(std::u8string_view(reinterpret_cast(s.data()), s.size())); | ^~~~~~~ | ( /usr/pkg/include/nlohmann/detail/conversions/from_json.hpp:544:72: error: expected primary-expression before '>' token 544 | p = std_fs::path(std::u8string_view(reinterpret_cast(s.data()), s.size())); | ^ In file included from /usr/pkg/include/nlohmann/adl_serializer.hpp:15: /usr/pkg/include/nlohmann/detail/conversions/to_json.hpp: In function 'void nlohmann::json_abi_v3_12_0::detail::to_json(BasicJsonType&, const std::filesystem::__cxx11::path&)': /usr/pkg/include/nlohmann/detail/conversions/to_json.hpp:447:16: error: 'u8string' in namespace 'std' does not name a type 447 | const std::u8string s = p.u8string(); | ^~~~~~~~ /usr/pkg/include/nlohmann/detail/conversions/to_json.hpp:26:1: note: 'std::u8string' is defined in header ''; did you forget to '#include '? 25 | #include +++ |+#include 26 | #include /usr/pkg/include/nlohmann/detail/conversions/to_json.hpp:448:21: error: 's' was not declared in this scope 448 | j = std::string(s.begin(), s.end()); | ^ In file included from /usr/pkg/include/nlohmann/adl_serializer.hpp:15: /usr/pkg/include/nlohmann/detail/conversions/to_json.hpp: In function 'void nlohmann::json_abi_v3_12_0::detail::to_json(BasicJsonType&, const std::filesystem::__cxx11::path&)': /usr/pkg/include/nlohmann/detail/conversions/to_json.hpp:447:16: error: 'u8string' in namespace 'std' does not name a type 447 | const std::u8string s = p.u8string(); | ^~~~~~~~ /usr/pkg/include/nlohmann/detail/conversions/to_json.hpp:26:1: note: 'std::u8string' is defined in header ''; did you forget to '#include '? 25 | #include +++ |+#include 26 | #include /usr/pkg/include/nlohmann/detail/conversions/to_json.hpp:448:21: error: 's' was not declared in this scope 448 | j = std::string(s.begin(), s.end()); | ^ [ 0%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/Context.cpp.o [ 1%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/Date.cpp.o gmake[2]: *** [CMakeFiles/libopenrct2.dir/build.make:79: CMakeFiles/libopenrct2.dir/src/openrct2/AssetPack.cpp.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... gmake[2]: *** [CMakeFiles/libopenrct2.dir/build.make:121: CMakeFiles/libopenrct2.dir/src/openrct2/CommandLineSprite.cpp.o] Error 1 gmake[1]: *** [CMakeFiles/Makefile2:95: CMakeFiles/libopenrct2.dir/all] Error 2 gmake: *** [Makefile:136: all] Error 2 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/games/openrct2 *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/games/openrct2