The part of the emerge out: [ 4%] Building CXX object python/pykde4/CMakeFiles/python_module_PyKDE4_kdecore.dir/sip/kdecore/sipkdecorepart0.o In file included from /usr/include/python2.6/Python.h:8, from /usr/include/python2.6/sip.h:28, from /var/tmp/portage/kde-base/pykde4-4.2.71/work/pykde4-4.2.71_build/python/pykde4/sip/kdecore/sipAPIkdecore.h:11, from /var/tmp/portage/kde-base/pykde4-4.2.71/work/pykde4-4.2.71_build/python/pykde4/sip/kdecore/sipkdecorepart0.cpp:7: /usr/include/python2.6/pyconfig.h:1064:1: warning: "_XOPEN_SOURCE" redefined <command-line>: warning: this is the location of the previous definition sipkdecorepart0.cpp: In function 'void initkdecore()': sipkdecorepart0.cpp:4691: error: 'SslErrorUiData' was not declared in this scope sipkdecorepart0.cpp:4691: error: no matching function for call to 'qRegisterMetaType(const char [15])' sipkdecorepart0.cpp: In function 'PyObject* meth_KUser_fullName(PyObject*, PyObject*)': sipkdecorepart0.cpp:12930: warning: 'QString KUser::fullName() const' is deprecated (declared at /usr/include/kuser.h:179) make[2]: *** [python/pykde4/CMakeFiles/python_module_PyKDE4_kdecore.dir/sip/kdecore/sipkdecorepart0.o] Error 1 make[1]: *** [python/pykde4/CMakeFiles/python_module_PyKDE4_kdecore.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... Reproducible: Always Steps to Reproduce: 1. emerge =kde-base/pykde4-4.2.71
*** Bug 268606 has been marked as a duplicate of this bug. ***
Fixed in overlay
Thanks, but this is not helps for me. New error: [ 6%] Building CXX object python/pykde4/CMakeFiles/python_module_PyKDE4_kdecore.dir/sip/kdecore/sipkdecorepart3.o In file included from /usr/include/python2.6/Python.h:8, from /usr/include/python2.6/sip.h:28, from /var/tmp/portage/kde-base/pykde4-4.2.71/work/pykde4-4.2.71_build/python/pykde4/sip/kdecore/sipAPIkdecore.h:11, from /var/tmp/portage/kde-base/pykde4-4.2.71/work/pykde4-4.2.71_build/python/pykde4/sip/kdecore/sipkdecorepart3.cpp:7: /usr/include/python2.6/pyconfig.h:1064:1: warning: "_XOPEN_SOURCE" redefined <command-line>: warning: this is the location of the previous definition sipkdecorepart3.cpp: In function 'PyObject* meth_KEncodingProber_encodingName(PyObject*, PyObject*)': sipkdecorepart3.cpp:3282: warning: 'const char* KEncodingProber::encodingName() const' is deprecated (declared at /usr/include/kencodingprober.h:132) /usr/include/kencodingprober.h: In member function 'KEncodingProber& KEncodingProber::operator=(const KEncodingProber&)': /usr/include/kencodingprober.h:68: error: non-static const member 'KEncodingProberPrivate* const KEncodingProber::d', can't use default assignment operator sipkdecorepart3.cpp: In function 'void assign_KEncodingProber(void*, const void*)': sipkdecorepart3.cpp:3493: note: synthesized method 'KEncodingProber& KEncodingProber::operator=(const KEncodingProber&)' first required here sipkdecorepart3.cpp: In function 'PyObject* meth_KCharsets_languageForEncoding(PyObject*, PyObject*)': sipkdecorepart3.cpp:4815: warning: 'QString KCharsets::languageForEncoding(const QString&) const' is deprecated (declared at /usr/include/kcharsets.h:147) sipkdecorepart3.cpp: In function 'PyObject* meth_KStandardDirs_addResourceType(PyObject*, PyObject*)': sipkdecorepart3.cpp:6419: warning: 'bool KStandardDirs::addResourceType(const char*, const QString&, bool)' is deprecated (declared at /usr/include/kstandarddirs.h:258) sipkdecorepart3.cpp: In function 'PyObject* meth_KStandardDirs_kde_default(PyObject*, PyObject*)': sipkdecorepart3.cpp:7040: warning: 'static QString KStandardDirs::kde_default(const char*)' is deprecated (declared at /usr/include/kstandarddirs.h:639) make[2]: *** [python/pykde4/CMakeFiles/python_module_PyKDE4_kdecore.dir/sip/kdecore/sipkdecorepart3.o] Error 1 make[1]: *** [python/pykde4/CMakeFiles/python_module_PyKDE4_kdecore.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs....
lets find new patch for it =)
Created attachment 190390 [details, diff] patch for kencodingprober.sip
Created attachment 190392 [details] patch for kdatetime.sip
Created attachment 190393 [details] patch for backendcapabilities.sip
Now, pykde4 compiled successfully
thanks for patches =)
You're welcome!