Your message dated Sun, 29 Nov 2020 09:50:09 +0000
with message-id <e1kjjln-0008hq...@fasolo.debian.org>
and subject line Bug#975149: fixed in ukui-notification-daemon 1.0.1-1
has caused the Debian Bug report #975149,
regarding ukui-notification-daemon: FTBFS: src/popupitemwidget.cpp:486:18:
error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined
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.)
--
975149: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975149
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ukui-notification-daemon
Version: 1.0.0-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201119 ftbfs-bullseye
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> g++ -c -pipe -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC
> -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB
> -DQT_GUI_LIB -DQT_DBUS_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I.
> -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtSvg
> -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets
> -I/usr/include/x86_64-linux-gnu/qt5/QtGui
> -I/usr/include/x86_64-linux-gnu/qt5/QtDBus
> -I/usr/include/x86_64-linux-gnu/qt5/QtSql
> -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I.
> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o notifications_adaptor.o
> src/notifications_adaptor.cpp
> src/notifyreceiveinfo.cpp: In member function ‘notifyReceiveInfo&
> notifyReceiveInfo::operator=(const notifyReceiveInfo&)’:
> src/notifyreceiveinfo.cpp:53:12: warning: reference to local variable ‘ent’
> returned [-Wreturn-local-addr]
> 53 | return ent;
> | ^~~
> src/notifyreceiveinfo.cpp:52:23: note: declared here
> 52 | notifyReceiveInfo ent(notify);
> | ^~~
> In file included from src/popupitemwidget.cpp:18:
> src/popupitemwidget.h: In constructor
> ‘popupItemWidget::popupItemWidget(QWidget*, notifyReceiveInfo*)’:
> src/popupitemwidget.h:110:27: warning: ‘popupItemWidget::m_pSummaryLabel’
> will be initialized after [-Wreorder]
> 110 | QLabel *m_pSummaryLabel = nullptr;
> | ^~~~~~~~~~~~~~~
> src/popupitemwidget.h:109:27: warning: ‘QLabel*
> popupItemWidget::m_pTextBodyLabel’ [-Wreorder]
> 109 | QLabel *m_pTextBodyLabel = nullptr;
> | ^~~~~~~~~~~~~~~~
> src/popupitemwidget.cpp:20:1: warning: when initialized here [-Wreorder]
> 20 | popupItemWidget::popupItemWidget(QWidget *parent, notifyReceiveInfo
> *entryInfo)
> | ^~~~~~~~~~~~~~~
> src/popupitemwidget.cpp: In member function ‘QString
> popupItemWidget::SetFormatBody(QString, QLabel*)’:
> src/popupitemwidget.cpp:287:42: warning: ‘int QFontMetrics::width(const
> QString&, int) const’ is deprecated: Use QFontMetrics::horizontalAdvance
> [-Wdeprecated-declarations]
> 287 | int fontSize = fontMetrics.width(text);
> | ^
> In file included from
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:50,
> from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
> from src/popupitemwidget.h:22,
> from src/popupitemwidget.cpp:18:
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qfontmetrics.h:106:9: note: declared
> here
> 106 | int width(const QString &, int len = -1) const;
> | ^~~~~
> src/popupitemwidget.cpp:296:59: warning: ‘int QFontMetrics::width(const
> QString&, int) const’ is deprecated: Use QFontMetrics::horizontalAdvance
> [-Wdeprecated-declarations]
> 296 | int oneFontSize = fontMetrics.width(formatBody);
> | ^
> In file included from
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:50,
> from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
> from src/popupitemwidget.h:22,
> from src/popupitemwidget.cpp:18:
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qfontmetrics.h:106:9: note: declared
> here
> 106 | int width(const QString &, int len = -1) const;
> | ^~~~~
> src/popupitemwidget.cpp:302:67: warning: ‘int QFontMetrics::width(const
> QString&, int) const’ is deprecated: Use QFontMetrics::horizontalAdvance
> [-Wdeprecated-declarations]
> 302 | int oneFontSize = fontMetrics.width(formatBody);
> | ^
> In file included from
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:50,
> from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
> from src/popupitemwidget.h:22,
> from src/popupitemwidget.cpp:18:
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qfontmetrics.h:106:9: note: declared
> here
> 106 | int width(const QString &, int len = -1) const;
> | ^~~~~
> src/popupitemwidget.cpp:319:63: warning: ‘int QFontMetrics::width(const
> QString&, int) const’ is deprecated: Use QFontMetrics::horizontalAdvance
> [-Wdeprecated-declarations]
> 319 | int oneFontSize = fontMetrics.width(formatBody);
> | ^
> In file included from
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:50,
> from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
> from src/popupitemwidget.h:22,
> from src/popupitemwidget.cpp:18:
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qfontmetrics.h:106:9: note: declared
> here
> 106 | int width(const QString &, int len = -1) const;
> | ^~~~~
> src/popupitemwidget.cpp: In member function ‘virtual void
> popupItemWidget::paintEvent(QPaintEvent*)’:
> src/popupitemwidget.cpp:486:18: error: aggregate ‘QPainterPath path’ has
> incomplete type and cannot be defined
> 486 | QPainterPath path;
> | ^~~~
> g++ -c -pipe -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC
> -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB
> -DQT_GUI_LIB -DQT_DBUS_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I.
> -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtSvg
> -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets
> -I/usr/include/x86_64-linux-gnu/qt5/QtGui
> -I/usr/include/x86_64-linux-gnu/qt5/QtDBus
> -I/usr/include/x86_64-linux-gnu/qt5/QtSql
> -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I.
> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o adaptscreeninfo.o
> src/adaptscreeninfo.cpp
> make[1]: *** [Makefile:491: popupitemwidget.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2020/11/19/ukui-notification-daemon_1.0.0-1_unstable.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: ukui-notification-daemon
Source-Version: 1.0.1-1
Done: handsome_feng <jianfen...@ubuntukylin.com>
We believe that the bug you reported is fixed in the latest version of
ukui-notification-daemon, 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 975...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
handsome_feng <jianfen...@ubuntukylin.com> (supplier of updated
ukui-notification-daemon 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: Sat, 28 Nov 2020 13:43:26 +0800
Source: ukui-notification-daemon
Architecture: source
Version: 1.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Kylin Team <team+ky...@tracker.debian.org>
Changed-By: handsome_feng <jianfen...@ubuntukylin.com>
Closes: 975149
Changes:
ukui-notification-daemon (1.0.1-1) unstable; urgency=medium
.
* New upstream release. (Closes: #975149)
Checksums-Sha1:
0a9a753b0c452e6b7140b582040ddf816f207678 2171
ukui-notification-daemon_1.0.1-1.dsc
eeaf77ea5fc9afc2c8a6a5c915d03a1c077a0e0d 31401
ukui-notification-daemon_1.0.1.orig.tar.gz
50239d53ab8adcff9a3760b123fd86efa13daf08 1740
ukui-notification-daemon_1.0.1-1.debian.tar.xz
f6430573a2cf399ca200f89bd3e543b9252c891d 11473
ukui-notification-daemon_1.0.1-1_source.buildinfo
Checksums-Sha256:
f3c40d7579c8a44faf2b1312f45b51c2ce4e002f0dc7c94f4f14998fcc8ccc1a 2171
ukui-notification-daemon_1.0.1-1.dsc
1acf3ed79e07446de75579d548f69567ccfe60d581ebf2c9e4de826098cf167c 31401
ukui-notification-daemon_1.0.1.orig.tar.gz
202cf78bfe52b62abaebe2a0f9564bcb3ab98575810a974532a01df510d4f193 1740
ukui-notification-daemon_1.0.1-1.debian.tar.xz
10a6d2c3cd24e0a676383cb00e88bca762f432870ac4ac48bdf7fee8501a77bb 11473
ukui-notification-daemon_1.0.1-1_source.buildinfo
Files:
a53c14dec551562014dc5bae3025a83b 2171 x11 optional
ukui-notification-daemon_1.0.1-1.dsc
f3f0fe64ad7b85817335d529a6267302 31401 x11 optional
ukui-notification-daemon_1.0.1.orig.tar.gz
12aa1414e5a803a4ca1dc125b30f3572 1740 x11 optional
ukui-notification-daemon_1.0.1-1.debian.tar.xz
bc6c861c12fedb6cb5e2c4836c4809f2 11473 x11 optional
ukui-notification-daemon_1.0.1-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl/DagEACgkQweDZLphv
fH5wuxAAyvRGgHamg9NkuquOSU/ZVU85PykgL1fHpv6OCpLHa2YmubECJRu/L/pd
pBsjT1vqdQyqYg6pk4q7ijqRvDjkBOUTKDXbb0tW/ooNtsuf97IOLCJWZSH2arbD
oW02+7kDSiUCzeMv+2p7QtAS4pgYlvQiU8we/8uizT6COXLgLsja1+YylJKLCAd4
tbybqbQQpy+VGnrbQyzyzXyR7DrF+ZierHtoJ2dAsZwP8L0DlrphYemFfUmsA0El
l3l9Cdlg/YmwbdO8LaphVz3lRvqFypZSwccsTjhjm9bGalug2JXrXih4nd8RZBD3
xRveKx8fmqgxKkFW1O9XEs7b9+Mhrz0gmFzrSCCvsLRDmJJmYC9+xE+ckso9Wsnc
gsQBh8jpzEzmhpHPkMTcmf5hhIKpNjMwfijum2ZOgaK4UVR4X90p8zN+9YeuE7aM
nbNLcFwSVfuzYgGqZ+H+y79mSZPi7txRohTMX0AGWQc0wixLks8zs/1gVZGvtEve
5i4GWQyyL1TKcFQaC25aGSI+HxSWeLL0owyP6p1tfkMl8A3EmEGpYr2+gEVmkc1T
y+GcC5rbHHD+5t4bvI1Y1jRjV5zhrkQAKTL+t9l+bDBnVnYJEw/Ew6rMpc7Fx19c
R/yOMHGQsApb7Sa79i7Kk5BFzbntqM/VImO1rekv94jTy8JqXfQ=
=CrrY
-----END PGP SIGNATURE-----
--- End Message ---