Source: opendht
Version: 2.3.1-1
Severity: important
Tags: ftbfs
X-Debbugs-Cc: [email protected]
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 /usr/include/restinio/impl/include_fmtlib.hpp:32,
from /usr/include/restinio/http_headers.hpp:11,
from /<<PKGBUILDDIR>>/include/opendht/http.h:33,
from /<<PKGBUILDDIR>>/include/opendht/dht_proxy_client.h:30,
from /<<PKGBUILDDIR>>/src/dhtrunner.cpp:32:
/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> >&>]’
/usr/include/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