On Tue, Jan 13, 2026 at 08:11:57PM +0000, Klemens Nanni wrote:
> https://github.com/abseil/abseil-cpp/releases/tag/20260107.0
>
> tl;dr: Everything keeps building, only net/grpc needed missing includes.
>
> libabsl_string_view is gone, almost(?) all consumers pick up the new
> libabsl_borrowed_fixup_buffer; I swapped them in-place rather than
> resorting WANTLIB to avoid massive diff churn.
I tested the diff on sparc64 (with BROKEN-sparc64 marker removed) and
with claudio's build fix/hack
CXXFLAGS_ports-gcc = -fdelete-null-pointer-checks
The result is 98% tests passed, 5 tests failed out of 231.
I think you should add this to your diff. I also verified that the build
still breaks without the above CXXFLAGS.
No comments:
Post a Comment