On Tue, Feb 03, 2026 at 11:08:55AM +0100, Matthias Klose wrote:
> Package: src:abseil
> Version: 20260107.0-1
> Severity: serious
> Tags: sid forky ftbfs
> X-Debbugs-CC: [email protected]
> 
> fwiw, these don't fail on Ubuntu:

Ubuntu builds with nocheck.

> [...]
> The following tests FAILED:
>        50 - absl_hashtablez_sampler_test (SEGFAULT)
>       207 - absl_cordz_sample_token_test (SEGFAULT)
> Errors while running CTest
> make[2]: *** [Makefile:74: test] Error 8

The patch below works for me with 20260526.0-2,
so that might already be fixed?

cu
Adrian


--- abseil-20260526.0/debian/rules      2026-07-13 22:24:45.000000000 +0000
+++ abseil-20260526.0/debian/rules      2026-07-19 11:18:20.000000000 +0000
@@ -51,14 +51,6 @@
   # https://github.com/abseil/abseil-cpp/issues/1804
   TEST_EXCLUSIONS += absl_mutex_test absl_failure_signal_handler_test 
absl_stacktrace_test absl_symbolize_test
 
-else ifneq (,$(filter riscv64,$(DEB_HOST_ARCH)))
-  ifeq ($(derivative),Ubuntu)
-    # test pass
-  else
-    # https://github.com/abseil/abseil-cpp/issues/2002
-    TEST_EXCLUSIONS += absl_hashtablez_sampler_test 
absl_cordz_sample_token_test
-  endif
-
 else ifneq (,$(filter sh4,$(DEB_HOST_ARCH)))
   TEST_EXCLUSIONS += absl_any_invocable_test
 

Reply via email to