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
(In reply to Christos Chatzaras from comment #0) Rebuild devel/protobuf. (maybe devel/protobuf-c too)
(In reply to Vladimir Druzenko from comment #1) Thank you. The issue was resolved by rebuilding these two ports.