Package: src:step Version: 4:17.08.3-1 Severity: serious Tags: ftbfs Dear maintainer:
I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-arch /usr/bin/make -f debian/rules dhmk_run_configure_commands DHMK_TARGET="configure" make[1]: Entering directory '/<<PKGBUILDDIR>>' dh_testdir # [-a] dh_auto_configure '--buildsystem=kf5' --parallel # [-a] 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" -DCMAKE_BUILD_TYPE=Debian -DCMAKE_INSTALL_SYSCONFDIR=/etc -DKDE_INSTALL_USE_QT_SYS_PATHS=ON .. -- 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 -- Detecting C compile features -- Detecting C compile features - done [... snipped ...] In file included from /usr/include/KF5/KDELibs4Support/KDE/KStandardDirs:1, from /<<PKGBUILDDIR>>/step/mainwindow.cc:43: /usr/include/KF5/KDELibs4Support/kstandarddirs.h:641:44: note: declared here KDELIBS4SUPPORT_DEPRECATED static bool makeDir(const QString &dir, int mode = 0755); ^~~~~~~ /<<PKGBUILDDIR>>/step/mainwindow.cc:466:31: warning: 'static bool KStandardDirs::makeDir(const QString&, int)' is deprecated [-Wdeprecated-declarations] KStandardDirs::makeDir(dir); ^ In file included from /usr/include/KF5/KDELibs4Support/KDE/KStandardDirs:1, from /<<PKGBUILDDIR>>/step/mainwindow.cc:43: /usr/include/KF5/KDELibs4Support/kstandarddirs.h:641:44: note: declared here KDELIBS4SUPPORT_DEPRECATED static bool makeDir(const QString &dir, int mode = 0755); ^~~~~~~ /<<PKGBUILDDIR>>/step/mainwindow.cc:466:31: warning: 'static bool KStandardDirs::makeDir(const QString&, int)' is deprecated [-Wdeprecated-declarations] KStandardDirs::makeDir(dir); ^ In file included from /usr/include/KF5/KDELibs4Support/KDE/KStandardDirs:1, from /<<PKGBUILDDIR>>/step/mainwindow.cc:43: /usr/include/KF5/KDELibs4Support/kstandarddirs.h:641:44: note: declared here KDELIBS4SUPPORT_DEPRECATED static bool makeDir(const QString &dir, int mode = 0755); ^~~~~~~ In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qatomic.h:41, from /usr/include/x86_64-linux-gnu/qt5/QtCore/qrefcount.h:43, from /usr/include/x86_64-linux-gnu/qt5/QtCore/qbytearray.h:44, from /usr/include/x86_64-linux-gnu/qt5/QtCore/qurl.h:44, from /usr/include/x86_64-linux-gnu/qt5/QtCore/QUrl:1, from /<<PKGBUILDDIR>>/step/mainwindow.h:22, from /<<PKGBUILDDIR>>/step/mainwindow.cc:19: /<<PKGBUILDDIR>>/step/mainwindow.cc: In member function 'void MainWindow::worldSelectionChanged()': /<<PKGBUILDDIR>>/step/mainwindow.cc:578:46: error: invalid use of incomplete type 'class QItemSelectionModel' worldModel->selectionModel()->selection().indexes()) { ^~ In file included from /<<PKGBUILDDIR>>/step/mainwindow.cc:24: /<<PKGBUILDDIR>>/step/worldmodel.h:41:7: note: forward declaration of 'class QItemSelectionModel' class QItemSelectionModel; ^~~~~~~~~~~~~~~~~~~ make[4]: *** [step/CMakeFiles/step.dir/build.make:124: step/CMakeFiles/step.dir/mainwindow.cc.o] Error 1 make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make[3]: *** [CMakeFiles/Makefile2:3538: step/CMakeFiles/step.dir/all] Error 2 make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make[2]: *** [Makefile:144: all] Error 2 make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' dh_auto_build: cd obj-x86_64-linux-gnu && make -j1 returned exit code 2 make[1]: *** [/usr/share/pkg-kde-tools/qt-kde-team/3/dhmk.mk:97: pre_build-arch_dh_auto_build] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [/usr/share/pkg-kde-tools/qt-kde-team/3/dhmk.mk:112: debian/dhmk_build-arch] Error 2 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/step.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.