Your message dated Mon, 03 Sep 2018 20:38:55 +0000
with message-id <e1fwvcd-000fzx...@fasolo.debian.org>
and subject line Bug#906979: fixed in tagua 1.0~alpha2-16-g618c6a0-2
has caused the Debian Bug report #906979,
regarding tagua: FTBFS in buster/sid (invalid use of incomplete type 'class 
QAction')
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.)


-- 
906979: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906979
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:tagua
Version: 1.0~alpha2-16-g618c6a0-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
   dh_update_autotools_config -i
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- \
        -DSYSTEM_LUA=yes \
        -DCMAKE_SKIP_RPATH:BOOL=YES \
        -DCMAKE_INSTALL_PREFIX:PATH=/usr \
        -DQT_QMAKE_EXECUTABLE:FILEPATH=/usr/lib/qt5/bin/qmake
        install -d obj-x86_64-linux-gnu
        cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None 
-DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var 
-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON "-GUnix Makefiles" -DSYSTEM_LUA=yes 
-DCMAKE_SKIP_RPATH:BOOL=YES -DCMAKE_INSTALL_PREFIX:PATH=/usr 
-DQT_QMAKE_EXECUTABLE:FILEPATH=/usr/lib/qt5/bin/qmake ..
-- The C compiler identification is GNU 8.2.0
-- The CXX compiler identification is GNU 8.2.0

[... snipped ...]

                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qfileinfo.h:43,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdir.h:44,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDir:1,
                 from /<<PKGBUILDDIR>>/src/pref_theme.cpp:11:
/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*]':
/<<PKGBUILDDIR>>/src/pref_theme.cpp:348:60:   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*>'
/<<PKGBUILDDIR>>/src/pref_theme.cpp: In member function 'void 
PrefThemeCategory::themeChanged()':
/<<PKGBUILDDIR>>/src/pref_theme.cpp:388:16: error: invalid use of incomplete 
type 'class QAction'
         m_reset->setEnabled(true);
                ^~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qframe.h:44,
                 from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractscrollarea.h:44,
                 from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:44,
                 from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qlistview.h:44,
                 from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qlistwidget.h:44,
                 from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/QListWidgetItem:1,
                 from /<<PKGBUILDDIR>>/src/pref_theme.cpp:14:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:68:7: note: forward 
declaration of 'class QAction'
 class QAction;
       ^~~~~~~
/<<PKGBUILDDIR>>/src/pref_theme.cpp:391:16: error: invalid use of incomplete 
type 'class QAction'
         m_reset->setEnabled(false);
                ^~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qframe.h:44,
                 from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractscrollarea.h:44,
                 from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:44,
                 from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qlistview.h:44,
                 from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qlistwidget.h:44,
                 from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/QListWidgetItem:1,
                 from /<<PKGBUILDDIR>>/src/pref_theme.cpp:14:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:68:7: note: forward 
declaration of 'class QAction'
 class QAction;
       ^~~~~~~
make[3]: *** [src/CMakeFiles/tagua.dir/build.make:873: 
src/CMakeFiles/tagua.dir/pref_theme.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:1119: src/CMakeFiles/tagua.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:144: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: cd obj-x86_64-linux-gnu && make -j1 returned exit code 2
make: *** [debian/rules:9: build-indep] Error 2
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/tagua.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: tagua
Source-Version: 1.0~alpha2-16-g618c6a0-2

We believe that the bug you reported is fixed in the latest version of
tagua, 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 906...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yann Dirson <dir...@debian.org> (supplier of updated tagua 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: SHA256

Format: 1.8
Date: Mon, 03 Sep 2018 21:42:01 +0200
Source: tagua
Binary: tagua tagua-data
Architecture: source all amd64
Version: 1.0~alpha2-16-g618c6a0-2
Distribution: unstable
Urgency: medium
Maintainer: Yann Dirson <dir...@debian.org>
Changed-By: Yann Dirson <dir...@debian.org>
Description:
 tagua      - Board-game frontend for playing chess variants and other games
 tagua-data - Theme data for the tagua board-game frontend
Closes: 888309 888310 906979
Changes:
 tagua (1.0~alpha2-16-g618c6a0-2) unstable; urgency=medium
 .
   * Add Homepage and Vcs-* links.
   * Fix build with recent Qt5 versions (Closes: #906979).
   * Drop extra kdesdk-scripts build dependency (Pino Toscano, Closes:
     #888310)
   * Enable parallel building (Pino Toscano, Closes: #888309).
Checksums-Sha1:
 1ff3022720bf9f2db5b39587b2c88e564cbe0efd 2101 
tagua_1.0~alpha2-16-g618c6a0-2.dsc
 f91da539442f26de6750726ddf370c5d4e93e983 5256 
tagua_1.0~alpha2-16-g618c6a0-2.debian.tar.xz
 8d3dd90d3c9c9c9a4aeae74f89efbd68e5d015cf 2318624 
tagua-data_1.0~alpha2-16-g618c6a0-2_all.deb
 822beecffa8e76300aed7f4f9ae58cac2eb93619 17895184 
tagua-dbgsym_1.0~alpha2-16-g618c6a0-2_amd64.deb
 09807951c5c96d4cc55179a969b8c20d0a1e04bb 23594 
tagua_1.0~alpha2-16-g618c6a0-2_amd64.buildinfo
 93700010d24a15109b6780d98c051d4b54bdce62 584048 
tagua_1.0~alpha2-16-g618c6a0-2_amd64.deb
Checksums-Sha256:
 132f47e6a5a8a7cf052c2ba0023a34dd4c6c0e8a5429d6379f37f4a4036015d9 2101 
tagua_1.0~alpha2-16-g618c6a0-2.dsc
 8ad13e7da0e8851799cc5238363aadb747ac689e7e434e7d4e8252e3787d031c 5256 
tagua_1.0~alpha2-16-g618c6a0-2.debian.tar.xz
 bbefee10af2fa19299b9437359ef7178eb26d870d94984a1f286040e10a6d250 2318624 
tagua-data_1.0~alpha2-16-g618c6a0-2_all.deb
 f081170c5bea599bc0830302d75bd2526560a170a05d61ac61e5e1c82abbdfb5 17895184 
tagua-dbgsym_1.0~alpha2-16-g618c6a0-2_amd64.deb
 0147aafb7fcbf13e802283962d89e2572323514817c61636690d13474faec28b 23594 
tagua_1.0~alpha2-16-g618c6a0-2_amd64.buildinfo
 4f50623d2db54725ab67793bccf668081d3f2d19b0f23bbc57b87f7f2492a28d 584048 
tagua_1.0~alpha2-16-g618c6a0-2_amd64.deb
Files:
 7c7647e0f60b86ca82c47c349b5200b2 2101 games optional 
tagua_1.0~alpha2-16-g618c6a0-2.dsc
 4ab0572a8c9652faf741acbf7581abfc 5256 games optional 
tagua_1.0~alpha2-16-g618c6a0-2.debian.tar.xz
 2947a28f0114b381192bc30fd72be021 2318624 games optional 
tagua-data_1.0~alpha2-16-g618c6a0-2_all.deb
 c983e3acef443ba37cc4bad7646f44be 17895184 debug optional 
tagua-dbgsym_1.0~alpha2-16-g618c6a0-2_amd64.deb
 2fc763bc9ce6e767c3de86df19a4cf9e 23594 games optional 
tagua_1.0~alpha2-16-g618c6a0-2_amd64.buildinfo
 f1665ce85a0980e32b25f869f3367d9a 584048 games optional 
tagua_1.0~alpha2-16-g618c6a0-2_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEdK8F3dkgJ/Xww83VDYXyliWj+f0FAluNlO4ACgkQDYXyliWj
+f2OxBAAkY+pvug9AxLB2IanOI9DH4bOPm44mI9mEZeG/IYqV5pyzcDHk1aaowGz
1Ur3Eq4hX8bkW9jVywaTg7Db631/9Rg+Pr9bItkonPx+Y2M7AN8fqW1GSb9Fo6xU
w3i/98htXgfWkrURKci6G6Wz61s2kPT/Vh++2Qwa1mAPaylTH7396jhmUxGU7QSg
ytly0CYCYWo8p6Y2PpgzrEaOLOITUxt4nQoFFQSO3vW1mT3a0ulACtdqc3hEtEgp
t0W+95cFc2/jDSJfissJQfmvaKLE3J8g3WfaW60xRLac6HwVJwbpUlwwoVpdM0Wv
dFprYQfr/J4CgR0WdFhXTDobzlP8axh4GeOy/R06ibdrQ58QSpM+8b86iHIN60J+
Brl4moVwoMgmaQOjDxneC2ySNrOYAN6ZLy1vMIEPgvAGBZZLMALBAhNzDuGkrXv3
jhWY683ZzWIMEdFWmpwuS8CjG6JAUgdBpytN3JARM4aVfEWkX0R4+gM7JWy2WUcH
9jLwOgPtJrtjfuCUxs92x09SFjcMSrnTHFzs5CGMApfZntLF2yflwDe1dHYisT29
0m4RHknu1V+Z/kO4jFCdTxbtBVb0sayxIMhggqfXdi743XAegwYl22GwYjb7yZlB
zeWdJ0vVgg3l/msMrAf5hFTEHC1ukAn+nFg/T9eA6zk2VnisFa0=
=Zwk/
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to