Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 856787 - media-sound/mpd-0.23.7: Log.hxx:49:44: error: ‘to_string_view’ is not a member of ‘fmt’
Summary: media-sound/mpd-0.23.7: Log.hxx:49:44: error: ‘to_string_view’ is not a membe...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords:
: 856793 (view as bug list)
Depends on:
Blocks: 856748
  Show dependency tree
 
Reported: 2022-07-07 05:55 UTC by yongxiang
Modified: 2022-07-09 00:39 UTC (History)
2 users (show)

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


Attachments
media-sound:mpd-0.23.7:20220707-054921.log (media-sound:mpd-0.23.7:20220707-054921.log,93.54 KB, text/plain)
2022-07-07 05:56 UTC, yongxiang
Details
emerge-info (emerge-info,7.54 KB, application/octet-stream)
2022-07-07 05:58 UTC, yongxiang
Details

Note You need to log in before you can comment on or make changes to this bug.
Description yongxiang 2022-07-07 05:55:31 UTC
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
Comment 1 yongxiang 2022-07-07 05:56:42 UTC
Created attachment 790466 [details]
media-sound:mpd-0.23.7:20220707-054921.log

build.log
Comment 2 yongxiang 2022-07-07 05:58:09 UTC
Created attachment 790469 [details]
emerge-info

emerge-info
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-07-07 06:45:08 UTC
*** Bug 856793 has been marked as a duplicate of this bug. ***
Comment 4 Larry the Git Cow gentoo-dev 2022-07-09 00:39:31 UTC
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(+)