← Back to team overview

bazel-team team mailing list archive

Bug#1114060: bazel-bootstrap: diff for NMU version 4.2.3+ds-11.1

 

Control: tags 1114060 + patch
Control: tags 1114060 + pending

Dear maintainer,

I've prepared an NMU for bazel-bootstrap (versioned as 4.2.3+ds-11.1) 
and uploaded it to DELAYED/14. Please feel free to tell me if I should 
cancel it.

cu
Adrian
diffstat for bazel-bootstrap-4.2.3+ds bazel-bootstrap-4.2.3+ds

 changelog            |    7 +++++++
 patches/gcc-15.patch |   14 ++++++++++++++
 patches/series       |    1 +
 3 files changed, 22 insertions(+)

diff -Nru bazel-bootstrap-4.2.3+ds/debian/changelog bazel-bootstrap-4.2.3+ds/debian/changelog
--- bazel-bootstrap-4.2.3+ds/debian/changelog	2025-03-22 03:29:22.000000000 +0200
+++ bazel-bootstrap-4.2.3+ds/debian/changelog	2025-10-04 21:42:52.000000000 +0300
@@ -1,3 +1,10 @@
+bazel-bootstrap (4.2.3+ds-11.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with GCC 15. (Closes: #1114060)
+
+ -- Adrian Bunk <bunk@xxxxxxxxxx>  Sat, 04 Oct 2025 21:42:52 +0300
+
 bazel-bootstrap (4.2.3+ds-11) unstable; urgency=medium
 
   * Explicitly depend on libcommons-io-java in autopkgtest
diff -Nru bazel-bootstrap-4.2.3+ds/debian/patches/gcc-15.patch bazel-bootstrap-4.2.3+ds/debian/patches/gcc-15.patch
--- bazel-bootstrap-4.2.3+ds/debian/patches/gcc-15.patch	1970-01-01 02:00:00.000000000 +0200
+++ bazel-bootstrap-4.2.3+ds/debian/patches/gcc-15.patch	2025-10-04 21:42:52.000000000 +0300
@@ -0,0 +1,14 @@
+Description: Fix FTBFS with GCC 15
+Author: Adrian Bunk <bunk@xxxxxxxxxx>
+Bug-Debian: https://bugs.debian.org/1114060
+
+--- bazel-bootstrap-4.2.3+ds.orig/src/main/cpp/blaze.h
++++ bazel-bootstrap-4.2.3+ds/src/main/cpp/blaze.h
+@@ -14,6 +14,7 @@
+ #ifndef BAZEL_SRC_MAIN_CPP_BLAZE_H_
+ #define BAZEL_SRC_MAIN_CPP_BLAZE_H_
+ 
++#include <cstdint>
+ #include <string>
+ 
+ #include "src/main/cpp/option_processor.h"
diff -Nru bazel-bootstrap-4.2.3+ds/debian/patches/series bazel-bootstrap-4.2.3+ds/debian/patches/series
--- bazel-bootstrap-4.2.3+ds/debian/patches/series	2025-01-28 04:06:18.000000000 +0200
+++ bazel-bootstrap-4.2.3+ds/debian/patches/series	2025-10-04 21:42:52.000000000 +0300
@@ -34,3 +34,4 @@
 handle_synthetic_method_parameters_entries_that_dont_have_names.patch
 add_toolchain_support_for_loongarch64.patch
 debian_commons_io.patch
+gcc-15.patch