Your message dated Wed, 03 Mar 2021 20:33:25 +0000
with message-id <[email protected]>
and subject line Bug#975124: fixed in dogecoin 1.14.3-1
has caused the Debian Bug report #975124,
regarding dogecoin: FTBFS: qt/trafficgraphwidget.cpp:53: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 [email protected]
immediately.)


-- 
975124: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975124
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: dogecoin
Version: 1.14.2-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  -U_FORTIFY_SOURCE 
> -D_FORTIFY_SOURCE=2 -I. -I./obj  -pthread -I/usr/include -I./leveldb/include 
> -I./leveldb/helpers/memenv   -I./secp256k1/include -I./univalue/include 
> -I./qt -I./qt -I./qt/forms -I./qt/forms -DQT_NO_KEYWORDS -DQT_NETWORK_LIB 
> -DQT_PRINTSUPPORT_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/QtPrintSupport 
> -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 -Wstack-protector 
> -fstack-protector-all  -fPIC -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -c -o 
> qt/libdogecoinqt_a-trafficgraphwidget.o `test -f 'qt/trafficgraphwidget.cpp' 
> || echo './'`qt/trafficgraphwidget.cpp
> qt/trafficgraphwidget.cpp: In member function ‘void 
> TrafficGraphWidget::paintPath(QPainterPath&, QQueue<float>&)’:
> qt/trafficgraphwidget.cpp:53:9: error: invalid use of incomplete type ‘class 
> QPainterPath’
>    53 |         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:5:
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h:54:7: note: forward 
> declaration of ‘class QPainterPath’
>    54 | class QPainterPath;
>       |       ^~~~~~~~~~~~
> qt/trafficgraphwidget.cpp:57:13: error: invalid use of incomplete type ‘class 
> QPainterPath’
>    57 |             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:5:
> /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:9: error: invalid use of incomplete type ‘class 
> QPainterPath’
>    59 |         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:5:
> /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:106:22: error: aggregate ‘QPainterPath p’ has 
> incomplete type and cannot be defined
>   106 |         QPainterPath p;
>       |                      ^
> qt/trafficgraphwidget.cpp:113:22: error: aggregate ‘QPainterPath p’ has 
> incomplete type and cannot be defined
>   113 |         QPainterPath p;
>       |                      ^
> make[3]: *** [Makefile:7080: qt/libdogecoinqt_a-trafficgraphwidget.o] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/11/19/dogecoin_1.14.2-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: dogecoin
Source-Version: 1.14.3-1
Done: Keng-Yu Lin <[email protected]>

We believe that the bug you reported is fixed in the latest version of
dogecoin, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Keng-Yu Lin <[email protected]> (supplier of updated dogecoin 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 04 Mar 2021 03:31:51 +0800
Source: dogecoin
Architecture: source
Version: 1.14.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Cryptocoin Team <[email protected]>
Changed-By: Keng-Yu Lin <[email protected]>
Closes: 975124
Changes:
 dogecoin (1.14.3-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #975124)
Checksums-Sha1:
 102bbd5476731051b5b5b88293ffa1351e358b43 2280 dogecoin_1.14.3-1.dsc
 2826952d82ed2d3a5f6059412b049135f4f202da 7204900 dogecoin_1.14.3.orig.tar.gz
 0ad376bde151fd738c2d501ee14d3b739fa484bb 10916 dogecoin_1.14.3-1.debian.tar.xz
 ac6eefd2beedd75bc457f3faad5a4687debb40b9 14483 
dogecoin_1.14.3-1_source.buildinfo
Checksums-Sha256:
 788272ddf57ad712156c1e26ea1e3e73e16858983549e7fe7b87e05eb56a2df7 2280 
dogecoin_1.14.3-1.dsc
 01039ad91adf7d2815ab07b45f751426e1c8e230f868dc878d4f5ff8aefeee47 7204900 
dogecoin_1.14.3.orig.tar.gz
 d7542f7be79a17281a8d8c7f4015819209c964bf6cf3b16e90bedd861cb44a7b 10916 
dogecoin_1.14.3-1.debian.tar.xz
 582b8c97f69c8446a7a8676f02d39bdf6327a67e40ee333d7e1f248af89f3d0b 14483 
dogecoin_1.14.3-1_source.buildinfo
Files:
 03caf6b21fe6e679330cc3bb0325d9a2 2280 utils optional dogecoin_1.14.3-1.dsc
 6508a8742d66b573214ac1f52bca195b 7204900 utils optional 
dogecoin_1.14.3.orig.tar.gz
 a3bc149d4c4b13f3726c0241947d107f 10916 utils optional 
dogecoin_1.14.3-1.debian.tar.xz
 97397b1604bcf456336ae2005d7df01a 14483 utils optional 
dogecoin_1.14.3-1_source.buildinfo

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

iQJGBAEBCgAwFiEEdwtc2/tLhothQ0hFxheGnxR4UE4FAmA/7Y4SHGtlbmd5dUBk
ZWJpYW4ub3JnAAoJEMYXhp8UeFBOldsP/1DpIVhyvvBYlIni71EVbJMY0hmQhqi2
JSsf0709E1ErJYQs8d5UwKfGcU5IF9NbPCai5FASDIyqXsWfEJGsy1cRUB8IUWXv
Ovx8esqVUj/QdvmKDgF7M7D20ymCNN+2fPDYQPY2yciArg6YgwSW6atl4KNbvjmE
GOxsmo/l58nWh7cIAGjgFQkMy/JWpDG2AlrnQOBen5IRTt8sAF86gARufU7X77Ou
ia8N0uB2RvyZnvWTVSzeyStOH2EkSRFpidkte1UUC056SYukyq47CMWf+k7x4Vqb
JykDDs2ZFMfK7YTC5Ky4IIHaNk+hZZwAUX54tg8JMvDa4SFVbTxk67XY4Tbgp0mJ
JwP4cueMJQIhMV+ZOb/qc4bIRMR3vy0j9UKZtYUsrlz3LzJtjG65X94ukpsnAjw2
l3+V5Ck/E04a+u9DWlKf714QbtId6i42NoWB74zSXjFatdCTlaherWOfINJd8QFM
gz4rLH2tgezINBAMDwUkvj8467ee707jSrj9CGmRGIA9leVebFXy4FBAkHH8LWvz
UPEXmVwoRm/NZl11hJqaNeYPenRLe3Ag7qFuwO3zXTS+/W7gStN+03k6P+evyEu/
/Ug/PP7aTQlehxCiOuXWx7v6BbyHr0vm6qUCvQ0wn7xiBYd1RSEmgRyXm2tI3LzM
GzAxJ16iov+a
=H+F7
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to