Your message dated Thu, 06 Sep 2018 07:49:10 +0000 with message-id <[email protected]> and subject line Bug#907156: fixed in chessx 1.4.6-2 has caused the Debian Bug report #907156, regarding chessx: FTBFS in buster/sid (invalid use of incomplete type 'class QButtonGroup') 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.) -- 907156: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907156 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:chessx Version: 1.4.6-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-arch dh build-arch --parallel dh_update_autotools_config -a -O--parallel dh_auto_configure -a -O--parallel qmake -makefile "QMAKE_CFLAGS_RELEASE=-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" "QMAKE_CFLAGS_DEBUG=-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" "QMAKE_CXXFLAGS_RELEASE=-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" "QMAKE_CXXFLAGS_DEBUG=-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" "QMAKE_LFLAGS_RELEASE=-Wl,-z,relro -Wl,-z,now" "QMAKE_LFLAGS_DEBUG=-Wl,-z,relro -Wl,-z,now" QMAKE_STRIP=: PREFIX=/usr Info: creating stash file /<<PKGBUILDDIR>>/.qmake.stash RCC: Error in 'resources.qrc': Cannot find file 'i18n/chessx_da.qm' RCC: Error in 'resources.qrc': Cannot find file 'i18n/chessx_de.qm' RCC: Error in 'resources.qrc': Cannot find file 'i18n/chessx_fr.qm' RCC: Error in 'resources.qrc': Cannot find file 'i18n/chessx_it.qm' RCC: Error in 'resources.qrc': Cannot find file 'i18n/chessx_cz.qm' RCC: Error in 'resources.qrc': Cannot find file 'i18n/chessx_ru.qm' dh_auto_build -a -O--parallel make -j1 [... snipped ...] /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractbutton.h:53:7: note: forward declaration of 'class QButtonGroup' class QButtonGroup; ^~~~~~~~~~~~ src/dialogs/savedialog.cpp: In destructor 'virtual SaveDialog::~SaveDialog()': src/dialogs/savedialog.cpp:52:12: warning: possible problem detected in invocation of delete operator: [-Wdelete-incomplete] delete group; ^~~~~ src/dialogs/savedialog.cpp:52:12: warning: invalid use of incomplete type 'class QButtonGroup' In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qradiobutton.h:44, from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QRadioButton:1, from src/generated/ui_savedialog.h:22, from src/dialogs/savedialog.h:21, from src/dialogs/savedialog.cpp:21: /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractbutton.h:53:7: note: forward declaration of 'class QButtonGroup' class QButtonGroup; ^~~~~~~~~~~~ src/dialogs/savedialog.cpp:52:12: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined delete group; ^~~~~ src/dialogs/savedialog.cpp: In member function 'virtual int SaveDialog::save(Database*, Game&)': src/dialogs/savedialog.cpp:107:64: error: invalid use of incomplete type 'class QButtonGroup' QList<QAbstractButton*> buttons = ui.result1Button->group()->buttons(); ^~ In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qradiobutton.h:44, from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QRadioButton:1, from src/generated/ui_savedialog.h:22, from src/dialogs/savedialog.h:21, from src/dialogs/savedialog.cpp:21: /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractbutton.h:53:7: note: forward declaration of 'class QButtonGroup' class QButtonGroup; ^~~~~~~~~~~~ src/dialogs/savedialog.cpp:129:61: error: invalid use of incomplete type 'class QButtonGroup' game.setTag(TagNameResult, ui.result1Button->group()->checkedButton()->text()); ^~ In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qradiobutton.h:44, from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QRadioButton:1, from src/generated/ui_savedialog.h:22, from src/dialogs/savedialog.h:21, from src/dialogs/savedialog.cpp:21: /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractbutton.h:53:7: note: forward declaration of 'class QButtonGroup' class QButtonGroup; ^~~~~~~~~~~~ make[1]: *** [Makefile:3987: obj_rel/savedialog.o] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: make -j1 returned exit code 2 make: *** [debian/rules:12: build-arch] Error 25 dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made with "dpkg-buildpackage -B" in my autobuilder. Most probably, it also fails here in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/chessx.html where you can get a full build log if you need it. If this is really a bug in one of the build-depends, please use reassign and affects, so that this is still visible in the BTS web page for this package. Thanks.
--- End Message ---
--- Begin Message ---Source: chessx Source-Version: 1.4.6-2 We believe that the bug you reported is fixed in the latest version of chessx, 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. Niklas Fiekas <[email protected]> (supplier of updated chessx 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: Wed, 05 Sep 2018 19:49:48 +0200 Source: chessx Binary: chessx Architecture: source Version: 1.4.6-2 Distribution: sid Urgency: medium Maintainer: John Paul Adrian Glaubitz <[email protected]> Changed-By: Niklas Fiekas <[email protected]> Description: chessx - chess database Closes: 907156 Changes: chessx (1.4.6-2) unstable; urgency=medium . * debian/patches/qt-511.patch: - Add missing includes for Qt 5.11 (Closes: #907156). * debian/control: - Priority extra replaced with optional; fixes lintian warning. - Update standards version to 4.2.1.1; no changes required. * debian/copyright: - Use https for URLs; fixes lintian warning. * debian/compat: - Bump to debhelper 11. * debian/rules: - Argument --parallel is no longer required; fixes lintian warning. * debian/source/lintian-overrides: - Overwrite testsuite-autopkgtest-missing because no upstream testsuite is available. * debian/upstream/metadata: - Add machine readable upstream metadata. Checksums-Sha1: 9da8e516cba39efa4277cf1c74e3b2d5008da856 1786 chessx_1.4.6-2.dsc 9bbd9eca86920deae4a0fc0fbcde3041168e056b 10604 chessx_1.4.6-2.debian.tar.xz 3296a9b9c217eaa20c5a5ee8b62f819489f6ab54 12225 chessx_1.4.6-2_amd64.buildinfo Checksums-Sha256: d0841aae28b22cf222e9233aad98994d9504090b3e8beebfb125ca5ceb21f990 1786 chessx_1.4.6-2.dsc 3392c109f770d36c7c07e121258a662bbf03c6b09fa652ee9060fed586a74a82 10604 chessx_1.4.6-2.debian.tar.xz 9732c6e5ecd4501bcbbb113dddf1a51b32dc077fbf558d6ab7b94899111d7fd7 12225 chessx_1.4.6-2_amd64.buildinfo Files: 7ff3373ea8a97489935e29ed3d04e98d 1786 games optional chessx_1.4.6-2.dsc 4b4987d6892d126f7cc04be130e071e0 10604 games optional chessx_1.4.6-2.debian.tar.xz 0911d81ddee0c17fea4780f3df534c11 12225 games optional chessx_1.4.6-2_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEYv+KdYTgKVaVRgAGdCY7N/W1+RMFAluQ2IwACgkQdCY7N/W1 +RMaTw//ebSFkIBkDUVTfZtkAYbd4D5BVStuQwH6J6A7UoGm5yCsBpS6TOmieJTT u01lAFV1C2A7VLrf99krk9FZFzzJ2OxaF3o54b/kBnojycjcNPRD76YAozMQH57z l7xjjZPxNT8H/lA2AJCLpqiZii2u8qb/Q1Bs4tsKXzvUnbISWpmJY3ohMre1rdk5 W7APOozw9E2qBlDLOdTUl/UsxJv0PwCHmkIXLJ3ywbC6X36/VbogaNLNpMAc3Gd3 SkiC29ETumudjVQbylKFlaasHQ/l9Grc7qPyBhZ46BeNoJh+hNFIF02A9/YJJSyQ fPjAqMo34UyIohVbAvI5fgLl/FDJ/Gy5fmrg/LJ/5QvDUUVAetGARsuOl9vEL9Ma 99uhjXjDkNHtwaaiJ1lnhXO4XZ62UdIVvp/yyBn0B5tgSdGEVvEXvQ2kdQzoOSTt Bgapszf4MRYwL4XSCTgG71iZw+OsIrZIsn7W+UKqDGhAiDUewn91GE4ke6g+ksKi TMAs5iwtIMMGJOkCnglzcCSCdUhRUa14rGi0XRpcgB5Rc8YDCrVbO9Q0i9XmYJr/ N6RLD0A5dQqz9IKVP/KNrXKOZe9kA8NoZynjASQB8cBT0h9X+AUvDVXqsfWDI7+5 dFKGP/HDUJyXjQhXR6cE7MR+x2FafmeF2yXhbYbD9qmAUeUaIoQ= =oCMi -----END PGP SIGNATURE-----
--- End Message ---

