In file included from ../mpd-0.23.7/src/Log.cxx:20: ../mpd-0.23.7/src/Log.hxx: In function 'void LogFmt(LogLevel, const Domain&, const S&, Args&& ...)': ../mpd-0.23.7/src/Log.hxx:49:44: error: 'to_string_view' is not a member of 'fm' 49 | return LogVFmt(level, domain, fmt::to_string_view(format_str), | ^~~~~~~~~~~~~~ ../mpd-0.23.7/src/Log.hxx:50:29: error: 'make_args_checked' is not a member of fmt' 50 | fmt::make_args_checked<Args...>(format_str, | ^~~~~~~~~~~~~~~~~ ../mpd-0.23.7/src/Log.hxx:50:51: error: expected primary-expression before '...' token 50 | fmt::make_args_checked<Args...>(format_str, | ^~~ ../mpd-0.23.7/src/Log.hxx: In instantiation of 'void LogFmt(LogLevel, const Domain&, const S&, Args&& ...) [with S = char [7]; Args = {const char*&, const std::__exception_ptr::exception_ptr&}]': ../mpd-0.23.7/src/Log.cxx:50:8: required from here ../mpd-0.23.7/src/Log.hxx:46:35: warning: unused parameter 'args#0' [-Wunused-parameter] 46 | const S &format_str, Args&&... args) noexcept | ../mpd-0.23.7/src/Log.hxx:46:35: warning: unused parameter 'args#1' [-Wunused-parameter] ninja: build stopped: subcommand failed. * ERROR: media-sound/mpd-0.23.7::gentoo failed (compil
*** This bug has been marked as a duplicate of bug 856787 ***