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

Bug#998344: buster-pu: package llvm-toolchain-11/1:11.0.1-2~deb10u1



Package: release.debian.org
Severity: normal
Tags: buster
User: release.debian.org@packages.debian.org
Usertags: pu

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Hello release managers,

In order to support the update of rustc in buster, which in turn is
needed to support the updates of firefox-esr and thunderbird, I am
proposing an update of llvm-toolchain-11 in buster.  The attached diff
represents the change from the current package in the buster-backports
repository.

As a result of mips build failures with the backport package, I am
running a test build on a mips porter box to verify that the mips
changes result in a successfully built package.

Please advise on when I can proceed with upload.

Regards,

- -Roberto

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEz9ERzDttUsU/BH8iLNd4Xt2nsg8FAmGBdTEACgkQLNd4Xt2n
sg86zA/9HB/c+D/pi9eUvh8hcw/TsQXSElpbncK0rCmIx1V7TFFPSuysVONXDjgk
RMuz8ZVuNd5NRlhlgF45wNivL9TgOXCdARH60J+hdEXFgAgPbsRDkRNlMy6muMSY
RJEmInlK+h3s6BDs8TpMw6DVjfKw1Tj7DAcGv/lZezyCoBZsnVGq6u/SSF+qHrRf
7oV0u5rc5Q8sS0hwe12LMzR8SSWiY+B4LFc7MALuFAuhcoroEjiLHqNceq4IP1mc
zQcBPANUa7PE8KHVgyDWY6RgTJXWlQWP6macFyCUYvYjfc9gzIpXHgI/REocH1QY
9MyZ/lzqhQZbukcZS5kXJw6IelQmQ7kFQk4eLbAy03ipf5bMiI2zWPSvsCqTChra
U87crvx1HnBg5yZsknWMBPocUsh9VYLH1WU+IZx6ZlH9N24Z+QU0mzmyLl834Vju
XjnPY+VYJpU3jDzrlMrzRbmeFvqtDElycPJrFe9ZChajjM3ojJvkutWiaZu0Xc8s
clyqcX9TDfeTM0P1g29uIJgYXfWJdsA21yFS4C1qlpQS7rEEux7f4cKRP/SWGJ/9
nPrtZFjD6W2QRUVaA50VEDLCYqnL82bb3wpPoz87xspJRBGh01P0WnlhmCUAC2iq
ezG1ByC3q26cgjjs8Mi1WfUdrVjwQyLbOUeJECXAdp1wl4PnCyU=
=XlZX
-----END PGP SIGNATURE-----
commit b3d946dff1649aeba70269aaf68c0323439559c8 (HEAD -> master)
Author: Roberto C. Sánchez <roberto@debian.org>
Date:   Sat Oct 30 13:22:03 2021 -0400

    Backport to buster.
    
    * Backport to buster.
      - Disable tests on (big endian) mips due to timeout (i.e., test runtime
        exceeds 10h).

diff --git a/debian/changelog b/debian/changelog
index c74466b96..1ffd5c65d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+llvm-toolchain-11 (1:11.0.1-2~deb10u1) buster; urgency=medium
+
+  * Backport to buster.
+    - Disable tests on (big endian) mips due to timeout (i.e., test runtime
+      exceeds 10h).
+
+ -- Roberto C. Sánchez <roberto@debian.org>  Sat, 30 Oct 2021 13:14:49 -0400
+
 llvm-toolchain-11 (1:11.0.1-2~bpo10+1) buster-backports; urgency=medium
 
   * Rebuild for buster-backports.
diff --git a/debian/clang-tools-11.install b/debian/clang-tools-11.install
index 194e30f5d..a89d42227 100755
--- a/debian/clang-tools-11.install
+++ b/debian/clang-tools-11.install
@@ -32,7 +32,7 @@ usr/lib/llvm-11/bin/pp-trace
 usr/lib/llvm-11/bin/clang-move
 usr/lib/llvm-11/bin/clang-offload-wrapper
 
-[!armel !armhf !ppc64el !hurd-any !s390x !powerpc !ppc64 !mipsel !mips64el !sparc64 !riscv64] usr/lib/llvm-11/lib/clang/11.0.1/bin/hwasan_symbolize
+[!armel !armhf !ppc64el !hurd-any !s390x !powerpc !ppc64 !mips !mipsel !mips64el !sparc64 !riscv64] usr/lib/llvm-11/lib/clang/11.0.1/bin/hwasan_symbolize
 
 clang/tools/scan-build-11      usr/share/clang/
 clang/tools/scan-build-py-11      usr/share/clang/
diff --git a/debian/rules b/debian/rules
index 5aedc9b06..2532a80e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -196,7 +196,7 @@ endif
 endif
 
 # llvm tests timeout, disable it on mipsel
-ifeq (mipsel,$(DEB_HOST_ARCH))
+ifneq (,$(filter $(DEB_HOST_ARCH), mips mipsel))
 	RUN_TEST=no
 endif
 

Reply to: