Your message dated Sun, 25 Sep 2022 18:19:53 +0000
with message-id <e1ocwel-00bqnf...@fasolo.debian.org>
and subject line Bug#983982: fixed in bazel-bootstrap 3.5.1+ds-5
has caused the Debian Bug report #983982,
regarding bazel-bootstrap: ftbfs with GCC-11
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
983982: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983982
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:bazel-bootstrap
Version: 3.5.1+ds-3
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-11

[This bug is not targeted to the upcoming bullseye release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/bazel-bootstrap_3.5.1+ds-3_unstable_gcc11.log
The last lines of the build log are at the end of this report.

To build with GCC 11, either set CC=gcc-11 CXX=g++-11 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-11/porting_to.html

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]




[121 / 1,598] 4 actions running
    JavacBootstrap .../devtools/build/buildjar/libskylark-deps.jar; 47s local
    @debian_proto_deps//:descriptor_proto; 37s local
    Compiling src/main/protobuf/failure_details.pb.cc; 27s local
    Compiling third_party/ijar/mapped_file_unix.cc; 0s local





ERROR: /<<PKGBUILDDIR>>/third_party/ijar/BUILD:10:11: C++ 
compilation of rule '//third_party/ijar:zip' failed (Exit 1): gcc failed: error 
executing command 
  (cd /tmp/bazel_iK5QSBRe/out/execroot/io_bazel && \
  exec env - \
    CCACHE_DISABLE=1 \
    CCACHE_TEMPDIR=/<<PKGBUILDDIR>>/debian/ccachetmp \
    
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games \
    PWD=/proc/self/cwd \
  /usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall 
-Wunused-but-set-parameter -Wno-free-nonheap-object -fno-omit-frame-pointer -g 
'-std=c++0x' -Wdate-time '-D_FORTIFY_SOURCE=2' -g -O2 
'-ffile-prefix-map=/<<PKGBUILDDIR>>=.' -fstack-protector-strong -Wformat 
'-Werror=format-security' -MD -MF 
bazel-out/k8-dbg/bin/third_party/ijar/_objs/zip/mapped_file_unix.pic.d 
'-frandom-seed=bazel-out/k8-dbg/bin/third_party/ijar/_objs/zip/mapped_file_unix.pic.o'
 -fPIC -DBLAZE_OPENSOURCE -iquote . -iquote bazel-out/k8-dbg/bin -iquote 
external/debian_cc_deps -iquote bazel-out/k8-dbg/bin/external/debian_cc_deps 
-fno-canonical-system-headers -Wno-builtin-macro-redefined 
'-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c 
third_party/ijar/mapped_file_unix.cc -o 
bazel-out/k8-dbg/bin/third_party/ijar/_objs/zip/mapped_file_unix.pic.o)
Execution platform: //:default_host_platform
[122 / 1,598] 3 actions running
    JavacBootstrap .../devtools/build/buildjar/libskylark-deps.jar; 47s local
    @debian_proto_deps//:descriptor_proto; 37s local
    Compiling src/main/protobuf/failure_details.pb.cc; 27s local




third_party/ijar/mapped_file_unix.cc: In constructor 
'devtools_ijar::MappedOutputFile::MappedOutputFile(const char*, size_t)':
third_party/ijar/mapped_file_unix.cc:115:21: error: 'numeric_limits' is not a 
member of 'std'
  115 |                std::numeric_limits<size_t>::max());
      |                     ^~~~~~~~~~~~~~
third_party/ijar/mapped_file_unix.cc:115:42: error: expected primary-expression 
before '>' token
  115 |                std::numeric_limits<size_t>::max());
      |                                          ^
third_party/ijar/mapped_file_unix.cc:115:45: error: '::max' has not been 
declared; did you mean 'std::max'?
  115 |                std::numeric_limits<size_t>::max());
      |                                             ^~~
      |                                             std::max
In file included from /usr/include/c++/11/algorithm:62,
                 from third_party/ijar/mapped_file_unix.cc:21:
/usr/include/c++/11/bits/stl_algo.h:3467:5: note: 'std::max' declared here
 3467 |     max(initializer_list<_Tp> __l, _Compare __comp)
      |     ^~~
[122 / 1,598] 3 actions running
    JavacBootstrap .../devtools/build/buildjar/libskylark-deps.jar; 47s local
    @debian_proto_deps//:descriptor_proto; 37s local
    Compiling src/main/protobuf/failure_details.pb.cc; 27s local




INFO: Elapsed time: 56.081s, Critical Path: 47.71s
[125 / 1,598] checking cached actions

INFO: 89 processes: 89 local.
[125 / 1,598] checking cached actions

FAILED: Build did NOT complete successfully

FAILED: Build did NOT complete successfully

ERROR: Could not build Bazel
make[1]: *** [debian/rules:58: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:54: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: bazel-bootstrap
Source-Version: 3.5.1+ds-5
Done: Olek Wojnar <o...@debian.org>

We believe that the bug you reported is fixed in the latest version of
bazel-bootstrap, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 983...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Olek Wojnar <o...@debian.org> (supplier of updated bazel-bootstrap package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Wed, 21 Sep 2022 14:08:21 -0400
Source: bazel-bootstrap
Architecture: source
Version: 3.5.1+ds-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Bazel Team <bazel-t...@lists.launchpad.net>
Changed-By: Olek Wojnar <o...@debian.org>
Closes: 983982
Changes:
 bazel-bootstrap (3.5.1+ds-5) unstable; urgency=medium
 .
   * Add d/changelog clarification requested by FTP Team
     - New -source package required to build new Bazel ecosystem packages
     - Certain Bazel packages require Bazel source code to build
     - Some of these have been packaged but cannot be built/uploaded
     - Once the -source package is available, these can be built/uploaded
     - Bazel source code is primarily Java and none of it is currently packaged
     - Bazel development in Debian stalled since April 2021 lacking -source
   * Add patch to #include <limits> to enable ijar build (Closes: #983982)
   * Add patch to fix bashisms in sh scripts
   * Resolve long line issues
     - Add patch to fix actual long lines
     - Add lintian override to fix false positives
   * Add lintian overrides to -data and -source for no-code-sections
     - Required test data
   * Update standards to 4.6.1 (no changes)
Checksums-Sha1:
 65f68213dd78094515874b4dcef60b49d9b678ce 3909 bazel-bootstrap_3.5.1+ds-5.dsc
 4b145f8d29a8ecb6491175856916f1d7f7c6cad3 36152 
bazel-bootstrap_3.5.1+ds-5.debian.tar.xz
 c7b06afab60c7d6cb03493057a66031c54ea8a5d 11671 
bazel-bootstrap_3.5.1+ds-5_amd64.buildinfo
Checksums-Sha256:
 d85b453d9d396852fddc776dbd0e21877b0e3a929670d14306f5d819d773b69c 3909 
bazel-bootstrap_3.5.1+ds-5.dsc
 831e68ed6e6fe93abc586099ddbfad2f0fbea32047aa2b34f7af7350369af3ce 36152 
bazel-bootstrap_3.5.1+ds-5.debian.tar.xz
 e1338720b54275a4bc835009e58a821033621d92aae82d7275a11806dd88f53e 11671 
bazel-bootstrap_3.5.1+ds-5_amd64.buildinfo
Files:
 d8d01edc0ee8ef180517fb1b4281ce5a 3909 devel optional 
bazel-bootstrap_3.5.1+ds-5.dsc
 6061c383f92bbdb98a602aeddb3bdda2 36152 devel optional 
bazel-bootstrap_3.5.1+ds-5.debian.tar.xz
 cebf4621a6d7cf1139ae0d8fe79e5448 11671 devel optional 
bazel-bootstrap_3.5.1+ds-5_amd64.buildinfo

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

iQIzBAEBCgAdFiEELejiDiSiH9jtG0ynfYPUBqCdweQFAmMwl/kACgkQfYPUBqCd
weR58g//U2tzOEOHmaIoBZP8aA77VUeowEHSe7KXszDAxVPYI24f74YZa0iZYtNA
FPnhqs38yBdqzw+i+IOJKfSRMWQPZYgAlwdBZr/Xc4Qa+hCWDxSpmyzNIwWa8dEw
dtfnByzSCLEi/wOaqLgdAafK8+FNREBatkX//2wlRzTTIbfYrHmwc8cv5jBgtItD
lnBjMjqMcizcH5S1QnjGSPxpeIAOhCKj0mr6p+mjW7fa+z3W59Uy7p7xTEpbJjum
zS3c0QP/1MeDnBJvybbJ/FQar1YMkun5xEtAjjTVH0HbmzQ0zaqt26CEKbN2uBMT
36yqNpu7urZon/7HiFm2NjIp+tfUBAv/GWLDTALRQfm1orcFmIFBmPzByXqF2nra
vGF7pVmXzyKF3+iajY31EJ3f0AppvoIbYq2QVIKnkeG2JgGczkd2ZfZbVt6JWRS8
Lz7TNi/N9R7iBdNYwLh76Rr/e+17PRbJsZWfuOUvQ9P4hfxJvI3mf3hbrBdYWNo6
gq6zfLEVSLwX2f7ubKbj8AUVecafZjlIqDnt5MfLMbWWDjVFu2QSPyiH73+YWwi7
hxgLFRfz0SBeIWMBrr/9I3noNb6jgcWoQIvV6btnkZERXqiv6JqxwJmvkM6BMNHA
1WbN7HCTBn8cfQXEwvQA6orbXgXBEFwg4hcH5/SJaigf/j2hXiE=
=Vueu
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to