Source: restinio Version: 0.6.13-1 Severity: important X-Debbugs-Cc: z...@debian.org
Hi, I have uploaded fmtlib 9.0.0 to experimental. During rebuild the reverse dependencies, your package FTBFS. Some relevant logs: In file included from /usr/include/fmt/format.h:48, from /<<PKGBUILDDIR>>/dev/restinio/impl/include_fmtlib.hpp:32, from /<<PKGBUILDDIR>>/dev/restinio/http_headers.hpp:11, from /<<PKGBUILDDIR>>/dev/restinio/request_handler.hpp:12, from /<<PKGBUILDDIR>>/dev/restinio/settings.hpp:14, from /<<PKGBUILDDIR>>/dev/restinio/all.hpp:14, from /<<PKGBUILDDIR>>/dev/sample/hello_world_minimal/main.cpp:1: /usr/include/fmt/core.h: In instantiation of ‘constexpr fmt::v9::detail::value<Context> fmt::v9::detail::make_value(T&&) [with Context = fmt::v9::basic_format_context<fmt: :v9::appender, char>; T = nonstd::sv_lite::basic_string_view<char>&]’: /usr/include/fmt/core.h:1753:29: required from ‘constexpr fmt::v9::detail::value<Context> fmt::v9::detail::make_arg(T&&) [with bool IS_PACKED = true; Context = fmt::v9:: basic_format_context<fmt::v9::appender, char>; fmt::v9::detail::type <anonymous> = fmt::v9::detail::type::custom_type; T = nonstd::sv_lite::basic_string_view<char>&; typen ame std::enable_if<IS_PACKED, int>::type <anonymous> = 0]’ /usr/include/fmt/core.h:1877:77: required from ‘constexpr fmt::v9::format_arg_store<Context, Args>::format_arg_store(T&& ...) [with T = {nonstd::sv_lite::basic_string_vi ew<char, std::char_traits<char> >&}; Context = fmt::v9::basic_format_context<fmt::v9::appender, char>; Args = {nonstd::sv_lite::basic_string_view<char, std::char_traits<ch ar> >}]’ /usr/include/fmt/core.h:1894:38: required from ‘constexpr fmt::v9::format_arg_store<Context, typename std::remove_cv<typename std::remove_reference<Args>::type>::type .. .> fmt::v9::make_format_args(Args&& ...) [with Context = fmt::v9::basic_format_context<fmt::v9::appender, char>; Args = {nonstd::sv_lite::basic_string_view<char, std::char _traits<char> >&}]’ /usr/include/fmt/core.h:3163:44: required from ‘std::string fmt::v9::format(fmt::v9::format_string<T ...>, T&& ...) [with T = {nonstd::sv_lite::basic_string_view<char, s td::char_traits<char> >&}; std::string = std::__cxx11::basic_string<char>; fmt::v9::format_string<T ...> = fmt::v9::basic_format_string<char, nonstd::sv_lite::basic_string _view<char, std::char_traits<char> >&>]’ /<<PKGBUILDDIR>>/dev/restinio/http_headers.hpp:957:17: required from here /usr/include/fmt/core.h:1733:7: error: static assertion failed: Cannot format an argument. To make type T formattable provide a formatter<T> specialization: https://fmt.dev/latest/api.html#udt 1733 | formattable, | ^~~~~~~~~~~ /usr/include/fmt/core.h:1733:7: note: ‘formattable’ evaluates to false