[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1102135: bookworm-pu: package abseil/20220623.1-1+deb12u1



On Sun, May 11, 2025 at 03:49:53PM +0100, Adam D. Barratt wrote:
> On Sat, 2025-05-10 at 16:15 +0100, Adam D. Barratt wrote:
> > Control: tags -1 + confirmed
> > 
> > On Sat, 2025-04-05 at 16:25 +0200, Tobias Frost wrote:
> > > This is a backport for the fix for CVE-2025-0838, which I've
> > > previously fixed for sid (#1098903) and for LTS (DLA-4116-1).
> > 
> > Please go ahead.
> 
> Unfortunately the upload FTBFS on ppc64el with a test failure.
> 
> Judging from the changelog, it looks like this is a known issue (see
> 20240722.0-1.2 / 1.3 / 1.4).

Did the same as wit 20240722.0-1.2 / 1.3 / 1.4 and disabled the
offending test for powerpc64el, verified on a porter box.

Reuploaded as abseil_20220623.1-1+deb12u2.

That's the debdiff:

diff -Nru abseil-20220623.1/debian/changelog abseil-20220623.1/debian/changelog
--- abseil-20220623.1/debian/changelog	2025-04-05 16:09:38.000000000 +0200
+++ abseil-20220623.1/debian/changelog	2025-05-12 17:26:59.000000000 +0200
@@ -1,3 +1,9 @@
+abseil (20220623.1-1+deb12u2) bookworm; urgency=medium
+
+  * Skip absl_failure_signal_handler_test on ppc64el, it's known to fail.
+
+ -- Tobias Frost <tobi@debian.org>  Mon, 12 May 2025 17:26:59 +0200
+
 abseil (20220623.1-1+deb12u1) bookworm; urgency=medium

   * Non maintainer upload by the LTS Team.
diff -Nru abseil-20220623.1/debian/rules abseil-20220623.1/debian/rules
--- abseil-20220623.1/debian/rules	2025-04-05 15:10:45.000000000 +0200
+++ abseil-20220623.1/debian/rules	2025-05-12 12:26:41.000000000 +0200
@@ -29,6 +29,10 @@
 else
 ABSL_RUN_TESTS=ON
 endif
+ifeq ($(DEB_HOST_ARCH),ppc64el)
+# https://github.com/abseil/abseil-cpp/issues/1804
+ABSL_TEST_EXTRA_ARGS="ARGS+=--exclude-regex absl_failure_signal_handler_test"
+endif

 %:
 	dh $@
@@ -51,7 +55,7 @@

 ifeq ($(ABSL_RUN_TESTS),ON)
 override_dh_auto_test:
-	dh_auto_test -Bshared
+	dh_auto_test -Bshared -- $(ABSL_TEST_EXTRA_ARGS)
 endif

 override_dh_auto_install:


Cheers,
tobi

> Regards,
> 
> Adam

Attachment: signature.asc
Description: PGP signature


Reply to: