Your message dated Fri, 15 Jul 2016 18:35:06 +0000
with message-id <e1bo7x4-0000mo...@franck.debian.org>
and subject line Bug#811796: fixed in jigzo 0.6.1-7
has caused the Debian Bug report #811796,
regarding jigzo: FTBFS with GCC 6: error: reference is ambiguous
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.)


-- 
811796: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811796
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: jigzo
Version: 0.6.1-6
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-reference-ambiguous

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++ -g -I/usr/include/SDL -DENABLE_SOUND -Wall -c src/main.cxx -o 
> obj/main.LINUX.o
> src/main.cxx: In function 'void Randomize()':
> src/main.cxx:987:3: warning: statement is indented as if it were guarded 
> by... [-Wmisleading-indentation]
>    float cx = 0.f;
>    ^~~~~
> 
> src/main.cxx:985:2: note: ...this 'for' clause, but it is not
>   for (int i = 0; i < n; i++)
>   ^~~
> 
> src/main.cxx: In function 'int main(int, char**)':
> src/main.cxx:1597:16: error: reference to 'end' is ambiguous
>    while (mode!=end) {
>                 ^~~
> 
> src/main.cxx:168:2: note: candidates are: Mode end
>   end
>   ^~~
> 
> In file included from /usr/include/c++/6/list:62:0,
>                  from src/main.cxx:58:
> /usr/include/c++/6/bits/range_access.h:107:37: note:                 
> template<class _Tp> const _Tp* std::end(const std::valarray<_Tp>&)
>    template<typename _Tp> const _Tp* end(const valarray<_Tp>&);
>                                      ^~~
> 
> /usr/include/c++/6/bits/range_access.h:106:31: note:                 
> template<class _Tp> _Tp* std::end(std::valarray<_Tp>&)
>    template<typename _Tp> _Tp* end(valarray<_Tp>&);
>                                ^~~
> 
> /usr/include/c++/6/bits/range_access.h:97:5: note:                 
> template<class _Tp, long unsigned int _Nm> constexpr _Tp* std::end(_Tp 
> (&)[_Nm])
>      end(_Tp (&__arr)[_Nm])
>      ^~~
> 
> /usr/include/c++/6/bits/range_access.h:78:5: note:                 
> template<class _Container> decltype (__cont.end()) std::end(const _Container&)
>      end(const _Container& __cont) -> decltype(__cont.end())
>      ^~~
> 
> /usr/include/c++/6/bits/range_access.h:68:5: note:                 
> template<class _Container> decltype (__cont.end()) std::end(_Container&)
>      end(_Container& __cont) -> decltype(__cont.end())
>      ^~~
> 
> In file included from /usr/include/c++/6/bits/range_access.h:36:0,
>                  from /usr/include/c++/6/list:62,
>                  from src/main.cxx:58:
> /usr/include/c++/6/initializer_list:99:5: note:                 
> template<class _Tp> constexpr const _Tp* std::end(std::initializer_list<_Tp>)
>      end(initializer_list<_Tp> __ils) noexcept
>      ^~~
> 
> src/main.cxx:1636:27: error: reference to 'end' is ambiguous
>        FadeOutTo(end_intro,end);
>                            ^~~
> 
> src/main.cxx:168:2: note: candidates are: Mode end
>   end
>   ^~~
> 
> In file included from /usr/include/c++/6/list:62:0,
>                  from src/main.cxx:58:
> /usr/include/c++/6/bits/range_access.h:107:37: note:                 
> template<class _Tp> const _Tp* std::end(const std::valarray<_Tp>&)
>    template<typename _Tp> const _Tp* end(const valarray<_Tp>&);
>                                      ^~~
> 
> /usr/include/c++/6/bits/range_access.h:106:31: note:                 
> template<class _Tp> _Tp* std::end(std::valarray<_Tp>&)
>    template<typename _Tp> _Tp* end(valarray<_Tp>&);
>                                ^~~
> 
> /usr/include/c++/6/bits/range_access.h:97:5: note:                 
> template<class _Tp, long unsigned int _Nm> constexpr _Tp* std::end(_Tp 
> (&)[_Nm])
>      end(_Tp (&__arr)[_Nm])
>      ^~~
> 
> /usr/include/c++/6/bits/range_access.h:78:5: note:                 
> template<class _Container> decltype (__cont.end()) std::end(const _Container&)
>      end(const _Container& __cont) -> decltype(__cont.end())
>      ^~~
> 
> /usr/include/c++/6/bits/range_access.h:68:5: note:                 
> template<class _Container> decltype (__cont.end()) std::end(_Container&)
>      end(_Container& __cont) -> decltype(__cont.end())
>      ^~~
> 
> In file included from /usr/include/c++/6/bits/range_access.h:36:0,
>                  from /usr/include/c++/6/list:62,
>                  from src/main.cxx:58:
> /usr/include/c++/6/initializer_list:99:5: note:                 
> template<class _Tp> constexpr const _Tp* std::end(std::initializer_list<_Tp>)
>      end(initializer_list<_Tp> __ils) noexcept
>      ^~~
> 
> src/main.cxx:1644:13: error: reference to 'end' is ambiguous
>       mode = end;
>              ^~~
> 
> src/main.cxx:168:2: note: candidates are: Mode end
>   end
>   ^~~
> 
> In file included from /usr/include/c++/6/list:62:0,
>                  from src/main.cxx:58:
> /usr/include/c++/6/bits/range_access.h:107:37: note:                 
> template<class _Tp> const _Tp* std::end(const std::valarray<_Tp>&)
>    template<typename _Tp> const _Tp* end(const valarray<_Tp>&);
>                                      ^~~
> 
> /usr/include/c++/6/bits/range_access.h:106:31: note:                 
> template<class _Tp> _Tp* std::end(std::valarray<_Tp>&)
>    template<typename _Tp> _Tp* end(valarray<_Tp>&);
>                                ^~~
> 
> /usr/include/c++/6/bits/range_access.h:97:5: note:                 
> template<class _Tp, long unsigned int _Nm> constexpr _Tp* std::end(_Tp 
> (&)[_Nm])
>      end(_Tp (&__arr)[_Nm])
>      ^~~
> 
> /usr/include/c++/6/bits/range_access.h:78:5: note:                 
> template<class _Container> decltype (__cont.end()) std::end(const _Container&)
>      end(const _Container& __cont) -> decltype(__cont.end())
>      ^~~
> 
> /usr/include/c++/6/bits/range_access.h:68:5: note:                 
> template<class _Container> decltype (__cont.end()) std::end(_Container&)
>      end(_Container& __cont) -> decltype(__cont.end())
>      ^~~
> 
> In file included from /usr/include/c++/6/bits/range_access.h:36:0,
>                  from /usr/include/c++/6/list:62,
>                  from src/main.cxx:58:
> /usr/include/c++/6/initializer_list:99:5: note:                 
> template<class _Tp> constexpr const _Tp* std::end(std::initializer_list<_Tp>)
>      end(initializer_list<_Tp> __ils) noexcept
>      ^~~
> 
> Makefile:124: recipe for target 'obj/main.LINUX.o' failed
> make[1]: *** [obj/main.LINUX.o] Error 1

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

--- End Message ---
--- Begin Message ---
Source: jigzo
Source-Version: 0.6.1-7

We believe that the bug you reported is fixed in the latest version of
jigzo, 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.
Elías Alejandro Año Mendoza <eal...@gmail.com> (supplier of updated jigzo 
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: SHA256

Format: 1.8
Date: Wed, 13 Jul 2016 10:41:39 -0500
Source: jigzo
Binary: jigzo jigzo-data
Architecture: source
Version: 0.6.1-7
Distribution: unstable
Urgency: medium
Maintainer: Elías Alejandro Año Mendoza <eal...@gmail.com>
Changed-By: Elías Alejandro Año Mendoza <eal...@gmail.com>
Description:
 jigzo      - Photo puzzle game for children
 jigzo-data - data of Photo puzzle game for children
Closes: 737932 811796
Changes:
 jigzo (0.6.1-7) unstable; urgency=medium
 .
   * Fix FTBFS with gcc6: add patch 07_gcc_6.patch (Closes: #811796)
   * Bump Standards-Version to 3.9.8
   * Bump debhelper build-dep and compat to 9
   * debian/rules with extra option to make hardening better
   * Improving hardening: add 08_hardening.patch
   * debian/copyright update
   * Remove jigzo.menu (Closes: #737932)
   * jigzo.desktop: add keywords entry
Checksums-Sha1:
 d0fe9c433eddddb2f5cd59cd592ab69c305a90dd 1801 jigzo_0.6.1-7.dsc
 fe1c3d61e63d6d483de212e23a42f42b5b8a3eee 9912 jigzo_0.6.1-7.debian.tar.xz
Checksums-Sha256:
 02243ae2c9373daad0c74a8632c076efcd5be1b0dfaa90f7dc267869bc7b616e 1801 
jigzo_0.6.1-7.dsc
 7f23c0114717f1011b5fed0a5de3c1824ff8af3bb442cbb1439b91de6e6c4fa8 9912 
jigzo_0.6.1-7.debian.tar.xz
Files:
 e7990d400963da7db41c8662d35142af 1801 games optional jigzo_0.6.1-7.dsc
 698f4c63cc920d89d0f572f0ff7fe3c1 9912 games optional 
jigzo_0.6.1-7.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJXiSreAAoJEPNPCXROn13Zd7AP/jtDqxtISuIeny/EJQFuV4fp
d1wtSxu4RjQ4vUGaDHJXKyU+2iLLdUQWvZFg4dQ4ha8OPglQzlSPHFagq+4zE1HU
sz4+LdgU1fKBhi1luISCatEBGrK3Jh6/YBIaIHutbYniltKQ/XsxQ2Bw8X92VsbR
iu7DvKtdqF/LPzfqvTbMBHEHeED1h+32ieIOKodsRoh8VQJ6RwPEfcPEWXEzHz6X
nolTYlsIRpbsqeTahijnHIWKtTFaFIou6bmqex96mIk7jcTHc+FZGw1mFebwwFHD
TzaV9Ql0Py4O2a1JD89E8zAhs6hpsBIWoGZf8oa75bQqfokI/Hx+E4ATYYGygtrr
T3iTZARtiU3ftwYJTbf0jdSiiXvMC9sUC+H5Y06nx6KpEnsUUetcccLg7JiKJfVM
jNpK9Px4Dn/Q9dcrjjh7u2R9qkFhYJy2M4JbzW4lA2/o1lKJ1ZHRG5YNgzo1fus/
v8MgJ2ZklT5nLfa4r2tnH/W6G3DwjdDiCY+ILvibQfmLIsQFrLiJKft2yxDbCLcN
dKcw6WYLkXpZwCSQrBHyDpiCkkzyPKXJ8KFAFIYacqUYPSQ9NJaZHUcIDMD/uQZz
oxIpeuXNEzbATBo9STmdyybObKAr/7juyqv2poIhaBtafDAAE87SbT60CnU3B4Et
s+JOOzoHDFI3cVipRgmv
=qGJY
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to