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.