pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/textproc/fmtlib
On Wed, Oct 12, 2022 at 12:15:45PM +0200, Thomas Klausner wrote:
> On Mon, Oct 10, 2022 at 11:01:03AM +0200, Adam Ciarciński 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.
>
> This also broke graphics/openimageio:
>
> http://www.ki.nu/pkgsrc/reports/current/NetBSD-9.0/20221010.1254/openimageio-2.2.20.0/build.log
This looks promising...
https://github.com/OpenImageIO/oiio/commit/cc8b41b6694bfc8756789d37fd05ed2dd8dad8af
Cheers,
Patrick
Home |
Main Index |
Thread Index |
Old Index