Your message dated Tue, 11 Aug 2015 00:19:15 +0000
with message-id <[email protected]>
and subject line Bug#794931: fixed in mongodb 1:2.4.14-3
has caused the Debian Bug report #794931,
regarding FTBFS in Sid
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.)


-- 
794931: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794931
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: monbodb
Version: 1:2.4.14-2
Severity: serious

Hi,

Trying to rebuild MongoDB in Sid, I get this:

g++ -o 
build/linux2/ssl/use-system-boost/use-system-pcre/use-system-snappy/use-system-tcmalloc/use-system-v8/mongo/shell/linenoise.o
 -c -Wno-unused-local-typedefs -Wnon-virtual-dtor -Woverloaded-virtual -fPIC 
-fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unused-function 
-Wno-unused-variable -Wno-unknown-pragmas -Winvalid-pch -pipe -Werror 
-fno-builtin-memcmp -O3 -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC 
-DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_SSL -DMONGO_HAVE_HEADER_UNISTD_H 
-DMONGO_HAVE_EXECINFO_BACKTRACE 
-Ibuild/linux2/ssl/use-system-boost/use-system-pcre/use-system-snappy/use-system-tcmalloc/use-system-v8/third_party/s2
 -Isrc/third_party/s2 
-Ibuild/linux2/ssl/use-system-boost/use-system-pcre/use-system-snappy/use-system-tcmalloc/use-system-v8
 -Isrc 
-Ibuild/linux2/ssl/use-system-boost/use-system-pcre/use-system-snappy/use-system-tcmalloc/use-system-v8/mongo
 -Isrc/mongo src/mongo/shell/linenoise.cpp
In file included from src/mongo/shell/linenoise.cpp:116:0:
src/mongo/shell/linenoise_utf8.h: In member function 'void 
linenoise_utf8::UtfStringMixin<char_type>::swap(linenoise_utf8::UtfStringMixin<char_type>&)':
src/mongo/shell/linenoise_utf8.h:145:9: error: 'swap' is not a member of 'std'
         std::swap( _len, other._len );
         ^
src/mongo/shell/linenoise_utf8.h:145:9: note: suggested alternative:
In file included from src/mongo/shell/linenoise_utf8.h:18:0,
                 from src/mongo/shell/linenoise.cpp:116:
/usr/include/boost/smart_ptr/scoped_array.hpp:125:31: note:   'boost::swap'
 template<class T> inline void swap(scoped_array<T> & a, scoped_array<T> & b) 
BOOST_NOEXCEPT
                               ^
In file included from src/mongo/shell/linenoise.cpp:116:0:
src/mongo/shell/linenoise_utf8.h:146:9: error: 'swap' is not a member of 'std'
         std::swap( _cap, other._cap );
         ^
src/mongo/shell/linenoise_utf8.h:146:9: note: suggested alternative:
In file included from src/mongo/shell/linenoise_utf8.h:18:0,
                 from src/mongo/shell/linenoise.cpp:116:
/usr/include/boost/smart_ptr/scoped_array.hpp:125:31: note:   'boost::swap'
 template<class T> inline void swap(scoped_array<T> & a, scoped_array<T> & b) 
BOOST_NOEXCEPT
                               ^
In file included from src/mongo/shell/linenoise.cpp:116:0:
src/mongo/shell/linenoise_utf8.h:147:9: error: 'swap' is not a member of 'std'
         std::swap( _chars, other._chars );
         ^
src/mongo/shell/linenoise_utf8.h:147:9: note: suggested alternative:
In file included from src/mongo/shell/linenoise_utf8.h:18:0,
                 from src/mongo/shell/linenoise.cpp:116:
/usr/include/boost/smart_ptr/scoped_array.hpp:125:31: note:   'boost::swap'
 template<class T> inline void swap(scoped_array<T> & a, scoped_array<T> & b) 
BOOST_NOEXCEPT
                               ^
scons: *** 
[build/linux2/ssl/use-system-boost/use-system-pcre/use-system-snappy/use-system-tcmalloc/use-system-v8/mongo/shell/linenoise.o]
 Error 1
scons: building terminated because of errors.
debian/rules:42: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '/home/zigo/mongodb/mongodb-2.4.14'
debian/rules:55: 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:2.4.14-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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Laszlo Boszormenyi (GCS) <[email protected]> (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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 08 Aug 2015 18:57:06 +0200
Source: mongodb
Binary: mongodb mongodb-server mongodb-clients mongodb-dev
Architecture: source amd64
Version: 1:2.4.14-3
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) <[email protected]>
Changed-By: Laszlo Boszormenyi (GCS) <[email protected]>
Description:
 mongodb    - object/document-oriented database (metapackage)
 mongodb-clients - object/document-oriented database (client apps)
 mongodb-dev - object/document-oriented database (development)
 mongodb-server - object/document-oriented database (server package)
Closes: 793262 794931
Changes:
 mongodb (1:2.4.14-3) unstable; urgency=low
 .
   * Fix FTBFS with newer g++ 5.2 versions (closes: #794931).
   * Build depend on newer g++ 5.2 versions (closes: #793262).
   * Build depend on GCC 5 transitioned snappy versions.
   * Remove ppc64el from the packages, it doesn't have libv8-dev .
   * Move adduser dependency to pre-depends.
Checksums-Sha1:
 9d5a73ee37a38b95b09bfed7dc5d30102e546ba2 2702 mongodb_2.4.14-3.dsc
 bcebb9b37c52035c1c9d56321c29737c209585fa 51628 mongodb_2.4.14-3.debian.tar.xz
 76412cc64bb80605f84089740dbaf4bd0e79fece 33513522 
mongodb-clients_2.4.14-3_amd64.deb
 ba2b3bd189bd86ae71434b69f37ece93aaac348f 1081984 mongodb-dev_2.4.14-3_amd64.deb
 de9c02f64b6f6bdf77b3000e38e63bc8f862d722 4222972 
mongodb-server_2.4.14-3_amd64.deb
 2ba9eb08e255da7165336ab0c9648df5899f36a3 13558 mongodb_2.4.14-3_amd64.deb
Checksums-Sha256:
 20d52319acba01d5359fa7ae9182e4bab6720db3cb0955cac4577c6d459d342c 2702 
mongodb_2.4.14-3.dsc
 1234f15a75ef646e071d5b3dbc49a8fdb21df638086a640f56cf8ccb3699bf0d 51628 
mongodb_2.4.14-3.debian.tar.xz
 39d89b3dfb64f2d25a5f86fc71fa8f0573c749fe9c4cfba78d7a28724e9090f9 33513522 
mongodb-clients_2.4.14-3_amd64.deb
 7711686348a761604360047396f0483530236d6fd3935626ae90b4569bb3b048 1081984 
mongodb-dev_2.4.14-3_amd64.deb
 65d5ca7d10454d3680915c8f8206ff37ea63ec0dce6ace7138fba0985aa194e6 4222972 
mongodb-server_2.4.14-3_amd64.deb
 e12312215063966d8a84bda343b1faf0e6070912311bd76487e38d37b3e3e11e 13558 
mongodb_2.4.14-3_amd64.deb
Files:
 18c72d5146ae110ad7d63c1021470ff4 2702 database optional mongodb_2.4.14-3.dsc
 03fb1c53906d1b4d198bd0517db5a2f4 51628 database optional 
mongodb_2.4.14-3.debian.tar.xz
 ceec7c4086291275b8c08e714bc19988 33513522 database optional 
mongodb-clients_2.4.14-3_amd64.deb
 ef104ecc279db8f66baceda406e2d7ae 1081984 libdevel optional 
mongodb-dev_2.4.14-3_amd64.deb
 aa36dbb061f976568bcfb44c1091645b 4222972 database optional 
mongodb-server_2.4.14-3_amd64.deb
 58f76c1e3fad3069750c9d0cd52cc781 13558 database optional 
mongodb_2.4.14-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJVyTibAAoJENzjEOeGTMi/4KIQALLl1+psjLdca6vDQ7UfXB25
F+2ECCH6Tm62mH1t9mZZvQkY8n+IkFeO1CyUmM3CglZLyLPsQV3nVn+wCIPIkdh3
7M3+uSeExIUO+YxsPJiaTDC9htXzsQknBccQ1zYtC9XPz33VTQiBdLlVGqq3RpzE
vp7K7Y8EXbdo0X0SMlWw83StvEvW49+5yx0KZSCKLSkRZymS52fOQEy3Rji8G/od
gl9kgxeKzr97MSIOKtKA6vJVjrhmDmZF5GkANQEv7zs7z1mAm9HJhQuBSL4ez+vp
shhuq3x2DLAS/fldzrbGQ+TEF2Bcal4Y6NbLrBTjY1i39YHwpwovE40mh/Wkcrsq
/6uBkKk9P6tZvI9xzTGK3+uSy5BZbMeiSHmGWXbEePzsF1Boxl6Ki/0x0TMoIRoN
Zgpn+/iHy+3BN5KoFOLkL2usEspM+FYKdO3KY6Pum7xeNG0r3JcO2LBTSYOKcghb
mAEY1+5XknOSEFYiyKYLmpluJ4vDUrrBcFA1SE5oWL3deTodnJkPrttEPRMAiIVq
pz1dE++QDR6zCkxbAdrV14rJooa8aTiBwNI5MtySLQORarAdul1i6IaIxw8FNPnx
FeuEOG9V0xz/PiWTJwIi4cUA8tcWqMkIUqU9Qri3QPLCUzAE6FznGYHs+ZkE7GfO
0qUX/hcDb3LLmmmRzCvA
=FGWE
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to