Your message dated Tue, 17 Nov 2020 05:19:53 +0000 with message-id <[email protected]> and subject line Bug#974858: fixed in sdrangelove 0.0.1.20150707-4 has caused the Debian Bug report #974858, regarding sdrangelove: FTBFS in sid 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.) -- 974858: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=974858 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: sdrangelove Version: 0.0.1.20150707-3 Severity: serious tags: patch Hello, the package now fails to build from source with qt 5.15.1 [ 44%] Building CXX object CMakeFiles/sdrbase.dir/sdrbase/gui/scaleengine.cpp.o /usr/bin/c++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DUSE_FFTW -DUSE_SIMD -Dsdrangelove_EXPORTS -I/build/sdrangelove-0.0.1.20150707/obj-x86_64-linux-gnu/sdrbase_autogen/include -I/build/sdrangelove-0.0.1.20150707/obj-x86_64-linux-gnu -I/build/sdrangelove-0.0.1.20150707/include -I/build/sdrangelove-0.0.1.20150707/include-gpl -isystem /usr/include/x86_64-linux-gnu/qt5 -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/x86_64-linux-gnu/qt5/QtOpenGL -isystem /usr/include/x86_64-linux-gnu/qt5/QtMultimedia -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -g -O2 -fdebug-prefix-map=/build/sdrangelove-0.0.1.20150707=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG -msse2 -fPIC -fPIC -o CMakeFiles/sdrbase.dir/sdrbase/gui/scaleengine.cpp.o -c /build/sdrangelove-0.0.1.20150707/sdrbase/gui/scaleengine.cpp /build/sdrangelove-0.0.1.20150707/sdrbase/gui/rollupwidget.cpp: In member function 'virtual void RollupWidget::paintEvent(QPaintEvent*)': /build/sdrangelove-0.0.1.20150707/sdrbase/gui/rollupwidget.cpp:151:15: error: aggregate 'QPainterPath path' has incomplete type and cannot be defined 151 | QPainterPath path; | ^~~~ [ 45%] Building CXX object CMakeFiles/sdrbase.dir/sdrbase/gui/scopewindow.cpp.o /usr/bin/c++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DUSE_FFTW -DUSE_SIMD -Dsdrangelove_EXPORTS -I/build/sdrangelove-0.0.1.20150707/obj-x86_64-linux-gnu/sdrbase_autogen/include -I/build/sdrangelove-0.0.1.20150707/obj-x86_64-linux-gnu -I/build/sdrangelove-0.0.1.20150707/include -I/build/sdrangelove-0.0.1.20150707/include-gpl -isystem /usr/include/x86_64-linux-gnu/qt5 -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/x86_64-linux-gnu/qt5/QtOpenGL -isystem /usr/include/x86_64-linux-gnu/qt5/QtMultimedia -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -g -O2 -fdebug-prefix-map=/build/sdrangelove-0.0.1.20150707=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG -msse2 -fPIC -fPIC -o CMakeFiles/sdrbase.dir/sdrbase/gui/scopewindow.cpp.o -c /build/sdrangelove-0.0.1.20150707/sdrbase/gui/scopewindow.cpp make[3]: *** [CMakeFiles/sdrbase.dir/build.make:563: CMakeFiles/sdrbase.dir/sdrbase/gui/rollupwidget.cpp.o] Error 1 make[3]: *** Waiting for unfinished jobs.... In file included from /build/sdrangelove-0.0.1.20150707/sdrbase/gui/scopewindow.cpp:20: /build/sdrangelove-0.0.1.20150707/include/util/simpleserializer.h:63:77: warning: 'QString::null' is deprecated: use QString() [-Wdeprecated-declarations] 63 | bool readString(quint32 id, QString* result, const QString& def = QString::null) const; | ^~~~ In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47, from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45, from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1, from /build/sdrangelove-0.0.1.20150707/include-gpl/gui/scopewindow.h:21, from /build/sdrangelove-0.0.1.20150707/sdrbase/gui/scopewindow.cpp:18: /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:949:23: note: declared here 949 | static const Null null; | ^~~~ In file included from /build/sdrangelove-0.0.1.20150707/sdrbase/gui/scopewindow.cpp:20: /build/sdrangelove-0.0.1.20150707/include/util/simpleserializer.h:63:77: warning: 'QString::null' is deprecated: use QString() [-Wdeprecated-declarations] 63 | bool readString(quint32 id, QString* result, const QString& def = QString::null) const; | ^~~~ In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47, from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45, from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1, from /build/sdrangelove-0.0.1.20150707/include-gpl/gui/scopewindow.h:21, from /build/sdrangelove-0.0.1.20150707/sdrbase/gui/scopewindow.cpp:18: /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:949:23: note: declared here 949 | static const Null null; | ^~~~ make[3]: Leaving directory '/build/sdrangelove-0.0.1.20150707/obj-x86_64-linux-gnu' make[2]: *** [CMakeFiles/Makefile2:293: CMakeFiles/sdrbase.dir/all] Error 2 The following patch fixes the issue Description: Fix qt 5.15.1 failure due to missing include Author: Gianfranco Costamagna <[email protected]> Last-Update: 2020-11-15 --- sdrangelove-0.0.1.20150707.orig/sdrbase/gui/rollupwidget.cpp +++ sdrangelove-0.0.1.20150707/sdrbase/gui/rollupwidget.cpp @@ -1,6 +1,7 @@ #include <QEvent> #include <QPainter> #include <QMouseEvent> +#include <QPainterPath> #include "gui/rollupwidget.h" #include "ui_glspectrumgui.h" G.
--- End Message ---
--- Begin Message ---Source: sdrangelove Source-Version: 0.0.1.20150707-4 Done: tony mancill <[email protected]> We believe that the bug you reported is fixed in the latest version of sdrangelove, 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. tony mancill <[email protected]> (supplier of updated sdrangelove 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: Mon, 16 Nov 2020 20:12:10 -0800 Source: sdrangelove Architecture: source Version: 0.0.1.20150707-4 Distribution: unstable Urgency: medium Maintainer: Debian Hamradio Maintainers <[email protected]> Changed-By: tony mancill <[email protected]> Closes: 974858 Changes: sdrangelove (0.0.1.20150707-4) unstable; urgency=medium . * Team upload . [ Debian Janitor ] * Use secure copyright file specification URI. * Set debhelper-compat version in Build-Depends. * Update standards version to 4.5.0, no changes needed. . [ tony mancill ] * Add patch to fix qt 5.15.1 failure due to missing include (Closes: #974858) Checksums-Sha1: a73e7bc6a4723c7b5f493aeb745608e90375f315 2367 sdrangelove_0.0.1.20150707-4.dsc 7a6f7c46b74a4ad08869fd4984198b6670b3bd71 7608 sdrangelove_0.0.1.20150707-4.debian.tar.xz cfde950a5ec5296442607548e2aed9c6904958d4 17146 sdrangelove_0.0.1.20150707-4_amd64.buildinfo Checksums-Sha256: e7a578f30df914586763ad33fb298a1fcdfadf5430204781b336e5043210a2d6 2367 sdrangelove_0.0.1.20150707-4.dsc a74dcef834330b61b4a43e53ead73430a8710e29f08674ab9069c810422e62c1 7608 sdrangelove_0.0.1.20150707-4.debian.tar.xz 27c0a557e77ba4096c5eb54d75d2928ac718f93c58691baeb3d56503776c4bee 17146 sdrangelove_0.0.1.20150707-4_amd64.buildinfo Files: 3ee66db24b959439c4b325cb56b82a4e 2367 science optional sdrangelove_0.0.1.20150707-4.dsc 0b95d5ba7bbb2ab569252ec9d64ba55d 7608 science optional sdrangelove_0.0.1.20150707-4.debian.tar.xz 5b5ea7f69539302355dd7a5c3334b7b5 17146 science optional sdrangelove_0.0.1.20150707-4_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAl+zWfUUHHRtYW5jaWxs QGRlYmlhbi5vcmcACgkQIdIFiZdLPpY4nBAA3JdahimR2Q2Nk5+ofHAmdyHbWFB2 koNxCZPjdVjfYPkxAx53pX8qGN9cXL8j74zg7+idiRzBi1v3hZvTKLs3bschNbNa vg0uMXYj93wwGici3RjJEhQxFOIBJQ4+wN22CMADtAu/HXT0ozenAEOOGedr5dhW 8xT5EyAqv/FJdCgKALJ2a16OngNiAghoXMHCavItX3TJsNwpVtMMcyajEJQqeZI2 cI0ycORfkVN3kWwsmp+LJlNJJC/Klz2Wxo4H5rO3xh2HnW5b0G4+x7AZFcM0Rjib cvCWgyfa8CO0zlhnK6UhmexpSQRwDTTJcUhQUtzGjCaiRjn7x4yk74ywD1i3BU8z AQP1XGA0S1rclpDK2CmVCBpeb92+rz/bgxzBNZPk4POy2tSHv1K3O+RG1nPcFDUb bw/ABtQCXrxIvxVDI617golvkrdhzPeIAxuWtAHkEejPjjoCQz+TAMVJZkZtXUJy V7LmU+828OJ5LFc3v18+bEFEIuTOUtchMs2t2YNwPjl90bax3ReWdSfDVEmkLbcq 5AB5E3Dt2QuzSJOB0A3YuTeSlE50lLDzlOtcIQCtAyEEaMRulu3BWkHvwpMfILUb zvBL/37Zz7KGm2OIiP6U++U4IzHkkzdSC8NJkXYGw87pl9RyllNShSgmffJdpLS5 B3tt8sh6dO7njzY= =2T3Q -----END PGP SIGNATURE-----
--- End Message ---

