Your message dated Sun, 03 Jul 2016 10:36:41 +0000
with message-id <[email protected]>
and subject line Bug#811833: fixed in grfcodec 6.0.6-1
has caused the Debian Bug report #811833,
regarding grfcodec: FTBFS with GCC 6: no match for
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.)
--
811833: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811833
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: grfcodec
Version: 6.0.5-1
Severity: important
User: [email protected]
Usertags: ftbfs-gcc-6 gcc-6-no-match
This package fails to build with GCC 6. GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.
Note that only the first error is reported; there might be more. You
can find a snapshot of GCC 6 in experimental. To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.
You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html
> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> g++ -c -o objs/pseudo.o -idirafter/usr/include -O2 -DGCC32
> -D_FORTIFY_SOURCE=2 -Wall -Wextra -Wno-format-nonliteral -DWITH_FMEMOPEN
> -DWITH_PNG -I/usr/include/libpng12 -g -O2 -fPIE -fstack-protector-strong
> -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MMD -MF
> objs/pseudo.o.d -MT objs/pseudo.o src/pseudo.cpp
> src/pseudo.cpp: In member function 'PseudoSprite&
> PseudoSprite::SetNoEol(uint)':
> src/pseudo.cpp:408:45: warning: statement is indented as if it were guarded
> by... [-Wmisleading-indentation]
> if(GetState(LINEBREAKS))beauty[i]|=NOBREAK;return*this;
> ^~~~~~
>
> src/pseudo.cpp:408:2: note: ...this 'if' clause, but it is not
> if(GetState(LINEBREAKS))beauty[i]|=NOBREAK;return*this;
> ^~
>
> src/pseudo.cpp: In member function 'std::ostream&
> PseudoSprite::output(std::ostream&)':
> src/pseudo.cpp:719:100: error: no match for 'operator<' (operand types are
> 'std::_Bind_helper<false, long unsigned int
> (std::vector<std::__cxx11::basic_string<char>,
> std::allocator<std::__cxx11::basic_string<char> > >::*)() const noexcept,
> const boost::lambda::lambda_functor<boost::lambda::placeholder<1> >&>::type
> {aka std::_Bind<std::_Mem_fn<long unsigned int
> (std::vector<std::__cxx11::basic_string<char>,
> std::allocator<std::__cxx11::basic_string<char> > >::*)() const
> noexcept>(boost::lambda::lambda_functor<boost::lambda::placeholder<1> >)>}'
> and 'std::_Bind_helper<false, long unsigned int
> (std::vector<std::__cxx11::basic_string<char>,
> std::allocator<std::__cxx11::basic_string<char> > >::*)() const noexcept,
> const boost::lambda::lambda_functor<boost::lambda::placeholder<2> >&>::type
> {aka std::_Bind<std::_Mem_fn<long unsigned int
> (std::vector<std::__cxx11::basic_string<char>,
> std::allocator<std::__cxx11::basic_string<char> > >::*)() const
> noexcept>(boost::lambda::lambda_funct
> or<boost::lambda::placeholder<2> >)>}')
> uint columns = (uint)max_element(sections.begin(),sections.end(),
> bind(&vector<string>::size,_1) < bind(&vector<string>::size,_2))->size();
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> In file included from /usr/include/c++/6/bits/stl_algobase.h:64:0,
> from /usr/include/c++/6/bits/char_traits.h:39,
> from /usr/include/c++/6/ios:40,
> from /usr/include/c++/6/istream:38,
> from /usr/include/c++/6/sstream:38,
> from src/pseudo.cpp:22:
> /usr/include/c++/6/bits/stl_pair.h:350:5: note: candidate: template<class
> _T1, class _T2> constexpr bool std::operator<(const std::pair<_T1, _T2>&,
> const std::pair<_T1, _T2>&)
> operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
> ^~~~~~~~
>
> /usr/include/c++/6/bits/stl_pair.h:350:5: note: template argument
> deduction/substitution failed:
> src/pseudo.cpp:719:131: note: 'std::_Bind_helper<false, long unsigned int
> (std::vector<std::__cxx11::basic_string<char>,
> std::allocator<std::__cxx11::basic_string<char> > >::*)() const noexcept,
> const boost::lambda::lambda_functor<boost::lambda::placeholder<1> >&>::type
> {aka std::_Bind<std::_Mem_fn<long unsigned int
> (std::vector<std::__cxx11::basic_string<char>,
> std::allocator<std::__cxx11::basic_string<char> > >::*)() const
> noexcept>(boost::lambda::lambda_functor<boost::lambda::placeholder<1> >)>}'
> is not derived from 'const std::pair<_T1, _T2>'
> uint columns = (uint)max_element(sections.begin(),sections.end(),
> bind(&vector<string>::size,_1) < bind(&vector<string>::size,_2))->size();
>
> ^
>
> In file included from /usr/include/c++/6/bits/stl_algobase.h:67:0,
> from /usr/include/c++/6/bits/char_traits.h:39,
> from /usr/include/c++/6/ios:40,
> from /usr/include/c++/6/istream:38,
> from /usr/include/c++/6/sstream:38,
> from src/pseudo.cpp:22:
> /usr/include/c++/6/bits/stl_iterator.h:298:5: note: candidate: template<class
> _Iterator> bool std::operator<(const std::reverse_iterator<_Iterator>&, const
> std::reverse_iterator<_Iterator>&)
> operator<(const reverse_iterator<_Iterator>& __x,
> ^~~~~~~~
--- End Message ---
--- Begin Message ---
Source: grfcodec
Source-Version: 6.0.6-1
We believe that the bug you reported is fixed in the latest version of
grfcodec, 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.
Matthijs Kooijman <[email protected]> (supplier of updated grfcodec 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: Sun, 03 Jul 2016 10:49:04 +0200
Source: grfcodec
Binary: grfcodec
Architecture: source amd64
Version: 6.0.6-1
Distribution: unstable
Urgency: medium
Maintainer: Matthijs Kooijman <[email protected]>
Changed-By: Matthijs Kooijman <[email protected]>
Description:
grfcodec - suite of programs to modify Transport Tycoon Deluxe's GRF files
Closes: 811833
Changes:
grfcodec (6.0.6-1) unstable; urgency=medium
.
* [dd04bd9] New upstream release 6.0.6.
- Fixes compilation with GCC 6 (Closes: #811833)
* [b5921f7] Bump debhelper version to v9.
Checksums-Sha1:
2d25f4826b0f59f5983a115472612600e5dd5e2a 1931 grfcodec_6.0.6-1.dsc
d2347b6bb1727cab770b2dc1c8b67c575f71274a 211676 grfcodec_6.0.6.orig.tar.gz
35170d0982ee8052099bfb0bf3a2d2a7102cd213 4636 grfcodec_6.0.6-1.debian.tar.xz
8dc2a991ced8be472eba037cf313c6f08b003574 2014640
grfcodec-dbgsym_6.0.6-1_amd64.deb
39d98bf0351ee3042c7a051de14ec76e6b416db5 256208 grfcodec_6.0.6-1_amd64.deb
Checksums-Sha256:
f2e9e38643b0b25790add84e1fbb117d7d792ad59e0cdd40ff4024e36976b0dd 1931
grfcodec_6.0.6-1.dsc
38c2a1c9a0a5910d901a6114479211a90c4aaeb34078a5d80afe21d62e6e4e15 211676
grfcodec_6.0.6.orig.tar.gz
fec3547fedd26718f682f966237841de1246697ba43bdf9dcd1f1ddf44597d86 4636
grfcodec_6.0.6-1.debian.tar.xz
9d6f4e94ce616821ee84ebdca089c6ac9e8c54822a41ed4daaac6de9b04ce6d8 2014640
grfcodec-dbgsym_6.0.6-1_amd64.deb
16b46efd119055d2109a11f40d12bb2f246ac79ce8771e58a3fe761c59e1abe5 256208
grfcodec_6.0.6-1_amd64.deb
Files:
3300f8bf65ebe432d64dc4ca5cd956ac 1931 devel extra grfcodec_6.0.6-1.dsc
e97cdfe5cb6cd777aca196a752ee8399 211676 devel extra grfcodec_6.0.6.orig.tar.gz
f5dd0c49fd279cba75181081efad29b2 4636 devel extra
grfcodec_6.0.6-1.debian.tar.xz
28efe00f4eccef324ee42cea42c5e73c 2014640 debug extra
grfcodec-dbgsym_6.0.6-1_amd64.deb
56fc206e8d591d0a4b48794082775633 256208 devel extra grfcodec_6.0.6-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJXeNb7AAoJENWTmrfwcjyD2XYP/1LfMEf1vEcFhDrZc9qdMjpo
5UB0UaIjgSIdxdyNPjpjviilG28rEQ9oY1RVivukrwALOvWPIsdjzqCNtcL0NZgV
xM9J3Uj8jERwTRno4EW2cx85jIBUD+clB79Jfo0EAHjmIntJ51afb1XbdIFWMWJq
22yq3mCjF/lPB38ou2Ifg4U2rvMyrzrWUljhfbSehnqQgKosfbSjdOZ4SuVycdZA
M/uzbgJgel85ZmZFDkrGe3dR87ZAoPThScxDO+3MU5Hf9ycYfPIWaSL3NTjZrzHJ
qkZOIH1nelVBpxDhQgPf7VZ3u3ysB4mXgDT0aZ+u9+uWWywKzt3JLgbY8G4tkiET
Q/EFb66yObL5mG5UjOnCOTQEAh9QAnXxe4eVF8vAhF1TaxUQjI/QDLwM6c9ewOl8
MWeBCr660dxcfkI+X9iKU1ahZ+H7ywKfx1nB/5KFVewfpViruSEtvfj6RrsqNK2V
ZflCV2XS5fjLrAZZR6yy8RTfB6HWNmr3WGTR4WU1l7ctbFK4ZEo4uKY76xSYXxsU
JUxY2N+oRaWYSLuHkAc04KzNwvQSLy96pXdV8VhtVGU2HfL8mIz+4XPrbfvFHZnN
NdhXnbifI2sure1XuM2ogqYBBmHrG9EsvzIT40rQTjwypZMpatXyS+52KB3SRl+I
d0vEZZrGdaCDevOXgm7L
=Ch0o
-----END PGP SIGNATURE-----
--- End Message ---