Package: src:apper
Version: 1.0.0-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 --with kde
dh_update_autotools_config -i
dh_autoreconf -i
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -Skde -- -DDEBCONF_SUPPORT=ON -DAPPSTREAM=ON -DAUTOREMOVE=ON
-DEDIT_ORIGNS_DESKTOP_NAME=software-properties-kde
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 -DCMAKE_INSTALL_RUNSTATEDIR=/run
"-GUnix Makefiles" -DCMAKE_BUILD_TYPE=Debian -DDEBCONF_SUPPORT=ON
-DAPPSTREAM=ON -DAUTOREMOVE=ON
-DEDIT_ORIGNS_DESKTOP_NAME=software-properties-kde ..
-- The C compiler identification is GNU 8.2.0
-- The CXX compiler identification is GNU 8.2.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
[... snipped ...]
In file included from
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtoolbutton.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QToolButton:1,
from /<<PKGBUILDDIR>>/libapper/Requirements.h:26,
from /<<PKGBUILDDIR>>/libapper/Requirements.cpp:21:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractbutton.h:53:7: note:
forward declaration of 'class QButtonGroup'
class QButtonGroup;
^~~~~~~~~~~~
/<<PKGBUILDDIR>>/libapper/Requirements.cpp:158:22: error: invalid use of
incomplete type 'class QButtonGroup'
m_buttonGroup->buttons().first()->click();
^~
In file included from
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtoolbutton.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QToolButton:1,
from /<<PKGBUILDDIR>>/libapper/Requirements.h:26,
from /<<PKGBUILDDIR>>/libapper/Requirements.cpp:21:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractbutton.h:53:7: note:
forward declaration of 'class QButtonGroup'
class QButtonGroup;
^~~~~~~~~~~~
/<<PKGBUILDDIR>>/libapper/Requirements.cpp: In member function 'void
Requirements::showUntrustedButton()':
/<<PKGBUILDDIR>>/libapper/Requirements.cpp:253:29: error: invalid use of
incomplete type 'class QButtonGroup'
qDeleteAll(m_buttonGroup->buttons());
^~
In file included from
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtoolbutton.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QToolButton:1,
from /<<PKGBUILDDIR>>/libapper/Requirements.h:26,
from /<<PKGBUILDDIR>>/libapper/Requirements.cpp:21:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractbutton.h:53:7: note:
forward declaration of 'class QButtonGroup'
class QButtonGroup;
^~~~~~~~~~~~
/<<PKGBUILDDIR>>/libapper/Requirements.cpp:261:18: error: invalid use of
incomplete type 'class QButtonGroup'
m_buttonGroup->addButton(m_untrustedButton, Transaction::InfoUntrusted);
^~
In file included from
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtoolbutton.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QToolButton:1,
from /<<PKGBUILDDIR>>/libapper/Requirements.h:26,
from /<<PKGBUILDDIR>>/libapper/Requirements.cpp:21:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractbutton.h:53:7: note:
forward declaration of 'class QButtonGroup'
class QButtonGroup;
^~~~~~~~~~~~
make[3]: *** [libapper/CMakeFiles/apper_private.dir/build.make:298:
libapper/CMakeFiles/apper_private.dir/Requirements.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:1408:
libapper/CMakeFiles/apper_private.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 "INSTALL=install
--strip-program=true" returned exit code 2
make: *** [debian/rules:17: 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/apper.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.