pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/textproc/fmtlib



On Mon, Oct 10, 2022 at 11:01:03AM +0200, Adam wrote:
> > 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?



Guessing

https://github.com/gerbera/gerbera/commit/d7b8fafbc94405c20753fed569abd8878cccde89

?


Cheers,

Patrick



Home | Main Index | Thread Index | Old Index