Your message dated Fri, 11 Aug 2017 21:12:58 +0000
with message-id <e1dgheo-0003qw...@fasolo.debian.org>
and subject line Bug#853556: fixed in mongodb 1:3.2.11-3
has caused the Debian Bug report #853556,
regarding mongodb: 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.)


-- 
853556: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853556
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mongodb
Version: 1:3.2.11-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/mongodb_3.2.11-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

[...]
 class ScopeGuardImpl1 : public ScopeGuardImplBase {
       ^~~~~~~~~~~~~~~
src/mongo/util/scopeguard.h:154:7: error: mangled name for 
'mongo::ScopeGuardImpl1<void (*)(void*) throw (), char*>::ScopeGuardImpl1(const 
mongo::ScopeGuardImpl1<void (*)(void*) throw (), char*>&)' will change in C++17 
because the exception specification is part of a function type 
[-Werror=c++1z-compat]
src/mongo/util/scopeguard.h:177:53: note: synthesized method 
'mongo::ScopeGuardImpl1<void (*)(void*) throw (), char*>::ScopeGuardImpl1(const 
mongo::ScopeGuardImpl1<void (*)(void*) throw (), char*>&)' first required here 
     return ScopeGuardImpl1<F, P1>::MakeGuard(fun, p1);
                                                     ^
src/mongo/util/scopeguard.h: In instantiation of 'mongo::ScopeGuardImpl1<F, 
P1>::~ScopeGuardImpl1() [with F = void (*)(void*) throw (); P1 = char*]':
src/mongo/util/net/message_port.cpp:192:57:   required from here
src/mongo/util/scopeguard.h:160:5: error: mangled name for 
'mongo::ScopeGuardImpl1<F, P1>::~ScopeGuardImpl1() [with F = void (*)(void*) 
throw (); P1 = char*]' will change in C++17 because the exception specification 
is part of a function type [-Werror=c++1z-compat]
     ~ScopeGuardImpl1() throw() {
     ^
src/mongo/util/scopeguard.h:160:5: error: mangled name for 
'mongo::ScopeGuardImpl1<F, P1>::~ScopeGuardImpl1() [with F = void (*)(void*) 
throw (); P1 = char*]' will change in C++17 because the exception specification 
is part of a function type [-Werror=c++1z-compat]
src/mongo/util/scopeguard.h: In instantiation of 'mongo::ScopeGuardImpl1<F, 
P1>::ScopeGuardImpl1(F, P1) [with F = void (*)(void*) throw (); P1 = char*]':
src/mongo/util/scopeguard.h:157:16:   required from 'static 
mongo::ScopeGuardImpl1<F, P1> mongo::ScopeGuardImpl1<F, P1>::MakeGuard(F, P1) 
[with F = void (*)(void*) throw (); P1 = char*]'
src/mongo/util/scopeguard.h:177:45:   required from 'mongo::ScopeGuardImpl1<F, 
P1> mongo::MakeGuard(F, P1) [with F = void (*)(void*) throw (); P1 = char*]'
src/mongo/util/net/message_port.cpp:192:57:   required from here
src/mongo/util/scopeguard.h:169:5: error: mangled name for 
'mongo::ScopeGuardImpl1<F, P1>::ScopeGuardImpl1(F, P1) [with F = void 
(*)(void*) throw (); P1 = char*]' will change in C++17 because the exception 
specification is part of a function type [-Werror=c++1z-compat]
     ScopeGuardImpl1(F fun, P1 p1) : fun_(fun), p1_(p1) {}
     ^~~~~~~~~~~~~~~
src/mongo/util/scopeguard.h:169:5: error: mangled name for 
'mongo::ScopeGuardImpl1<F, P1>::ScopeGuardImpl1(F, P1) [with F = void 
(*)(void*) throw (); P1 = char*]' will change in C++17 because the exception 
specification is part of a function type [-Werror=c++1z-compat]
src/mongo/util/scopeguard.h:164:10: error: mangled name for 'void 
mongo::ScopeGuardImpl1<F, P1>::Execute() [with F = void (*)(void*) throw (); P1 
= char*]' will change in C++17 because the exception specification is part of a 
function type [-Werror=c++1z-compat]
     void Execute() {
          ^~~~~~~
src/mongo/util/scopeguard.h:169:5: error: mangled name for 
'mongo::ScopeGuardImpl1<F, P1>::ScopeGuardImpl1(F, P1) [with F = void 
(*)(void*) throw (); P1 = char*]' will change in C++17 because the exception 
specification is part of a function type [-Werror=c++1z-compat]
     ScopeGuardImpl1(F fun, P1 p1) : fun_(fun), p1_(p1) {}
     ^~~~~~~~~~~~~~~
src/mongo/util/scopeguard.h:96:17: error: mangled name for 'static void 
mongo::ScopeGuardImplBase::SafeExecute(J&) [with J = 
mongo::ScopeGuardImpl1<void (*)(void*) throw (), char*>]' will change in C++17 
because the exception specification is part of a function type 
[-Werror=c++1z-compat]
     static void SafeExecute(J& j) throw() {
                 ^~~~~~~~~~~
src/mongo/util/scopeguard.h:156:35: error: mangled name for 'static 
mongo::ScopeGuardImpl1<F, P1> mongo::ScopeGuardImpl1<F, P1>::MakeGuard(F, P1) 
[with F = void (*)(void*) throw (); P1 = char*]' will change in C++17 because 
the exception specification is part of a function type [-Werror=c++1z-compat]
     static ScopeGuardImpl1<F, P1> MakeGuard(F fun, P1 p1) {
                                   ^~~~~~~~~
src/mongo/util/scopeguard.h:160:5: error: mangled name for 
'mongo::ScopeGuardImpl1<F, P1>::~ScopeGuardImpl1() [with F = void (*)(void*) 
throw (); P1 = char*]' will change in C++17 because the exception specification 
is part of a function type [-Werror=c++1z-compat]
     ~ScopeGuardImpl1() throw() {
     ^
src/mongo/util/scopeguard.h:176:31: error: mangled name for 
'mongo::ScopeGuardImpl1<F, P1> mongo::MakeGuard(F, P1) [with F = void 
(*)(void*) throw (); P1 = char*]' will change in C++17 because the exception 
specification is part of a function type [-Werror=c++1z-compat]
 inline ScopeGuardImpl1<F, P1> MakeGuard(F fun, P1 p1) {
                               ^~~~~~~~~
src/mongo/util/scopeguard.h:154:7: error: mangled name for 
'mongo::ScopeGuardImpl1<void (*)(void*) throw (), char*>::ScopeGuardImpl1(const 
mongo::ScopeGuardImpl1<void (*)(void*) throw (), char*>&)' will change in C++17 
because the exception specification is part of a function type 
[-Werror=c++1z-compat]
 class ScopeGuardImpl1 : public ScopeGuardImplBase {
       ^~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
scons: *** [build/opt/mongo/util/net/message_port.o] Error 1
scons: building terminated because of errors.
debian/rules:52: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:75: 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: mongodb
Source-Version: 1:3.2.11-3

We believe that the bug you reported is fixed in the latest version of
mongodb, 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.
Apollon Oikonomopoulos <apoi...@debian.org> (supplier of updated mongodb 
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: Fri, 11 Aug 2017 14:37:37 -0400
Source: mongodb
Binary: mongodb mongodb-server mongodb-clients
Architecture: source
Version: 1:3.2.11-3
Distribution: unstable
Urgency: medium
Maintainer: Debian MongoDB Maintainers 
<pkg-mongodb-maintain...@lists.alioth.debian.org>
Changed-By: Apollon Oikonomopoulos <apoi...@debian.org>
Description:
 mongodb    - object/document-oriented database (metapackage)
 mongodb-clients - object/document-oriented database (client apps)
 mongodb-server - object/document-oriented database (server package)
Closes: 848305 853556
Changes:
 mongodb (1:3.2.11-3) unstable; urgency=medium
 .
   * d/changelog: restore the 2.6.12-3 entry (Closes: #848305)
   * Fix FTBFS with GCC 7 (Closes: #853556)
   * Bump compat to 10
     + B-D on debhelper (>= 10)
     + Remove --with=systemd from dh invocations
   * Bump Standards to 4.0.1; no changes needed
Checksums-Sha1:
 deaf81c80832b2217aac0419aa3dc13231ef233f 2678 mongodb_3.2.11-3.dsc
 92a0f7e2ae5993256dcce32a5ac5782dfe4e0016 41504 mongodb_3.2.11-3.debian.tar.xz
 825a0893698e009f79caef8b6012b7341ced7abe 7226 mongodb_3.2.11-3_source.buildinfo
Checksums-Sha256:
 988e531497ce16b3136f8bdf9d47bc6ad0d9ba6a72938a0100f7f41e900f7cac 2678 
mongodb_3.2.11-3.dsc
 7c7c453b9500709cc353c888d2ea9a5df3cfc1f9dc91dfa2e85abf2198752f03 41504 
mongodb_3.2.11-3.debian.tar.xz
 fc40dab6daff1a5179a7d7c490672b2801fbddcb1ced7dac45216b3ddfa4529d 7226 
mongodb_3.2.11-3_source.buildinfo
Files:
 415ab0c3a57ef999e9e2ff5419e36c38 2678 database optional mongodb_3.2.11-3.dsc
 5823170ea2d8f39aadb69c88d1feb411 41504 database optional 
mongodb_3.2.11-3.debian.tar.xz
 072cb8b103ac2f32460c392c1d6430d7 7226 database optional 
mongodb_3.2.11-3_source.buildinfo

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

iQJHBAEBCAAxFiEEPgL9ZlYpWVIRC6uZ9RsYxyAkgiQFAlmOC7UTHGFwb2lrb3NA
ZGViaWFuLm9yZwAKCRD1GxjHICSCJOg5EACj63JmWIhjeIDoCrHWJXSfKiH11Tzp
cXZGTco3C1i1fHY9J11I8a/pr1d9+iI4eTfVSVCMlzBL/ufPaU8Pz7J2JDR14GUR
22w2xolB20a0Bpkhpd5pxE2SOqYYuYJD6FQLFVNkltvdKqXn5NRvjRFDOgxFK5R7
1QmXJTbXzGAe4Yle7Aky2tKpwdeH+Ds7BClFWAuK4fUSXmDo81ADuV6WdFMHNqPk
gppAARBxVBm3d60x05QxFAMiZZX6l7tGS+vok+Fe7Rx/2cvPMY66gHASQ3vbgdo1
AZt5dL5msOru+gOECd7x5cn1HfZ3rFuXm4a4+ylaF3aT0j6CgFr8KOn7uVg4CAyZ
ltru882HIEa4w7gZIdg7U4uQYNvSGRFPWUFp3nzwdZiuvncL3ntYWcyS0bc77Trg
wHpwRhmoX8XSDgzn6yFEnY2DIJRFvbsKC6tmVCYiXXw20oZLvsHGB56y80Oe7bgD
w3cKWOCperuGpglo/eQg0nLuBNSXDU9Fm+8Hs8P3yv+9oyMlQxTrQwtQyj17ThA/
upoi/wMAqzhHc2HKUEpa3+6N+HC7tspBFERqYRW3OanrbirQ1z0exAoaIFgdNA3b
97GWz/whRx7hnpcJy6cqxZef+1imakRfboQxnuiDWXWPV7KJXpnjRizDYJZ2WgbP
LKGcVrKhxNrg3A==
=YWTF
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to