Your message dated Thu, 19 Nov 2020 13:03:55 +0000 with message-id <[email protected]> and subject line Bug#975154: fixed in ktikz 0.12+ds1-4 has caused the Debian Bug report #975154, regarding ktikz: FTBFS: tikzeditor.cpp:296:15: error: aggregate ‘QPainterPath tabStopPath’ 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 [email protected] immediately.) -- 975154: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975154 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: ktikz Version: 0.12+ds1-3 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/app && /usr/bin/c++ > -DAPPNAME=\"ktikz\" -DAPPVERSION=\"0.12\" -DKCOREADDONS_LIB > -DKTIKZ_TEMPLATES_INSTALL_DIR=\"share/ktikz/templates\" > -DKTIKZ_TIKZ_DOCUMENTATION_DEFAULT=\"/usr/share/doc/texmf/pgf/pgfmanual.pdf.gz\" > -DKTIKZ_TRANSLATIONS_INSTALL_DIR=\"share/ktikz/locale\" > -DKTIKZ_USE_DESKTOP_ICONS -DKTIKZ_USE_KDE -DORGNAME=\"Florian_Hackenberger\" > -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB > -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB > -D_GNU_SOURCE -D_LARGEFILE64_SOURCE > -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/app -I/<<PKGBUILDDIR>>/app > -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/app/ktikz_autogen/include > -I/<<PKGBUILDDIR>>/app/../common -I/<<PKGBUILDDIR>>/app/../common/utils > -I/usr/include/poppler -I/usr/include/poppler/qt5 -isystem > /usr/include/KF5/KXmlGui -isystem /usr/include/KF5 -isystem > /usr/include/x86_64-linux-gnu/qt5 -isystem > /usr/include/x86_64-linux-gnu/qt5/QtXml -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/QtWidgets -isystem > /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/KF5/KConfigCore > -isystem /usr/include/KF5/KConfigWidgets -isystem /usr/include/KF5/KCodecs > -isystem /usr/include/KF5/KWidgetsAddons -isystem /usr/include/KF5/KConfigGui > -isystem /usr/include/KF5/KAuth -isystem /usr/include/KF5/KCoreAddons > -isystem /usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem > /usr/include/KF5/KTextEditor -isystem /usr/include/KF5/KParts -isystem > /usr/include/KF5/KIOWidgets -isystem /usr/include/KF5/KIOGui -isystem > /usr/include/KF5/KIOCore -isystem /usr/include/KF5/KService -isystem > /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem > /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem > /usr/include/KF5/KWindowSystem -isystem /usr/include/KF5/KJobWidgets -isystem > /usr/include/KF5/KCompletion -isystem /usr/include/KF5/KTextWidgets -isystem > /usr/include/KF5/SonnetUi -isystem /usr/include/KF5/KI18n -isystem > /usr/include/KF5/KIconThemes -isystem > /usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fno-operator-names > -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts > -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor > -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override > -Wlogical-op -fPIC -std=gnu++11 -o CMakeFiles/ktikz.dir/tikzeditorview.cpp.o > -c /<<PKGBUILDDIR>>/app/tikzeditorview.cpp > In file included from /<<PKGBUILDDIR>>/app/tikzeditor.cpp:38: > /<<PKGBUILDDIR>>/app/tikzeditor.h:76:7: warning: ‘virtual void > TikzEditor::paintEvent(QPaintEvent*)’ can be marked override > [-Wsuggest-override] > 76 | void paintEvent(QPaintEvent *event); > | ^~~~~~~~~~ > /<<PKGBUILDDIR>>/app/tikzeditor.h:77:7: warning: ‘virtual void > TikzEditor::keyPressEvent(QKeyEvent*)’ can be marked override > [-Wsuggest-override] > 77 | void keyPressEvent(QKeyEvent *event); > | ^~~~~~~~~~~~~ > /<<PKGBUILDDIR>>/app/tikzeditor.h:78:7: warning: ‘virtual void > TikzEditor::focusInEvent(QFocusEvent*)’ can be marked override > [-Wsuggest-override] > 78 | void focusInEvent(QFocusEvent *event); > | ^~~~~~~~~~~~ > /<<PKGBUILDDIR>>/app/tikzeditor.h:79:7: warning: ‘virtual void > TikzEditor::focusOutEvent(QFocusEvent*)’ can be marked override > [-Wsuggest-override] > 79 | void focusOutEvent(QFocusEvent *event); > | ^~~~~~~~~~~~~ > /<<PKGBUILDDIR>>/app/tikzeditor.h:81:7: warning: ‘virtual void > TikzEditor::resizeEvent(QResizeEvent*)’ can be marked override > [-Wsuggest-override] > 81 | void resizeEvent(QResizeEvent *event); > | ^~~~~~~~~~~ > In file included from /<<PKGBUILDDIR>>/app/tikzeditor.cpp:58: > /<<PKGBUILDDIR>>/app/linenumberwidget.h:36:8: warning: ‘virtual QSize > LineNumberWidget::sizeHint() const’ can be marked override > [-Wsuggest-override] > 36 | QSize sizeHint() const; > | ^~~~~~~~ > /<<PKGBUILDDIR>>/app/linenumberwidget.h:39:15: warning: ‘virtual void > LineNumberWidget::paintEvent(QPaintEvent*)’ can be marked override > [-Wsuggest-override] > 39 | virtual void paintEvent(QPaintEvent *event); > | ^~~~~~~~~~ > /<<PKGBUILDDIR>>/app/linenumberwidget.h:40:15: warning: ‘virtual void > LineNumberWidget::mousePressEvent(QMouseEvent*)’ can be marked override > [-Wsuggest-override] > 40 | virtual void mousePressEvent(QMouseEvent *event); > | ^~~~~~~~~~~~~~~ > /<<PKGBUILDDIR>>/app/linenumberwidget.h:41:15: warning: ‘virtual void > LineNumberWidget::mouseReleaseEvent(QMouseEvent*)’ can be marked override > [-Wsuggest-override] > 41 | virtual void mouseReleaseEvent(QMouseEvent*); > | ^~~~~~~~~~~~~~~~~ > /<<PKGBUILDDIR>>/app/tikzeditor.cpp: In member function ‘void > TikzEditor::paintTabstop(QPainter&, qreal, qreal, int)’: > /<<PKGBUILDDIR>>/app/tikzeditor.cpp:296:15: error: aggregate ‘QPainterPath > tabStopPath’ has incomplete type and cannot be defined > 296 | QPainterPath tabStopPath; > | ^~~~~~~~~~~ > /<<PKGBUILDDIR>>/app/tikzeditor.cpp: In member function ‘void > TikzEditor::printWhiteSpaces(QPainter&)’: > /<<PKGBUILDDIR>>/app/tikzeditor.cpp:316:59: warning: ‘int > QFontMetrics::width(QChar) const’ is deprecated: Use > QFontMetrics::horizontalAdvance [-Wdeprecated-declarations] > 316 | const int spaceWidth = fontMetrics.width(QLatin1Char(' ')); > | ^ > In file included from > /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:50, > from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qframe.h:44, > from > /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractscrollarea.h:44, > from > /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtextedit.h:44, > from > /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qplaintextedit.h:44, > from > /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QPlainTextEdit:1, > from /<<PKGBUILDDIR>>/app/tikzeditor.h:25, > from /<<PKGBUILDDIR>>/app/tikzeditor.cpp:38: > /usr/include/x86_64-linux-gnu/qt5/QtGui/qfontmetrics.h:110:9: note: declared > here > 110 | int width(QChar) const; > | ^~~~~ > /<<PKGBUILDDIR>>/app/tikzeditor.cpp: In member function ‘virtual void > TikzEditor::keyPressEvent(QKeyEvent*)’: > /<<PKGBUILDDIR>>/app/tikzeditor.cpp:513:36: warning: ‘constexpr > QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = QTextDocument::FindFlag; > QFlags<T>::Zero = int QFlags<QTextDocument::FindFlag>::Private::*]’ is > deprecated: Use default constructor instead [-Wdeprecated-declarations] > 513 | QTextDocument::FindFlags flags = 0; > | ^ > In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1304, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtGlobal:1, > from /<<PKGBUILDDIR>>/app/tikzeditor.h:23, > from /<<PKGBUILDDIR>>/app/tikzeditor.cpp:38: > /usr/include/x86_64-linux-gnu/qt5/QtCore/qflags.h:123:80: note: declared here > 123 | QT_DEPRECATED_X("Use default constructor instead") > Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {} > | > ^~~~~~ > /<<PKGBUILDDIR>>/app/tikzeditor.cpp: In member function ‘int > TikzEditor::lineNumberAreaWidth()’: > /<<PKGBUILDDIR>>/app/tikzeditor.cpp:776:72: warning: ‘int > QFontMetrics::width(QChar) const’ is deprecated: Use > QFontMetrics::horizontalAdvance [-Wdeprecated-declarations] > 776 | return m_showLineNumberArea ? 3 + > fontMetrics().width(QLatin1Char('9')) * digits : 0; > | > ^ > In file included from > /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:50, > from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qframe.h:44, > from > /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractscrollarea.h:44, > from > /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtextedit.h:44, > from > /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qplaintextedit.h:44, > from > /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QPlainTextEdit:1, > from /<<PKGBUILDDIR>>/app/tikzeditor.h:25, > from /<<PKGBUILDDIR>>/app/tikzeditor.cpp:38: > /usr/include/x86_64-linux-gnu/qt5/QtGui/qfontmetrics.h:110:9: note: declared > here > 110 | int width(QChar) const; > | ^~~~~ > make[4]: *** [app/CMakeFiles/ktikz.dir/build.make:439: > app/CMakeFiles/ktikz.dir/tikzeditor.cpp.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2020/11/19/ktikz_0.12+ds1-3_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: ktikz Source-Version: 0.12+ds1-4 Done: Stuart Prescott <[email protected]> We believe that the bug you reported is fixed in the latest version of ktikz, 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. Stuart Prescott <[email protected]> (supplier of updated ktikz 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: Thu, 19 Nov 2020 21:26:56 +1100 Source: ktikz Architecture: source Version: 0.12+ds1-4 Distribution: unstable Urgency: medium Maintainer: Debian KDE Extras Team <[email protected]> Changed-By: Stuart Prescott <[email protected]> Closes: 915165 975154 Changes: ktikz (0.12+ds1-4) unstable; urgency=medium . * Add patch to change pkg-config use and permit cross-building; thanks to Helmut Grohne for the patch (Closes: #915165). * Cherry-pick upstream patch to fix FTBFS with Qt 5.15 (Closes: #975154). * Add Rules-Requires-Root: no. * Move to debhelper-compat (= 13). * Bump S-V to 4.5.1, no changes required. Checksums-Sha1: 8b2998142a40dd121c5a6afd562664fef2a780eb 2265 ktikz_0.12+ds1-4.dsc a55cd31999dfc9613f2bd1f58e6fc4788154a377 8932 ktikz_0.12+ds1-4.debian.tar.xz 1bb14631a4ebd3b02f9860f8360e5eb11abd9c3b 21753 ktikz_0.12+ds1-4_amd64.buildinfo Checksums-Sha256: 70d0dfbc6139b2aff7741106d673c7b8f22545893285ad8172aec15ffc358b9d 2265 ktikz_0.12+ds1-4.dsc 33cdde453e8a0aac3b5694b44543cba532ae51bb221c4bec56890a2a99cfc316 8932 ktikz_0.12+ds1-4.debian.tar.xz 78366f24f63a9f959e153f8a61482d78e88cd05da548793ef1a50d075f8efd28 21753 ktikz_0.12+ds1-4_amd64.buildinfo Files: ba689608b61696c6c80fee2206b80f9c 2265 graphics optional ktikz_0.12+ds1-4.dsc abf396ba3b3d9789bee91e2e79742b92 8932 graphics optional ktikz_0.12+ds1-4.debian.tar.xz 64c6cae95368b3597e86754b00311e4b 21753 graphics optional ktikz_0.12+ds1-4_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEkOLSwa0Uaht+u4kdu8F+uxOW8vcFAl+2aYYACgkQu8F+uxOW 8vfHuA//aWzKOj7Zmgdxe2SwqH6wSrjuBsPsz8o5Fm8FfjouHRS3Icm3QKAupJpS Ulo4qc3MulDgH3or7NGMqPDV1muWckP2dMdV/NNsLBfhIsFVuOIXZ67wcdWWQiCM bBQRlqT8Z5upZdaltOimAJQKfbIeYW55fMWyDHOhghomcbrfirNNdUStIHw1Rjzu kvHhKNapp47P5Ts26Ki0Y4+OVPp+LE9Spj78OSzY9Cur4iRbfBJh/OHXMdVYt9ke oLy353BW2RH9191HzWsNVMWlAIjPgEavJc92uN3qoEu4kJJH1Sq8YUfa/iZRZlhF lBkbOSzct3mRUk0OjHJnJkEvBcjt0gsPtI01CrFxCTvH3MSTeB9xMWoJ/ii7Dpug +HSpMH/sSYbeqvr4LQfr/LtawO2ZZhEP3VPXA3IUDuB/10CVAAX7x9bPkMHxZPPM 33YXRhJHgBxZKrUL4o0boVGZZwpN/+5EIgzFLeHl015tZJ5iEBgDJQCsvSHINSwV 3GuWBmrvUIwAKkRqE4sjSU1fw2+FzKE7E7JGi6FjNT6MiBS6rXYxEi+XxFNaYnpc /Ks663410vEHXYYikYIDFcKvlt9HWQgP3tKsVKe26MWKbt9j3JsNNp+sOgt6ap6X ETS+G8iIGPXednZvPR6oeGm+m5lM+glGw73d2K1pCVm0E9yiQSU= =633t -----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________ pkg-kde-extras mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-kde-extras
