Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 856793 - media-sound/mpd-0.23.7: libfmt-9.0.0 breaks build
Summary: media-sound/mpd-0.23.7: libfmt-9.0.0 breaks build
Status: RESOLVED DUPLICATE of bug 856787
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-07 06:41 UTC by Florian Faber
Modified: 2022-07-07 06:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Faber 2022-07-07 06:41:59 UTC
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
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-07-07 06:45:08 UTC

*** This bug has been marked as a duplicate of bug 856787 ***