[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#907162: marked as done (step: FTBFS in buster/sid (invalid use of incomplete type 'class QItemSelectionModel'))



Your message dated Mon, 17 Sep 2018 05:34:19 +0000
with message-id <E1g1mAt-000AMB-9R@fasolo.debian.org>
and subject line Bug#907162: fixed in step 4:18.08.1-1
has caused the Debian Bug report #907162,
regarding step: FTBFS in buster/sid (invalid use of incomplete type 'class QItemSelectionModel')
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 owner@bugs.debian.org
immediately.)


-- 
907162: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907162
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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.

--- End Message ---
--- Begin Message ---
Source: step
Source-Version: 4:18.08.1-1

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

Debian distribution maintenance software
pp.
Pino Toscano <pino@debian.org> (supplier of updated step 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 17 Sep 2018 07:09:41 +0200
Source: step
Binary: step
Architecture: source
Version: 4:18.08.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Pino Toscano <pino@debian.org>
Description:
 step       - interactive physical simulator for KDE
Closes: 907162
Changes:
 step (4:18.08.1-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release:
     - fixes build with Qt >= 5.11 (Closes: #907162)
   * Switch Vcs-* fields to salsa.debian.org.
   * Remove the qtdeclarative5-dev build dependency, no more needed.
   * Bump Standards-Version to 4.2.1, no changes required.
   * Use https for Format in copyright.
   * Bump the debhelper compatibility to 11:
     - bump the debhelper build dependency to 11~
     - bump compat to 11
   * Add a Build-Conflicts for libeigen3-dev < 3.3.5-2, because of #908336.
Checksums-Sha1:
 f454c9b45ad0250c16ba6f8b455667a0a1bcb93b 2585 step_18.08.1-1.dsc
 705f1d42407c13a2b84b5694d196d5764b0f2ecb 860584 step_18.08.1.orig.tar.xz
 bac9a587e3b35b6eee09f74ae1bd312ba6b882d0 774 step_18.08.1.orig.tar.xz.asc
 aab5266f37c3db637ffd615015397beef97c8bfc 12556 step_18.08.1-1.debian.tar.xz
 6baab66571022ee9ecb094956e36d05866d9db50 22946 step_18.08.1-1_source.buildinfo
Checksums-Sha256:
 3f524b0ea749b5a2b9477d33a6ee10f6814378b4e7adbef082db335671d0ab1c 2585 step_18.08.1-1.dsc
 1fe17592420254b54344dca51596c99630b44ba0eb2d78c57978bad560deecac 860584 step_18.08.1.orig.tar.xz
 6c2af414ab3e116c43c5c21e68010b81c61c41b9e285c483ad38b4cb71f7abab 774 step_18.08.1.orig.tar.xz.asc
 aec99d34e1af11872ac4c37721f3e1cad8a04931e6cd0813c0ae4cf9c24fb444 12556 step_18.08.1-1.debian.tar.xz
 40610394f9679f0e2d1b0e85fa5db0e1a516ab540ed7f7756ffcf054d99a7434 22946 step_18.08.1-1_source.buildinfo
Files:
 a77f5d580636a2b3d0dcb6a73f3ad2e9 2585 kde optional step_18.08.1-1.dsc
 46858d1065b0f10e4e593eace91134ee 860584 kde optional step_18.08.1.orig.tar.xz
 ee97f828d0bdfd16c7cb94a0c0150353 774 kde optional step_18.08.1.orig.tar.xz.asc
 5d430adee40caa37bc6ab655f2051ed0 12556 kde optional step_18.08.1-1.debian.tar.xz
 25f96e1448ce15e538537105a570232b 22946 kde optional step_18.08.1-1_source.buildinfo

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

iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAlufN14ACgkQLRkciEOx
P01AVg/+K5Mu/PYCe52ySvJtf4QVTnzwKgA/U9kO2SWFgmOprsneM5+l+couAU3W
hfD+8w/GJ+3Bl5BS4AW9sELCK1qCyMpHvDb11ykSfOKbOha2rVYkPQJ2hKys3F0g
3XF38eD3s9DhEIwh+ReV7j20ny1sE7nu7VSB8jogXoLgJpuZeKnBKfXc5QVGtZYq
pXzJb0Z6jXzS2gKKLoZrmr1HF3Jv9SLPKkj6xe0hpNAMYIAt+zpma8vyxzPZ2rvI
Dsgb0Gbib2mfj1fbeDxnhTwwsDamyxVQYAfGiQJZlfpt1qTH8bquWuQwqUrEXPUm
gzG7kqjSjTuMNWAQpvSDNsF6ZXr47l5q+UxOFMjkGJU7ea2HrN9xj2Iq0vyG5fdR
WUeX3JErCvb+QIy/bSRzS4As5GdZX5WbyQ4CJHpJmVNHi/wWyCJXiee/TyDELXup
6nmPGLCJeWS3b8/lBDGiczj68UUTPZ3T0+urg3/3OTK1ALe2FP33aIJZPT93XKZG
O7N0LVuJNJkIFYMlY1W9UnCkeluZtGuOk1VKOcGyrNbwuRbKm0K7/AxyHyqfiwDk
+QI45XO3My2uoQQdAVNaQz2pefdVYWYRgbeLmqaBRh3xKlyTcKb0Uai/FHlSkjNj
mSsxZDF0gU2OtkDdlHebSpxczNPYQJ+LC1V9ppn4l0jE4CZDy1k=
=+nSM
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: