Your message dated Fri, 10 Feb 2023 00:26:56 +0000
with message-id <e1pqhfg-000usz...@fasolo.debian.org>
and subject line Bug#984307: fixed in qpxtool 0.8.1-2
has caused the Debian Bug report #984307,
regarding qpxtool: ftbfs with GCC-11
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 ow...@bugs.debian.org
immediately.)
--
984307: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984307
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:qpxtool
Version: 0.8.1-1
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-11
[This bug is not targeted to the upcoming bullseye release]
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.
The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/qpxtool_0.8.1-1_unstable_gcc11.log
The last lines of the build log are at the end of this report.
To build with GCC 11, either set CC=gcc-11 CXX=g++-11 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-11/porting_to.html
GCC 11 defaults to the GNU++17 standard. If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.
[...]
/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) {}
|
^~~~~~
src/mainwindow.cpp: In member function ‘void QPxToolMW::device_settings()’:
src/mainwindow.cpp:1000:49: warning: ‘constexpr
QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero
= int QFlags<Qt::WindowType>::Private::*]’ is deprecated: Use default
constructor instead [-Wdeprecated-declarations]
1000 | devSet = new devSettings(&set, dev, this);
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1304,
from /usr/include/x86_64-linux-gnu/qt5/QtGui/qtguiglobal.h:43,
from /usr/include/x86_64-linux-gnu/qt5/QtGui/qfont.h:43,
from /usr/include/x86_64-linux-gnu/qt5/QtGui/QFont:1,
from src/mainwindow.cpp:13:
/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) {}
|
^~~~~~
src/mainwindow.cpp: In member function ‘void QPxToolMW::preferences()’:
src/mainwindow.cpp:1021:45: warning: ‘constexpr
QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero
= int QFlags<Qt::WindowType>::Private::*]’ is deprecated: Use default
constructor instead [-Wdeprecated-declarations]
1021 | pref = new QPxPreferences(&set, this);
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1304,
from /usr/include/x86_64-linux-gnu/qt5/QtGui/qtguiglobal.h:43,
from /usr/include/x86_64-linux-gnu/qt5/QtGui/qfont.h:43,
from /usr/include/x86_64-linux-gnu/qt5/QtGui/QFont:1,
from src/mainwindow.cpp:13:
/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) {}
|
^~~~~~
src/mainwindow.cpp: In member function ‘void QPxToolMW::save_report(device*,
QString)’:
src/mainwindow.cpp:1090:42: warning: ‘void
QPrinter::setPaperSize(QPrinter::PaperSize)’ is deprecated: Use
setPageSize(QPageSize) instead. [-Wdeprecated-declarations]
1090 | printer.setPaperSize(QPrinter::A4);
| ^
In file included from
/usr/include/x86_64-linux-gnu/qt5/QtPrintSupport/QPrinter:1,
from include/printpreview.h:17,
from src/mainwindow.cpp:58:
/usr/include/x86_64-linux-gnu/qt5/QtPrintSupport/qprinter.h:185:10: note:
declared here
185 | void setPaperSize(PaperSize);
| ^~~~~~~~~~~~
src/mainwindow.cpp: In member function ‘void QPxToolMW::about()’:
src/mainwindow.cpp:1690:50: warning: ‘constexpr
QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero
= int QFlags<Qt::WindowType>::Private::*]’ is deprecated: Use default
constructor instead [-Wdeprecated-declarations]
1690 | AboutDialog *about = new AboutDialog(this);
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1304,
from /usr/include/x86_64-linux-gnu/qt5/QtGui/qtguiglobal.h:43,
from /usr/include/x86_64-linux-gnu/qt5/QtGui/qfont.h:43,
from /usr/include/x86_64-linux-gnu/qt5/QtGui/QFont:1,
from src/mainwindow.cpp:13:
/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) {}
|
^~~~~~
src/mainwindow.cpp: In member function ‘void QPxToolMW::load_results_db()’:
src/mainwindow.cpp:1971:52: warning: ‘constexpr
QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero
= int QFlags<Qt::WindowType>::Private::*]’ is deprecated: Use default
constructor instead [-Wdeprecated-declarations]
1971 | rsel = new DbReportSelection("report", this);
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1304,
from /usr/include/x86_64-linux-gnu/qt5/QtGui/qtguiglobal.h:43,
from /usr/include/x86_64-linux-gnu/qt5/QtGui/qfont.h:43,
from /usr/include/x86_64-linux-gnu/qt5/QtGui/QFont:1,
from src/mainwindow.cpp:13:
/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) {}
|
^~~~~~
make[3]: *** [Makefile.qmake:1015: obj/mainwindow.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/gui'
make[2]: *** [Makefile:6: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/gui'
make[1]: *** [Makefile:42: gui] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: qpxtool
Source-Version: 0.8.1-2
Done: Boris Pek <tehn...@debian.org>
We believe that the bug you reported is fixed in the latest version of
qpxtool, 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 984...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Boris Pek <tehn...@debian.org> (supplier of updated qpxtool 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 10 Feb 2023 02:18:29 +0300
Source: qpxtool
Architecture: source
Version: 0.8.1-2
Distribution: unstable
Urgency: high
Maintainer: Boris Pek <tehn...@debian.org>
Changed-By: Boris Pek <tehn...@debian.org>
Closes: 984307
Changes:
qpxtool (0.8.1-2) unstable; urgency=high
.
[ Boris Pek ]
* Update d/watch
* Use urgency=high to bring package back into testing before
Bookworm come to soft freeze
.
[ Diederik de Haas ]
* Add d/salsa-ci.yml: Enable Salsa's CI
* d/patches: Add "Fix check whether Tab should be selected" patch:
fixes FTBFS with GCC-11 (Closes: #984307)
Checksums-Sha1:
05d1407e827bb723087f285f54479be6972d1a92 2104 qpxtool_0.8.1-2.dsc
ebce159356eb044297f216edabbab17b6adf986b 590664 qpxtool_0.8.1.orig.tar.bz2
cb8821470a7a88519679d4aa1da8aec5e30aaa92 7112 qpxtool_0.8.1-2.debian.tar.xz
bd3d24e8783358fd1b9c5accde7e9eeb6a7ba128 12174 qpxtool_0.8.1-2_source.buildinfo
Checksums-Sha256:
21d841fdbe1b34de092786fe84432e1eddf76f6e1e8eb76a53ac742b74f3fb9d 2104
qpxtool_0.8.1-2.dsc
7213c9984a92b47500537262b4205c36cd1c0a9d82ea7012fbf473f7221d781d 590664
qpxtool_0.8.1.orig.tar.bz2
a7275da7cfc98092b2864591b34bb79c0f3d8b5a8492ed37fc9223ea6b3d0927 7112
qpxtool_0.8.1-2.debian.tar.xz
b5649d6ae5b69a1955bb54052701e782c45d823683a5a31330bc6aea1f64c369 12174
qpxtool_0.8.1-2_source.buildinfo
Files:
a95ad1a49b588164a4568e49706ac85f 2104 otherosfs optional qpxtool_0.8.1-2.dsc
33f210de24ef8dd7c7adac6b41ac8328 590664 otherosfs optional
qpxtool_0.8.1.orig.tar.bz2
323ebaeccc397c8f85fb765b35ad5252 7112 otherosfs optional
qpxtool_0.8.1-2.debian.tar.xz
bff9cf23b3c09821cfb9b960a6f9a1fe 12174 otherosfs optional
qpxtool_0.8.1-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJHBAEBCgAxFiEE74NZeBI5qRlNLX9Z0AFb0SjzkngFAmPlhc0THHRlaG5pY2tA
ZGViaWFuLm9yZwAKCRDQAVvRKPOSeMayEADUKtXq35w2j61Td1ZxXv5V/kKJxLll
snCLQYEqA1VFe8qPXVXN9AhDdDxvjIwBc9Tq4R3Q/fWdZgyBZ6Y4S9ebbsy4hsWW
xVESGACYh9b3Gt7RUUxMuN8yfJiEgc9ylYkxdmCoGckcVGhjCHAUaiZ4X1eOe4t2
gCIGHo1trpXtwqBVy0spEKcBMp1YLqPiZFDQ4l25GTtCzphphR4PR6bTUm8R9SZ/
miTIWYD0ce9IbkVbqApBwjVoopr4gIfezkzyAlXnk8tdc3KvHU3fnvhG84aJd4mv
isYS8qvckXgyZVTtetuymH1/Mp92UQAsCAgXXEECmZwBe5OFaTz1YoFsbHAO/O8t
RgX2b5BlpyW7K2fGzI5zXpDOdeaIRnklP5MIXMMq1uPqCH5Wae+z6qzLajuwDMhN
QHKYy9kgxEugAplFHDu5T/fLsT7j69sz9pYdt6o1dxuShLdGgcmMEVZI7XU9iNza
l9sGrNv3tJDhGe2jMbAZ0TxtFyem1PwEkMKXs+jY57DhKzUSoTIWFZ4/0CwJpmsN
q6Oed/RchaiqJ0w9BBIEzBpkDoVVrc2xkd8fNeaiNiiPE7Y3hVz/1jxT9yYvDUjD
CALl23Tp8Exz4rAgz7I7iw3+Yjx3Qj08pj1qLsveMy5z0ZdboAJJsIe/Ok3eLYQd
a5E7Quoa+6iBug==
=Em8X
-----END PGP SIGNATURE-----
--- End Message ---