Your message dated Thu, 14 Jul 2016 10:09:59 +0000
with message-id <e1bndah-0006lj...@franck.debian.org>
and subject line Bug#831204: fixed in mupen64plus-video-glide64
2.0.0+33+g764d9fe-4
has caused the Debian Bug report #831204,
regarding mupen64plus-video-glide64: 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.)
--
831204: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831204
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mupen64plus-video-glide64
Version: 2.0.0+33+g764d9fe-3
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
> -fvisibility-inlines-hidden -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -flto -DNDEBUG -Wall -ffast-math -fno-strict-aliasing
> -fvisibility=hidden -I../../src -I../../src/wrapper -DGCC -msse -fPIC
> -I/usr/include/libdrm -I/usr/include/SDL2 -D_REENTRANT
> "-I/usr/include/mupen64plus/" -g -MD -MP -Wdate-time -D_FORTIFY_SOURCE=2
> -D_FILE_OFFSET_BITS=64 -c -o _obj/rdp.o ../../src/rdp.cpp
> In file included from /usr/include/c++/6/bits/char_traits.h:39:0,
> from /usr/include/c++/6/ios:40,
> from /usr/include/c++/6/ostream:38,
> from ../../src/Gfx1.3.h:84,
> from ../../src/Combine.h:38,
> from ../../src/rdp.cpp:46:
> /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 ../../src/3dmath.h:37:0,
> from ../../src/rdp.cpp:43:
> /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/ios:40,
> from /usr/include/c++/6/ostream:38,
> from ../../src/Gfx1.3.h:84,
> from ../../src/Combine.h:38,
> from ../../src/rdp.cpp:46:
> /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[2]: *** [_obj/rdp.o] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2016/07/13/mupen64plus-video-glide64_2.0.0+33+g764d9fe-3_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: mupen64plus-video-glide64
Source-Version: 2.0.0+33+g764d9fe-4
We believe that the bug you reported is fixed in the latest version of
mupen64plus-video-glide64, 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.
Sven Eckelmann <s...@narfation.org> (supplier of updated
mupen64plus-video-glide64 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: Thu, 14 Jul 2016 11:07:45 +0200
Source: mupen64plus-video-glide64
Binary: mupen64plus-video-glide64
Architecture: source amd64
Version: 2.0.0+33+g764d9fe-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Sven Eckelmann <s...@narfation.org>
Description:
mupen64plus-video-glide64 - Glide64 high-level graphics emulation for
mupen64plus
Closes: 831204
Changes:
mupen64plus-video-glide64 (2.0.0+33+g764d9fe-4) unstable; urgency=medium
.
* debian/control
- Change Vcs-Git to https://
* Sort debian control files with `wrap-and-sort -abst`
* Upgraded to policy 3.9.8, no changes required
* debian/patches:
- Add Fix-build-with-GCC6.patch, Fix build with GCC6 (Closes: #831204)
Checksums-Sha1:
5c8f8fa8ea8857d86446c035d4fd1452f990ed8f 2343
mupen64plus-video-glide64_2.0.0+33+g764d9fe-4.dsc
7a45292c52c3c81b80f5af03b7a55e01bc0730c2 20152
mupen64plus-video-glide64_2.0.0+33+g764d9fe-4.debian.tar.xz
b31942c3dfe183af621b9bd460396616cd998816 451620
mupen64plus-video-glide64-dbgsym_2.0.0+33+g764d9fe-4_amd64.deb
c924c1e47cb81c9222ee1068293e6cc6039770f2 238658
mupen64plus-video-glide64_2.0.0+33+g764d9fe-4_amd64.deb
Checksums-Sha256:
26f4d7a6123de3972d7b8914354ce3dfc84e8af67483fb01b0a7719e1e8ec3a6 2343
mupen64plus-video-glide64_2.0.0+33+g764d9fe-4.dsc
fb00caf27755e4f571d42494d98ccb0783193f8d3e607c7bcb4dab2f9b30f202 20152
mupen64plus-video-glide64_2.0.0+33+g764d9fe-4.debian.tar.xz
4073b4825d67c76800fca7480576a7c3fd54b5d8c9cc9ffa5d29c51bd3a51c5a 451620
mupen64plus-video-glide64-dbgsym_2.0.0+33+g764d9fe-4_amd64.deb
bb6e92bb52fe6c7abbfd9fef99a45ceafade539edf14d2915102861d46f21ec6 238658
mupen64plus-video-glide64_2.0.0+33+g764d9fe-4_amd64.deb
Files:
3485a7c7f50aa6eb23bb0964c6a59df4 2343 games optional
mupen64plus-video-glide64_2.0.0+33+g764d9fe-4.dsc
912f7090856ac4fcfa586271e93b6189 20152 games optional
mupen64plus-video-glide64_2.0.0+33+g764d9fe-4.debian.tar.xz
4230e0b6376b49a759542eb626685885 451620 debug extra
mupen64plus-video-glide64-dbgsym_2.0.0+33+g764d9fe-4_amd64.deb
8f4985aec8fdc8cf1db9dee32ba1af11 238658 games optional
mupen64plus-video-glide64_2.0.0+33+g764d9fe-4_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCgAGBQJXh1ezAAoJEF2HCgfBJntGJxEP/AyxguhlSG+gfB6wiSbwR77H
mAZ8dB1m6xt7xT3Oi37I9d/z/iED58cvMprUB3BcxYTa92JSq/AxLprlvK4nx9K2
fgVf6df7fKMeLg85AzwudKXjQ/7QPBFfLPZJny6KuC3u31P+8hw4CvwTO9XOm4wj
fGncXrpUMDHEYS67DLApZN/FUPJLebI+8qqDP7IDpXpCejylRd7CAac/Q4Ryyuts
bBHEagToekb8oPOtmWRnbdOd1fkBgiiegknuLXgjdBA1b+t8g7wW6fKNmSCoRnHb
94a5ACLI6IxF4CePIdU/K//VUXLMqzaFJCkya8d5tEejcuhV0MNwxSK27WwaBdir
9d2wQajBWM9ilq8aOgj5bwWaw27HDI8surUH5Wg5wkOGTreB48Vz+hwly1tqddza
n792gQxw2aIeObe1MQUK8NY7hqN5eNMSUaKfcfB+hIktR3MRYUkyi4gZyw9NiTmz
a5JlzJOo2JA3WQWVd+7f1KfvEORlQ4pnl0xvdrItuT5uKpP1KIvRyEqsUBwH2gpO
oB0FBlxsQPZiGCQOvxf7SK1Ru5mBeEX8tctVGCXEbgKq+04xL3d/cUwd5xsB80zw
sxHM9/rSGpdLD/+82NpWWBuQfYc7sp10Dy3CezLEXTPIDBogxWajQgWwbTzOAEve
esGOZs0jstdJ2Zxu+4eJ
=Zsdj
-----END PGP SIGNATURE-----
--- End Message ---