Your message dated Sun, 19 Jun 2022 16:04:18 +0000
with message-id <[email protected]>
and subject line Bug#1012986: fixed in libpmemobj-cpp 1.13.0-5
has caused the Debian Bug report #1012986,
regarding libpmemobj-cpp: ftbfs with GCC-12
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 [email protected]
immediately.)


-- 
1012986: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012986
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libpmemobj-cpp
Version: 1.13.0-4
Severity: normal
Tags: sid bookworm
User: [email protected]
Usertags: ftbfs-gcc-12

[This bug is targeted to the upcoming bookworm 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-12/g++-12, but succeeds to build with gcc-11/g++-11. The
severity of this report will be raised before the bookworm release.

The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/gcc12/libpmemobj-cpp_1.13.0-4_unstable_gcc12.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.

[...]
Patching output file 44/93
Patching output file 45/93
Patching output file 46/93
Patching output file 47/93
Patching output file 48/93
Patching output file 49/93
Patching output file 50/93
Patching output file 51/93
Patching output file 52/93
Patching output file 53/93
Patching output file 54/93
Patching output file 55/93
Patching output file 56/93
Patching output file 57/93
Patching output file 58/93
Patching output file 59/93
Patching output file 60/93
Patching output file 61/93
Patching output file 62/93
Patching output file 63/93
Patching output file 64/93
Patching output file 65/93
Patching output file 66/93
Patching output file 67/93
Patching output file 68/93
Patching output file 69/93
Patching output file 70/93
Patching output file 71/93
Patching output file 72/93
Patching output file 73/93
Patching output file 74/93
Patching output file 75/93
Patching output file 76/93
Patching output file 77/93
Patching output file 78/93
Patching output file 79/93
Patching output file 80/93
Patching output file 81/93
Patching output file 82/93
Patching output file 83/93
Patching output file 84/93
Patching output file 85/93
Patching output file 86/93
Patching output file 87/93
Patching output file 88/93
Patching output file 89/93
Patching output file 90/93
Patching output file 91/93
Patching output file 92/93
Patching output file 93/93
lookup cache used 4962/65536 hits=82969 misses=5500
finished...
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[  2%] Built target doc
[  2%] Linking CXX executable ex-pman
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/ex-pman.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -DLIBPMEMOBJ_CPP_VG_MEMCHECK_ENABLED=1 
-DLIBPMEMOBJ_CPP_VG_DRD_ENABLED=1 -DLIBPMEMOBJ_CPP_VG_HELGRIND_ENABLED=1 -Wall 
-Wpointer-arith -Wunused-macros -Wsign-conversion -Wsign-compare -fno-common 
-Wno-maybe-uninitialized -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -rdynamic 
"CMakeFiles/ex-pman.dir/__/examples/pman/pman.cpp.o" -o ex-pman  -lpmemobj 
-lpthread -lncurses -ltinfo 
[  2%] Linking CXX executable benchmark-concurrent_hash_map_insert_open
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/benchmarks && /usr/bin/cmake -E 
cmake_link_script 
CMakeFiles/benchmark-concurrent_hash_map_insert_open.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -DLIBPMEMOBJ_CPP_VG_MEMCHECK_ENABLED=1 
-DLIBPMEMOBJ_CPP_VG_DRD_ENABLED=1 -DLIBPMEMOBJ_CPP_VG_HELGRIND_ENABLED=1 -Wall 
-Wpointer-arith -Wsign-compare -fno-common -Wunused-macros -Wsign-conversion 
-Wno-maybe-uninitialized -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -rdynamic 
"CMakeFiles/benchmark-concurrent_hash_map_insert_open.dir/concurrent_hash_map/insert_open.cpp.o"
 -o benchmark-concurrent_hash_map_insert_open  -lpmemobj -lpthread 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[  2%] Built target ex-pman
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[  2%] Built target benchmark-concurrent_hash_map_insert_open
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:149: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: libpmemobj-cpp
Source-Version: 1.13.0-5
Done: Adam Borowski <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libpmemobj-cpp, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adam Borowski <[email protected]> (supplier of updated libpmemobj-cpp 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 [email protected])


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

Format: 1.8
Date: Sun, 19 Jun 2022 16:23:57 +0200
Source: libpmemobj-cpp
Architecture: source
Version: 1.13.0-5
Distribution: unstable
Urgency: medium
Maintainer: Adam Borowski <[email protected]>
Changed-By: Adam Borowski <[email protected]>
Closes: 1012986
Changes:
 libpmemobj-cpp (1.13.0-5) unstable; urgency=medium
 .
   * Fix FTBFS with gcc-12.  Closes: #1012986.
Checksums-Sha1:
 7cdd7251dcbe8bb9dfbf7695e69bb6d78befe304 2265 libpmemobj-cpp_1.13.0-5.dsc
 3be441b6661f63b4c9c924903fcd002f781cc0be 6036 
libpmemobj-cpp_1.13.0-5.debian.tar.xz
 2cbae4df5c8946988f7ea76720c1a11c311a9a29 10986 
libpmemobj-cpp_1.13.0-5_source.buildinfo
Checksums-Sha256:
 6f9d11919ed3ea5d6ea428af554b706788b82b9024052e61ee235c8ccb9bc95c 2265 
libpmemobj-cpp_1.13.0-5.dsc
 2ac047e42e7ab164d9acebee575c2234d6357754d92554e56d3de3ed1b26f0a5 6036 
libpmemobj-cpp_1.13.0-5.debian.tar.xz
 44dbb9f512a11d97b1c765100577c5d8e8ac42ebc42b01a013dfd0ffd4311270 10986 
libpmemobj-cpp_1.13.0-5_source.buildinfo
Files:
 6cefa4cfa2b35bd0ffb9ab930b9a5c43 2265 libs optional libpmemobj-cpp_1.13.0-5.dsc
 ca533867fcd25d994a7aca1a57e3be3b 6036 libs optional 
libpmemobj-cpp_1.13.0-5.debian.tar.xz
 e30db96ed613505331eea46d509a4826 10986 libs optional 
libpmemobj-cpp_1.13.0-5_source.buildinfo

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

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAmKvRAwACgkQweDZLphv
fH6xCxAA9Sq8ipSqVKTy2bT0fjwvFThxh3oBj7768adFedF2ZaMUhQUR/y+Gkz6k
Xx0mmJ3Cb+2rhfUIH8to+uziapupoTsi8tuE3nNsEOyK4tVb2ziiSRQkhyCTKLb5
xKIyQ90laRnwuOCTBXLEPuoLm9ETMeysbOnNYAcI+szEJiZm3V15EwqSanPUT3i7
F2fuceHStYX5pzSZpdicndIN3xgmtYJB/Foxv/HsCsR0Nd4dMJiTiQaD+VLq2OYt
7Md8/cPBY/ak1xOkHnpCoQhW+E2HX5M3lwquOyci2r9mBnYZzAX53ODhGxT3Kitj
TllzH59O7lNgFZNDDLrAB5z58+OWbpg2NU8S6O3mEqQ+Js+1qAxgte0btqvtXcM1
G3B8KTz6hbbVe1x8Hu/oT8u9PMSJ+EbKimN4xhdOUO2e+AJpRf3B2sd3SsSvezqA
UxlAVpLYAtsueNrAYicdXlLsJRjLM4gOtSmvUuTcBByU/CM26UgQuKsYLEMgu1+v
zESJySWVg1esYyghZuT6qZFncnLUCcZJcjaLwtItgERdHm4j+qBczIpgg3Su0vuR
Tx1tP7rRhgdt1perNQfCKTU+aajMzNm6q1Xf82c0jBqc3/je5zPUpvZsd49WtD9u
u3XhJuUW/syTwWH2SFv/pmC2jbTbwum5wjgzyZl7QkQz8akewkQ=
=vdxK
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to