Your message dated Sat, 08 Sep 2018 16:50:16 +0000 with message-id <[email protected]> and subject line Bug#907150: fixed in sailcut 1.4.1-2 has caused the Debian Bug report #907150, regarding sailcut: 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.) -- 907150: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907150 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:sailcut Version: 1.4.1-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep dh build-indep --parallel --list-missing dh_update_autotools_config -i -O--parallel -O--list-missing dh_auto_configure -i -O--parallel -O--list-missing 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 QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr Info: creating stash file /<<PKGBUILDDIR>>/.qmake.stash dh_auto_build -i -O--parallel -O--list-missing make -j1 make[1]: Entering directory '/<<PKGBUILDDIR>>' cd src/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/src/src.pro '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 QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr ) && make -f Makefile /usr/bin/fig2dev /usr/bin/xsltproc make[2]: Entering directory '/<<PKGBUILDDIR>>/src' /usr/lib/qt5/bin/lrelease ts/sailcut_de.ts -qm ../share/sailcut/sailcut_de.qm [... snipped ...] /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:260:13: note: candidate: 'template<class Func1, class Func2> static typename std::enable_if<((int)(QtPrivate::FunctionPointer<Func2>::ArgumentCount) >= 0), QMetaObject::Connection>::type QObject::connect(const typename QtPrivate::FunctionPointer<Func>::Object*, Func1, Func2)' connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, Func2 slot) ^~~~~~~ /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:260:13: note: template argument deduction/substitution failed: formhull.cpp:101:76: note: candidate expects 3 arguments, 4 provided connect( actionViewDef, SIGNAL( triggered() ), this, SLOT( slotDef() ) ); ^ In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45, from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmainwindow.h:44, from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QMainWindow:1, from formmain.h:23, from formhull.h:23, from formhull.cpp:20: /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:269:13: note: candidate: 'template<class Func1, class Func2> static typename std::enable_if<(((int)(QtPrivate::FunctionPointer<Func2>::ArgumentCount) >= 0) && (! QtPrivate::FunctionPointer<Func2>::IsPointerToMemberFunction)), QMetaObject::Connection>::type QObject::connect(const typename QtPrivate::FunctionPointer<Func>::Object*, Func1, const QObject*, Func2, Qt::ConnectionType)' connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, const QObject *context, Func2 slot, ^~~~~~~ /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:269:13: note: template argument deduction/substitution failed: /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h: In substitution of 'template<class Func1, class Func2> static typename std::enable_if<(((int)(QtPrivate::FunctionPointer<Func2>::ArgumentCount) >= 0) && (! QtPrivate::FunctionPointer<Func2>::IsPointerToMemberFunction)), QMetaObject::Connection>::type QObject::connect(const typename QtPrivate::FunctionPointer<Func>::Object*, Func1, const QObject*, Func2, Qt::ConnectionType) [with Func1 = const char*; Func2 = const char*]': formhull.cpp:101:76: required from here /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:269:13: error: no type named 'type' in 'struct std::enable_if<false, QMetaObject::Connection>' /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:300:13: note: candidate: 'template<class Func1, class Func2> static typename std::enable_if<(QtPrivate::FunctionPointer<Func2>::ArgumentCount == -1), QMetaObject::Connection>::type QObject::connect(const typename QtPrivate::FunctionPointer<Func>::Object*, Func1, Func2)' connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, Func2 slot) ^~~~~~~ /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:300:13: note: template argument deduction/substitution failed: formhull.cpp:101:76: note: candidate expects 3 arguments, 4 provided connect( actionViewDef, SIGNAL( triggered() ), this, SLOT( slotDef() ) ); ^ In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45, from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmainwindow.h:44, from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QMainWindow:1, from formmain.h:23, from formhull.h:23, from formhull.cpp:20: /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:308:13: note: candidate: 'template<class Func1, class Func2> static typename std::enable_if<(QtPrivate::FunctionPointer<Func2>::ArgumentCount == -1), QMetaObject::Connection>::type QObject::connect(const typename QtPrivate::FunctionPointer<Func>::Object*, Func1, const QObject*, Func2, Qt::ConnectionType)' connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, const QObject *context, Func2 slot, ^~~~~~~ /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:308:13: note: template argument deduction/substitution failed: /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h: In substitution of 'template<class Func1, class Func2> static typename std::enable_if<(QtPrivate::FunctionPointer<Func2>::ArgumentCount == -1), QMetaObject::Connection>::type QObject::connect(const typename QtPrivate::FunctionPointer<Func>::Object*, Func1, const QObject*, Func2, Qt::ConnectionType) [with Func1 = const char*; Func2 = const char*]': formhull.cpp:101:76: required from here /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:308:13: error: no type named 'Object' in 'struct QtPrivate::FunctionPointer<const char*>' make[2]: *** [Makefile:1210: formhull.o] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>/src' make[1]: *** [Makefile:46: sub-src-make_first] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: make -j1 returned exit code 2 make: *** [debian/rules:6: build-indep] Error 25 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made with "dpkg-buildpackage -A" in my autobuilder. Most probably, it also fails here in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/sailcut.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: sailcut Source-Version: 1.4.1-2 We believe that the bug you reported is fixed in the latest version of sailcut, 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. Jeremy Lainé <[email protected]> (supplier of updated sailcut 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: Sat, 08 Sep 2018 18:06:07 +0200 Source: sailcut Binary: sailcut sailcut-doc Architecture: source amd64 all Version: 1.4.1-2 Distribution: unstable Urgency: medium Maintainer: Jeremy Lainé <[email protected]> Changed-By: Jeremy Lainé <[email protected]> Description: sailcut - Sail design and plotting software sailcut-doc - Sailcut CAD documentation Closes: 907150 Changes: sailcut (1.4.1-2) unstable; urgency=medium . * Add missing header includes (Closes: #907150). * Update to Standards-Version 4.2.1. * Update VCS links to point to salsa.debian.org. Checksums-Sha1: c7bb129fcfc57f2d7da46ead27670667b7bcf125 2007 sailcut_1.4.1-2.dsc 6586128716a019bc0bb0040c0153131035a5bbdc 4652 sailcut_1.4.1-2.debian.tar.xz e1f00ca55e74e856f8df60af488c3eafbb855efe 8643272 sailcut-dbgsym_1.4.1-2_amd64.deb 91f059ad8fcf6f3fc080d62431a3ea5ca659cd51 255580 sailcut-doc_1.4.1-2_all.deb 08c6d333b4ff3d201cc26a49c6ace0fb47d1fa77 14040 sailcut_1.4.1-2_amd64.buildinfo 35f0c89673fb2049f49318c6192959ba432fedef 346860 sailcut_1.4.1-2_amd64.deb Checksums-Sha256: 762449a8c99639bfc0f5607360aa99dcb53a342bb1f19cd964fa44f2deee3607 2007 sailcut_1.4.1-2.dsc ad9a1d3982e3a7d804255dedc869d8b4d4c0e84c147e39e75c9bcef2715fdec1 4652 sailcut_1.4.1-2.debian.tar.xz 7ee8351edde5aa94be5e73ecaa4aa115cf9e35a8ac4f6d9ba2b1348af8e23211 8643272 sailcut-dbgsym_1.4.1-2_amd64.deb 9839112e4450a8d2eef267b4739fff5a10059bf67d031cfad6ac22b886231431 255580 sailcut-doc_1.4.1-2_all.deb c3f0d1679f1278ddb7f673ebf72d97a963ff87f5c3a9fe1665b4bc7c9702cfac 14040 sailcut_1.4.1-2_amd64.buildinfo f07d3c4d9fb76c75407664c3afa877e2e11e90702abc34d7e6391b0352e2f6a9 346860 sailcut_1.4.1-2_amd64.deb Files: cdbeef234d4cc1fc315256e176aeb33c 2007 graphics optional sailcut_1.4.1-2.dsc 5952994edbcae461575de31112b38fe3 4652 graphics optional sailcut_1.4.1-2.debian.tar.xz bfe04f60a1a75a56849911debb86b5dc 8643272 debug optional sailcut-dbgsym_1.4.1-2_amd64.deb 5e793c271ee0d524a5397f17e007f153 255580 doc optional sailcut-doc_1.4.1-2_all.deb 22c2ad8c9f71612893d4c1ebf1e6a2bd 14040 graphics optional sailcut_1.4.1-2_amd64.buildinfo 2755b28b71950de22e758dda18aa51f3 346860 graphics optional sailcut_1.4.1-2_amd64.deb -----BEGIN PGP SIGNATURE----- iQJJBAEBCgAzFiEEyIRc+eg/UBFNB6Jk0s9kkhrOJocFAluT+RMVHGplcmVteS5s YWluZUBtNHgub3JnAAoJENLPZJIaziaHSHkP/1KB+RUsIoqtsvpHRsxdMcj6s5fG +HeJBuh6eo+/2AY+ltdX1JEpQ1g2KzbUOEq/iyCf3/henqAhf7ibeWrFq+yU52XX vsjG6XVfXAqC1ULTwWYB9NSAhZObTgdH0E5UsO9D1AnY4F5NTUgIuLy13ERGmA9Q YGHGCZiyRNqyPT9jeW46Fua9iF2UIbaS5p9rQwOjuzZAxBfyb5aEsdwxQtE78rdn m/Dpe1PDPLg/49LZIOnWpQepeTKrfQ7ex5HdKTHc2gUsJyofObZKZN2aFIPhWeaY D9oFonNi9KpvDfJ7IpljRgZeqwpQkgaMUWuP4OVE+h+MP0yakwdvOE6uReTv3ONG /oVh0dnLoOwytuHVaHer3CayFN9ZXTVgNvr71FPyjRb6RIoRnDomFmOcXNuchFTr SgdgAFkJe0cg8zxIITeXYKLs0KvbNQvPduxzrp2J6yUsfrMx2+8/85wC0QR52aMY 1eT1ZlAy0p17klPLO/45YEUw9o/2gWIAzmfjtljf+AsWHmHdbN4/Smp7jPCJy0ep 5dMULJOJ+CdpqWt0xFOxnkIoUxLE1kch/2pIike5jli7AyMeq/EFsZrraKN1FLn5 TI8uqPhplaIJJI7YVraEiGIjheJWFPVa43duUv1lCjS+98XXermcRe7n0Cmytxtl 4A/A+GAbt88jQs0P =LGRr -----END PGP SIGNATURE-----
--- End Message ---

