x86_64-pc-linux-gnu-g++ -Iliblog.a.p -I. -I../mpd-0.23.7 -Isrc -I../mpd-0.23.7/src -fdiagnostics-color=always -Wall -Winvalid-pch -Wnon-virtual-dtor -Wextra -Wpedantic -std=c++17 -O0 -ffast-math -ftree-vectorize -Wcast-qual -Wdouble-promotion -Wmissing-declarations -Wshadow -Wunused -Wvla -Wwrite-strings -fno-threadsafe-statics -fmerge-all-constants -Wcomma-subscript -Wextra-semi -Wmismatched-tags -Woverloaded-virtual -Wsign-promo -Wvolatile -Wvirtual-inheritance -Wno-non-virtual-dtor -Wsuggest-override -fvisibility=hidden -ffunction-sections -fdata-sections -D_GNU_SOURCE -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -ggdb -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fPIC -MD -MQ liblog.a.p/src_Log.cxx.o -MF liblog.a.p/src_Log.cxx.o.d -o liblog.a.p/src_Log.cxx.o -c ../mpd-0.23.7/src/Log.cxx 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 ‘fmt’ 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, | ^~~ Reproducible: Always
Created attachment 790466 [details] media-sound:mpd-0.23.7:20220707-054921.log build.log
Created attachment 790469 [details] emerge-info emerge-info
*** Bug 856793 has been marked as a duplicate of this bug. ***
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b34acc170f0a4319cf7f4cce85e0fa06570eeaf commit 6b34acc170f0a4319cf7f4cce85e0fa06570eeaf Author: Sam James <sam@gentoo.org> AuthorDate: 2022-07-09 00:38:38 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-07-09 00:39:25 +0000 media-sound/mpd: add 0.23.8 Closes: https://bugs.gentoo.org/856787 Signed-off-by: Sam James <sam@gentoo.org> media-sound/mpd/Manifest | 1 + media-sound/mpd/mpd-0.23.8.ebuild | 293 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 294 insertions(+)