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.