Your message dated Sun, 05 Nov 2017 18:49:53 +0000
with message-id <e1ebpzv-0003x9...@fasolo.debian.org>
and subject line Bug#853470: fixed in kadu 4.1-1.1
has caused the Debian Bug report #853470,
regarding kadu: ftbfs with GCC-7
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.)
--
853470: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853470
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:kadu
Version: 4.1-1
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/kadu_4.1-1_unstable_gcc7.log
The last lines of the build log are at the end of this report.
To build with GCC 7, either set CC=gcc-7 CXX=g++-7 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-7/porting_to.html
[...]
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:441:48: note:
declared here
typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;
^~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/kadu-core/plugin/gui/plugin-list/plugin-list-view-delegate.cpp:
In member function 'void PluginListWidgetDelegate::initializeModel(const
QModelIndex&)':
/<<PKGBUILDDIR>>/kadu-core/plugin/gui/plugin-list/plugin-list-view-delegate.cpp:152:56:
warning: 'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]
QStyleOptionViewItemV4 optionView;
^~~~~~~~~~
In file included from
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:44:0,
from
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:46,
from
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/QAbstractItemView:1,
from
/<<PKGBUILDDIR>>/kadu-core/plugin/gui/plugin-list/plugin-list-view-delegate.cpp:37:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:441:48: note:
declared here
typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;
^~~~~~~~~~~~~~~~~~~~~~
kadu-core/CMakeFiles/libkadu.dir/build.make:12470: recipe for target
'kadu-core/CMakeFiles/libkadu.dir/plugin/plugin-module.cpp.o' failed
make[3]: *** [kadu-core/CMakeFiles/libkadu.dir/plugin/plugin-module.cpp.o]
Error 1
In file included from
/<<PKGBUILDDIR>>/kadu-core/plugin/gui/plugin-list/plugin-list-widget-item-delegate.cpp:29:0:
/<<PKGBUILDDIR>>/kadu-core/gui/widgets/categorized-list-view.h:343:75: warning:
'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]
QStyleOptionViewItemV4 blockRect(const QModelIndex &representative);
^
In file included from
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:44:0,
from
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/QAbstractItemDelegate:1,
from
/<<PKGBUILDDIR>>/kadu-core/plugin/gui/plugin-list/plugin-list-view-delegate.h:30,
from
/<<PKGBUILDDIR>>/kadu-core/plugin/gui/plugin-list/plugin-list-widget-item-delegate.h:26,
from
/<<PKGBUILDDIR>>/kadu-core/plugin/gui/plugin-list/plugin-list-widget-item-delegate.cpp:24:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:441:48: note:
declared here
typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;
^~~~~~~~~~~~~~~~~~~~~~
In file included from
/<<PKGBUILDDIR>>/kadu-core/plugin/gui/plugin-list/plugin-list-widget-item-delegate.cpp:29:0:
/<<PKGBUILDDIR>>/kadu-core/gui/widgets/categorized-list-view.h:458:75: warning:
'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]
QStyleOptionViewItemV4 blockRect(const QModelIndex &representative);
^
In file included from
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:44:0,
from
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/QAbstractItemDelegate:1,
from
/<<PKGBUILDDIR>>/kadu-core/plugin/gui/plugin-list/plugin-list-view-delegate.h:30,
from
/<<PKGBUILDDIR>>/kadu-core/plugin/gui/plugin-list/plugin-list-widget-item-delegate.h:26,
from
/<<PKGBUILDDIR>>/kadu-core/plugin/gui/plugin-list/plugin-list-widget-item-delegate.cpp:24:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:441:48: note:
declared here
typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;
^~~~~~~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build-dir'
CMakeFiles/Makefile2:272: recipe for target
'kadu-core/CMakeFiles/libkadu.dir/all' failed
make[2]: *** [kadu-core/CMakeFiles/libkadu.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/build-dir'
Makefile:138: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/build-dir'
debian/rules:34: recipe for target 'build-arch-stamp' failed
make: *** [build-arch-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: kadu
Source-Version: 4.1-1.1
We believe that the bug you reported is fixed in the latest version of
kadu, 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 853...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Mateusz Łukasik <mat...@linuxmint.pl> (supplier of updated kadu 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: Wed, 30 Aug 2017 19:57:07 +0200
Source: kadu
Binary: kadu libkadu kadu-common kadu-dev kadu-themes
Architecture: source
Version: 4.1-1.1
Distribution: unstable
Urgency: medium
Maintainer: Patryk Cisek <pat...@debian.org>
Changed-By: Mateusz Łukasik <mat...@linuxmint.pl>
Description:
kadu - Gadu-Gadu/XMPP client for X11
kadu-common - Gadu-Gadu/XMPP client for X11
kadu-dev - Development files needed to compile plugins for kadu
kadu-themes - Additional icons and emoticons for Kadu
libkadu - Gadu-Gadu/XMPP client for X11
Closes: 853470
Changes:
kadu (4.1-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Add patch to fix FTBFS with gcc-7. Thanks Fanael Linithien (Closes:
#853470)
* debian/rules: remove NJOBS and CMAKE_INSTALL_ALWAYS=1 for fix FTBFS with
parallel.
Checksums-Sha1:
11b8615422e16bdbd6dd96c4d21365e9e8db01f5 2549 kadu_4.1-1.1.dsc
b8e3e44ceac8f0190be0c95edab2a6c25edf3c9b 18332 kadu_4.1-1.1.debian.tar.xz
Checksums-Sha256:
bd28d2b5ba9832aaa25a28ab28da724cf75c2de3ecc029af8c8cc867d650d343 2549
kadu_4.1-1.1.dsc
72cda6e2740b85ef63400a54ac9e7f45b597331561ce909d6465ecdbd46a651c 18332
kadu_4.1-1.1.debian.tar.xz
Files:
1fcc59ecb7c97e0397c57b82a4660753 2549 net optional kadu_4.1-1.1.dsc
4fa4307d1431a3c41e10f3fef34cc190 18332 net optional kadu_4.1-1.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAln/WAIACgkQiNJCh6LY
mLFMDQ//YXAAscgnK1amNCbeaJpdGc/EaZVlrizSBrx8kfLBJMqnjleKveqHruY/
jMhXEPR6quBBhuGz9gfkJkz6BIZWcq0VPfnf987si1NF8b42a6R90rajbe348M9R
wVPDbZg0lEGaSVzIrNWwkGVoc44J4wWc5J6+w/cTVIPpSQVSGrURP254zCVJqoFC
YgMHN9GYwjA2N0TjTvKcpO6ukJZLRZD6GkYq88lLKqSmuBQrs2Q6qxj3H7T7fzH8
W0hmbA75138f7Nz/JSshSH+0iV44sr8OnzKQV6sroHqg4vTqNpbGmDbu3bNdg331
yUKH2kdDifx7+4qyt0OvB4qt6ig6EWQ/a+xKjqVlKOvdk4r3DuuzcR/u4o5dqsG5
SWzBVLkp7vRM/ETBTYhnqiqgW3dgOHH3G/tlJGPl+xxFNZ0IBTcZfsYQJY3VKw3X
kQLrbw1m9zOhDYnXmfBIqv4GV0zo/rSp/C+iCP9QbcokYBkgpZ6nz/sLlmyZhnQa
a0Ru/ZPxXGbKT2Em60qs57p6j3v2ZqPuofMj65oR7hLL0t6lZAkSgDk2zU3REemu
pZ4kYgk1I7F7aGPEcQjUYY3PmGG02WKWt2YQ2nsioNmda1jsS0qhr9/uLpn9WOn1
74qwnSwDDQZdLPEGWWqyK+ufMFH0N+6x+tkGoCHJuKeS+YX/8pA=
=s20r
-----END PGP SIGNATURE-----
--- End Message ---