Your message dated Thu, 18 Aug 2016 16:28:53 +0000
with message-id <e1baqbz-00058l...@franck.debian.org>
and subject line Bug#831137: fixed in kodi 16.1+dfsg1-2
has caused the Debian Bug report #831137,
regarding kodi: 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.)


-- 
831137: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831137
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: kodi
Version: 16.1+dfsg1-1
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):
> make[3]: Entering directory 
> '/«BUILDDIR»/kodi-16.1+dfsg1/lib/cximage-6.0/CxImage'
> CPP     lib/cximage-6.0/CxImage/DllInterface.o
> CPP     lib/cximage-6.0/CxImage/ximadsp.o
> In file included from /usr/include/c++/6/deque:60:0,
>                  from /usr/include/c++/6/queue:60,
>                  from ximadsp.cpp:3480:
> /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 xfile.h:51:0,
>                  from ximage.h:62,
>                  from ximadsp.cpp:6:
> /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/deque:60:0,
>                  from /usr/include/c++/6/queue:60,
>                  from ximadsp.cpp:3480:
> /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]: *** [ximadsp.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/07/13/kodi_16.1+dfsg1-1_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: kodi
Source-Version: 16.1+dfsg1-2

We believe that the bug you reported is fixed in the latest version of
kodi, 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.
Balint Reczey <bal...@balintreczey.hu> (supplier of updated kodi 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, 18 Aug 2016 17:32:53 +0200
Source: kodi
Binary: kodi kodi-data kodi-bin kodi-eventclients-common kodi-eventclients-dev 
kodi-eventclients-wiiremote kodi-eventclients-j2me kodi-eventclients-ps3 
kodi-eventclients-kodi-send kodi-addons-dev
Architecture: source
Version: 16.1+dfsg1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintain...@lists.alioth.debian.org>
Changed-By: Balint Reczey <bal...@balintreczey.hu>
Description:
 kodi       - Open Source Home Theatre (executable binaries)
 kodi-addons-dev - Open Source Home Theatre (Addons Dev package)
 kodi-bin   - Open Source Home Theatre (architecture-dependent files)
 kodi-data  - Open Source Home Theatre (arch-independent data package)
 kodi-eventclients-common - Open Source Home Theatre (Event Client Common 
package)
 kodi-eventclients-dev - Open Source Home Theatre (Event Client Dev package)
 kodi-eventclients-j2me - Open Source Home Theatre (Event Client J2ME package)
 kodi-eventclients-kodi-send - Open Source Home Theatre (Event Client Kodi-SEND 
package)
 kodi-eventclients-ps3 - Open Source Home Theatre (Event Client PS3 package)
 kodi-eventclients-wiiremote - Open Source Home Theatre (Event Client WII 
Remote support package
Closes: 824187 825285 831137 832857
Changes:
 kodi (16.1+dfsg1-2) unstable; urgency=medium
 .
   [ Lukas Rechberger ]
   * Skip timestamps to make build reproducible (Closes: #825285)
 .
   [ Balint Reczey ]
   * Build depend on groovy instead of groovy2 (Closes: #824187)
   * Recommend kodi-visualization-spectrum
   * Build-depend on libbluray-dev (>= 0.7.0) to match version
     required by ./configure
 .
   [ Tobias Grimm ]
   * Added gcc-6 fixes for CxImage code (Closes: #831137)
   * Disabled failing webserver tests (Closes: #832857)
Checksums-Sha1:
 e436cd87a7044117af8fa048f1ddd6f86a4dd0eb 4465 kodi_16.1+dfsg1-2.dsc
 b3c48b878be4301c1ccd6e0eaba9ad259520f401 40628 kodi_16.1+dfsg1-2.debian.tar.xz
Checksums-Sha256:
 e90d46cbe2d00390533d36aed324ab86d353301b85af263604ff97db46f10985 4465 
kodi_16.1+dfsg1-2.dsc
 6345bf532b83d1e0bd4e6e38cbeb2da1178cee9ae9339b044269bd3466db809a 40628 
kodi_16.1+dfsg1-2.debian.tar.xz
Files:
 d6a9826421fb3116eb31f48001a7ab64 4465 video optional kodi_16.1+dfsg1-2.dsc
 c5a02d6938795c58d7b1992e9012f132 40628 video optional 
kodi_16.1+dfsg1-2.debian.tar.xz

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

iQIcBAEBCAAGBQJXtdaGAAoJEPZk0la0aRp99ooP/0VirY7SP+WmbrtVaK/Eu0pE
wMhU15y9nzz/Ke7SdrxdzhX4QlHHv9eZYMkrRctDAm/v8ojp0ncTCvOB7CiYghI9
pXALhoTXpoV4tl//QvawatuOouYFfarCBGtFW2WM8F7byRsQcVlUej3GW9ldnY/D
0Rjfghk1aSq9bI3hN9PnXbCEazR/wT+dwn+W2Ppi2q+SLUYf5wMdcjs/lBhNgrAw
bNG0RHLxa22Mw25MJrQTIuZUwvZX+2XSQwToDl1DqBvdln4Mdh8TvN14C44FE8RF
r+Mup36xxtnV/1srUNNBY13ox0SJhg8vN0U5y8UNC8c8XYyTOwt6pwsEUyjo0msY
bhbhoQQyWY4SsGN6dqvhamPdlclXewn+7IghuFFXF0u6AOfNh6J9W3eMf+GhEDR/
sKiMYzcSMnF1TvaffTwVmc7m9YK2eEsLVmABzXBhwm8WJtOY5ydfmVCd92wvDfIO
zdYaYU94D9uac2d4tUZP94hNwfURKhqHxXI7rJYL3ghUkNNRdUQRPE27ydUhY2bH
sD3aG6b1QsLC8IMU07TEwMuMw0yMaggQrX8c1L3+n+9ASUk10X3DmQAi0OqJJqzI
6Av7L/5v9hv3pcmr5UsPonX8D99VyH12ZlV2PKzW6R0iHG2Uz9Yvt4S3SoSTr5OH
KpFjm6T+OD7480R1HDJr
=VB1I
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to