Your message dated Thu, 31 Aug 2017 21:49:58 +0000
with message-id <e1dnxla-0004wh...@fasolo.debian.org>
and subject line Bug#853486: fixed in libcereal 1.2.1-3
has caused the Debian Bug report #853486,
regarding libcereal: ftbfs with GCC-7
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.)


-- 
853486: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853486
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libcereal
Version: 1.2.1-2
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7

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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/libcereal_1.2.1-2_unstable_gcc7.log
The last lines of the build log are at the end of this report.

To build with GCC 7, either set CC=gcc-7 CXX=g++-7 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-7/porting_to.html

[...]
make[4]: *** 
[unittests/CMakeFiles/test_priority_queue.dir/priority_queue.cpp.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
CMakeFiles/Makefile2:837: recipe for target 
'unittests/CMakeFiles/test_priority_queue.dir/all' failed
make[3]: *** [unittests/CMakeFiles/test_priority_queue.dir/all] Error 2
[ 57%] Linking CXX executable sandbox
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/sandbox && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/sandbox.dir/link.txt --verbose=1
/usr/bin/c++   -Wall -Werror -g -Wextra -Wshadow -pedantic -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -Wl,-z,relro 
CMakeFiles/sandbox.dir/sandbox.cpp.o  -o sandbox -rdynamic 
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 57%] Built target sandbox
cc1plus: all warnings being treated as errors
unittests/CMakeFiles/test_vector.dir/build.make:65: recipe for target 
'unittests/CMakeFiles/test_vector.dir/vector.cpp.o' failed
make[4]: *** [unittests/CMakeFiles/test_vector.dir/vector.cpp.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
CMakeFiles/Makefile2:1791: recipe for target 
'unittests/CMakeFiles/test_vector.dir/all' failed
make[3]: *** [unittests/CMakeFiles/test_vector.dir/all] Error 2
cc1plus: all warnings being treated as errors
unittests/CMakeFiles/test_load_construct.dir/build.make:65: recipe for target 
'unittests/CMakeFiles/test_load_construct.dir/load_construct.cpp.o' failed
make[4]: *** 
[unittests/CMakeFiles/test_load_construct.dir/load_construct.cpp.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
CMakeFiles/Makefile2:1722: recipe for target 
'unittests/CMakeFiles/test_load_construct.dir/all' failed
make[3]: *** [unittests/CMakeFiles/test_load_construct.dir/all] Error 2
cc1plus: all warnings being treated as errors
cc1plus: all warnings being treated as errors
unittests/CMakeFiles/test_structs_specialized.dir/build.make:65: recipe for 
target 
'unittests/CMakeFiles/test_structs_specialized.dir/structs_specialized.cpp.o' 
failed
make[4]: *** 
[unittests/CMakeFiles/test_structs_specialized.dir/structs_specialized.cpp.o] 
Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
CMakeFiles/Makefile2:588: recipe for target 
'unittests/CMakeFiles/test_structs_specialized.dir/all' failed
make[3]: *** [unittests/CMakeFiles/test_structs_specialized.dir/all] Error 2
unittests/CMakeFiles/test_map.dir/build.make:65: recipe for target 
'unittests/CMakeFiles/test_map.dir/map.cpp.o' failed
make[4]: *** [unittests/CMakeFiles/test_map.dir/map.cpp.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
CMakeFiles/Makefile2:1552: recipe for target 
'unittests/CMakeFiles/test_map.dir/all' failed
make[3]: *** [unittests/CMakeFiles/test_map.dir/all] Error 2
cc1plus: all warnings being treated as errors
unittests/CMakeFiles/test_polymorphic.dir/build.make:65: recipe for target 
'unittests/CMakeFiles/test_polymorphic.dir/polymorphic.cpp.o' failed
make[4]: *** [unittests/CMakeFiles/test_polymorphic.dir/polymorphic.cpp.o] 
Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
CMakeFiles/Makefile2:334: recipe for target 
'unittests/CMakeFiles/test_polymorphic.dir/all' failed
make[3]: *** [unittests/CMakeFiles/test_polymorphic.dir/all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
Makefile:141: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: make -j64 all doc returned exit code 2
debian/rules:10: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:4: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: libcereal
Source-Version: 1.2.1-3

We believe that the bug you reported is fixed in the latest version of
libcereal, 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 853...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated libcereal 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: SHA256

Format: 1.8
Date: Thu, 31 Aug 2017 23:28:27 +0200
Source: libcereal
Binary: libcereal-dev libcereal-doc
Architecture: source amd64 all
Version: 1.2.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Description:
 libcereal-dev - C++11 library for serialization
 libcereal-doc - C++11 library for serialization HTML documentation
Closes: 853486
Changes:
 libcereal (1.2.1-3) unstable; urgency=medium
 .
   * Team upload
   * Do not set -Werror which makes build fail when using gcc-7
     Closes: #853486
   * debhelper 10
   * Standards-Version: 4.1.0 (no changes needed)
Checksums-Sha1:
 1766dde9c6e33c3bd00a5c105281ff76acc99a5f 2127 libcereal_1.2.1-3.dsc
 b74b392b93f3ffc9c30e2c8c4d7a1c9c8b2e93ba 5728 libcereal_1.2.1-3.debian.tar.xz
 df3bbeedfbc9133161cb75822ab0fc93ba1c538e 238214 libcereal-dev_1.2.1-3_amd64.deb
 387acf70b8c3648d1bf5eb7ead1598befe55467d 379578 libcereal-doc_1.2.1-3_all.deb
 8d88069481fd37af7ad23dd17f048ed71e719919 7162 libcereal_1.2.1-3_amd64.buildinfo
Checksums-Sha256:
 81ed1583f3e32cb85ea60a7999819e09801a89b77f1f0fad9cd548f3522e5be0 2127 
libcereal_1.2.1-3.dsc
 3ecbab98ce7c8a7ad612a3561e12b37212a508185a0b00798ce89a0b81789695 5728 
libcereal_1.2.1-3.debian.tar.xz
 9eb2a1efc40a5f9bb61ac2d71ca01a049d94d0406c8088fdaf54b4ab44556466 238214 
libcereal-dev_1.2.1-3_amd64.deb
 09a1a76ae2a800c157ab7e92eeab9d2c0f2c0540d3f72ca165039db88cb1e212 379578 
libcereal-doc_1.2.1-3_all.deb
 2e04d7e20aa2a661e97f1509efc873392f19a96994b5ca3c217fd70853a722fa 7162 
libcereal_1.2.1-3_amd64.buildinfo
Files:
 125186de670512347b181b7e64bbfd10 2127 libdevel optional libcereal_1.2.1-3.dsc
 1d762e7f8a81859b7632d78f277aff5e 5728 libdevel optional 
libcereal_1.2.1-3.debian.tar.xz
 ce39bca0ccc7ee75b9894a3d77bc4cac 238214 libdevel optional 
libcereal-dev_1.2.1-3_amd64.deb
 fd1cbe0c866af77033cecc11cae217a5 379578 doc optional 
libcereal-doc_1.2.1-3_all.deb
 c92ae5b3ff387888e453ae714f2ffc2f 7162 libdevel optional 
libcereal_1.2.1-3_amd64.buildinfo

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

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlmogN4RHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtERphAAiYVB2JnXYSNGGnhQ6HUPzRdNB9wGA6Oe
7k981y8Gkj/MT9ZsSQwZhcE+QKiTPZg0cfDzZRP/cPJA/FWlHhLuMAtSKZVFIj6U
bC95jNMiyL4LM1UWfIrSY7iSQdvPGNgmrLbdh9F9yx9w+dmpartsH3Kx4WnGylB6
ZBBI5bdO7QqURmJZOf21csjAtpYcaX3uLaE7BNJC7gTXy9f/ceoSwR5ihxciv0Qo
EEsPw/T23MoDwIPs0zaP04jToH1QovDgVuDjt06WMOu23qX9kezN53eUFadFeYtq
LFY4tOrvIqclHSJntPZB6HmOqxxM1wLglyAALUUQ0LJoCiS9WuptNQn7y6uzqxu5
Vcuezp+lHdOGrarP5AwzUwv1KvK7h0A/8aGlj/zzG1GVZxQz1b66ELXWS3iRXHT8
19VXjkZqmC7D2ivg22aSrDHfQ+XUSsEIAa81rZGrTD5YwC081Zd0mnXF5woGJSE7
rlVuPDVgCgqEkTJITlqbMm2uU0GG3fzN10u66ZoqZPQjzHo9dKehY9BxdYU25H6Y
VLQ92ZcAzIOMOf/AhbSl7lqB/NWkLIF5TOQOHXBOcYKM//k5bNMnOG20rOPRcC1y
GZferzDcd4JmfFaVscqDYOpqjgLpXpDayO1LPatJl+KE/t8Lm45Ab2Epgt4U3ejc
Ko7XGoiGsus=
=Nr5J
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to