Your message dated Wed, 16 Sep 2020 17:49:27 +0000
with message-id <[email protected]>
and subject line Bug#957567: fixed in mrs 6.0.5+dfsg-8
has caused the Debian Bug report #957567,
regarding mrs: ftbfs with GCC-10
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.)
--
957567: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957567
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:mrs
Version: 6.0.5+dfsg-7
Severity: normal
Tags: sid bullseye
User: [email protected]
Usertags: ftbfs-gcc-10
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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/mrs_6.0.5+dfsg-7_unstable_gcc10.log
The last lines of the build log are at the end of this report.
To build with GCC 10, either set CC=gcc-10 CXX=g++-10 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-10/porting_to.html
[...]
In file included from /usr/include/c++/10/string:55,
from /usr/include/c++/10/bits/locale_classes.h:40,
from /usr/include/c++/10/bits/ios_base.h:41,
from /usr/include/c++/10/streambuf:41,
from /usr/include/c++/10/bits/streambuf_iterator.h:35,
from /usr/include/c++/10/iterator:66,
from src/M6Tokenizer.cpp:11:
/usr/include/c++/10/bits/basic_string.h:6428:5: note: candidate:
‘template<class _CharT, class _Traits, class _Alloc> std::basic_ostream<_CharT,
_Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const
std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)’
6428 | operator<<(basic_ostream<_CharT, _Traits>& __os,
| ^~~~~~~~
/usr/include/c++/10/bits/basic_string.h:6428:5: note: template argument
deduction/substitution failed:
src/M6Tokenizer.cpp:55:32: note: mismatched types ‘const
std::__cxx11::basic_string<_CharT, _Traits, _Alloc>’ and ‘const char [16]’
55 | case eM6TokenDocNr: os << "document number"; break;
| ^~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/10/bits/ios_base.h:46,
from /usr/include/c++/10/streambuf:41,
from /usr/include/c++/10/bits/streambuf_iterator.h:35,
from /usr/include/c++/10/iterator:66,
from src/M6Tokenizer.cpp:11:
/usr/include/c++/10/system_error:262:5: note: candidate: ‘template<class
_CharT, class _Traits> std::basic_ostream<_CharT, _Traits>&
std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::error_code&)’
262 | operator<<(basic_ostream<_CharT, _Traits>& __os, const error_code&
__e)
| ^~~~~~~~
/usr/include/c++/10/system_error:262:5: note: template argument
deduction/substitution failed:
src/M6Tokenizer.cpp:55:32: note: cannot convert ‘"document number"’ (type
‘const char [16]’) to type ‘const std::error_code&’
55 | case eM6TokenDocNr: os << "document number"; break;
| ^~~~~~~~~~~~~~~~~
src/M6Tokenizer.cpp:56:27: error: no match for ‘operator<<’ (operand types are
‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘const char [4]’)
56 | case eM6TokenNOT: os << "NOT"; break;
| ~~ ^~ ~~~~~
| | |
| | const char [4]
| std::ostream {aka std::basic_ostream<char>}
src/M6Tokenizer.cpp:28:10: note: candidate: ‘std::ostream&
operator<<(std::ostream&, M6Token)’
28 | ostream& operator<<(ostream& os, M6Token inToken)
| ^~~~~~~~
src/M6Tokenizer.cpp:28:42: note: no known conversion for argument 2 from
‘const char [4]’ to ‘M6Token’
28 | ostream& operator<<(ostream& os, M6Token inToken)
| ~~~~~~~~^~~~~~~
In file included from /usr/include/c++/10/string:55,
from /usr/include/c++/10/bits/locale_classes.h:40,
from /usr/include/c++/10/bits/ios_base.h:41,
from /usr/include/c++/10/streambuf:41,
from /usr/include/c++/10/bits/streambuf_iterator.h:35,
from /usr/include/c++/10/iterator:66,
from src/M6Tokenizer.cpp:11:
/usr/include/c++/10/bits/basic_string.h:6428:5: note: candidate:
‘template<class _CharT, class _Traits, class _Alloc> std::basic_ostream<_CharT,
_Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const
std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)’
6428 | operator<<(basic_ostream<_CharT, _Traits>& __os,
| ^~~~~~~~
/usr/include/c++/10/bits/basic_string.h:6428:5: note: template argument
deduction/substitution failed:
src/M6Tokenizer.cpp:56:30: note: mismatched types ‘const
std::__cxx11::basic_string<_CharT, _Traits, _Alloc>’ and ‘const char [4]’
56 | case eM6TokenNOT: os << "NOT"; break;
| ^~~~~
In file included from /usr/include/c++/10/bits/ios_base.h:46,
from /usr/include/c++/10/streambuf:41,
from /usr/include/c++/10/bits/streambuf_iterator.h:35,
from /usr/include/c++/10/iterator:66,
from src/M6Tokenizer.cpp:11:
/usr/include/c++/10/system_error:262:5: note: candidate: ‘template<class
_CharT, class _Traits> std::basic_ostream<_CharT, _Traits>&
std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::error_code&)’
262 | operator<<(basic_ostream<_CharT, _Traits>& __os, const error_code&
__e)
| ^~~~~~~~
/usr/include/c++/10/system_error:262:5: note: template argument
deduction/substitution failed:
src/M6Tokenizer.cpp:56:30: note: cannot convert ‘"NOT"’ (type ‘const char
[4]’) to type ‘const std::error_code&’
56 | case eM6TokenNOT: os << "NOT"; break;
| ^~~~~
make[1]: *** [GNUmakefile:104: obj/M6Tokenizer.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:12: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: mrs
Source-Version: 6.0.5+dfsg-8
Done: Shayan Doust <[email protected]>
We believe that the bug you reported is fixed in the latest version of
mrs, 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.
Shayan Doust <[email protected]> (supplier of updated mrs 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: Wed, 16 Sep 2020 15:56:59 +0000
Source: mrs
Architecture: source
Version: 6.0.5+dfsg-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<[email protected]>
Changed-By: Shayan Doust <[email protected]>
Closes: 957567
Changes:
mrs (6.0.5+dfsg-8) unstable; urgency=medium
.
* Team upload.
[ Steffen Möller ]
* Added new d/u/metadata file
* d/u/metadata: yamllint
.
[ Andreas Tille ]
* We do not define issue
.
[ Shayan Doust ]
* Refresh existing patch and apply gcc-10 patch
(Closes: #957567)
* Standards-Version: 4.5.0 (routine-update)
* debhelper-compat 13 (routine-update)
* Secure URI in copyright format (routine-update)
* Remove trailing whitespace in debian/copyright (routine-update)
* Add salsa-ci file (routine-update)
* Rules-Requires-Root: no (routine-update)
* Fix day-of-week for changelog entries 6.0.4+dfsg-1, 6.0.3+dfsg-1.
Checksums-Sha1:
e4d4d4aa5d9099770ff6fa696b0883803b8b8bdd 2305 mrs_6.0.5+dfsg-8.dsc
d6c11f32880f2a244ca7a5c1ebd945a5f52ccd9b 8080 mrs_6.0.5+dfsg-8.debian.tar.xz
4485ba43d9c50d747f60c1cd54bd24d126f6b174 7289 mrs_6.0.5+dfsg-8_amd64.buildinfo
Checksums-Sha256:
ccfc79a290a64d5f245b484fc21235535e95a49d014da9d1933b3b426e8bdb03 2305
mrs_6.0.5+dfsg-8.dsc
b622e3686fb32800f58c53aa327cd5460e378a0d791dccec1adecb3fc2587ba2 8080
mrs_6.0.5+dfsg-8.debian.tar.xz
8ba80b55f5121082e3fc4003bd94ac1d1375fc6324408c9a576f972795b43e8e 7289
mrs_6.0.5+dfsg-8_amd64.buildinfo
Files:
8bb85b4fcc9490b3eb58bdf116c7cf7f 2305 science optional mrs_6.0.5+dfsg-8.dsc
4f80e883e020097d343a67c91be5843f 8080 science optional
mrs_6.0.5+dfsg-8.debian.tar.xz
9c85ecddb5ca15e6d0d2e7092b947f35 7289 science optional
mrs_6.0.5+dfsg-8_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJUBAEBCgA+FiEEBAGoEKbyQwMeo5dZbX1EGRnQI5UFAl9iSXsgHHMuZG91c3RA
c3R1ZGVudC5saXZlcnBvb2wuYWMudWsACgkQbX1EGRnQI5VmeQ//f9lEky4kYYMP
xwQSSVz5dfPJh4UmTkj0+nzTmsNJTTrrlujKtDxoKnjzeJn8318qFyZG8GYeGOCw
+qRsT6oPpZ52X0IaxFA2W6jqzkljMwznoIcSbUJ6yO+3nvm6uQThMXk6TF9e5Uyn
heEww2Mfy5bJOi1YcsnV7/uUw0MsDsxl8910ziwjqtgPGxodRK6n0qhR0JX9Cl6Z
IdXoZJCdwidINuFQzWWXH+imy6RF4nsV7IySzbQJwb26ZNcoiwP0aGpL9paWmHQI
xcJqZPR8hPKCrMQsUWCqS2cABXwBo72tuBshSaA1NN5W6bm0WXXIZFrJeJfeZbOQ
u9JlbtX1rvnbZ3WTqetTlrN5VOhttjGYTuQwrF8fycdEGg+Yb6BC71RC0rcjwxWv
g8SuMr/VhaTfxDidBNSQgVjNMnqsmR55OCUpfPzZ+l31J54LJ+o05OV1/ocVXNfE
zskIQ3AE8CJmU/n7FN9LEEASIfxWjy1XXgi7l7SorKEQiJl1pchIdfp/Jdp/fV+q
iG26VrfKeGA1cRAM0BhxVqy0FYvlRCP3kHZwRECzNK16NRAQUsiNHiB25t5jK8dZ
2yL8DLo9yaDY4RnaBNFy3oQi3s2IKO6J1id73srKMt2sEN+8Iky5Owz3X+XNEmAG
YWpx7sXJoAqqO+MWmrL9Q+/PtNEkEdg=
=gcRs
-----END PGP SIGNATURE-----
--- End Message ---