Your message dated Thu, 05 Jan 2017 13:19:00 +0000
with message-id <e1cp7wa-000eiq...@fasolo.debian.org>
and subject line Bug#831195: fixed in xmacro 0.3pre-20000911-7
has caused the Debian Bug report #831195,
regarding xmacro: 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.)


-- 
831195: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831195
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xmacro
Version: 0.3pre-20000911-6
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 -I/usr/X11R6/include -Wall -pedantic -DHAVE_IOSTREAM=1 
> -DVERSION=0.3 xmacroplay.cpp -o xmacroplay -L/usr/X11R6/lib -lXtst -lX11
> 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 /usr/include/c++/6/iostream:39,
>                  from xmacroplay.cpp:54:
> /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 xmacroplay.cpp:41:0:
> /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 ')' 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 ')' 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 /usr/include/c++/6/iostream:39,
>                  from xmacroplay.cpp:54:
> /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[1]: *** [xmacroplay] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/07/13/xmacro_0.3pre-20000911-6_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: xmacro
Source-Version: 0.3pre-20000911-7

We believe that the bug you reported is fixed in the latest version of
xmacro, 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.
Andreas Beckmann <a...@debian.org> (supplier of updated xmacro 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: Thu, 05 Jan 2017 13:50:50 +0100
Source: xmacro
Binary: xmacro
Architecture: source
Version: 0.3pre-20000911-7
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Andreas Beckmann <a...@debian.org>
Description:
 xmacro     - Record / Play keystrokes and mouse movements in X displays
Closes: 831195
Changes:
 xmacro (0.3pre-20000911-7) unstable; urgency=low
 .
   * QA upload.
   * Set Maintainer to Debian QA Group.  (See: #832150)
 .
   [ Eduard Bloch ]
   * Fixing build failure with GCC-6 via rearanging the header order
     (closes: #831195)
Checksums-Sha1:
 52261cc0e6379e8409c10c9eef0a5608f0e4667c 1731 xmacro_0.3pre-20000911-7.dsc
 1ef250b99501d7bc5612be29c4e1f7af8ec721b6 4116 
xmacro_0.3pre-20000911-7.debian.tar.xz
Checksums-Sha256:
 0d80201e3d922e451d38cf74560cfb577c48f71301137bdbdb48b0f07669a987 1731 
xmacro_0.3pre-20000911-7.dsc
 631a879eaae62f2401a0c630ac8ad6a11fa59ebd1a2a6a54d7dc57e1983c68fe 4116 
xmacro_0.3pre-20000911-7.debian.tar.xz
Files:
 b7ade3e1eb2d79081fdcb782cf3cb5da 1731 utils optional 
xmacro_0.3pre-20000911-7.dsc
 4267bb64f89e333cd7729602edbeed90 4116 utils optional 
xmacro_0.3pre-20000911-7.debian.tar.xz

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

iQIcBAEBCAAGBQJYbkG8AAoJEF+zP5NZ6e0I8sIP/0na8TcLCYqd22KJOSBwksY2
51ndMDJ1gq8qntrJMk4YflXbPB+lAc2X1uQ4rIU0EGKmuRCL5QKM0rq6eiL00xp4
OCkTsRfIS/s2SjZascVSYzAOW7d73ECRm2lTCg3JUI+5OtYQZpHOHWBkwLyxCXx6
KSUnUFWfNLMFUTfCjZad6qo3gQBdll7NTwo4JroRbFQQzn7b70J/iJiKWvCPS1Bv
TnYSTH6OCIpo2w9maFRZr6msxjzKJf8xxiU2bOo6aeqcuEKigsLgr4pj2EKpbuTu
xU3351A6HtpTrbRC03Hq8pQO3Sz972iMWGad4YtNzWvjqIpP027f3K/tZDEyJg8l
i50JbG2myHfFdIb1GtwKMXOjZTb+Rf7pYmkt/+uyDT8CwCQDua2Fnh+WSg1btoRL
gqWQS55Nu44RNty00mYjgw4uf9qtxV1AAn9nOuh89kp4TzX6CERIb1IfRLE+3xtu
YGO9ojP9+h9CPyhJq7T7gdlTuG9yEvmoVthMgvqjB2+kM+PbJCkNva0cj8pHClW9
1XlIeW5U47ecvJmdDdr84xC604K/pAfJFE1MvzgbNLvyK9mLzdZ+83IImz4IdyeU
NRGteno4WvQPdRqEmJjZwYwmOtOH51wP2O1odkNIHynvdL+52jBGwcPePINVGrGQ
anG0jpUKyyVr8pZ3h30w
=MPd2
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to