Re: git: 9eb1bbbe39f2 - main - dns/libidn2: Impelled to share/man

From: Joseph Mingrone <jrm_at_FreeBSD.org>
Date: Wed, 24 Jan 2024 16:08:40 UTC
On Wed, 2024-01-24 at 17:01, Moin Rahman <bofh@freebsd.org> wrote:

>> On Jan 24, 2024, at 4:58 PM, Joseph Mingrone <jrm@FreeBSD.org> wrote:

>> On Tue, 2024-01-23 at 21:51, Muhammad Moinur Rahman <bofh@FreeBSD.org> wrote:

>>> The branch main has been updated by bofh:

>>> URL: https://cgit.FreeBSD.org/ports/commit/?id=9eb1bbbe39f24802e8dbd45074b4c2f319d4d2c0

>>> commit 9eb1bbbe39f24802e8dbd45074b4c2f319d4d2c0
>>> Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
>>> AuthorDate: 2024-01-23 20:40:39 +0000
>>> Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
>>> CommitDate: 2024-01-23 21:51:19 +0000

>>>    dns/libidn2: Impelled to share/man

>>>    Approved by:    portmgr (blanket)
>>> ---

>> Hi Moin,

>> Do consumers need a bump after this change?

>> % chrome
>> ld-elf.so.1: /usr/local/lib/libidn2.so.0: version IDN2_0.0.0 required by /usr/local/lib/libgnutls.so.30 not defined

>> % notmuch new
>> ld-elf.so.1: /usr/local/lib/libidn2.so.0: version IDN2_0.0.0 required by /usr/local/lib/libgmime-3.0.so.0 not defined

>> https://reviews.freebsd.org/D43578

>> Joe

> I think this is a case which occurs only when you are using ports.

> There is no changes in LIBS that might require a rebuild of the
> consumers.

> Kind regards,
> Moin

Yeah, I was scratching my head about that as well, but I just know that
forcing a rebuild fixed my runtime issues.

I'm basically doing what the official repositories are doing, that is,
building my own packages with poudriere.  Bapt says this is a clang17+
ld behaviour change.

Joe