Bug 280738 - dns/bind-tools: Build Failure of bind-tools due to missing libabsl_log_internal_check_op.so.2301.0.0
Summary: dns/bind-tools: Build Failure of bind-tools due to missing libabsl_log_intern...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mathieu Arnold
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-10 19:26 UTC by Christos Chatzaras
Modified: 2024-08-11 08:40 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (mat)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christos Chatzaras 2024-08-10 19:26:34 UTC
The build process for the bind-tools port fails due to a missing shared object, libabsl_log_internal_check_op.so.2301.0.0, required by protoc-c. This issue occurs during the linking stage when attempting to compile the port:

ld-elf.so.1: Shared object "libabsl_log_internal_check_op.so.2301.0.0" not found, required by "protoc-c"

I believe the issue started after upgrading devel/abseil from version 20230125.3 to version 20240722.0:

https://cgit.freebsd.org/ports/commit/?id=6c2f347f45e45cd71bb0aa7fdcaa96667c5a483b
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-10 19:37:59 UTC
(In reply to Christos Chatzaras from comment #0)
Rebuild devel/protobuf.
(maybe devel/protobuf-c too)
Comment 2 Christos Chatzaras 2024-08-11 08:40:10 UTC
(In reply to Vladimir Druzenko from comment #1)

Thank you. The issue was resolved by rebuilding these two ports.