Your message dated Sun, 21 Aug 2016 04:21:06 +0000
with message-id <e1bbkfu-0003nj...@franck.debian.org>
and subject line Bug#811882: fixed in knutclient 1.0.5-2
has caused the Debian Bug report #811882,
regarding knutclient: FTBFS with GCC 6: no matching function for call to
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.)


-- 
811882: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811882
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: knutclient
Version: 1.0.5-1
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
...
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++   
> -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=24 -DKDE_DEPRECATED_WARNINGS 
> -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG_OUTPUT -DQT_NO_STL -D_BSD_SOURCE 
> -D_DEFAULT_SOURCE -D_REENTRANT -D_XOPEN_SOURCE=500 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/<<PKGBUILDDIR>>/src 
> -I/usr/include/KDE -I/usr/include/qt4/phonon -I/usr/include/qt4/QtXmlPatterns 
> -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtUiTools 
> -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtSql 
> -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtScript 
> -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtHelp 
> -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDeclarative 
> -I/usr/include/qt4/QtDBus -I/usr/include/qt4/Qt3Support 
> -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt 
> -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4  -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2  -Wnon-virtu
> al-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W 
> -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS 
> -fno-check-new -fno-common -Woverloaded-virtual   -D_GNU_SOURCE 
> -D_LARGEFILE64_SOURCE -o CMakeFiles/knutclient.dir/knutprefdlg.cpp.o -c 
> /<<PKGBUILDDIR>>/src/knutprefdlg.cpp
> /<<PKGBUILDDIR>>/src/knutprefdlg.cpp: In member function 'virtual void 
> KNutPrefDlg::slotApply()':
> /<<PKGBUILDDIR>>/src/knutprefdlg.cpp:349:18: warning: variable 'changeFonts' 
> set but not used [-Wunused-but-set-variable]
>      unsigned int changeFonts;
>                   ^~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/src/knutprefdlg.cpp: In member function 'void 
> KNutPrefDlg::initFonts()':
> /<<PKGBUILDDIR>>/src/knutprefdlg.cpp:961:67: error: no matching function for 
> call to 'KFontChooser::KFontChooser(QFrame*&, bool, QStringList&)'
>    m_fontWidget = new KFontChooser(mainPageWidget, false, fontsList);
>                                                                    ^
> 
> In file included from /usr/include/qt4/QtGui/qrgb.h:45:0,
>                  from /usr/include/qt4/QtGui/qcolor.h:45,
>                  from /usr/include/qt4/QtGui/QColor:1,
>                  from /<<PKGBUILDDIR>>/src/knutconst.h:21,
>                  from /<<PKGBUILDDIR>>/src/knutupsdata.h:21,
>                  from /<<PKGBUILDDIR>>/src/knutnewupsdlg.h:21,
>                  from /<<PKGBUILDDIR>>/src/knutprefdlg.h:21,
>                  from /<<PKGBUILDDIR>>/src/knutprefdlg.cpp:18:
> /usr/include/kfontchooser.h:258:5: note: candidate: 
> KFontChooser::KFontChooser(const KFontChooser&)
>      Q_DISABLE_COPY(KFontChooser)
>      ^
> 
> /usr/include/kfontchooser.h:258:5: note:   candidate expects 1 argument, 3 
> provided
> In file included from /usr/include/KDE/../kfontdialog.h:28:0,
>                  from /usr/include/KDE/KFontDialog:1,
>                  from /<<PKGBUILDDIR>>/src/knutprefdlg.h:31,
>                  from /<<PKGBUILDDIR>>/src/knutprefdlg.cpp:18:
> /usr/include/kfontchooser.h:116:12: note: candidate: 
> KFontChooser::KFontChooser(QWidget*, const DisplayFlags&, const QStringList&, 
> int, Qt::CheckState*)
>    explicit KFontChooser( QWidget *parent = 0L,
>             ^~~~~~~~~~~~
> 
> /usr/include/kfontchooser.h:116:12: note:   no known conversion for argument 
> 2 from 'bool' to 'const DisplayFlags& {aka const 
> QFlags<KFontChooser::DisplayFlag>&}'
> src/CMakeFiles/knutclient.dir/build.make:305: recipe for target 
> 'src/CMakeFiles/knutclient.dir/knutprefdlg.cpp.o' failed
> make[3]: *** [src/CMakeFiles/knutclient.dir/knutprefdlg.cpp.o] Error 1
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'

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

--- End Message ---
--- Begin Message ---
Source: knutclient
Source-Version: 1.0.5-2

We believe that the bug you reported is fixed in the latest version of
knutclient, 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.
Dmitry Smirnov <only...@debian.org> (supplier of updated knutclient 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, 21 Aug 2016 13:53:07 +1000
Source: knutclient
Binary: knutclient
Architecture: source amd64
Version: 1.0.5-2
Distribution: unstable
Urgency: medium
Maintainer: Dmitry Smirnov <only...@debian.org>
Changed-By: Dmitry Smirnov <only...@debian.org>
Description:
 knutclient - KDE GUI that displays UPS statistics from NUT's upsd
Closes: 811882
Changes:
 knutclient (1.0.5-2) unstable; urgency=medium
 .
   [ Adrian Bunk ]
   * New patch to fix FTBFS with gcc 6 (Closes: #811882).
 .
   [ Dmitry Smirnov ]
   * Standards-Version: 3.9.8.
   * Modernised Vcs URLs.
   * rules: build with all hardening.
Checksums-Sha1:
 f4fc28f3fc2512c01269eccf214b5d94e0f9e233 1890 knutclient_1.0.5-2.dsc
 68885c55dc845f309347e6f3e27813843cb06fef 4380 knutclient_1.0.5-2.debian.tar.xz
 8b4a4e4adea2eaebe53a2b4fcdfd0b8b874abba8 1357362 
knutclient-dbgsym_1.0.5-2_amd64.deb
 4d3ebf76ef39380522c425c24bbe0c2aedb3850d 1381932 knutclient_1.0.5-2_amd64.deb
Checksums-Sha256:
 790a0f7b17c69e59f02d57ff5548b6ba4421fcf184f147265a2b56fc5b37eeed 1890 
knutclient_1.0.5-2.dsc
 d5feb034cb099ff48d3d6989b4fba3b17805f9ba61b9660beac60d93122f239b 4380 
knutclient_1.0.5-2.debian.tar.xz
 3035bdcb1679b22fa77aaefa3025d065b443584df6c51e2141287514ed5f60e0 1357362 
knutclient-dbgsym_1.0.5-2_amd64.deb
 3e3918e32402712f4f1f97d3b32ee1d89556ff2fb8cdbc0c4be2eaa8607de770 1381932 
knutclient_1.0.5-2_amd64.deb
Files:
 0e8004b7385d5ec0a55925f3fc23e110 1890 kde optional knutclient_1.0.5-2.dsc
 748360091145c39e980b7a25b6ae8834 4380 kde optional 
knutclient_1.0.5-2.debian.tar.xz
 a368a7a2c8bbfa22f2c047bbfa04da65 1357362 debug extra 
knutclient-dbgsym_1.0.5-2_amd64.deb
 f181ab6ba73ce146b3de2dbfbe9d470e 1381932 kde optional 
knutclient_1.0.5-2_amd64.deb

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

iQIcBAEBCAAGBQJXuSnQAAoJEFK2u9lTlo0bhIcQAKM39xod1tD6fZBhHatG78ht
pIxiLPDjqXOlLcGSCk6VJaLjHOPe9eIJcAwFqSZXS/lHUijIuOZ42wMITg/Sitwy
yg/d0Q2kuRJwD4osLoRBfljWg+2Jr+6rmDANNHKCG9AQNe1xxeJosrmH23dmf37e
KSQ3BA9UvM4cy95JSQYL9RidqHcBspfkEIPRL0MSuFAXRegUfpzMiCFaVWzuVm2E
L4HJkZ3tMC16WNZlNz2RN+HpEyZXvqHWoifj1A55kGECLD532gGp7BiJu1zFYSEv
E7OzeALBRmt4eJFvTxATAdHXohZ2lw6ZNGyL/Qmaa78838J7x75q6B9NAvt8epWe
Z64JmyNIWia7ktRsftby80fKOlvUZBiPo7mf8UvKiBPpF2KD+7ti5dqxasCVvrOX
y4kQXp7bzz+9poV1r92xzDKtWLtkqloQsV1MBjfjnZtAFkQf83F7Cd/ijfxCNTyy
CyMmlJrgdJ/NKDAyHy3XkM5J0koLchdif1LCkjFQUhyrftey56sa6s1SQCGpYw9H
q8WmeS0KSdBbu1RKabNn3XXEngoAWHdRGHpn8lSF9of8htUym6ul1TadBj9MCKQu
zz9j+PoP4qd4exaUw1uCBYd0AC7aL8/mc47B1SJZdqg+6AIV0jEW4bei9bOksO2j
sK/zpYxGWFBcYHpUYj+e
=dJPU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to