Re: clang 17 and ports fallout

From: Dimitry Andric <dim_at_FreeBSD.org>
Date: Wed, 10 Jan 2024 17:59:05 UTC
On 8 Jan 2024, at 21:40, mike tancsa <mike@sentex.net> wrote:
> 
> After today's MFC of clang17,  I am seeing some fallout from a few ports that build with clang16 on RELENG_13 but now fail.  Any ideas what might be going on ?   I have nothing in /etc/make.conf nor /etc/src.conf
...
> ld: error: version script assignment of 'IVYKIS_0.29' to symbol 'iv_inotify_register' failed: symbol not defined
> ld: error: version script assignment of 'IVYKIS_0.29' to symbol 'iv_inotify_unregister' failed: symbol not defined
> ld: error: version script assignment of 'IVYKIS_0.29' to symbol 'iv_inotify_watch_register' failed: symbol not defined
> ld: error: version script assignment of 'IVYKIS_0.29' to symbol 'iv_inotify_watch_unregister' failed: symbol not defined

I pushed a fix for this in:
https://cgit.freebsd.org/ports/commit/?id=05917d340dee6d2bf02463af53372f2da2ecab00

-Dimitry