Your message dated Sat, 09 Aug 2014 12:19:29 +0000
with message-id <[email protected]>
and subject line Bug#746884: fixed in molds 0.3.0-3.1
has caused the Debian Bug report #746884,
regarding molds: ftbfs with GCC-4.9
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.)
--
746884: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746884
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:molds
Version: 0.3.0-3
Severity: important
Tags: sid jessie
User: [email protected]
Usertags: ftbfs-gcc-4.9
The package fails to build in a test rebuild on at least amd64 with
gcc-4.9/g++-4.9, but succeeds to build with gcc-4.8/g++-4.8. The
severity of this report may be raised before the jessie release.
The full build log can be found at:
http://people.debian.org/~doko/logs/failed-gcc49/molds_0.3.0-3_unstable_gcc49.log
The last lines of the build log are at the end of this report.
To build with GCC 4.9, either set CC=gcc-4.9 CXX=g++-4.9 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-4.9/porting_to.html
[...]
from base/MolDSException.cpp:28:
/usr/include/c++/4.9/iomanip:175:5: note: template<class _CharT, class _Traits>
std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT,
_Traits>&, std::_Setfill<_CharT>)
operator<<(basic_ostream<_CharT, _Traits>& __os, _Setfill<_CharT> __f)
^
/usr/include/c++/4.9/iomanip:175:5: note: template argument
deduction/substitution failed:
base/MolDSException.cpp:164:10: note: 'boost::archive::text_oarchive' is not
derived from 'std::basic_ostream<_CharT, _Traits>'
oa << this;
^
In file included from /usr/include/boost/archive/basic_text_oprimitive.hpp:27:0,
from /usr/include/boost/archive/text_oarchive.hpp:30,
from base/MolDSException.cpp:28:
/usr/include/c++/4.9/iomanip:205:5: note: template<class _CharT, class _Traits>
std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT,
_Traits>&, std::_Setprecision)
operator<<(basic_ostream<_CharT, _Traits>& __os, _Setprecision __f)
^
/usr/include/c++/4.9/iomanip:205:5: note: template argument
deduction/substitution failed:
base/MolDSException.cpp:164:10: note: 'boost::archive::text_oarchive' is not
derived from 'std::basic_ostream<_CharT, _Traits>'
oa << this;
^
In file included from /usr/include/boost/archive/basic_text_oprimitive.hpp:27:0,
from /usr/include/boost/archive/text_oarchive.hpp:30,
from base/MolDSException.cpp:28:
/usr/include/c++/4.9/iomanip:235:5: note: template<class _CharT, class _Traits>
std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT,
_Traits>&, std::_Setw)
operator<<(basic_ostream<_CharT, _Traits>& __os, _Setw __f)
^
/usr/include/c++/4.9/iomanip:235:5: note: template argument
deduction/substitution failed:
base/MolDSException.cpp:164:10: note: 'boost::archive::text_oarchive' is not
derived from 'std::basic_ostream<_CharT, _Traits>'
oa << this;
^
base/MolDSException.cpp: In instantiation of 'void
MolDS_base::MolDSException::serialize(Archive&, unsigned int) [with Archive =
boost::archive::text_iarchive]':
/usr/include/boost/serialization/access.hpp:118:9: required from 'static void
boost::serialization::access::serialize(Archive&, T&, unsigned int) [with
Archive = boost::archive::text_iarchive; T = MolDS_base::MolDSException]'
/usr/include/boost/serialization/serialization.hpp:69:69: required from 'void
boost::serialization::serialize(Archive&, T&, unsigned int) [with Archive =
boost::archive::text_iarchive; T = MolDS_base::MolDSException]'
/usr/include/boost/serialization/serialization.hpp:128:27: required from
'void boost::serialization::serialize_adl(Archive&, T&, unsigned int) [with
Archive = boost::archive::text_iarchive; T = MolDS_base::MolDSException]'
/usr/include/boost/archive/detail/iserializer.hpp:192:5: required from 'void
boost::archive::detail::iserializer<Archive,
T>::load_object_data(boost::archive::detail::basic_iarchive&, void*, unsigned
int) const [with Archive = boost::archive::text_iarchive; T =
MolDS_base::MolDSException]'
/usr/include/boost/archive/detail/iserializer.hpp:120:1: required from 'class
boost::archive::detail::iserializer<boost::archive::text_iarchive,
MolDS_base::MolDSException>'
/usr/include/boost/archive/detail/iserializer.hpp:344:5: [ skipping 7
instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/usr/include/boost/archive/detail/iserializer.hpp:592:24: required from 'void
boost::archive::load(Archive&, T&) [with Archive =
boost::archive::text_iarchive; T = MolDS_base::MolDSException*]'
/usr/include/boost/archive/detail/common_iarchive.hpp:66:40: required from
'void boost::archive::detail::common_iarchive<Archive>::load_override(T&, int)
[with T = MolDS_base::MolDSException*; Archive = boost::archive::text_iarchive]'
/usr/include/boost/archive/basic_text_iarchive.hpp:65:9: required from 'void
boost::archive::basic_text_iarchive<Archive>::load_override(T&, int) [with T =
MolDS_base::MolDSException*; Archive = boost::archive::text_iarchive]'
/usr/include/boost/archive/text_iarchive.hpp:82:57: required from 'void
boost::archive::text_iarchive_impl<Archive>::load_override(T&, int) [with T =
MolDS_base::MolDSException*; Archive = boost::archive::text_iarchive]'
/usr/include/boost/archive/detail/interface_iarchive.hpp:60:9: required from
'Archive& boost::archive::detail::interface_iarchive<Archive>::operator>>(T&)
[with T = MolDS_base::MolDSException*; Archive = boost::archive::text_iarchive]'
base/MolDSException.cpp:171:10: required from here
base/MolDSException.cpp:136:21: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(int i = 0; i < this->backtraceSize; i++){
^
make[2]: *** [obj/MolDSException.o] Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»/src'
make[1]: *** [override_dh_auto_build] Error 2
make: *** [build-arch] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: molds
Source-Version: 0.3.0-3.1
We believe that the bug you reported is fixed in the latest version of
molds, 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.
Matthias Klose <[email protected]> (supplier of updated molds 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: SHA1
Format: 1.8
Date: Sat, 09 Aug 2014 14:06:55 +0200
Source: molds
Binary: molds
Architecture: source i386
Version: 0.3.0-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debichem Team <[email protected]>
Changed-By: Matthias Klose <[email protected]>
Description:
molds - Semi-empirical electronic structure and molecular dynamics
Closes: 746884
Changes:
molds (0.3.0-3.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix build failure with GCC 4.9 (Katsuhiko Nishimra). Closes: #746884.
Checksums-Sha1:
3085d43a7327d07abf3b2c1c7b7bc8bfcd79d983 1414 molds_0.3.0-3.1.dsc
8dc08885d105e512751853d9f7889f3089c731ba 5100 molds_0.3.0-3.1.debian.tar.xz
23bfbff7d38d39ba2e634ca1032600767043d2e2 341518 molds_0.3.0-3.1_i386.deb
Checksums-Sha256:
c30010aa66996cb38cb767c19d1bcc01d65c7dd7d8262ae0f6b019a3c0d1a033 1414
molds_0.3.0-3.1.dsc
993e6d6951ad41a32ad1fcaba5dca1371c6a8f240f5510bb4eab5de8ea1f2903 5100
molds_0.3.0-3.1.debian.tar.xz
dba57ccfcc4d2d7ad660b0bafd4a6c80f8f90110511a5ba192db174632f7792a 341518
molds_0.3.0-3.1_i386.deb
Files:
d8f1ae344fc02958249c7233b4e4be3a 341518 science optional
molds_0.3.0-3.1_i386.deb
ab817a32e597a7bd5520031c998bf517 1414 science optional molds_0.3.0-3.1.dsc
1c5d54f8c6c310f45c9f4a8477bc494b 5100 science optional
molds_0.3.0-3.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEARECAAYFAlPmENUACgkQStlRaw+TLJxj+QCbB2QcgpLN6E15QR20jbWLCKL/
8McAn090iMI3RbdB35DLWjTm3/m7fGs/
=Wu1E
-----END PGP SIGNATURE-----
--- End Message ---