<div dir="ltr"><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Ben Cooksley <<a href="mailto:bcooksley@kde.org">bcooksley@kde.org</a>>, 25 Mar 2020 Çar, 07:48 tarihinde şunu yazdı:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">The Dependency Build says plasma-desktop is broken.<div><br></div><div>Ideas anyone?</div><br></div></blockquote><div>Hello ben, It looks like this will solve that problem :</div><div><a href="https://phabricator.kde.org/D28232">https://phabricator.kde.org/D28232</a></div><div>Could you apply that patch and try if it fixes the problem?</div><div><br> </div><div>And the problem is here :</div><div><pre class="gmail-console-output"><span class="gmail-pipeline-node-18"><span class="gmail-timestamp"><b>06:24:21</b> </span> /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)���
<span class="gmail-timestamp"><b>06:24:21</b> </span> 69 | QSet<QString> defaultPreferredLanguages(defaultPreferredLanguagesList.begin(), defaultPreferredLanguagesList.end());
<span class="gmail-timestamp"><b>06:24:21</b> </span> | ^
<span class="gmail-timestamp"><b>06:24:21</b> </span> In file included from /usr/include/qt5/QtCore/QSet:1,
<span class="gmail-timestamp"><b>06:24:21</b> </span> from /home/jenkins/workspace/Administration/Dependency Build Plasma kf5-qt5 SUSEQt5.12/plasma-desktop/kcms/spellchecking/spellchecking.cpp:27:
<span class="gmail-timestamp"><b>06:24:21</b> </span> /usr/include/qt5/QtCore/qset.h:61:12: note: candidate: ���QSet<T>::QSet(std::initializer_list<_Tp>) [with T = QString]���
<span class="gmail-timestamp"><b>06:24:21</b> </span> 61 | inline QSet(std::initializer_list<T> list)
<span class="gmail-timestamp"><b>06:24:21</b> </span> | ^~~~
<span class="gmail-timestamp"><b>06:24:21</b> </span> /usr/include/qt5/QtCore/qset.h:61:12: note: candidate expects 1 argument, 2 provided
<span class="gmail-timestamp"><b>06:24:21</b> </span> /usr/include/qt5/QtCore/qset.h:59:12: note: candidate: ���QSet<T>::QSet() [with T = QString]���
<span class="gmail-timestamp"><b>06:24:21</b> </span> 59 | inline QSet() Q_DECL_NOTHROW {}
<span class="gmail-timestamp"><b>06:24:21</b> </span> | ^~~~
<span class="gmail-timestamp"><b>06:24:21</b> </span> /usr/include/qt5/QtCore/qset.h:59:12: note: candidate expects 0 arguments, 2 provided
<span class="gmail-timestamp"><b>06:24:21</b> </span> /usr/include/qt5/QtCore/qset.h:54:7: note: candidate: ���QSet<QString>::QSet(const QSet<QString>&)���
<span class="gmail-timestamp"><b>06:24:21</b> </span> 54 | class QSet
<span class="gmail-timestamp"><b>06:24:21</b> </span> | ^~~~
<span class="gmail-timestamp"><b>06:24:21</b> </span> /usr/include/qt5/QtCore/qset.h:54:7: note: candidate expects 1 argument, 2 provided
<span class="gmail-timestamp"><b>06:24:21</b> </span> /usr/include/qt5/QtCore/qset.h:54:7: note: candidate: ���QSet<QString>::QSet(QSet<QString>&&)���
<span class="gmail-timestamp"><b>06:24:21</b> </span> /usr/include/qt5/QtCore/qset.h:54:7: note: candidate expects 1 argument, 2 provided
<span class="gmail-timestamp"><b>06:24:21</b> </span> Scanning dependencies of target kded_touchpad
<span class="gmail-timestamp"><b>06:24:21</b> </span> [ 66%] Building CXX object kcms/touchpad/src/CMakeFiles/kded_touchpad.dir/kded_touchpad_autogen/mocs_compilation.cpp.o
<span class="gmail-timestamp"><b>06:24:21</b> </span> make[2]: *** [kcms/spellchecking/CMakeFiles/kcmspellchecking.dir/build.make:89: kcms/spellchecking/CMakeFiles/kcmspellchecking.dir/spellchecking.cpp.o] Error 1
<span class="gmail-timestamp"><b>06:24:21</b> </span> make[1]: *** [CMakeFiles/Makefile2:7597: kcms/spellchecking/CMakeFiles/kcmspellchecking.dir/all] Error 2
<span class="gmail-timestamp"><b>06:24:21</b> </span> make[1]: *** Waiting for unfinished jobs....</span></pre> </div></div></div>