Source: dynarmic Version: 6.0.0+ds-1 Severity: important Tags: ftbfs 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: -c /<<PKGBUILDDIR>>/src/dynarmic/ir/value.cpp In file included from /usr/include/fmt/format.h:48, from /<<PKGBUILDDIR>>/externals/mcl/src/../include/mcl/assert.hpp:10, from /<<PKGBUILDDIR>>/externals/mcl/src/../include/mcl/container/intrusive_list.hpp:12, from /<<PKGBUILDDIR>>/src/dynarmic/../dynarmic/ir/microinstruction.h:10, from /<<PKGBUILDDIR>>/src/dynarmic/ir/microinstruction.cpp:6: /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 = Dynarmic::IR::Opcode&]’: /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 = Dynarmic::IR::Opcode&; typename std::enable_if<I S_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 = {long unsigned int&, Dynarmic::IR ::Opcode&, long unsigned int&}; Context = fmt::v9::basic_format_context<fmt::v9::appender, char>; Args = {long unsigned int, Dynarmic::IR::Opcode, long unsigned int}]’ /<<PKGBUILDDIR>>/externals/mcl/src/../include/mcl/assert.hpp:21:1: required from ‘void mcl::detail::assert_terminate(fmt::v9::string_view, Ts ...) [with Ts = {long unsig ned int, Dynarmic::IR::Opcode, long unsigned int}; fmt::v9::string_view = fmt::v9::basic_string_view<char>]’ /<<PKGBUILDDIR>>/src/dynarmic/ir/microinstruction.cpp:633:5: required from here /<<PKGBUILDDIR>>/externals/mcl/src/../include/mcl/assert.hpp:20:53: in ‘constexpr’ expansion of ‘fmt::v9::make_format_args<>(args#0, args#1, args#2)’ /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, | ^~~~~~~~~~~