Your message dated Sun, 07 Feb 2021 10:04:01 +0000 with message-id <[email protected]> and subject line Bug#957886: fixed in tutka 1.1.3-2.1 has caused the Debian Bug report #957886, regarding tutka: FTBFS: tracker.cpp:724:34: error: ‘int QFontMetrics::width(QChar) const’ is deprecated: Use QFontMetrics::horizontalAdvance [-Werror=deprecated-declarations] 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.) -- 957886: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957886 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: tutka Version: 1.1.3-2 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20200709 ftbfs-bullseye Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > g++ -c -pipe -g -Werror -fsigned-char -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra > -Wno-strict-overflow -Wno-sign-compare -D_REENTRANT -fPIC > -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB > -DQT_CORE_LIB -I. -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/QtXml -isystem > /usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I. > -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o .obj/mainwindow.o > mainwindow.cpp > tracker.cpp: In member function ‘void Tracker::calculateFontSize()’: > tracker.cpp:724:34: error: ‘int QFontMetrics::width(QChar) const’ is > deprecated: Use QFontMetrics::horizontalAdvance > [-Werror=deprecated-declarations] > 724 | fontWidth = metrics.width('0'); > | ^ > 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 tracker.cpp:23: > /usr/include/x86_64-linux-gnu/qt5/QtGui/qfontmetrics.h:110:9: note: declared > here > 110 | int width(QChar) const; > | ^~~~~ > mainwindow.cpp: In constructor ‘MainWindow::MainWindow(Player*, QWidget*)’: > mainwindow.cpp:215:126: error: ‘const QRect > QDesktopWidget::availableGeometry(int) const’ is deprecated: Use > QGuiApplication::screens() [-Werror=deprecated-declarations] > 215 | setGeometryFromString(this, > settings.value("Windows/mainWindowGeometry", > rectToString(qApp->desktop()->availableGeometry())).toString()); > | > ^ > In file included from > /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDesktopWidget:1, > from mainwindow.cpp:33: > /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdesktopwidget.h:88:67: note: > declared here > 88 | QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect > availableGeometry(int screen = -1) const; > | > ^~~~~~~~~~~~~~~~~ > mainwindow.cpp: In static member function ‘static void > MainWindow::setGeometryFromString(QWidget*, const QString&)’: > mainwindow.cpp:1019:65: error: ‘const QRect > QDesktopWidget::availableGeometry(int) const’ is deprecated: Use > QGuiApplication::screens() [-Werror=deprecated-declarations] > 1019 | QRect mainRect = qApp->desktop()->availableGeometry(); > | ^ > In file included from > /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDesktopWidget:1, > from mainwindow.cpp:33: > /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdesktopwidget.h:88:67: note: > declared here > 88 | QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect > availableGeometry(int screen = -1) const; > | > ^~~~~~~~~~~~~~~~~ > g++ -c -pipe -g -Werror -fsigned-char -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra > -Wno-strict-overflow -Wno-sign-compare -D_REENTRANT -fPIC > -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB > -DQT_CORE_LIB -I. -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/QtXml -isystem > /usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I. > -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o .obj/midi.o midi.cpp > g++ -c -pipe -g -Werror -fsigned-char -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra > -Wno-strict-overflow -Wno-sign-compare -D_REENTRANT -fPIC > -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB > -DQT_CORE_LIB -I. -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/QtXml -isystem > /usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I. > -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o .obj/midiinterface.o > midiinterface.cpp > cc1plus: all warnings being treated as errors > make[2]: *** [Makefile:986: .obj/tracker.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2020/07/09/tutka_1.1.3-2_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: tutka Source-Version: 1.1.3-2.1 Done: Adrian Bunk <[email protected]> We believe that the bug you reported is fixed in the latest version of tutka, 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. Adrian Bunk <[email protected]> (supplier of updated tutka 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: Sun, 07 Feb 2021 11:43:26 +0200 Source: tutka Architecture: source Version: 1.1.3-2.1 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers <[email protected]> Changed-By: Adrian Bunk <[email protected]> Closes: 957886 Changes: tutka (1.1.3-2.1) unstable; urgency=medium . * Non-maintainer upload. * Stop building with -Werror. (Closes: #957886) Checksums-Sha1: 89ae799d823b9c3e4f434c66b044d7b0a5cb25c7 1933 tutka_1.1.3-2.1.dsc 967b38715f94fbb53bbac91dafe52b0cc480d0c5 2760 tutka_1.1.3-2.1.debian.tar.xz Checksums-Sha256: 9f6f6c8bbb6088ddfaceae43797281b36a3eb1d4c5aec0da1aecd1dd1eba9618 1933 tutka_1.1.3-2.1.dsc 63252e60c5a65653f3a80111160053e1f0fcf8653e5142c26461142df6ee62a9 2760 tutka_1.1.3-2.1.debian.tar.xz Files: ea7e670e34ec88603b2ede194cc58647 1933 sound optional tutka_1.1.3-2.1.dsc df369e226a88371b32c2fe14cf5eb176 2760 sound optional tutka_1.1.3-2.1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmAft5AACgkQiNJCh6LY mLEH8RAAuxEtwxtjmNO/R1nLtRZb9LEZAOH9bXQhWa3g0XTBrG99N6A5Wo8oB1I4 RkNzdpxvSh3GDHzfH6rxCvOlmV/r0rMPky6jEXhYC087/5h9tmIaSoaMTcUOFd+Z dV1PjZvNPfTUTgUJy+1PEhOD4MZLt8TUfyb6w/nYOwLMXM9mhDFRMzZgaN1io2Rw lo7wXRr1QPOo6m1PE4E3YnLkxOYHWxfyHCvnv+8vud+B9pQVsejfBgLaSKskuDf3 XuM9kNHoQPFASirchfuQ6aH0NE6501y5tZlhF8reWwjrCqFcR+dmprU9PMgnf6Tg CSBy5Vt1sR4ZM/ZxkEBIOxNxyJ4O8qW6HNj1ssDO684Vb9Q2NCEwqINoazVyrGiq ueLh/Wrzx1G/UZRv0JVWeVZ17tK0TyeymbkUQmA/TveUd9pn1QnrWl+/8NNFzKTw vsmZezQtdBdF+nSdeqL4yzD2d00MPd3HTppCGe4fqyC4+QJ3YaXI7pdMQIwRcf5F 7RaUhd01JKoQDq/d3FJ7qN1/UFZ3WmSmRwa0UV7PBO9Y5tcoUAe0ANXD9vjbaTV/ L8VtAEou/gPwydqHvhjT5KTijENJLaG4rrIQGAhFIUEW5sgPmJH2+C96SxEYJhUm TW4t4CBiPt93ksLk5ECH8ryORdatYTi/ClkMmswQuf1yiB7FmpA= =axHp -----END PGP SIGNATURE-----
--- End Message ---

