[Bug 282060] devel/protobuf-c: 1.4.1_6 breaks dig

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 13 Oct 2024 16:38:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282060

            Bug ID: 282060
           Summary: devel/protobuf-c: 1.4.1_6 breaks dig
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: truckman@FreeBSD.org
          Reporter: Niall.oReilly+freebsd@no8.be
          Assignee: truckman@FreeBSD.org
             Flags: maintainer-feedback?(truckman@FreeBSD.org)

After upgrading to protobuf-c 1.4.1_6, dig fails, apparently because version
exposed by /usr/local/lib/libprotobuf-c.so.1 does not match what is required.

Observed after upgrade:

grab(maint)$ uname -a
FreeBSD grab.no8.be 14.1-RELEASE-p5 FreeBSD 14.1-RELEASE-p5 GENERIC amd64
grab(maint)$ pkg info protobuf-c | grep -i ^version
Version        : 1.4.1_6
grab(maint)$ dig -v
ld-elf.so.1: /usr/local/lib/libprotobuf-c.so.1: version LIBPROTOBUF_C_1.0.0
required by /usr/local/lib/bind-tools/libdns-9.20.2.so not defined
grab(maint)$ 


Observed on sibling system after reverting to 1.4.1_5:

rock(maint)$ uname -a
FreeBSD rock.no8.be 14.1-RELEASE-p5 FreeBSD 14.1-RELEASE-p5 GENERIC amd64
rock(maint)$ pkg info protobuf-c | grep -i ^version
Version        : 1.4.1_5
rock(maint)$ dig -v
DiG 9.20.2
rock(maint)$

-- 
You are receiving this mail because:
You are the assignee for the bug.