Your message dated Mon, 16 Feb 2015 22:34:26 +0000
with message-id <[email protected]>
and subject line Bug#778131: fixed in stealth 4.00.00-1
has caused the Debian Bug report #778131,
regarding stealth: ftbfs with GCC-5
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.)
--
778131: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778131
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:stealth
Version: 3.00.00-2
Severity: normal
Tags: sid stretch
User: [email protected]
Usertags: ftbfs-gcc-5
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-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/stealth_3.00.00-2_unstable_gcc5.log
The last lines of the build log are at the end of this report.
To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t experimental install g++
Common build failures are C11 as the default C mode, 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-5/porting_to.html
[...]
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/5/bits/random.tcc:477:5: note: template argument
deduction/substitution failed:
stealth/unknownrequest.cc:9:21: note: 'std::ostringstream {aka
std::basic_ostringstream<char>}' is not derived from 'const
std::mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s,
__b, __t, __c, __l, __f>'
d_stealthLog << msg << endl;
^
In file included from /usr/include/c++/5/random:49:0,
from /usr/include/c++/5/bits/stl_algo.h:66,
from /usr/include/c++/5/algorithm:62,
from /usr/include/bobcat/linearmap:5,
from stealth/../runmode/runmode.h:4,
from stealth/stealth.h:10,
from stealth/stealth.ih:1,
from stealth/unknownrequest.cc:1:
/usr/include/c++/5/bits/random.h:1276:5: note: candidate: template<class
_RandomNumberEngine, long unsigned int __w, class _UIntType, class _CharT,
class _Traits> std::basic_ostream<_CharT, _Traits>&
std::operator<<(std::basic_ostream<_CharT, _Traits>&, const
std::independent_bits_engine<_RandomNumberEngine, __w, _UIntType>&)
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/5/bits/random.h:1276:5: note: template argument
deduction/substitution failed:
stealth/unknownrequest.cc:9:21: note: 'std::ostringstream {aka
std::basic_ostringstream<char>}' is not derived from 'const
std::independent_bits_engine<_RandomNumberEngine, __w, _UIntType>'
d_stealthLog << msg << endl;
^
In file included from /usr/include/c++/5/memory:82:0,
from stealth/stealth.h:5,
from stealth/stealth.ih:1,
from stealth/unknownrequest.cc:1:
/usr/include/c++/5/bits/shared_ptr.h:66:5: note: candidate: template<class _Ch,
class _Tr, class _Tp, __gnu_cxx::_Lock_policy _Lp> std::basic_ostream<_CharT,
_Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const
std::__shared_ptr<_Tp, _Lp>&)
operator<<(std::basic_ostream<_Ch, _Tr>& __os,
^
/usr/include/c++/5/bits/shared_ptr.h:66:5: note: template argument
deduction/substitution failed:
stealth/unknownrequest.cc:9:21: note: 'std::ostringstream {aka
std::basic_ostringstream<char>}' is not derived from 'const
std::__shared_ptr<_Tp, _Lp>'
d_stealthLog << msg << endl;
^
In file included from /usr/include/c++/5/string:52:0,
from stealth/stealth.h:4,
from stealth/stealth.ih:1,
from stealth/unknownrequest.cc:1:
/usr/include/c++/5/bits/basic_string.h:5168:5: note: candidate: template<class
_CharT, class _Traits, class _Alloc> std::basic_ostream<_CharT, _Traits>&
std::operator<<(std::basic_ostream<_CharT, _Traits>&, const
std::basic_string<_CharT, _Traits, _Alloc>&)
operator<<(basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/5/bits/basic_string.h:5168:5: note: template argument
deduction/substitution failed:
stealth/unknownrequest.cc:9:21: note: 'std::ostringstream {aka
std::basic_ostringstream<char>}' is not derived from 'const
std::basic_string<_CharT, _Traits, _Alloc>'
d_stealthLog << msg << endl;
^
system - failure of system call (status 256)
system - failure of system call (status 256)
system - failure of system call (status 256)
system - failure of system call (status 256)
make: *** [build-arch] Error 1
debian/rules:22: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: stealth
Source-Version: 4.00.00-1
We believe that the bug you reported is fixed in the latest version of
stealth, 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.
Frank B. Brokken <[email protected]> (supplier of updated stealth 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: SHA512
Format: 1.8
Date: Sun, 15 Feb 2015 12:29:03 +0100
Source: stealth
Binary: stealth stealth-doc
Architecture: source amd64 all
Version: 4.00.00-1
Distribution: experimental
Urgency: low
Maintainer: Frank B. Brokken <[email protected]>
Changed-By: Frank B. Brokken <[email protected]>
Description:
stealth - stealthy File Integrity Checker
stealth-doc - stealthy File Integrity Checker
Closes: 778131
Changes:
stealth (4.00.00-1) experimental; urgency=low
.
[ Frank B. Brokken ]
* New major release uses Unix Domain Sockets instead of signals for
communication between Stealth daemons and Stealth programs doing IPC
requests. See the upstream's changelog for further details.
.
* Removed Tony's 3.00.00-2 patch: the upstream CLS setting has now been
disabled.
.
* Fixed compilation errors that emerged with g++-5, reported by Matthias
Klose. (Closes: #778131)
.
[ tony mancill ]
* Upload to experimental.
Checksums-Sha1:
f3b62a83a23573e4e8a8ea6805b14da917ac47d8 2191 stealth_4.00.00-1.dsc
7119116233d679e8e127494f227133e1f5cd55a5 190914 stealth_4.00.00.orig.tar.gz
4f4268150ac1320b9532af38035bb1c8df5920df 9492 stealth_4.00.00-1.debian.tar.xz
4dd779efb26d62eea98e348780372c24e561336c 105014 stealth_4.00.00-1_amd64.deb
6afa10540fbb4b54ea335883f9113abc44691307 579560 stealth-doc_4.00.00-1_all.deb
Checksums-Sha256:
4682a76a195e3ae5c76d09a2fec8f7a0082f8da8815c3d47c242f41b9d560970 2191
stealth_4.00.00-1.dsc
f57d6caa0fed9da9bf080d59827252669f6ac9a824444a76a53b9d6f037b2f24 190914
stealth_4.00.00.orig.tar.gz
d7a461ee0305cbc850e053921fbddc51b54dd4b5929d66c0f21d58aaddd64237 9492
stealth_4.00.00-1.debian.tar.xz
86c3a624b37174ee26eb02af2e618055c608c3553e5418e0964644470b09ebaf 105014
stealth_4.00.00-1_amd64.deb
b3d6b5c74101fe79a8ffc6b7607a5aa0626514c9389915af8d87905a067f6545 579560
stealth-doc_4.00.00-1_all.deb
Files:
6620bdbc5e41e09058aed59175f5b1c2 2191 admin optional stealth_4.00.00-1.dsc
b7e74e9cbf2c07ae38440de9a87207ba 190914 admin optional
stealth_4.00.00.orig.tar.gz
d3cb23616d35568da571424e59e62a9d 9492 admin optional
stealth_4.00.00-1.debian.tar.xz
828d301f9009f61e3a7e86164dba748f 105014 admin optional
stealth_4.00.00-1_amd64.deb
67d2cd0d079da78cc63eb2317a81b1fe 579560 doc optional
stealth-doc_4.00.00-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJU4m4fAAoJECHSBYmXSz6Wx0kQAJICk8sIDSqGMcl7E7s5yXhv
ruTN1BatCCAu3fSsEyRo1sVMAPdPixluKE/Fu8ALg5AgCV9gNTI8pickKQT5DpPu
lEpEWoqk1OfV284U6qfz89tu5Xw49z4aKMrKfMuRJMPscZXwTA14ooEtaFavM/vw
FXnyfVMFngvi13XPekJJPPijWicKjNxkrZ6T8A1rGHDnf5NVEg1lOzWa2RIdd4y5
M28yX8JBuMvRR4UGbu4BzU5jwQwmzV0ZYhEGRsAoiU40bjGh1UDxSkJmAhTKzPQj
7haVXogZzmPebYad0TufJMNKvRXRJivELMtFff0Lg880j/lSmpYG2Gu/ZholVN2t
eY9WufTFUn8zDU73C7o1wfOfugQF8Rr4h8yyOdjg9+wn+falbJ8naV6z9UQy7HsB
DmFVF9KM+e+tZF0Beb9evIGffqT/C2zbwnFlVnhyANBNuvg1IuskTs/mlbnATTFQ
lbDRc+zHmzw+45c61055ZX1ByBX3OrdA9tKOHEtMsrLHyiPW9T0gbnfVwWbzDM3M
Kv8MqwMaai9SFqbU/L7xl3vpp7+rmmvA85Hqujh7aWPhKJMxOk0g6TEONHFc7Xy6
GxDSKqQzCE1/+Cu+yKufwznnRB7TE6NXtuipoERmCeyGk4j6OA0OB+OdqKGl/m/1
9r9AKXMpoH+r3SrfN2xv
=2SZv
-----END PGP SIGNATURE-----
--- End Message ---