Your message dated Tue, 10 Nov 2020 20:56:41 +0000 with message-id <[email protected]> and subject line Bug#964693: fixed in qpxtool 0.8.1-1 has caused the Debian Bug report #964693, regarding qpxtool: FTBFS: include/device.h:434:12: error: ‘QIODevice’ has not been declared 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.) -- 964693: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964693 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: qpxtool Version: 0.8.0-1 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 -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO > -DUSE_LIBPNG -O2 -D_REENTRANT -Wall -Wextra -fPIC -DQT_NO_DEBUG > -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB > -DQT_SQL_LIB -DQT_CORE_LIB -I. -I../lib/include -I. -Iinclude -isystem > /usr/include/x86_64-linux-gnu/qt5 -isystem > /usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -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/QtNetwork -isystem > /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem > /usr/include/x86_64-linux-gnu/qt5/QtCore -Imoc > -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o obj/resultsio.o > src/resultsio.cpp > In file included from include/resultsio.h:18, > from src/resultsio.cpp:13: > include/device.h:434:12: error: ‘QIODevice’ has not been declared > 434 | void save(QIODevice*); > | ^~~~~~~~~ > include/device.h:437:12: error: ‘QIODevice’ has not been declared > 437 | void load(QIODevice*); > | ^~~~~~~~~ > In file included from src/resultsio.cpp:13: > include/resultsio.h:28:20: error: ‘QIODevice’ has not been declared > 28 | inline void setIO(QIODevice *io) { this->io = io; }; > | ^~~~~~~~~ > include/resultsio.h:32:2: error: ‘QIODevice’ does not name a type; did you > mean ‘QPxIODevice’? > 32 | QIODevice *io; > | ^~~~~~~~~ > | QPxIODevice > include/resultsio.h: In constructor ‘ResultsIO::ResultsIO(device*)’: > include/resultsio.h:25:88: error: ‘io’ was not declared in this scope > 25 | ResultsIO(device *dev) :QThread((QObject*)dev) { this->dev = dev; > this->res = false; io = NULL; } > | > ^~ > include/resultsio.h: In member function ‘void ResultsIO::setIO(int*)’: > include/resultsio.h:28:43: error: ‘class ResultsIO’ has no member named ‘io’ > 28 | inline void setIO(QIODevice *io) { this->io = io; }; > | ^~ > src/resultsio.cpp: In member function ‘virtual void ResultsReader::run()’: > src/resultsio.cpp:45:7: error: ‘io’ was not declared in this scope > 45 | if (!io || !io->isOpen() || !io->isReadable()) { return; } > | ^~ > src/resultsio.cpp:46:16: error: ‘io’ was not declared in this scope > 46 | xml.setDevice(io); > | ^~ > src/resultsio.cpp: In member function ‘virtual void ResultsWriter::run()’: > src/resultsio.cpp:300:7: error: ‘io’ was not declared in this scope > 300 | if (!io || !io->isOpen() || !io->isWritable()) { return; } > | ^~ > src/resultsio.cpp:302:16: error: ‘io’ was not declared in this scope > 302 | xml.setDevice(io); > | ^~ > src/resultsio.cpp: In member function ‘virtual void ResultsReader::run()’: > src/resultsio.cpp:251:5: warning: this statement may fall through > [-Wimplicit-fallthrough=] > 251 | if (isQpxData && xml.name() == "qpxdata") { > | ^~ > src/resultsio.cpp:276:4: note: here > 276 | case QXmlStreamReader::Invalid: > | ^~~~ > make[3]: *** [Makefile.qmake:1091: obj/resultsio.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2020/07/09/qpxtool_0.8.0-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: qpxtool Source-Version: 0.8.1-1 Done: Boris Pek <[email protected]> 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Boris Pek <[email protected]> (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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 10 Nov 2020 22:36:06 +0300 Source: qpxtool Architecture: source Version: 0.8.1-1 Distribution: unstable Urgency: medium Maintainer: Boris Pek <[email protected]> Changed-By: Boris Pek <[email protected]> Closes: 964693 Changes: qpxtool (0.8.1-1) unstable; urgency=medium . * New upstream release: fix build with latest versions of Qt 5.x (Closes: #964693) * Update debian/control: bump debhelper-compat to 13 (was 12): no changes required * Simplify debian/rules: - remove QT_SELECT variable - remove DEB_LDFLAGS_MAINT_APPEND with -Wl,--as-needed flag - remove --no-parallel option from dh * Update debian/watch. Checksums-Sha1: e902f9a8482045b09d190dcc489d95269ac4d988 2104 qpxtool_0.8.1-1.dsc ebce159356eb044297f216edabbab17b6adf986b 590664 qpxtool_0.8.1.orig.tar.bz2 c597945e21c2cc427140aaae9977fb86da7f9246 6232 qpxtool_0.8.1-1.debian.tar.xz faed141e779c2e4d0f750c0c8ba05d06fb9d2a8c 11319 qpxtool_0.8.1-1_source.buildinfo Checksums-Sha256: 4f818f3a82f84078ec80cb2a0525542496c121efb62166f88aeedd142dff6fec 2104 qpxtool_0.8.1-1.dsc 7213c9984a92b47500537262b4205c36cd1c0a9d82ea7012fbf473f7221d781d 590664 qpxtool_0.8.1.orig.tar.bz2 75a5f140330701255ec419ac2a7e1a6b1bef1cbe3ff16e76a1769d032026a9a6 6232 qpxtool_0.8.1-1.debian.tar.xz 5ffe3de0eac79b1798b989bd375cba183d23ca79f40988d1cfce3d25ccc5a1fd 11319 qpxtool_0.8.1-1_source.buildinfo Files: 5f984159977a1d93644bd0aa52632a92 2104 otherosfs optional qpxtool_0.8.1-1.dsc 33f210de24ef8dd7c7adac6b41ac8328 590664 otherosfs optional qpxtool_0.8.1.orig.tar.bz2 1a4a63e0380708663cc0aed19b27d3c7 6232 otherosfs optional qpxtool_0.8.1-1.debian.tar.xz b214d2c346eaa63ccedd8aec0ea038ec 11319 otherosfs optional qpxtool_0.8.1-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJHBAEBCgAxFiEE74NZeBI5qRlNLX9Z0AFb0SjzkngFAl+q7FYTHHRlaG5pY2tA ZGViaWFuLm9yZwAKCRDQAVvRKPOSeMEcEADUB/lDJdDaVKDO9+dUvj8BXQEAfigp XZLtNKHPJlFpSudFasy0kAYJyMqWUcNqTSkKUQHAIQpk2uXmiZwTxvzknkZcvCox KiGm04bKTUoicGf+2d+bf6YkSusUXEtNWFNxb4xcSD0P3q7+ZnlsZ/UE2G28mbFU ptB7FB+CYy18qVuDFMda2DlQgRgVLK9zLCXQv4y2O5zfWdfXTB3kMubgBf0hvg5w g1M8aGXhOxHtky4eJE6T+nZo06pgVi2VB1Om3eDc1hFuEsAj9B68C7haIY5s8rTU NQVAzPLvP/rvMV4Wrkka5fzONZZPa/k54Bg561kJH50KgQ3Z+LHTPHbgVzwa3R+v zLKZOYQOJ/D6zGtPEBgbSfyTSUkpuHgBBCe/vssQ1mI1dmXoHhG61GFe69WwLaQk W1sktP0LFIkWSfSvYIDb4tB4/ySC7IhH+QIfCDuu1DdLIpS4hs7RizYMbkkke1u6 T+HZF6WhyYK8Yf4zoyLeypgefyeY+roRZRfDqYeUqRH4aJa7W/klPoWjsvtzSyEO Ob39kRVkmkyKYNtI5lnOwsornuCTUO70ZBmCKdt6YAtYI1UCFSY95GkMHVRCLBzt SDNzlCoBKKDVeooNXB5TuMRczAVGGBsuZSXn0kRSZUePY2a9v9jYnBqBKU7NtxzD c9NQ4ZNiu1S4jg== =PLvW -----END PGP SIGNATURE-----
--- End Message ---

