pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/textproc/fmtlib



> Module Name:  pkgsrc
> Committed By: bsiegert
> Date:         Sat Oct  8 09:43:19 UTC 2022
> 
> Modified Files:
>       pkgsrc/textproc/fmtlib: Makefile PLIST distinfo
> 
> Log Message:
> fmtlib: update to 9.1.0
> 
> From Wongboo via Github pull request.
> 
> Closes NetBSD/pkgsrc#111.

This breaks multimedia/gerbera:

/tmp/pkgsrc/multimedia/gerbera/work/.buildlink/include/fmt/format.h:3978:32: error: no matching member function for call to 'format'
        out = value_formatter_.format(map(*it), ctx);
              ~~~~~~~~~~~~~~~~~^~~~~~
/tmp/pkgsrc/multimedia/gerbera/work/gerbera-1.11.0/src/database/sql_format.h:64:10: note: candidate function template not viable: 'this' argument has type 'const 
fmt::formatter<fmt::join_view<std::__wrap_iter<const ColumnUpdate *>, std::__wrap_iter<const ColumnUpdate *>>>::formatter_type' (aka 'const fmt::formatter<ColumnUpdate>'), but method is not marked 
const
    auto format(const ColumnUpdate& a, FormatContext& ctx) -> decltype(ctx.out())
         ^
6 errors generated.


Any idea how to fix that?

Kind regards,
Adam


Home | Main Index | Thread Index | Old Index