Your message dated Wed, 10 Jun 2020 00:12:18 +0000
with message-id <e1jiolq-000g2i...@fasolo.debian.org>
and subject line Bug#831104: fixed in xevil 2.02r2-10.1
has caused the Debian Bug report #831104,
regarding xevil: 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.)


-- 
831104: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831104
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xevil
Version: 2.02r2-10
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++ -Wno-trigraphs -g -O2 -DX11=1 -DUSE_RANDOM -DXEVIL_KEYSET=UIlinux 
> -DUSE_UINT_NET_LENGTH -I../cmn -I../x11 -I../x11/bitmaps -I/usr/X11R6/include 
> -o ../x11/release/streams.o -c streams.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 /usr/include/c++/6/iostream:39,
>                  from streams.cpp:34:
> /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 streams.cpp:31: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 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 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 streams.cpp:34:
> /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[6]: *** [../x11/release/streams.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/07/13/xevil_2.02r2-10_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: xevil
Source-Version: 2.02r2-10.1
Done: Joao Eriberto Mota Filho <eribe...@debian.org>

We believe that the bug you reported is fixed in the latest version of
xevil, 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.
Joao Eriberto Mota Filho <eribe...@debian.org> (supplier of updated xevil 
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: Sun, 07 Jun 2020 02:11:06 -0300
Source: xevil
Architecture: source
Version: 2.02r2-10.1
Distribution: unstable
Urgency: medium
Maintainer: Brandon Barnes <winterkni...@nerdshack.com>
Changed-By: Joao Eriberto Mota Filho <eribe...@debian.org>
Closes: 831104
Changes:
 xevil (2.02r2-10.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fixed FTBFS with GCC 6 and higher. Thanks to Javier Serrano
     Polo <jav...@jasp.net> for the patch. (Closes: #831104)
Checksums-Sha1:
 88fb96c9d20ca401c855f7eaf6d2f88a0cb1484f 1687 xevil_2.02r2-10.1.dsc
 ca85a4354b94d219cdf2bff22bd503fb9a5e8f4e 44722 xevil_2.02r2-10.1.diff.gz
 18b87f0a84a745ae5e052c8a5a70a41aef0098fe 5708 
xevil_2.02r2-10.1_source.buildinfo
Checksums-Sha256:
 ff27074642911e267efd2b48e0db89e7463b8c149dcad881ddf4813fcbc91aaa 1687 
xevil_2.02r2-10.1.dsc
 2b9bc1ff634cfbdafd6bd622995e073ee2cc26b537373d6f400d7db06a5ba887 44722 
xevil_2.02r2-10.1.diff.gz
 54aec6f0134786685f0c16fa21068f348a6c04fc9c0381733ccc2a5055e74c64 5708 
xevil_2.02r2-10.1_source.buildinfo
Files:
 72089e8c745b130c2b5136e21857ad05 1687 games optional xevil_2.02r2-10.1.dsc
 cc81d6be636b0087fc848005108de536 44722 games optional xevil_2.02r2-10.1.diff.gz
 9f9407857c8980f26c83caa5c471c215 5708 games optional 
xevil_2.02r2-10.1_source.buildinfo

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

iQIzBAEBCgAdFiEENX3LDuyVoBrrofDS3mO5xwTr6e8FAl7ddmEACgkQ3mO5xwTr
6e95vg/+NHiTBmIIWmUoQKRmK41eONUfuavT+IbI5BJTqLQTF0rOf5mWhjUrAN4J
4A5+68BDHLqVswFR4iH6+fUz9ehNUF3PebCFfQUbjD7KFlXITkHOyaqAFko7Mf+j
Tm3BVyNVCcGOtKxtNIva8WYXM3dKu/kCSS7TT06fUtK0gNe4Nw63NjUE6cGKABKM
5AJei3aICIVoZ8yapTX9FQUinXvsG1Ord6UCUQfTFSYyFj0lBsh2tIcvh+gsOZop
Ave0tlBiNrwY7XQcEYpas9fMuVZaS3sh33j8ncj5nzGjlDcQeqbxSW7Omu+z1I5y
0aY/a8ZfvHADen9f5PY1m4a9O+Fs/c6H2X6YtOxhM6cWh3vzPc93MQxbK3JPAzs1
cVnkOSrJwZXwLe2w+tZ+Lk38XI6KH6P+QYX1lCZOz96Brde3Mgptg2BCfx1hPGEF
CiPgzAwFP3+KIZqbjD6M4llhI/Xgh0zjEmUgx3t7LGdbvRXr2T16RgLhi2X7goET
vmV4MGxCqdHHsAnG/SjQWL6+aH6sASIoJ2X/qFo7nwvC3q5EHrnxusJ7OeIs2baw
Vq8X+0dPEnVwdmEgXAUcZhz21H9WxZSeMWAn3XpVhNwHi5dgAUR8BEkGdaLcXMNh
tShe8DH2oraHhsfXqJrcJKJsHLxtOswT2MdSuUBvy70+ttMs5lo=
=c2kg
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to