Your message dated Sat, 21 Nov 2020 13:52:03 +0000 with message-id <[email protected]> and subject line Bug#975162: fixed in xygrib 1.2.6-2 has caused the Debian Bug report #975162, regarding xygrib: FTBFS: SkewT.h:38:25: 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.) -- 975162: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975162 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: xygrib Version: 1.2.6-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): > cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ -DQT_CORE_LIB > -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB > -DQT_WIDGETS_LIB -DQT_XML_LIB -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src > -I/<<PKGBUILDDIR>>/src -I/usr/include/openjpeg-2.3 > -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/include > -I/<<PKGBUILDDIR>>/src/util -I/<<PKGBUILDDIR>>/src/map > -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/map/map_autogen/include > -I/<<PKGBUILDDIR>>/src/GUI -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/GUI > -I/<<PKGBUILDDIR>>/src/g2clib-1.6.0 -I/<<PKGBUILDDIR>>/src/map/.. > -I/<<PKGBUILDDIR>>/src/map/../util -I/<<PKGBUILDDIR>>/src/map/../GUI -isystem > /usr/include/x86_64-linux-gnu/qt5 -isystem > /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem > /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem > /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem > /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem > /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem > /usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -isystem > /usr/include/x86_64-linux-gnu/qt5/QtXml -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H -Wdate-time > -D_FORTIFY_SOURCE=2 -Wall -fPIC -fPIC -std=gnu++11 -o > CMakeFiles/XyGrib.dir/Metar.cpp.o -c /<<PKGBUILDDIR>>/src/Metar.cpp > /<<PKGBUILDDIR>>/src/MapDrawer.cpp: In member function ‘void > MapDrawer::draw_Cartouche_Gridded(QPainter&, const Projection*, > GriddedPlotter*)’: > /<<PKGBUILDDIR>>/src/MapDrawer.cpp:734:25: warning: ‘int > QFontMetrics::width(const QString&, int) const’ is deprecated: Use > QFontMetrics::horizontalAdvance [-Wdeprecated-declarations] > 734 | w1 = fmbig.width(tval2)+5; > | ^ > In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpainter.h:59, > from /usr/include/x86_64-linux-gnu/qt5/QtGui/QPainter:1, > from /<<PKGBUILDDIR>>/src/MapDrawer.cpp:25: > /usr/include/x86_64-linux-gnu/qt5/QtGui/qfontmetrics.h:106:9: note: declared > here > 106 | int width(const QString &, int len = -1) const; > | ^~~~~ > /<<PKGBUILDDIR>>/src/MapDrawer.cpp:738:47: warning: ‘int > QFontMetrics::width(const QString&, int) const’ is deprecated: Use > QFontMetrics::horizontalAdvance [-Wdeprecated-declarations] > 738 | int t = fmsmall.width (datalist.at(i))+5; > | ^ > In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpainter.h:59, > from /usr/include/x86_64-linux-gnu/qt5/QtGui/QPainter:1, > from /<<PKGBUILDDIR>>/src/MapDrawer.cpp:25: > /usr/include/x86_64-linux-gnu/qt5/QtGui/qfontmetrics.h:106:9: note: declared > here > 106 | int width(const QString &, int len = -1) const; > | ^~~~~ > /<<PKGBUILDDIR>>/src/MapDrawer.cpp:778:41: warning: ‘int > QFontMetrics::width(const QString&, int) const’ is deprecated: Use > QFontMetrics::horizontalAdvance [-Wdeprecated-declarations] > 778 | int t = fmdate.width (datalist.at(i))+5; > | ^ > In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpainter.h:59, > from /usr/include/x86_64-linux-gnu/qt5/QtGui/QPainter:1, > from /<<PKGBUILDDIR>>/src/MapDrawer.cpp:25: > /usr/include/x86_64-linux-gnu/qt5/QtGui/qfontmetrics.h:106:9: note: declared > here > 106 | int width(const QString &, int len = -1) const; > | ^~~~~ > /<<PKGBUILDDIR>>/src/MapDrawer.cpp:800:24: warning: ‘int > QFontMetrics::width(const QString&, int) const’ is deprecated: Use > QFontMetrics::horizontalAdvance [-Wdeprecated-declarations] > 800 | w = fmsign.width(sign)+5; > | ^ > In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpainter.h:59, > from /usr/include/x86_64-linux-gnu/qt5/QtGui/QPainter:1, > from /<<PKGBUILDDIR>>/src/MapDrawer.cpp:25: > /usr/include/x86_64-linux-gnu/qt5/QtGui/qfontmetrics.h:106:9: note: declared > here > 106 | int width(const QString &, int len = -1) const; > | ^~~~~ > In file included from /<<PKGBUILDDIR>>/src/MainWindow.h:47, > from /<<PKGBUILDDIR>>/src/MainWindow.cpp:34: > /<<PKGBUILDDIR>>/src/SkewT.h:38:25: error: invalid use of incomplete type > ‘class QPainterPath’ > 38 | class PersPath : public QPainterPath > | ^~~~~~~~~~~~ > In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qtransform.h:43, > from /usr/include/x86_64-linux-gnu/qt5/QtGui/qimage.h:48, > from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixmap.h:49, > from /usr/include/x86_64-linux-gnu/qt5/QtGui/qicon.h:46, > from > /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractbutton.h:44, > from > /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qpushbutton.h:44, > from > /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QPushButton:1, > from /<<PKGBUILDDIR>>/src/MainWindow.cpp:22: > /usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h:54:7: note: forward > declaration of ‘class QPainterPath’ > 54 | class QPainterPath; > | ^~~~~~~~~~~~ > /<<PKGBUILDDIR>>/src/MainWindow.cpp: In member function ‘virtual void > ThreadNewInstance::run()’: > /<<PKGBUILDDIR>>/src/MainWindow.cpp:54:53: warning: ‘static int > QProcess::execute(const QString&)’ is deprecated: Use QProcess::execute(const > QString &program, const QStringList &arguments) instead > [-Wdeprecated-declarations] > 54 | QProcess::execute ("\"" + appname + "\" -sw"); > | ^ > In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QProcess:1, > from /<<PKGBUILDDIR>>/src/MainWindow.cpp:32: > /usr/include/x86_64-linux-gnu/qt5/QtCore/qprocess.h:263:16: note: declared > here > 263 | static int execute(const QString &command); > | ^~~~~~~ > /<<PKGBUILDDIR>>/src/MainWindow.cpp: In member function ‘void > MainWindow::slotRunMaintenanceTool()’: > /<<PKGBUILDDIR>>/src/MainWindow.cpp:2530:63: warning: ‘static bool > QProcess::startDetached(const QString&)’ is deprecated: Use > QProcess::startDetached(const QString &program, const QStringList &arguments) > instead [-Wdeprecated-declarations] > 2530 | result = process.startDetached(maintenanceToolLocation); > | ^ > In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QProcess:1, > from /<<PKGBUILDDIR>>/src/MainWindow.cpp:32: > /usr/include/x86_64-linux-gnu/qt5/QtCore/qprocess.h:278:17: note: declared > here > 278 | static bool startDetached(const QString &command); > | ^~~~~~~~~~~~~ > /<<PKGBUILDDIR>>/src/MainWindow.cpp:2538:63: warning: ‘static bool > QProcess::startDetached(const QString&)’ is deprecated: Use > QProcess::startDetached(const QString &program, const QStringList &arguments) > instead [-Wdeprecated-declarations] > 2538 | result = process.startDetached(maintenanceToolLocation); > | ^ > In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QProcess:1, > from /<<PKGBUILDDIR>>/src/MainWindow.cpp:32: > /usr/include/x86_64-linux-gnu/qt5/QtCore/qprocess.h:278:17: note: declared > here > 278 | static bool startDetached(const QString &command); > | ^~~~~~~~~~~~~ > make[3]: *** [src/CMakeFiles/XyGrib.dir/build.make:735: > src/CMakeFiles/XyGrib.dir/MainWindow.cpp.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2020/11/19/xygrib_1.2.6-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: xygrib Source-Version: 1.2.6-2 Done: Alastair McKinstry <[email protected]> We believe that the bug you reported is fixed in the latest version of xygrib, 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. Alastair McKinstry <[email protected]> (supplier of updated xygrib 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: SHA256 Format: 1.8 Date: Sat, 21 Nov 2020 13:14:48 +0000 Source: xygrib Architecture: source Version: 1.2.6-2 Distribution: unstable Urgency: medium Maintainer: Alastair McKinstry <[email protected]> Changed-By: Alastair McKinstry <[email protected]> Closes: 975162 Changes: xygrib (1.2.6-2) unstable; urgency=medium . * Patch for Qt5, GCC10 FTBFS: Closes: #975162 * Move to Standards-Version: 4.5.1 * Use debhelper level 13 * Move to DEP-14, add d/gbp.conf to point to branches * Point VCS-Git to debian/latest Checksums-Sha1: c53a53a5877f08422409221a59baa4ee369d68a6 2052 xygrib_1.2.6-2.dsc a4923c5124c79cd2b7e2ab9a781336aabcafcdf4 9168 xygrib_1.2.6-2.debian.tar.xz Checksums-Sha256: 16001dcc0ff91dde1ade01d9d9001f7c3e82c6fb510462546ee7cccd16bdd1b8 2052 xygrib_1.2.6-2.dsc ce880976e23a54b068859fa1c09b596a99ddcbaa16a0434c30498aa759a3a921 9168 xygrib_1.2.6-2.debian.tar.xz Files: 615835d99a69c503ff0a5cc00c28e635 2052 utils optional xygrib_1.2.6-2.dsc dd307fae4f30f12256cab4683048fc2d 9168 utils optional xygrib_1.2.6-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl+5FRsACgkQy+a7Tl2a 06VOXA//XeFBjIRNF0IyejgLei7YF4V4r6EyGthCaUwFkfwjazv9qUhvGEB8U614 q+TD9ixifDAkQyQ/1Az+IiL5K5vlXpn+noWKpaeNU2+GYFwWrTmazwvFvdEZVnb6 szwAgX2G7io2TZr3vF0fG3zPurazF3eKcJT62xMcS1ddNGptmEgZS9r+ul1hTo1g 9EeoUjn3BpfZDlqcmUQgZFlOvFTQ1AJwoV7r5Z9HgoYPzlA0XFc6cyA8PqI8b48t XyA34rSZEZ6IxmauBtf75Fljw0T6L7j4m9nCiH/wH+rrkaboYanMRzpdG+tuXeOB KOz46E3RGX6G13F1s4qIKRM3c8tpebH1FiURHuajah2pF/GE6f2T9jUKUD36sZIE FTSKjXdlT8iBbPPuvTk32Qkz8Fzv1F+CO9XafazXpSGnGyzswZounHY2ruxPj1YD TmLFmlZFuPJomnFv1neJQucUgstKlS3t4ShQHoKe7aC+Ki2/L7NH7L5dYeOaPtHK 1ZtDIyBcGgJXlXpYEp71BTmCKwf4RZig6yC04feGtp5zYXlSbZ1B2iVxO9PURb6P Jkpj1C1LcoWdAByko4vZKOuCQsZFxUwZldJaQEFIhTDy6tMtJjbxp9f35WGDvQhQ 8qnolaCQ7Yc6aeazX0/Btpw12hikKY0gUWiT4wTwsBVX4Txy7os= =7Nn8 -----END PGP SIGNATURE-----
--- End Message ---

