Processed: Re: Bug#907230: kmail-account-wizard: FTBFS with Qt 5.11

2018-08-25 Thread Debian Bug Tracking System
Processing control commands:

> fixed -1 4:18.07.90-1
Bug #907230 [src:kmail-account-wizard] kmail-account-wizard: FTBFS with Qt 5.11
The source 'kmail-account-wizard' and version '4:18.07.90-1' do not appear to 
match any binary packages
Marked as fixed in versions kmail-account-wizard/4:18.07.90-1.

-- 
907230: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907230
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#907230: kmail-account-wizard: FTBFS with Qt 5.11

2018-08-25 Thread Sandro Knauß
Control: fixed -1 4:18.07.90-1

Hey,

these bugs are handled with the new upstream version of KDE PIM, that is 
currently sitting in experimental and NEW queue. But at least I have compile 
the whole new KDE PIM against Qt 5.11. Please check before filing those bugs 
if a new version waits in experimental/NEW queue.

hefee

--

signature.asc
Description: This is a digitally signed message part.


Bug#907230: kmail-account-wizard: FTBFS with Qt 5.11

2018-08-24 Thread Santiago Vila
Package: src:kmail-account-wizard
Version: 4:17.12.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 '/<>'
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 -DCMAKE_INSTALL_RUNSTATEDIR=/run 
"-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 ...]

 static bool disconnect(const QObject *sender, const char *signal,
 ^~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:337:17: note:   no known 
conversion for argument 1 from 'QAction*' to 'const QObject*'
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:339:17: note: candidate: 
'static bool QObject::disconnect(const QObject*, const QMetaMethod&, const 
QObject*, const QMetaMethod&)'
 static bool disconnect(const QObject *sender, const QMetaMethod ,
 ^~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:339:17: note:   no known 
conversion for argument 1 from 'QAction*' to 'const QObject*'
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:341:17: note: candidate: 
'bool QObject::disconnect(const char*, const QObject*, const char*) const'
 inline bool disconnect(const char *signal = nullptr,
 ^~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:341:17: note:   candidate 
expects 3 arguments, 4 provided
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:344:17: note: candidate: 
'bool QObject::disconnect(const QObject*, const char*) const'
 inline bool disconnect(const QObject *receiver, const char *member = 
nullptr) const
 ^~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:344:17: note:   candidate 
expects 2 arguments, 4 provided
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:346:17: note: candidate: 
'static bool QObject::disconnect(const QMetaObject::Connection&)'
 static bool disconnect(const QMetaObject::Connection &);
 ^~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:346:17: note:   candidate 
expects 1 argument, 4 provided
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:353:24: note: candidate: 
'template static bool QObject::disconnect(const 
typename QtPrivate::FunctionPointer::Object*, Func1, const typename 
QtPrivate::FunctionPointer::Object*, Func2)'
 static inline bool disconnect(const typename 
QtPrivate::FunctionPointer::Object *sender, Func1 signal,
^~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:353:24: note:   template 
argument deduction/substitution failed:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h: In substitution of 
'template static bool QObject::disconnect(const 
typename QtPrivate::FunctionPointer::Object*, Func1, const typename 
QtPrivate::FunctionPointer::Object*, Func2) [with Func1 = int; Func2 = 
int]':
/<>/src/dialog.cpp:112:77:   required from here
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:353:24: error: no type named 
'Object' in 'struct QtPrivate::FunctionPointer'
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:370:24: note: candidate: 
'template static bool QObject::disconnect(const typename 
QtPrivate::FunctionPointer::Object*, Func1, const QObject*, void**)'
 static inline bool disconnect(const typename 
QtPrivate::FunctionPointer::Object *sender, Func1 signal,
^~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:370:24: note:   template 
argument deduction/substitution failed:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h: In substitution of 
'template static bool QObject::disconnect(const typename 
QtPrivate::FunctionPointer::Object*, Func1, const QObject*, void**) [with 
Func1 = int]':
/<>/src/dialog.cpp:112:77:   required from here
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:370:24: error: no type named 
'Object' in 'struct QtPrivate::FunctionPointer'
/<>/src/dialog.cpp:113:70: error: incomplete type 'QAction' used 
in nested name specifier
 connect(helpMenu->action(KHelpMenu::menuHelpContents), 
::triggered, this, ::slotOpenHelp);