<div dir="auto"><div>It might, but better not patch here and just bump the version.<br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Oct 27, 2023, 21:40 Tim Dickson via SlackBuilds-users <<a href="mailto:slackbuilds-users@slackbuilds.org">slackbuilds-users@slackbuilds.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">this might help.<br>
<a href="https://github.com/MusicPlayerDaemon/MPD/commit/f869593ac8913e52c711e974257bd6dc0d5dbf26" rel="noreferrer noreferrer" target="_blank">https://github.com/MusicPlayerDaemon/MPD/commit/f869593ac8913e52c711e974257bd6dc0d5dbf26</a><br>
<br>
On 27/10/2023 19:01, Андрей Рабусов wrote:<br>
> Hi all,<br>
><br>
> I think the mpd's slackbuild (and the corresponding info file) needs to be<br>
> updated to match the latest mpd version, 0.23.14, due to the libfmt <br>
> update to version 10. I didn't get a reply from the maintainer, so <br>
> hopefully somebody else could quickly fix it.<br>
><br>
> The build error with the current mpd version, 0.23.9, is as follows:<br>
><br>
> [419/639] Compiling C++ object <br>
> src/decoder/plugins/libdecoder_plugins.a.p/FfmpegDecoderPlugin.cxx.o<br>
> FAILED: <br>
> src/decoder/plugins/libdecoder_plugins.a.p/FfmpegDecoderPlugin.cxx.o<br>
> ccache c++ -Isrc/decoder/plugins/libdecoder_plugins.a.p <br>
> -Isrc/decoder/plugins -I../src/decoder/plugins -Isrc -I../src -I. -I.. <br>
> -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include <br>
> -I/usr/include/opus -I/usr/include/dbus-1.0 <br>
> -I/usr/lib64/dbus-1.0/include -I/usr/include/SDL2 <br>
> -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch <br>
> -Wnon-virtual-dtor -Wextra -Wpedantic -std=c++17 -O3 -ffast-math <br>
> -ftree-vectorize -Wcast-qual -Wdouble-promotion -Wmissing-declarations <br>
> -Wshadow -Wunused -Wvla -Wwrite-strings -Wno-stringop-overflow <br>
> -fno-threadsafe-statics -fmerge-all-constants -Wcomma-subscript <br>
> -Wextra-semi -Wmismatched-tags -Woverloaded-virtual -Wsign-promo <br>
> -Wvolatile -Wvirtual-inheritance -Wno-non-virtual-dtor <br>
> -Wsuggest-override -fvisibility=hidden -ffunction-sections <br>
> -fdata-sections -D_GNU_SOURCE -O2 -fPIC -fPIC -DHAVE_UNIX -pthread <br>
> -D_REENTRANT -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -MD -MQ <br>
> src/decoder/plugins/libdecoder_plugins.a.p/FfmpegDecoderPlugin.cxx.o <br>
> -MF <br>
> src/decoder/plugins/libdecoder_plugins.a.p/FfmpegDecoderPlugin.cxx.o.d <br>
> -o <br>
> src/decoder/plugins/libdecoder_plugins.a.p/FfmpegDecoderPlugin.cxx.o <br>
> -c ../src/decoder/plugins/FfmpegDecoderPlugin.cxx<br>
> In file included from ../src/Log.hxx:25,<br>
>                  from ../src/decoder/plugins/FfmpegDecoderPlugin.cxx:47:<br>
> /usr/include/fmt/core.h: In instantiation of â€˜constexpr <br>
> fmt::v10::detail::value<Context> fmt::v10::detail::make_arg(T&) [with <br>
> bool PACKED = true; Context = <br>
> fmt::v10::basic_format_context<fmt::v10::appender, char>; T = <br>
> AVSampleFormat; typename std::enable_if<PACKED, int>::type <anonymous> <br>
> = 0]’:<br>
> /usr/include/fmt/core.h:1808:51:   required from â€˜constexpr <br>
> fmt::v10::format_arg_store<Context, Args>::format_arg_store(T& ...) <br>
> [with T = {const char*, AVSampleFormat}; Context = <br>
> fmt::v10::basic_format_context<fmt::v10::appender, char>; Args = <br>
> {const char*, AVSampleFormat}]’<br>
> /usr/include/fmt/core.h:1826:18:   required from â€˜constexpr <br>
> fmt::v10::format_arg_store<Context, typename std::remove_cv<typename <br>
> std::remove_reference<T>::type>::type ...> <br>
> fmt::v10::make_format_args(T& ...) [with Context = <br>
> fmt::v10::basic_format_context<fmt::v10::appender, char>; T = {const <br>
> char*, AVSampleFormat}]’<br>
> ../src/Log.hxx:50:31:   required from â€˜void LogFmt(LogLevel, const <br>
> Domain&, const S&, Args&& ...) [with S = char [51]; Args = {const <br>
> char*&, AVSampleFormat&}]’<br>
> ../src/Log.hxx:99:8:   required from â€˜void FmtError(const Domain&, <br>
> const S&, Args&& ...) [with S = char [51]; Args = {const char*&, <br>
> AVSampleFormat&}]’<br>
> ../src/decoder/plugins/FfmpegDecoderPlugin.cxx:358:11:  required from here<br>
> /usr/include/fmt/core.h:1576:63: error: <br>
> â€˜fmt::v10::detail::type_is_unformattable_for<AVSampleFormat, char> <br>
> _’ has incomplete type<br>
>  1576 |     type_is_unformattable_for<T, typename Context::char_type> _;<br>
>       |                      ^<br>
> /usr/include/fmt/core.h:1580:7: error: static assertion failed: Cannot <br>
> format an argument. To make type T formattable provide a formatter<T> <br>
> specialization: <a href="https://fmt.dev/latest/api.html#udt" rel="noreferrer noreferrer" target="_blank">https://fmt.dev/latest/api.html#udt</a><br>
>  1580 |       formattable,<br>
>       |       ^~~~~~~~~~~<br>
> /usr/include/fmt/core.h:1580:7: note: formattable evaluates to false<br>
><br>
> Regards<br>
> Andrei<br>
><br>
> _______________________________________________<br>
> SlackBuilds-users mailing list<br>
> <a href="mailto:SlackBuilds-users@slackbuilds.org" target="_blank" rel="noreferrer">SlackBuilds-users@slackbuilds.org</a><br>
> <a href="https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" rel="noreferrer noreferrer" target="_blank">https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
> Archives - <a href="https://lists.slackbuilds.org/pipermail/slackbuilds-users/" rel="noreferrer noreferrer" target="_blank">https://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
> FAQ - <a href="https://slackbuilds.org/faq/" rel="noreferrer noreferrer" target="_blank">https://slackbuilds.org/faq/</a><br>
><br>
<br>
_______________________________________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org" target="_blank" rel="noreferrer">SlackBuilds-users@slackbuilds.org</a><br>
<a href="https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" rel="noreferrer noreferrer" target="_blank">https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
Archives - <a href="https://lists.slackbuilds.org/pipermail/slackbuilds-users/" rel="noreferrer noreferrer" target="_blank">https://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
FAQ - <a href="https://slackbuilds.org/faq/" rel="noreferrer noreferrer" target="_blank">https://slackbuilds.org/faq/</a><br>
<br>
</blockquote></div></div></div>