Your message dated Fri, 02 Sep 2016 23:50:13 +0000
with message-id <e1bfydt-0003ip...@franck.debian.org>
and subject line Bug#811858: fixed in fife 0.3.5-3
has caused the Debian Bug report #811858,
regarding fife: FTBFS with GCC 6: no matching function for call to
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 ow...@bugs.debian.org
immediately.)


-- 
811858: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811858
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: fife
Version: 0.3.5-1
Severity: important
User: debian-...@lists.debian.org
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++ -o build/engine/release/core/util/base/py_stringutils.os -c 
> -DPNG_SKIP_SETJMP_CHECK -O2 -Wall -Wno-unused -fPIC -DTIXML_USE_STL 
> -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_SYSTEM_TINY_XML -DNDEBUG -DHAVE_OPENGL 
> -DHAVE_ZIP -DLOG_ENABLED -I/opt/include -I/usr/include/vorbis 
> -I/usr/include/SDL -I/usr/include/python2.7 -Iext/install/include 
> -I/usr/include/AL -Iengine/core engine/core/util/base/stringutils.cpp
> engine/core/view/renderers/targetrenderer.cpp: In member function 
> 'FIFE::RenderTargetPtr FIFE::TargetRenderer::createRenderTarget(const 
> string&, uint32_t, uint32_t)':
> engine/core/view/renderers/targetrenderer.cpp:139:68: error: no matching 
> function for call to 'make_pair(const string&, 
> FIFE::TargetRenderer::RenderJob&)'
>     m_targets.insert(std::make_pair<std::string, RenderJob>(name, rj));
>                                                                     ^
> 
> 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/string:40,
>                  from engine/core/video/renderbackend.h:26,
>                  from engine/core/view/renderers/targetrenderer.cpp:30:
> /usr/include/c++/6/bits/stl_pair.h:406:5: note: candidate: template<class 
> _T1, class _T2> constexpr std::pair<typename 
> std::__decay_and_strip<_Tp>::__type, typename 
> std::__decay_and_strip<_T2>::__type> std::make_pair(_T1&&, _T2&&)
>      make_pair(_T1&& __x, _T2&& __y)
>      ^~~~~~~~~
> 
> /usr/include/c++/6/bits/stl_pair.h:406:5: note:   template argument 
> deduction/substitution failed:
> engine/core/view/renderers/targetrenderer.cpp:139:60: note:   cannot convert 
> 'name' (type 'const string {aka const std::__cxx11::basic_string<char>}') to 
> type 'std::__cxx11::basic_string<char>&&'
>     m_targets.insert(std::make_pair<std::string, RenderJob>(name, rj));
>                                                             ^~~~
> 
> engine/core/view/renderers/targetrenderer.cpp: In member function 
> 'FIFE::RenderTargetPtr 
> FIFE::TargetRenderer::createRenderTarget(FIFE::ImagePtr&)':
> engine/core/view/renderers/targetrenderer.cpp:152:80: error: no matching 
> function for call to 'make_pair(const string&, 
> FIFE::TargetRenderer::RenderJob&)'
>     m_targets.insert(std::make_pair<std::string, RenderJob>(image->getName(), 
> rj));
>                                                                               
>   ^
> 
> 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/string:40,
>                  from engine/core/video/renderbackend.h:26,
>                  from engine/core/view/renderers/targetrenderer.cpp:30:
> /usr/include/c++/6/bits/stl_pair.h:406:5: note: candidate: template<class 
> _T1, class _T2> constexpr std::pair<typename 
> std::__decay_and_strip<_Tp>::__type, typename 
> std::__decay_and_strip<_T2>::__type> std::make_pair(_T1&&, _T2&&)
>      make_pair(_T1&& __x, _T2&& __y)
>      ^~~~~~~~~
> 
> /usr/include/c++/6/bits/stl_pair.h:406:5: note:   template argument 
> deduction/substitution failed:
> engine/core/view/renderers/targetrenderer.cpp:152:74: note:   cannot convert 
> '(&(& 
> image)->FIFE::SharedPtr<T>::operator-><FIFE::Image>()->FIFE::Image::<anonymous>)->FIFE::IResource::getName()'
>  (type 'const string {aka const std::__cxx11::basic_string<char>}') to type 
> 'std::__cxx11::basic_string<char>&&'
>     m_targets.insert(std::make_pair<std::string, RenderJob>(image->getName(), 
> rj));
>                                                             ~~~~~~~~~~~~~~^~

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

--- End Message ---
--- Begin Message ---
Source: fife
Source-Version: 0.3.5-3

We believe that the bug you reported is fixed in the latest version of
fife, 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 811...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Markus Koschany <a...@debian.org> (supplier of updated fife 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 02 Sep 2016 22:45:56 +0200
Source: fife
Binary: python-fife
Architecture: source
Version: 0.3.5-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
 python-fife - FIFE is a multi-platform isometric game engine
Closes: 811858
Changes:
 fife (0.3.5-3) unstable; urgency=medium
 .
   * Team upload.
   * Use compat level 9.
   * Vcs fields: Use https.
   * Declare compliance with Debian Policy 3.9.8.
   * wrap-and-sort -sa.
   * Add gcc6.diff and fix FTBFS with GCC-6.
     Thanks to Martin Michlmayr for the report and Graham Inggs for the patch.
     (Closes: #811858)
   * Add dh-python to Build-Depends.
Checksums-Sha1:
 87cf06efa343d073cdfa847d4bee3785bdbf3f26 2355 fife_0.3.5-3.dsc
 41a1b463a2bd98924f138467c87b1814627e94a1 20836 fife_0.3.5-3.debian.tar.xz
Checksums-Sha256:
 431ceb7aac0dfb4a3b85574ded0947ce7df49b55b9b1bfffe925d91a5f71222a 2355 
fife_0.3.5-3.dsc
 87d4aa5bed3f74fd717d73a07c04a43ee3dd964bc0c21110c396dcb67d829a6c 20836 
fife_0.3.5-3.debian.tar.xz
Files:
 5f06b920154c7a1f64b002c4ae30db64 2355 libdevel optional fife_0.3.5-3.dsc
 10fb83177ec4d0adaa1c5d7ec909af48 20836 libdevel optional 
fife_0.3.5-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQKMBAEBCgB2BQJXygJvXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBQ0YzRDA4OEVGMzJFREVGNkExQTgzNUZE
OUFEMTRCOTUxM0I1MUU0DxxhcG9AZGViaWFuLm9yZwAKCRDZrRS5UTtR5KswD/9S
HCDiAgvcTJzpTdGvpjqqpYqnOMWFmNOf4z4c1po8wz+4+98gkOc4VkcjJ35Wa1U3
Ax9S3af8YwHiS8iZEi1skbht08bgjnN0X8+V2BIxeJc33nCKzTWoUIdGy1lhmIIn
4fml7BCEyJkdfxrcOq3Lh9w1w10TWtaarZlPOUyyetQKYSkIe9z8dQtfIATeC0Wm
PzCkFmHRYuOu6ciZpWQ2440X3l8Xp4HxHJG132LY36XSTwAKALmYDIQFF/m1iIW7
8D3N2Sj+EdU/2WCpvY6M4J2e8sqGtBHya0W4A2C0P95kgQofPqJpsKC/T4MR+mXk
OXs3XV+34CHNBef+fvB8pef014IyFN2xgX1/oc1vctKBqTRtONS4X5V6SesYPQvk
ZavD0BLvliuw1f5YUVlxei6t1Wq5wB+AEVrinjJPqc5AKvIiGwX+wM/6D2Duy+WF
am3EAza3HtyNKgAqf8bVIB8Rg26VIPbXlYdWKoDHjw0GHQMvAmUkKof6xuu/6yxP
Z3ZwUgBMnVgtEI9Rz2lAdlfG/xnIBvVcvQHhIHjV4e3ISq/dfEfrqz67KQvsFvXf
pNsAxG8PZzYnf06jIIUPkh6e/FAbKrPZMChQyCC397QwCvG3/mgFIQRYq+FdTmiD
hpIXtph4hyU5tLcbHAOf47J6NLtjuy/5z23ct+LeXg==
=fxZ0
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to