Ben Cooksley <bcooks...@kde.org>, 25 Mar 2020 Çar, 07:48 tarihinde şunu yazdı:
> The Dependency Build says plasma-desktop is broken. > > Ideas anyone? > > Hello ben, It looks like this will solve that problem : https://phabricator.kde.org/D28232 Could you apply that patch and try if it fixes the problem? And the problem is here : *06:24:21* /home/jenkins/workspace/Administration/Dependency Build Plasma kf5-qt5 SUSEQt5.12/plasma-desktop/kcms/spellchecking/spellchecking.cpp:69:119: error: no matching function for call to ���QSet<QString>::QSet(QList<QString>::iterator, QList<QString>::iterator)���*06:24:21* 69 | QSet<QString> defaultPreferredLanguages(defaultPreferredLanguagesList.begin(), defaultPreferredLanguagesList.end());*06:24:21* | ^*06:24:21* In file included from /usr/include/qt5/QtCore/QSet:1,*06:24:21* from /home/jenkins/workspace/Administration/Dependency Build Plasma kf5-qt5 SUSEQt5.12/plasma-desktop/kcms/spellchecking/spellchecking.cpp:27:*06:24:21* /usr/include/qt5/QtCore/qset.h:61:12: note: candidate: ���QSet<T>::QSet(std::initializer_list<_Tp>) [with T = QString]���*06:24:21* 61 | inline QSet(std::initializer_list<T> list)*06:24:21* | ^~~~*06:24:21* /usr/include/qt5/QtCore/qset.h:61:12: note: candidate expects 1 argument, 2 provided*06:24:21* /usr/include/qt5/QtCore/qset.h:59:12: note: candidate: ���QSet<T>::QSet() [with T = QString]���*06:24:21* 59 | inline QSet() Q_DECL_NOTHROW {}*06:24:21* | ^~~~*06:24:21* /usr/include/qt5/QtCore/qset.h:59:12: note: candidate expects 0 arguments, 2 provided*06:24:21* /usr/include/qt5/QtCore/qset.h:54:7: note: candidate: ���QSet<QString>::QSet(const QSet<QString>&)���*06:24:21* 54 | class QSet*06:24:21* | ^~~~*06:24:21* /usr/include/qt5/QtCore/qset.h:54:7: note: candidate expects 1 argument, 2 provided*06:24:21* /usr/include/qt5/QtCore/qset.h:54:7: note: candidate: ���QSet<QString>::QSet(QSet<QString>&&)���*06:24:21* /usr/include/qt5/QtCore/qset.h:54:7: note: candidate expects 1 argument, 2 provided*06:24:21* Scanning dependencies of target kded_touchpad*06:24:21* [ 66%] Building CXX object kcms/touchpad/src/CMakeFiles/kded_touchpad.dir/kded_touchpad_autogen/mocs_compilation.cpp.o*06:24:21* make[2]: *** [kcms/spellchecking/CMakeFiles/kcmspellchecking.dir/build.make:89: kcms/spellchecking/CMakeFiles/kcmspellchecking.dir/spellchecking.cpp.o] Error 1*06:24:21* make[1]: *** [CMakeFiles/Makefile2:7597: kcms/spellchecking/CMakeFiles/kcmspellchecking.dir/all] Error 2*06:24:21* make[1]: *** Waiting for unfinished jobs....