Your message dated Sat, 16 Jul 2016 16:08:48 +0000
with message-id <e1bos92-0002eb...@franck.debian.org>
and subject line Bug#831160: fixed in jugglemaster 0.4-9
has caused the Debian Bug report #831160,
regarding jugglemaster: FTBFS with GCC 6: stl_algobase.h:243:56: error: macro 
"min" passed 3 arguments, but takes just 2
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.)


-- 
831160: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831160
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: jugglemaster
Version: 0.4-8
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160713 qa-ftbfs
Justification: FTBFS with GCC 6 on amd64

Hi,

During a rebuild of all packages in sid using the gcc-defaults package
available in experimental to make GCC default to version 6, your package failed
to build on amd64. For more information about GCC 6 and Stretch, see:
- https://wiki.debian.org/GCC6
- https://lists.debian.org/debian-devel-announce/2016/06/msg00007.html

Relevant part (hopefully):
> g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security 
> -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fsigned-char `wx-config --cppflags` 
> -DHAVE_AVCODEC_H -Wdate-time -D_FORTIFY_SOURCE=2  -c -o patt.o patt.cpp
> In file included from /usr/include/c++/6/bits/char_traits.h:39:0,
>                  from /usr/include/c++/6/string:40,
>                  from /usr/include/wx-3.0/wx/stringimpl.h:66,
>                  from /usr/include/wx-3.0/wx/unichar.h:15,
>                  from /usr/include/wx-3.0/wx/strvararg.h:22,
>                  from /usr/include/wx-3.0/wx/string.h:46,
>                  from /usr/include/wx-3.0/wx/memory.h:15,
>                  from /usr/include/wx-3.0/wx/object.h:19,
>                  from /usr/include/wx-3.0/wx/wx.h:15,
>                  from patt.h:21,
>                  from patt.cpp:17:
> /usr/include/c++/6/bits/stl_algobase.h:243:56: error: macro "min" passed 3 
> arguments, but takes just 2
>      min(const _Tp& __a, const _Tp& __b, _Compare __comp)
>                                                         ^
> /usr/include/c++/6/bits/stl_algobase.h:265:56: error: macro "max" passed 3 
> arguments, but takes just 2
>      max(const _Tp& __a, const _Tp& __b, _Compare __comp)
>                                                         ^
> In file included from /usr/include/wx-3.0/wx/longlong.h:1094:0,
>                  from /usr/include/wx-3.0/wx/utils.h:35,
>                  from /usr/include/wx-3.0/wx/cursor.h:69,
>                  from /usr/include/wx-3.0/wx/event.h:21,
>                  from /usr/include/wx-3.0/wx/wx.h:24,
>                  from patt.h:21,
>                  from patt.cpp:17:
> /usr/include/c++/6/limits:320:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return _Tp(); }
>            ^
> /usr/include/c++/6/limits:324:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return _Tp(); }
>            ^
> /usr/include/c++/6/limits:387:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return false; }
>            ^
> /usr/include/c++/6/limits:390:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return true; }
>            ^
> /usr/include/c++/6/limits:394:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:456:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_min(char); }
>            ^
> /usr/include/c++/6/limits:459:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max(char); }
>            ^
> /usr/include/c++/6/limits:463:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:523:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return -__SCHAR_MAX__ - 1; }
>            ^
> /usr/include/c++/6/limits:526:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __SCHAR_MAX__; }
>            ^
> /usr/include/c++/6/limits:530:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:593:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return 0; }
>            ^
> /usr/include/c++/6/limits:596:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __SCHAR_MAX__ * 2U + 1; }
>            ^
> /usr/include/c++/6/limits:600:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:666:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_min (wchar_t); }
>            ^
> /usr/include/c++/6/limits:669:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max (wchar_t); }
>            ^
> /usr/include/c++/6/limits:673:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:735:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() noexcept { return __glibcxx_min (char16_t); }
>            ^
> /usr/include/c++/6/limits:738:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() noexcept { return __glibcxx_max (char16_t); }
>            ^
> /usr/include/c++/6/limits:741:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:796:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() noexcept { return __glibcxx_min (char32_t); }
>            ^
> /usr/include/c++/6/limits:799:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() noexcept { return __glibcxx_max (char32_t); }
>            ^
> /usr/include/c++/6/limits:802:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:858:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return -__SHRT_MAX__ - 1; }
>            ^
> /usr/include/c++/6/limits:861:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __SHRT_MAX__; }
>            ^
> /usr/include/c++/6/limits:865:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:925:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return 0; }
>            ^
> /usr/include/c++/6/limits:928:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __SHRT_MAX__ * 2U + 1; }
>            ^
> /usr/include/c++/6/limits:932:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:998:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return -__INT_MAX__ - 1; }
>            ^
> /usr/include/c++/6/limits:1001:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __INT_MAX__; }
>            ^
> /usr/include/c++/6/limits:1005:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:1065:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return 0; }
>            ^
> /usr/include/c++/6/limits:1068:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __INT_MAX__ * 2U + 1; }
>            ^
> /usr/include/c++/6/limits:1072:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:1137:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return -__LONG_MAX__ - 1; }
>            ^
> /usr/include/c++/6/limits:1140:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __LONG_MAX__; }
>            ^
> /usr/include/c++/6/limits:1144:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:1204:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return 0; }
>            ^
> /usr/include/c++/6/limits:1207:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __LONG_MAX__ * 2UL + 1; }
>            ^
> /usr/include/c++/6/limits:1211:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:1277:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return -__LONG_LONG_MAX__ - 1; }
>            ^
> /usr/include/c++/6/limits:1280:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __LONG_LONG_MAX__; }
>            ^
> /usr/include/c++/6/limits:1284:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:1347:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return 0; }
>            ^
> /usr/include/c++/6/limits:1350:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __LONG_LONG_MAX__ * 2ULL + 1; }
>            ^
> /usr/include/c++/6/limits:1354:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:1570:85: error: macro "min" requires 2 arguments, 
> but only 1 given
>     __INT_N_201103 (__GLIBCXX_TYPE_INT_N_0), __INT_N_U201103 
> (__GLIBCXX_TYPE_INT_N_0))
>                                                                               
>        ^
> /usr/include/c++/6/limits:1570:85: error: macro "min" requires 2 arguments, 
> but only 1 given
> /usr/include/c++/6/limits:1570:85: error: macro "min" requires 2 arguments, 
> but only 1 given
> /usr/include/c++/6/limits:1570:85: error: macro "max" requires 2 arguments, 
> but only 1 given
> /usr/include/c++/6/limits:1570:85: error: macro "min" requires 2 arguments, 
> but only 1 given
> /usr/include/c++/6/limits:1570:85: error: macro "max" requires 2 arguments, 
> but only 1 given
> /usr/include/c++/6/limits:1598:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return __FLT_MIN__; }
>            ^
> /usr/include/c++/6/limits:1601:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __FLT_MAX__; }
>            ^
> /usr/include/c++/6/limits:1673:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return __DBL_MIN__; }
>            ^
> /usr/include/c++/6/limits:1676:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __DBL_MAX__; }
>            ^
> /usr/include/c++/6/limits:1748:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return __LDBL_MIN__; }
>            ^
> /usr/include/c++/6/limits:1751:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __LDBL_MAX__; }
>            ^
> In file included from patt.h:20:0,
>                  from patt.cpp:17:
> /usr/include/c++/6/bits/stl_algobase.h:195:5: error: expected unqualified-id 
> before 'const'
>      min(const _Tp& __a, const _Tp& __b)
>      ^
> /usr/include/c++/6/bits/stl_algobase.h:195:5: error: expected ')' before 
> 'const'
> /usr/include/c++/6/bits/stl_algobase.h:195:5: error: expected ')' before 
> 'const'
> /usr/include/c++/6/bits/stl_algobase.h:195:5: error: expected initializer 
> before 'const'
> /usr/include/c++/6/bits/stl_algobase.h:219:5: error: expected unqualified-id 
> before 'const'
>      max(const _Tp& __a, const _Tp& __b)
>      ^
> /usr/include/c++/6/bits/stl_algobase.h:219:5: error: expected ')' before 
> 'const'
> /usr/include/c++/6/bits/stl_algobase.h:219:5: error: expected ')' before 
> 'const'
> /usr/include/c++/6/bits/stl_algobase.h:219:5: error: expected initializer 
> before 'const'
> In file included from /usr/include/c++/6/bits/char_traits.h:39:0,
>                  from /usr/include/c++/6/string:40,
>                  from /usr/include/wx-3.0/wx/stringimpl.h:66,
>                  from /usr/include/wx-3.0/wx/unichar.h:15,
>                  from /usr/include/wx-3.0/wx/strvararg.h:22,
>                  from /usr/include/wx-3.0/wx/string.h:46,
>                  from /usr/include/wx-3.0/wx/memory.h:15,
>                  from /usr/include/wx-3.0/wx/object.h:19,
>                  from /usr/include/wx-3.0/wx/wx.h:15,
>                  from patt.h:21,
>                  from patt.cpp:17:
> /usr/include/c++/6/bits/stl_algobase.h:243:5: error: 'std::min' declared as 
> an 'inline' variable
>      min(const _Tp& __a, const _Tp& __b, _Compare __comp)
>      ^~~
> /usr/include/c++/6/bits/stl_algobase.h:246:7: error: expected 
> primary-expression before 'if'
>        if (__comp(__b, __a))
>        ^~
> /usr/include/c++/6/bits/stl_algobase.h:246:7: error: expected '}' before 'if'
> /usr/include/c++/6/bits/stl_algobase.h:246:7: error: expected ';' before 'if'
> /usr/include/c++/6/bits/stl_algobase.h:248:7: error: expected unqualified-id 
> before 'return'
>        return __a;
>        ^~~~~~
> /usr/include/c++/6/bits/stl_algobase.h:265:5: error: 'max' declared as an 
> 'inline' variable
>      max(const _Tp& __a, const _Tp& __b, _Compare __comp)
>      ^~~
> /usr/include/c++/6/bits/stl_algobase.h:268:7: error: expected 
> primary-expression before 'if'
>        if (__comp(__a, __b))
>        ^~
> /usr/include/c++/6/bits/stl_algobase.h:268:7: error: expected '}' before 'if'
> /usr/include/c++/6/bits/stl_algobase.h:268:7: error: expected ';' before 'if'
> /usr/include/c++/6/bits/stl_algobase.h:270:7: error: expected unqualified-id 
> before 'return'
>        return __a;
>        ^~~~~~
> /usr/include/c++/6/bits/stl_algobase.h:271:5: error: expected declaration 
> before '}' token
>      }
>      ^
> make[3]: *** [patt.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/07/13/jugglemaster_0.4-8_unstable_gcc6.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: jugglemaster
Source-Version: 0.4-9

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

Debian distribution maintenance software
pp.
Helmut Grohne <hel...@subdivi.de> (supplier of updated jugglemaster 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: Sat, 16 Jul 2016 17:46:34 +0200
Source: jugglemaster
Binary: aajm jmdlx
Architecture: source
Version: 0.4-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Helmut Grohne <hel...@subdivi.de>
Description:
 aajm       - ASCII art version of jugglemaster
 jmdlx      - jugglemaster deluxe using wxWidgets
Closes: 831160
Changes:
 jugglemaster (0.4-9) unstable; urgency=medium
 .
   * gcc-6.patch: fix building with gcc-6. (Closes: #831160)
Checksums-Sha1:
 433200b0fcae1e0bcfecf6e95a9e4b9a12ca1503 2016 jugglemaster_0.4-9.dsc
 0c9e4012fb699c140c9ec3538aeadccbbf870cab 20128 jugglemaster_0.4-9.debian.tar.xz
Checksums-Sha256:
 07cb2febbef30e5258279d83a36be5ec5ba8540ce18e6ee49ac2933ecc9a98eb 2016 
jugglemaster_0.4-9.dsc
 c137eaad6d7fa06ab434e174ee984d50ed5c5cc86cba0c914539bb0f5f515f13 20128 
jugglemaster_0.4-9.debian.tar.xz
Files:
 989e4cdcc66e18b926b66e2c5be1727b 2016 games extra jugglemaster_0.4-9.dsc
 92eff742badfd51be50b22e308bc686e 20128 games extra 
jugglemaster_0.4-9.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJXilnSAAoJEC0aqs8kRERCDPoP/RqARUvdDZSUqMhjSAWSk6cm
3Z0vmecRitZnGCdZvb+E3/f431SUNBlJhCZVB1ToAFMODiOJlzsLOVPf6qUjdJZh
k6Lzi61Ip3jVFXBoR5wKaRDxLL+0CsrKlUOf9xYJxuN5LfwZtGJAXc7YwhIP5yBe
/F+yxFp7/7bwg9+LWNpOBXYYkFJLOkGwhw3vdQUGHQF6aZ7VfK/Zg4t9QadEaeA3
Sg/L2S6KDdZ9HdmK/Ls8X4DCZK67W56OLY12JChcm693XJcY86n2rtFoAP4cvNk+
3NhSaX9NatTpC7ASDGjzkmIeVzlAMqLdCU3hc4SoQUHyoGW12SxCOp6cAsovSbQm
9EyOcdWgkBQQMqet8QRkxtp92Qhri1jjkZcTn99+2g99Ei/EhqcIsAEA1+y3W2tV
L+HHhcOmqzlUOfIB8pmRp6+tOBZLYw93L5O6SQD2xtwn3Wsu6OBFwIwkHr+ZyHMH
wNKe7PpxdvYlr4Kz39uyYY28hQtl720k6JNGTSKSzPSu3t0kw6JXfUh1Br5d57fz
7vnmUZ+G0vTIBAob++cmlAxY67TCZttDJhYBOw3m6Az6Sd95svNsLGHsBy9IcDAM
9Ua4lPLs3aL05wtCmEXvjCttkuprAmqjuSeXxsOK5A3FOMYbF5qwv17fSyUGThY1
6E7fggMDpdRe1sA4+h+v
=Dong
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to