Your message dated Sat, 08 Sep 2018 12:18:59 +0000
with message-id <e1fyccz-000i6o...@fasolo.debian.org>
and subject line Bug#907229: fixed in kdesvn 2.0.0-5
has caused the Debian Bug report #907229,
regarding kdesvn: FTBFS with Qt 5.11
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.)


-- 
907229: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907229
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:kdesvn
Version: 2.0.0-4
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-arch
dh build-arch --with kf5
   dh_update_autotools_config -a
   dh_autoreconf -a
   dh_auto_configure --buildsystem=kf5 -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 ...]

             ^~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:260:13: note:   template 
argument deduction/substitution failed:
/<<PKGBUILDDIR>>/src/svnfrontend/blamedisplay.cpp:207:73: note:   candidate 
expects 3 arguments, 4 provided
     connect(ac, SIGNAL(triggered()), this, SLOT(slotShowCurrentCommit()));
                                                                         ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
                 from 
/<<PKGBUILDDIR>>/src/ksvnwidgets/../ksvnwidgets/ksvndialog.h:21,
                 from /<<PKGBUILDDIR>>/src/svnfrontend/blamedisplay.h:22,
                 from /<<PKGBUILDDIR>>/src/svnfrontend/blamedisplay.cpp:20:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:269:13: note: candidate: 
'template<class Func1, class Func2> static typename 
std::enable_if<(((int)(QtPrivate::FunctionPointer<Func2>::ArgumentCount) >= 0) 
&& (! QtPrivate::FunctionPointer<Func2>::IsPointerToMemberFunction)), 
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:269: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<(((int)(QtPrivate::FunctionPointer<Func2>::ArgumentCount) >= 0) 
&& (! QtPrivate::FunctionPointer<Func2>::IsPointerToMemberFunction)), 
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/svnfrontend/blamedisplay.cpp:207:73:   required from here
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:269:13: error: no type named 
'type' in 'struct std::enable_if<false, QMetaObject::Connection>'
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:300: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, Func2)'
             connect(const typename QtPrivate::FunctionPointer<Func1>::Object 
*sender, Func1 signal, Func2 slot)
             ^~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:300:13: note:   template 
argument deduction/substitution failed:
/<<PKGBUILDDIR>>/src/svnfrontend/blamedisplay.cpp:207:73: note:   candidate 
expects 3 arguments, 4 provided
     connect(ac, SIGNAL(triggered()), this, SLOT(slotShowCurrentCommit()));
                                                                         ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
                 from 
/<<PKGBUILDDIR>>/src/ksvnwidgets/../ksvnwidgets/ksvndialog.h:21,
                 from /<<PKGBUILDDIR>>/src/svnfrontend/blamedisplay.h:22,
                 from /<<PKGBUILDDIR>>/src/svnfrontend/blamedisplay.cpp:20:
/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/svnfrontend/blamedisplay.cpp:207:73:   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*>'
make[3]: *** [src/svnfrontend/CMakeFiles/svnfrontend.dir/build.make:147: 
src/svnfrontend/CMakeFiles/svnfrontend.dir/blamedisplay.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:1687: 
src/svnfrontend/CMakeFiles/svnfrontend.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:6: 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/kdesvn.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: kdesvn
Source-Version: 2.0.0-5

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

Debian distribution maintenance software
pp.
Pino Toscano <p...@debian.org> (supplier of updated kdesvn 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: SHA512

Format: 1.8
Date: Sat, 08 Sep 2018 14:08:10 +0200
Source: kdesvn
Binary: kdesvn kdesvn-kio-plugins
Architecture: source
Version: 2.0.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian KDE Extras Team <pkg-kde-ext...@lists.alioth.debian.org>
Changed-By: Pino Toscano <p...@debian.org>
Description:
 kdesvn     - Subversion client with tight KDE integration
 kdesvn-kio-plugins - Subversion I/O slaves for KDE
Closes: 907229
Changes:
 kdesvn (2.0.0-5) unstable; urgency=medium
 .
   * Team upload.
   * Switch Vcs-* fields to salsa.debian.org.
   * Backport upstream commit f4ec3ee6da0efeea7a62a6ea3a892ac4bb374182 to fix
     build with Qt >= 5.11; patch
     upstream_Fix-compilation-with-Qt-5.11-missing-include.patch.
     (Closes: #907229)
   * Bump the debhelper compatibility to 11:
     - bump the debhelper build dependency to 11~
     - bump compat to 11
   * Simplify watch file, and switch it to https.
   * Remove trailing whitespaces, and newlines at the end in changelog.
   * Switch from dh_install --list-missing to dh_missing --fail-missing.
   * Bump Standards-Version to 4.2.1, no changes required.
Checksums-Sha1:
 e033df6e8c432bbe7017eaada86f8deb62e006ae 2400 kdesvn_2.0.0-5.dsc
 ca54e21d0e0d748b9698a458d4a140158cf123d4 12052 kdesvn_2.0.0-5.debian.tar.xz
 ae19f4e0b8911cd7bf88b14705795c36b8842503 19987 kdesvn_2.0.0-5_source.buildinfo
Checksums-Sha256:
 6fc7d28d31eff2a969918f0fe345ec8d08ff0ce5f349244b06aeb6edd68eefa3 2400 
kdesvn_2.0.0-5.dsc
 ca009d5e3299203ac47ea99dbdcae890b66b5a62db048b9e04515b1b40995e41 12052 
kdesvn_2.0.0-5.debian.tar.xz
 542f412ae5be77080feb927a4138fff109caba2f1ad813a8d0496c602e6e7c27 19987 
kdesvn_2.0.0-5_source.buildinfo
Files:
 08286e5499389c8d57b7d403e0102f93 2400 vcs optional kdesvn_2.0.0-5.dsc
 175cb3317828cf182339536c66f054c8 12052 vcs optional 
kdesvn_2.0.0-5.debian.tar.xz
 dc3a27d36f0f00198f44ca62dc3228f0 19987 vcs optional 
kdesvn_2.0.0-5_source.buildinfo

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

iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAluTu+EACgkQLRkciEOx
P03gog//dXRJVkwI+2T9kTuLY4Cw96CrkeFKBvb9rfxqffc1a1bEHRKfJgHHKF4I
tp4rBf3LuAjzXxdM4/ZA3BHA/5s6hSYp8Piu6xb733O3Ny7wC/SEPx4vR39kSAtu
ATYTViPqUpN2ebcZVJze0ci4hUaviHlq+lj5nbLR997HNH5H2Nl+KltbdyblvrpH
vufRiw2VYhq1Lq44zZ199ItefMGObiKYY2bw/ff160q/BAxkz7cO2DpZmGXvbwQb
FBR2wsxKKl5lB8QHYwWmO5iM4GIU0QuYtKDuOEBjToeI9KojBPAR8n08KqqeqLpe
jxmPX3ABPiyaeuUMl/wpUf9OxErzHwkQy+K4uiNwgxG3enqrCyaJ7GethtuPdifc
auQQrMyXEe2PWDraUghkkqywWCIt1v9A+e8raxPz2VP3EvYVaC6f8TIQijOwfY29
+zl6g2d4D8vYulFQ92LS2twkJBGfUonWuaK5ABYoY8tqT/lLRze6LGo0/xhpLSJI
LnhCElho7iR7KeltNJe5Qp/vDP1orpQKStkKDMYbZ0ae7QKme/t/J2DhgJ+1ebaY
s+Z/SxZKsPAXlzhLflrnhS1gcXDP6UcwOpAPA/nbSIVOWK/AaCEwPZXlt0fYapym
PCRJvHb4Z+LhcKHSG5JX22MNtfCDyGQDoazlQa8HWT8eA/gvjYM=
=lDQf
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to