Your message dated Sat, 19 Dec 2020 18:34:00 +0000
with message-id <e1kqh3i-000418...@fasolo.debian.org>
and subject line Bug#975169: fixed in litecoin 0.18.1-1.1
has caused the Debian Bug report #975169,
regarding litecoin: FTBFS: qt/trafficgraphwidget.cpp:55:9: error: invalid use 
of incomplete type ‘class QPainterPath’
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.)


-- 
975169: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975169
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: litecoin
Version: 0.18.1-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++ -std=c++11 -DHAVE_CONFIG_H -I. -I../src/config    -I.  
> -DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC -pthread -I/usr/include   
>  -I./secp256k1/include -I./univalue/include -DQT_NO_KEYWORDS -DQT_NETWORK_LIB 
> -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB 
> -I/usr/include/x86_64-linux-gnu/qt5/QtNetwork 
> -I/usr/include/x86_64-linux-gnu/qt5 
> -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets 
> -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtGui 
> -I/usr/include/x86_64-linux-gnu/qt5 
> -I/usr/include/x86_64-linux-gnu/qt5/QtCore 
> -I/usr/include/x86_64-linux-gnu/qt5 -DQT_DBUS_LIB -DQT_CORE_LIB 
> -I/usr/include/x86_64-linux-gnu/qt5/QtDBus 
> -I/usr/include/x86_64-linux-gnu/qt5 
> -I/usr/include/x86_64-linux-gnu/qt5/QtCore 
> -I/usr/include/x86_64-linux-gnu/qt5 -pthread  -Wdate-time -D_FORTIFY_SOURCE=2 
> -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS  -fstack-reuse=none      -fPIC -g 
> -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -fPIC -c -o qt/libbitcoinqt_a-utilitydialog.o `test 
> -f 'qt/utilitydialog.cpp' || echo './'`qt/utilitydialog.cpp
> qt/trafficgraphwidget.cpp: In member function ‘void 
> TrafficGraphWidget::paintPath(QPainterPath&, QQueue<float>&)’:
> qt/trafficgraphwidget.cpp:55:9: error: invalid use of incomplete type ‘class 
> QPainterPath’
>    55 |         path.moveTo(x, YMARGIN + h);
>       |         ^~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qbrush.h:49,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpalette.h:46,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
>                  from ./qt/trafficgraphwidget.h:8,
>                  from qt/trafficgraphwidget.cpp:6:
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h:54:7: note: forward 
> declaration of ‘class QPainterPath’
>    54 | class QPainterPath;
>       |       ^~~~~~~~~~~~
> qt/trafficgraphwidget.cpp:59:13: error: invalid use of incomplete type ‘class 
> QPainterPath’
>    59 |             path.lineTo(x, y);
>       |             ^~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qbrush.h:49,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpalette.h:46,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
>                  from ./qt/trafficgraphwidget.h:8,
>                  from qt/trafficgraphwidget.cpp:6:
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h:54:7: note: forward 
> declaration of ‘class QPainterPath’
>    54 | class QPainterPath;
>       |       ^~~~~~~~~~~~
> qt/trafficgraphwidget.cpp:61:9: error: invalid use of incomplete type ‘class 
> QPainterPath’
>    61 |         path.lineTo(x, YMARGIN + h);
>       |         ^~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qbrush.h:49,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpalette.h:46,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
>                  from ./qt/trafficgraphwidget.h:8,
>                  from qt/trafficgraphwidget.cpp:6:
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h:54:7: note: forward 
> declaration of ‘class QPainterPath’
>    54 | class QPainterPath;
>       |       ^~~~~~~~~~~~
> qt/trafficgraphwidget.cpp: In member function ‘virtual void 
> TrafficGraphWidget::paintEvent(QPaintEvent*)’:
> qt/trafficgraphwidget.cpp:108:22: error: aggregate ‘QPainterPath p’ has 
> incomplete type and cannot be defined
>   108 |         QPainterPath p;
>       |                      ^
> qt/trafficgraphwidget.cpp:115:22: error: aggregate ‘QPainterPath p’ has 
> incomplete type and cannot be defined
>   115 |         QPainterPath p;
>       |                      ^
> qt/splashscreen.cpp: In constructor 
> ‘SplashScreen::SplashScreen(interfaces::Node&, Qt::WindowFlags, const 
> NetworkStyle*)’:
> qt/splashscreen.cpp:77:44: warning: ‘int QFontMetrics::width(const QString&, 
> int) const’ is deprecated: Use QFontMetrics::horizontalAdvance 
> [-Wdeprecated-declarations]
>    77 |     int titleTextWidth = fm.width(titleText);
>       |                                            ^
> 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 ./qt/splashscreen.h:8,
>                  from qt/splashscreen.cpp:9:
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qfontmetrics.h:106:9: note: declared 
> here
>   106 |     int width(const QString &, int len = -1) const;
>       |         ^~~~~
> qt/splashscreen.cpp:84:41: warning: ‘int QFontMetrics::width(const QString&, 
> int) const’ is deprecated: Use QFontMetrics::horizontalAdvance 
> [-Wdeprecated-declarations]
>    84 |     titleTextWidth  = fm.width(titleText);
>       |                                         ^
> 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 ./qt/splashscreen.h:8,
>                  from qt/splashscreen.cpp:9:
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qfontmetrics.h:106:9: note: declared 
> here
>   106 |     int width(const QString &, int len = -1) const;
>       |         ^~~~~
> qt/splashscreen.cpp:91:49: warning: ‘int QFontMetrics::width(const QString&, 
> int) const’ is deprecated: Use QFontMetrics::horizontalAdvance 
> [-Wdeprecated-declarations]
>    91 |     int versionTextWidth  = fm.width(versionText);
>       |                                                 ^
> 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 ./qt/splashscreen.h:8,
>                  from qt/splashscreen.cpp:9:
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qfontmetrics.h:106:9: note: declared 
> here
>   106 |     int width(const QString &, int len = -1) const;
>       |         ^~~~~
> qt/splashscreen.cpp:113:55: warning: ‘int QFontMetrics::width(const QString&, 
> int) const’ is deprecated: Use QFontMetrics::horizontalAdvance 
> [-Wdeprecated-declarations]
>   113 |         int titleAddTextWidth  = fm.width(titleAddText);
>       |                                                       ^
> 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 ./qt/splashscreen.h:8,
>                  from qt/splashscreen.cpp:9:
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qfontmetrics.h:106:9: note: declared 
> here
>   106 |     int width(const QString &, int len = -1) const;
>       |         ^~~~~
> qt/splashscreen.cpp:126:50: warning: ‘const QRect 
> QDesktopWidget::screenGeometry(int) const’ is deprecated: Use 
> QGuiApplication::screens() [-Wdeprecated-declarations]
>   126 |     move(QApplication::desktop()->screenGeometry().center() - 
> r.center());
>       |                                                  ^
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDesktopWidget:1,
>                  from qt/splashscreen.cpp:23:
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdesktopwidget.h:79:67: note: 
> declared here
>    79 |     QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect 
> screenGeometry(int screen = -1) const;
>       |                                                                   
> ^~~~~~~~~~~~~~
> make[4]: *** [Makefile:8476: qt/libbitcoinqt_a-trafficgraphwidget.o] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/11/19/litecoin_0.18.1-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: litecoin
Source-Version: 0.18.1-1.1
Done: Anton Gladky <gl...@debian.org>

We believe that the bug you reported is fixed in the latest version of
litecoin, 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.
Anton Gladky <gl...@debian.org> (supplier of updated litecoin 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, 19 Dec 2020 18:38:21 +0100
Source: litecoin
Architecture: source
Version: 0.18.1-1.1
Distribution: unstable
Urgency: medium
Maintainer: Dmitry Smirnov <only...@debian.org>
Changed-By: Anton Gladky <gl...@debian.org>
Closes: 975169
Changes:
 litecoin (0.18.1-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * [aed969f] Add missing header. (Closes: #975169)
Checksums-Sha1:
 d10b21d64f66a52f88f3c1c7cd575f783d73691b 2116 litecoin_0.18.1-1.1.dsc
 19e2bf3b7134c44c37078376160a91cd704bac5c 12344 
litecoin_0.18.1-1.1.debian.tar.xz
 eba53a48b4d2fc1ee11152426c6512cd94bfe6cc 8167 
litecoin_0.18.1-1.1_source.buildinfo
Checksums-Sha256:
 25c20b5427ff07c2fd6eafb10917fac1fce1c4e55eef2190d9f879262576641b 2116 
litecoin_0.18.1-1.1.dsc
 0f8871272b449c3cf02457fe84702853b6112bdd48e3b575cce962ab5d4224fd 12344 
litecoin_0.18.1-1.1.debian.tar.xz
 f001a7eb5abc595a78d965f4c36ee014442a88d256363f6b92fa0b707641736b 8167 
litecoin_0.18.1-1.1_source.buildinfo
Files:
 cfa34bb1aafaa040a8d380f1313ee169 2116 utils optional litecoin_0.18.1-1.1.dsc
 56a146d25a6a3f1009145c2ac91843fa 12344 utils optional 
litecoin_0.18.1-1.1.debian.tar.xz
 551cd482c0e6d65f71b71b6f7d987da6 8167 utils optional 
litecoin_0.18.1-1.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEu71F6oGKuG/2fnKF0+Fzg8+n/wYFAl/eOr8ACgkQ0+Fzg8+n
/wbZGg//bBE362KmsN0CGdrDwuKmYw4hxoNC2ggT35yWT6LflWuPzmht1uqol4KN
Sb6I0a4Vvg/WfFL3HgvQ2SwE8Nur1PwqDo5lpU6FjB+eGWr2+6AshAxrwtmhjikw
ZgTRwF5nwhuAJ+Qt6fZhRQ3FkjqTM3GIvATCOv2+chnDQXIgpQP9+KJ9lUPIwokw
TM0b/vK7lZ5QIqhK6eTIrc/l9DkQqMMvhv6SgEKuFZpcJ+975ZcbXVavSsXgUGzF
2uB2rvhkUI9bOv5SDbvuaKAuW4zpAwSF73QIMZp7oGKObahfhkwbK9fabI47/Lcr
4BJqqaGPvXX4NQ4eGogviCwGrXwL971sHFO35INLUV9TRQWDbfqUc5oPCe42S3x/
8LwRkawsmVexN0x+ZHau5XD3V6pOBq38OaSp2Oh+PGdBcLtTpXRebRycDodBwDUf
0UHTqO55kxpYhDE4LiJVqIC0v2rr5rV8adqMORLZ6mFrmXVG2VBx78TQrPzwz/W/
Ob7CtCWWMk4vOaBLQYVUDZ5+ouPNycj5WWypmGK0ixWFJx8m0dZcN5XN/HCfg24d
E8RdL+rFEumD+E1pkH8iUgJiOMGYyycZTfFmE5kbyfdGXi+tyd2VZL4C7nRTmdBa
ktOWF69djbxc/2WSRZquRVTaoFa+SD1xvo5itw5s/K0BUvNe3lE=
=q3iI
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to