Your message dated Mon, 07 Mar 2016 07:34:20 +0000
with message-id <e1acpgk-0005ru...@franck.debian.org>
and subject line Bug#811822: fixed in kwstyle 1.0.1+git3224cf2-1
has caused the Debian Bug report #811822,
regarding kwstyle: FTBFS with GCC 6: no match for
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.)


-- 
811822: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811822
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kwstyle
Version: 1.0.0+cvs20120330-3
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-no-match

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> /usr/bin/c++    
> -I/<<BUILDDIR>>/kwstyle-1.0.0+cvs20120330/obj-x86_64-linux-gnu 
> -I/<<BUILDDIR>>/kwstyle-1.0.0+cvs20120330/obj-x86_64-linux-gnu/Utilities  -g 
> -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2  -O2 -g -DNDEBUG   -o 
> CMakeFiles/KWStyleLib.dir/kwsCheckStatementPerLine.o -c 
> /<<BUILDDIR>>/kwstyle-1.0.0+cvs20120330/kwsCheckStatementPerLine.cxx
> /<<BUILDDIR>>/kwstyle-1.0.0+cvs20120330/kwsXMLReader.cxx: In member function 
> 'bool kws::XMLReader::Open(const char*)':
> /<<BUILDDIR>>/kwstyle-1.0.0+cvs20120330/kwsXMLReader.cxx:33:14: error: no 
> match for 'operator==' (operand types are 'std::ifstream {aka 
> std::basic_ifstream<char>}' and 'long int')
>    if (m_File == NULL)
>        ~~~~~~~^~~~
> 
> /<<BUILDDIR>>/kwstyle-1.0.0+cvs20120330/kwsXMLReader.cxx:33:14: note: 
> candidate: operator==(int, long int) <built-in>
> /<<BUILDDIR>>/kwstyle-1.0.0+cvs20120330/kwsXMLReader.cxx:33:14: note:   no 
> known conversion for argument 1 from 'std::ifstream {aka 
> std::basic_ifstream<char>}' to 'int'
> In file included from /usr/include/c++/6/bits/locale_facets.h:48:0,
>                  from /usr/include/c++/6/bits/basic_ios.h:37,
>                  from /usr/include/c++/6/ios:44,
>                  from /usr/include/c++/6/ostream:38,
>                  from /usr/include/c++/6/iostream:39,
>                  from 
> /<<BUILDDIR>>/kwstyle-1.0.0+cvs20120330/kwsXMLReader.h:17,
>                  from 
> /<<BUILDDIR>>/kwstyle-1.0.0+cvs20120330/kwsXMLReader.cxx:14:
> /usr/include/c++/6/bits/streambuf_iterator.h:204:5: note: candidate: 
> template<class _CharT, class _Traits> bool std::operator==(const 
> std::istreambuf_iterator<_CharT, _Traits>&, const 
> std::istreambuf_iterator<_CharT, _Traits>&)
>      operator==(const istreambuf_iterator<_CharT, _Traits>& __a,
>      ^~~~~~~~
> 
> /usr/include/c++/6/bits/streambuf_iterator.h:204:5: note:   template argument 
> deduction/substitution failed:
> In file included from /usr/include/string.h:32:0,
>                  from 
> /<<BUILDDIR>>/kwstyle-1.0.0+cvs20120330/kwsXMLReader.cxx:15:
> /<<BUILDDIR>>/kwstyle-1.0.0+cvs20120330/kwsXMLReader.cxx:33:17: note:   
> 'std::ifstream {aka std::basic_ifstream<char>}' is not derived from 'const 
> std::istreambuf_iterator<_CharT, _Traits>'
>    if (m_File == NULL)
>                  ^
> 
> In file included from /usr/include/c++/6/bits/ios_base.h:46:0,
>                  from /usr/include/c++/6/ios:42,
>                  from /usr/include/c++/6/ostream:38,
>                  from /usr/include/c++/6/iostream:39,
>                  from 
> /<<BUILDDIR>>/kwstyle-1.0.0+cvs20120330/kwsXMLReader.h:17,
>                  from 
> /<<BUILDDIR>>/kwstyle-1.0.0+cvs20120330/kwsXMLReader.cxx:14:
> /usr/include/c++/6/system_error:303:3: note: candidate: bool 
> std::operator==(const std::error_condition&, const std::error_condition&)
>    operator==(const error_condition& __lhs,
>    ^~~~~~~~
> 
> /usr/include/c++/6/system_error:303:3: note:   no known conversion for 
> argument 1 from 'std::ifstream {aka std::basic_ifstream<char>}' to 'const 
> std::error_condition&'
> /usr/include/c++/6/system_error:296:3: note: candidate: bool 
> std::operator==(const std::error_condition&, const std::error_code&)
>    operator==(const error_condition& __lhs, const error_code& __rhs) noexcept
>    ^~~~~~~~
> 
> /usr/include/c++/6/system_error:296:3: note:   no known conversion for 
> argument 1 from 'std::ifstream {aka std::basic_ifstream<char>}' to 'const 
> std::error_condition&'
> /usr/include/c++/6/system_error:289:3: note: candidate: bool 
> std::operator==(const std::error_code&, const std::error_condition&)
>    operator==(const error_code& __lhs, const error_condition& __rhs) noexcept
>    ^~~~~~~~
> 
> /usr/include/c++/6/system_error:289:3: note:   no known conversion for 
> argument 1 from 'std::ifstream {aka std::basic_ifstream<char>}' to 'const 
> std::error_code&'
> /usr/include/c++/6/system_error:284:3: note: candidate: bool 
> std::operator==(const std::error_code&, const std::error_code&)
>    operator==(const error_code& __lhs, const error_code& __rhs) noexcept
>    ^~~~~~~~
> 
> /usr/include/c++/6/system_error:284:3: note:   no known conversion for 
> argument 1 from 'std::ifstream {aka std::basic_ifstream<char>}' to 'const 
> std::error_code&'

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

--- End Message ---
--- Begin Message ---
Source: kwstyle
Source-Version: 1.0.1+git3224cf2-1

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

Debian distribution maintenance software
pp.
Benjamin Eikel <deb...@eikel.org> (supplier of updated kwstyle 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: Sun, 06 Mar 2016 12:57:08 +0100
Source: kwstyle
Binary: kwstyle
Architecture: source
Version: 1.0.1+git3224cf2-1
Distribution: unstable
Urgency: medium
Maintainer: Benjamin Eikel <deb...@eikel.org>
Changed-By: Benjamin Eikel <deb...@eikel.org>
Description:
 kwstyle    - Style checker for source code
Closes: 786984 811822
Changes:
 kwstyle (1.0.1+git3224cf2-1) unstable; urgency=medium
 .
   * New upstream release. Now hosted at https://github.com/Kitware/KWStyle.
   * Fix "FTBFS with GCC 6: no match for" by new upstream release
     (Closes: #811822)
   * New maintainer (Closes: #786984).
   * Remove get-orig-source. Pristine tar can be generated from pristine-tar
     branch.
   * Increase debhelper compatibility to v9.
   * debian/control: Change upstream URL.
   * debian/control: Fix typos in description.
   * debian/copyright: Update after upstream code review and format.
   * debian/copyright: Change source URL.
   * debian/copyright: Add myself to copyright for Debian packaging.
   * debian/rules: Remove workaround for old CMake bug.
   * debian/rules: Do not override default debhelper CMake arguments.
   * debian/rules: Remove useless lines.
   * debian/rules: Enable hardening build flags.
   * Update man page KWStyle(1).
Checksums-Sha1:
 fef1ab1331c7c2075c5e3d0d61c73b9f827241fd 1906 kwstyle_1.0.1+git3224cf2-1.dsc
 63627d0f45d1fbac962c9a3562bcc38945ff6537 2805970 
kwstyle_1.0.1+git3224cf2.orig.tar.gz
 6bf961e2ceae7a8df45676a073056f9e751bdebb 5572 
kwstyle_1.0.1+git3224cf2-1.debian.tar.xz
Checksums-Sha256:
 6b985ad211d62136a384f97b7bb6e2cc5c15ff14c3d7ace239196953afdb13d6 1906 
kwstyle_1.0.1+git3224cf2-1.dsc
 9a97f66ceab421b05e99ffea758712e6ef0915830f6a10fa4807c9fa3132e502 2805970 
kwstyle_1.0.1+git3224cf2.orig.tar.gz
 427194e5fc30e7f61e4ac191095a6a30ad00904fe3562ddae9cd8a43578230c6 5572 
kwstyle_1.0.1+git3224cf2-1.debian.tar.xz
Files:
 cd82c93145e95ccd7598eafd633797b7 1906 devel optional 
kwstyle_1.0.1+git3224cf2-1.dsc
 1d24e9604065a7b90fb0346d0d04dff0 2805970 devel optional 
kwstyle_1.0.1+git3224cf2.orig.tar.gz
 92d1e72c3998e916a15b2c63ac1580c3 5572 devel optional 
kwstyle_1.0.1+git3224cf2-1.debian.tar.xz

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

iQIcBAEBCAAGBQJW3S1kAAoJEEsEP825REVAmvwQAJvjnpt9vZGJGQcjjbswB6y1
NwS9FxTYETKPeEOb8nrQYeh9Vf5Ybx/JJKFJzGvdwn4F6YAwbZZ7JwGFyeJrYbl8
041MVTvEL1oELDfqVusAEtqAHvGs+LO7uW4mvqEHnX24v+ACesr1t1X0rtpQro6k
VTY6AdrMVIL1lXj/On5OM5cHbgguwZJW9A4M7OkGSqQ9zjDyz4EGi5Z/oPGreu5z
lQsdZoZMnMQGAaSQdNjCdxpxw0mXCv/cNRrTR+1jfc8ocZw5+w03AdfYmcGxZwVT
deFxFTwH+D41XO8L+IAmdEaMsc3DBjrmrYtOB4EaE91ITVGPg6uWuPMGlYshsu09
D+DRPqMN2/cA7PrqZxT7rc6OQNUDNYCuEqo86FrKhlkbYF71fOKk4vJyJe2n/9Fc
c8VQEZEbgmOaeto0+Lf/o+OiXn5xzy5lnBLu5KlaUXruwI/URAija4W4q1aLLhyV
eykp0vZSC4ZeNzSD8dmZTmMgXn+oeMu9MIMUs9tbOatuFdYpU/DLsOynU1k+nlC4
RXmxA8JyT6henvxONWtJoIzThlp9qC42JYDQK/VTBrxbUQVnul9k98tc1OiyyDH5
viUlpnfJ68qFxlrbMwXxpSsWpiyiS2aTCEB8KRotrpZ8pZc6R7gfSaIlK9zU52m1
r4AMpIKTj/6Dkd58zAK6
=Njs2
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to