Your message dated Mon, 14 Aug 2017 09:05:17 +0000
with message-id <e1dhbjf-0007yb...@fasolo.debian.org>
and subject line Bug#853556: fixed in mongodb 1:3.4.7-1
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.4.7-1

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: Sun, 13 Aug 2017 23:25:53 -0400
Source: mongodb
Binary: mongodb mongodb-server mongodb-clients
Architecture: source
Version: 1:3.4.7-1
Distribution: experimental
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: 853556
Changes:
 mongodb (1:3.4.7-1) experimental; urgency=medium
 .
   * New upstream bugfix release; see
     https://docs.mongodb.com/manual/release-notes/3.4/
   * Refresh disable-hw-crc32-on-arm64-s390x.patch
   * Bump Standards to 4.0.1; no changes needed
   * Bump compat to 10
   * New patch to fix FTBFS with GCC 7 (Closes: #853556)
Checksums-Sha1:
 5283c8f9a46af86655f46db1f58335763a0f4cfa 2714 mongodb_3.4.7-1.dsc
 10d2de2ecbd4af793142c665996b32339da61177 41239640 mongodb_3.4.7.orig.tar.gz
 789aec18f4ce69a45a54c27f8a477cfe6ce45e4f 40192 mongodb_3.4.7-1.debian.tar.xz
 e4eacff26cd4bd8991a5204a57f31ec8c75e32b5 7222 mongodb_3.4.7-1_source.buildinfo
Checksums-Sha256:
 05b73861f4e96ac19877594832b5e2dbc945d78a83933a547e8efaf5a7b1d650 2714 
mongodb_3.4.7-1.dsc
 fdb2c7a4f3fbd8593fd074407bef0f4af878bfc14885c65206805e8d96112041 41239640 
mongodb_3.4.7.orig.tar.gz
 2b638b83c060c163e66483c21899b7fcdd2f3dda10e48c43ef882b16156a296a 40192 
mongodb_3.4.7-1.debian.tar.xz
 693479ceed629bed8f2d400d4375f47052cfe128cc35ac07a4aacf3906ff57a5 7222 
mongodb_3.4.7-1_source.buildinfo
Files:
 f410b714297f1636423662c90ce005bc 2714 database optional mongodb_3.4.7-1.dsc
 29f5e8dddd471b61ad77a02d3185b3e8 41239640 database optional 
mongodb_3.4.7.orig.tar.gz
 019f1d6052f99b6911032d2e5376159c 40192 database optional 
mongodb_3.4.7-1.debian.tar.xz
 394a13ba1e864844da9d2ef4db785bf6 7222 database optional 
mongodb_3.4.7-1_source.buildinfo

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

iQJHBAEBCAAxFiEEPgL9ZlYpWVIRC6uZ9RsYxyAkgiQFAlmRY+oTHGFwb2lrb3NA
ZGViaWFuLm9yZwAKCRD1GxjHICSCJO2lD/4kgSOl20E+AiS+XtoPcWO11SZPHttt
4HgxW/m+gDrGf6ODbBHhDJqj5xZlc0G2Kq6/ISSNvNkR4F4zRmu6HLGuo2S3B/Aq
CFoysDKp0Z7YJbL6qEKPVgNGDsC7K91aV38beyUUv0bQsZzvSACbNSC7UTPaNqfT
yEtvWZ0FuALBnslXMal8XcTQ4e6RlCLoiq9aPOCANkF5Lp6SgRzWK3MsnpOw1+7r
xvik3CNI6/ih2aV+zHyYrj0s9++v846jeHuQmD789K4KgxBEl/GOm5nTN1iSxwrQ
FrjY5FmsbM4b8ZgKV0+jaF8UZlRbydnJMTJunY+cCSw1Od8fycsloMhSSCo9vD/9
FJnKUuff4H+BPFW+5Pr0f2klQfiPwTILsDTm/mBhQTyFzc7MSjDOvcoSZGfk5+F/
BIibwr9w2z9HfShpbxd0PhIqK2qmgXiuFOYpIlGyQKSWFrbUKGMLaKoQ0y56+TYg
dIapHQXcr76Ljb0JHxl8s268z32BtgP7PIwfwn0gBXjQR+BRYmDeOb/Rm6d5eO2Q
2p1Ma8BkWmutJ2qqUEeLLvieTxpgtN5VC0263zm5FM1qMgnRnA6OSVGomEcaY2i8
9Cd5o5XnhMefWprFOCF3YPinvkQwtOR77oV8U0ONmwEoH/Ey5Vag7D6eoChfG/UB
a5bOWxiUPNC3cw==
=wmOo
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to