Your message dated Tue, 19 Oct 2021 19:03:51 +0000
with message-id <e1mcuot-000bdc...@fasolo.debian.org>
and subject line Bug#983988: fixed in benchmark 1.6.0-1
has caused the Debian Bug report #983988,
regarding benchmark: 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.)


-- 
983988: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983988
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:benchmark
Version: 1.5.2-2
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/benchmark_1.5.2-2_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.

[...]
Dependee 
"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/CMakeFiles/benchmark.dir/DependInfo.cmake"
 is newer than depender 
"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/CMakeFiles/benchmark.dir/depend.internal".
Dependee 
"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/CMakeFiles/CMakeDirectoryInformation.cmake"
 is newer than depender 
"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/CMakeFiles/benchmark.dir/depend.internal".
[  1%] Building CXX object 
test/CMakeFiles/output_test_helper.dir/output_test_helper.cc.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test && /usr/bin/c++ 
-DHAVE_POSIX_REGEX -DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK 
-DTEST_BENCHMARK_LIBRARY_HAS_NO_ASSERTIONS -I/<<PKGBUILDDIR>>/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -std=c++11  -Wall  
-Wextra  -Wshadow  -fstrict-aliasing  -Wno-deprecated-declarations  
-Wstrict-aliasing  -ffat-lto-objects -O3  -Werror  -Wno-deprecated   -UNDEBUG 
-o CMakeFiles/output_test_helper.dir/output_test_helper.cc.o -c 
/<<PKGBUILDDIR>>/test/output_test_helper.cc
Scanning dependencies of target benchmark
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f src/CMakeFiles/benchmark.dir/build.make 
src/CMakeFiles/benchmark.dir/build
Scanning dependencies of target gtest
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f 
third_party/googletest/build/googletest/CMakeFiles/gtest.dir/build.make 
third_party/googletest/build/googletest/CMakeFiles/gtest.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[  2%] Building CXX object 
src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ -DHAVE_POSIX_REGEX 
-DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK -Dbenchmark_EXPORTS 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/src 
-I/<<PKGBUILDDIR>>/src/../include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2  -std=c++11  -Wall  -Wextra  -Wshadow  -fstrict-aliasing  
-Wno-deprecated-declarations  -Wstrict-aliasing  -ffat-lto-objects -O3 -DNDEBUG 
 -Werror  -Wno-deprecated -fPIC -o 
CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o -c 
/<<PKGBUILDDIR>>/src/benchmark_api_internal.cc
[  3%] Building CXX object 
third_party/googletest/build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
cd 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/third_party/googletest/build/googletest 
&& /usr/bin/c++ -DHAVE_POSIX_REGEX -DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK 
-I/<<PKGBUILDDIR>>/include -I/usr/src/googletest/googletest/include 
-I/usr/src/googletest/googletest -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2  -std=c++11  -Wall  -Wextra  -Wshadow  -fstrict-aliasing  
-Wno-deprecated-declarations  -Wstrict-aliasing  -ffat-lto-objects -O3 -DNDEBUG 
 -Werror  -Wno-deprecated -Wall -Wshadow -Wno-error=dangling-else 
-DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter 
-Wno-missing-field-initializers -pthread -o 
CMakeFiles/gtest.dir/src/gtest-all.cc.o -c 
/usr/src/googletest/googletest/src/gtest-all.cc
[  4%] Building CXX object src/CMakeFiles/benchmark.dir/benchmark.cc.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ -DHAVE_POSIX_REGEX 
-DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK -Dbenchmark_EXPORTS 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/src 
-I/<<PKGBUILDDIR>>/src/../include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2  -std=c++11  -Wall  -Wextra  -Wshadow  -fstrict-aliasing  
-Wno-deprecated-declarations  -Wstrict-aliasing  -ffat-lto-objects -O3 -DNDEBUG 
 -Werror  -Wno-deprecated -fPIC -o CMakeFiles/benchmark.dir/benchmark.cc.o -c 
/<<PKGBUILDDIR>>/src/benchmark.cc
[  5%] Building CXX object src/CMakeFiles/benchmark.dir/benchmark_name.cc.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ -DHAVE_POSIX_REGEX 
-DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK -Dbenchmark_EXPORTS 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/src 
-I/<<PKGBUILDDIR>>/src/../include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2  -std=c++11  -Wall  -Wextra  -Wshadow  -fstrict-aliasing  
-Wno-deprecated-declarations  -Wstrict-aliasing  -ffat-lto-objects -O3 -DNDEBUG 
 -Werror  -Wno-deprecated -fPIC -o CMakeFiles/benchmark.dir/benchmark_name.cc.o 
-c /<<PKGBUILDDIR>>/src/benchmark_name.cc
[  6%] Building CXX object src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ -DHAVE_POSIX_REGEX 
-DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK -Dbenchmark_EXPORTS 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/src 
-I/<<PKGBUILDDIR>>/src/../include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2  -std=c++11  -Wall  -Wextra  -Wshadow  -fstrict-aliasing  
-Wno-deprecated-declarations  -Wstrict-aliasing  -ffat-lto-objects -O3 -DNDEBUG 
 -Werror  -Wno-deprecated -fPIC -o 
CMakeFiles/benchmark.dir/benchmark_register.cc.o -c 
/<<PKGBUILDDIR>>/src/benchmark_register.cc
In file included from /<<PKGBUILDDIR>>/src/benchmark_register.cc:15:
/<<PKGBUILDDIR>>/src/benchmark_register.h: In function ‘typename 
std::vector<T>::iterator benchmark::internal::AddPowers(std::vector<T>*, T, T, 
int)’:
/<<PKGBUILDDIR>>/src/benchmark_register.h:22:30: error: ‘numeric_limits’ is not 
a member of ‘std’
   22 |   static const T kmax = std::numeric_limits<T>::max();
      |                              ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/benchmark_register.h:22:46: error: expected 
primary-expression before ‘>’ token
   22 |   static const T kmax = std::numeric_limits<T>::max();
      |                                              ^
/<<PKGBUILDDIR>>/src/benchmark_register.h:22:49: error: ‘::max’ has not been 
declared; did you mean ‘std::max’?
   22 |   static const T kmax = std::numeric_limits<T>::max();
      |                                                 ^~~
      |                                                 std::max
In file included from /usr/include/c++/11/algorithm:62,
                 from /<<PKGBUILDDIR>>/include/benchmark/benchmark.h:172,
                 from /<<PKGBUILDDIR>>/src/internal_macros.h:4,
                 from /<<PKGBUILDDIR>>/src/check.h:8,
                 from /<<PKGBUILDDIR>>/src/benchmark_register.h:6,
                 from /<<PKGBUILDDIR>>/src/benchmark_register.cc:15:
/usr/include/c++/11/bits/stl_algo.h:3467:5: note: ‘std::max’ declared here
 3467 |     max(initializer_list<_Tp> __l, _Compare __comp)
      |     ^~~
[  8%] Building CXX object src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ -DHAVE_POSIX_REGEX 
-DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK -Dbenchmark_EXPORTS 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/src 
-I/<<PKGBUILDDIR>>/src/../include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2  -std=c++11  -Wall  -Wextra  -Wshadow  -fstrict-aliasing  
-Wno-deprecated-declarations  -Wstrict-aliasing  -ffat-lto-objects -O3 -DNDEBUG 
 -Werror  -Wno-deprecated -fPIC -o 
CMakeFiles/benchmark.dir/benchmark_runner.cc.o -c 
/<<PKGBUILDDIR>>/src/benchmark_runner.cc
make[3]: *** [src/CMakeFiles/benchmark.dir/build.make:124: 
src/CMakeFiles/benchmark.dir/benchmark_register.cc.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:285: src/CMakeFiles/benchmark.dir/all] Error 
2
make[2]: *** Waiting for unfinished jobs....
[  9%] Linking CXX static library liboutput_test_helper.a
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test && /usr/bin/cmake -P 
CMakeFiles/output_test_helper.dir/cmake_clean_target.cmake
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/output_test_helper.dir/link.txt --verbose=1
/usr/bin/gcc-ar qc liboutput_test_helper.a 
CMakeFiles/output_test_helper.dir/output_test_helper.cc.o
/usr/bin/gcc-ranlib liboutput_test_helper.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[  9%] Built target output_test_helper
[ 10%] Linking CXX static library ../../../../lib/libgtest.a
cd 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/third_party/googletest/build/googletest 
&& /usr/bin/cmake -P CMakeFiles/gtest.dir/cmake_clean_target.cmake
cd 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/third_party/googletest/build/googletest 
&& /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest.dir/link.txt --verbose=1
/usr/bin/gcc-ar qc ../../../../lib/libgtest.a 
CMakeFiles/gtest.dir/src/gtest-all.cc.o
/usr/bin/gcc-ranlib ../../../../lib/libgtest.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 10%] Built target gtest
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:163: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j4 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: benchmark
Source-Version: 1.6.0-1
Done: Anton Gladky <gl...@debian.org>

We believe that the bug you reported is fixed in the latest version of
benchmark, 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.
Anton Gladky <gl...@debian.org> (supplier of updated benchmark 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: Tue, 19 Oct 2021 20:46:26 +0200
Source: benchmark
Architecture: source
Version: 1.6.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Anton Gladky <gl...@debian.org>
Closes: 983988 985726
Changes:
 benchmark (1.6.0-1) unstable; urgency=medium
 .
   [ Michael R. Crusoe ]
   * Fix for the autopkgtest to use the default g++ compiler from
     Kentaro Hayashi <ken...@gmail.com>. (Closes: #985726)
 .
   [ Anton Gladky ]
   * [8e11569] New upstream version 1.6.0. (Closes: #983988)
   * [7ad7ffb] Update patch
   * [5c01fd9] Set Standards-version to 4.6.0
   * [fa4ea7e] Fix autopkgtests
Checksums-Sha1:
 8a72e0165a70655b7bb882ce368b210e95e38a19 2243 benchmark_1.6.0-1.dsc
 c4d1a9135e779c5507015ccc8c428cb4aca69cef 178527 benchmark_1.6.0.orig.tar.gz
 6a18399cc2e3e16be917efdaad88d267be6ff8fb 5948 benchmark_1.6.0-1.debian.tar.xz
 593ddbb2c8fc73ca75dd054c4eb1d25ee6acec75 6832 
benchmark_1.6.0-1_source.buildinfo
Checksums-Sha256:
 35d713c8157abb51fe3fdecc3d203bac31f33d2d811f884edbf6620124d843f2 2243 
benchmark_1.6.0-1.dsc
 1f71c72ce08d2c1310011ea6436b31e39ccab8c2db94186d26657d41747c85d6 178527 
benchmark_1.6.0.orig.tar.gz
 c932c38032a9ba55c1d03bf27b9da9778d2fa281bbbb872cc7acc649fc159c77 5948 
benchmark_1.6.0-1.debian.tar.xz
 e01c60c33302626c89b44728e7b5a4b6b43bfd560de4760ad5499594169f3f21 6832 
benchmark_1.6.0-1_source.buildinfo
Files:
 9390913bae207aa27300698bb7986e36 2243 libs optional benchmark_1.6.0-1.dsc
 a7cb118b00430e22cb16774a28fce7ec 178527 libs optional 
benchmark_1.6.0.orig.tar.gz
 960f9987091efff9fa9d3cc1f80655d0 5948 libs optional 
benchmark_1.6.0-1.debian.tar.xz
 ccd9a2de61e28925246153bae5c200bb 6832 libs optional 
benchmark_1.6.0-1_source.buildinfo

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

iQIzBAEBCgAdFiEEu71F6oGKuG/2fnKF0+Fzg8+n/wYFAmFvEo8ACgkQ0+Fzg8+n
/waQVw/9GtEvMKi6NCuLPLuWnnI1EW2APeSJlhW1bnAW1dz0vBcWY54X486tIPHD
Kvs6ZAmzmW3VZZyA5QlfDL1iB0Y+taw0yPkQ/gljWwlPBJT4wJs1GK8rOaQ5BIB9
aErgbWZgYjUIkqILawpRrpk8eIE3aFru3F2WYGStYi7fjUc/w/DY5AQdlxkiJpAD
iC5suWsjg/F9CuKRyQIv0cIzj/gUCPBZO++VF5cEpf5Z4pRktrXmG3E2feWor5DX
4BLf/rJhYiZC/ZOzdkzcEi1h5cOXbjxV4zMdtwvSa8J0V7JdVv/grtbC8MsF1Jop
7nES4vMBoR+a8Z/Kv/n8q8rMLw9qHcJ8/lUeEAjAAAxxLaLn7mIIb4+1DZgS4Ght
ZEtSJYo4+Y2Yjp2AR1tJtLmFe5ZhZ/sm5JM8uVWrfBBaiY7VT9nnDd9Sj9WhZhBV
h2QftP8hmbO3zvBW94ocbZYHNQafvFyUX3EVJXgEe8nl6fBRwo6YBO37KY3KOJWn
2RkJ61fF3uakLXzKtCCyqPWXQcdBsBl2MKiwl6Xx1G/vQxp8Q7LCdx7N3TtS4K8I
inB9oPMv5XMQhYz208YQFxqQRreuvQAvRX6JyNSc6wqWfBCHWvKpW6hWdmKbHoEq
NdYtOjzNVJisbWP/huitOTX1CI+03giiMROcl/AqQRPbKCyW8TM=
=wcSG
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to