On Tue, Feb 1, 2022 at 3:33 PM Florian Weimer <fweimer@redhat.com> wrote:
* Richard Shaw:

> I just did a local mock build of the latest version of OpenImageIO which was just released
> and saw this on every cpp line:
>
> annobin: /builddir/build/BUILD/oiio-2.3.12.0/src/libutil/errorhandler.cpp: Warning:
> -D_GLIBCXX_ASSERTIONS not defined
>
> Is this harmless?

Not really, it means that the annobin/gcc ABI is out of whack.  You need
--enablerepo=local to get a consistent set of packages.

Well the build completed so I assume performing a real build would have local available so I should be alright.

Thanks,
Richard