I added the symlinks of the keywords/unmask files according to Gentoo KDE Guide for KDEPIM 4.6 beta, but when it comes to compiling kdepim-common-libs-4.6.9999 it fails with: [ 68%] Building CXX object incidenceeditor-ng/CMakeFiles/incidenceeditorsngmobile.dir/ktimezonecombobox.o /var/tmp/portage/kde-base/kdepim-common-libs-4.6.9999/work/kdepim-common-libs-4.6.9999/incidenceeditor-ng/editoritemmanager.cpp: In member function ‘void IncidenceEditorNG::ItemEditorPrivate::itemMoveResult(KJob*)’: /var/tmp/portage/kde-base/kdepim-common-libs-4.6.9999/work/kdepim-common-libs-4.6.9999/incidenceeditor-ng/editoritemmanager.cpp:141:56: error: ‘class Akonadi::ItemMoveJob’ has no member named ‘items’ /var/tmp/portage/kde-base/kdepim-common-libs-4.6.9999/work/kdepim-common-libs-4.6.9999/incidenceeditor-ng/editoritemmanager.cpp:142:26: error: ‘class Akonadi::ItemMoveJob’ has no member named ‘destinationCollection’ make[2]: *** [incidenceeditor-ng/CMakeFiles/incidenceeditorsng.dir/editoritemmanager.o] Error 1 make[1]: *** [incidenceeditor-ng/CMakeFiles/incidenceeditorsng.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 68%] Building CXX object calendarviews/eventviews/CMakeFiles/eventviews.dir/agenda/agendaview.o [ 68%] Building CXX object messageviewer/CMakeFiles/messageviewer.dir/headerstyle.o [ 69%] Building CXX object incidenceeditor-ng/CMakeFiles/incidenceeditorsngmobile.dir/editoritemmanager.o [ 69%] Building CXX object calendarviews/eventviews/CMakeFiles/eventviews.dir/agenda/alternatelabel.o /var/tmp/portage/kde-base/kdepim-common-libs-4.6.9999/work/kdepim-common-libs-4.6.9999/incidenceeditor-ng/editoritemmanager.cpp: In member function ‘void IncidenceEditorNG::ItemEditorPrivate::itemMoveResult(KJob*)’: /var/tmp/portage/kde-base/kdepim-common-libs-4.6.9999/work/kdepim-common-libs-4.6.9999/incidenceeditor-ng/editoritemmanager.cpp:141:56: error: ‘class Akonadi::ItemMoveJob’ has no member named ‘items’ /var/tmp/portage/kde-base/kdepim-common-libs-4.6.9999/work/kdepim-common-libs-4.6.9999/incidenceeditor-ng/editoritemmanager.cpp:142:26: error: ‘class Akonadi::ItemMoveJob’ has no member named ‘destinationCollection’ make[2]: *** [incidenceeditor-ng/CMakeFiles/incidenceeditorsngmobile.dir/editoritemmanager.o] Error 1 make[1]: *** [incidenceeditor-ng/CMakeFiles/incidenceeditorsngmobile.dir/all] Error 2 [ 70%] Building CXX object calendarviews/eventviews/CMakeFiles/eventviews.dir/agenda/calendardecoration.o As far as I know these new stuff is in latest kdepimlibs. Trying to reemerge the kdepimlibs again I noticed that after Git checkout it switches to 4.6 branch while other packages all just stay in master branch. Maybe this is the problem and kdepimlibs shouldn't be switched to 4.6 branch. Reproducible: Always Steps to Reproduce: 1. Unmask KDEPIM 4.6 Beta according to Gentoo KDE Guide 2. try to emerge something like KMail Actual Results: Compilation of kdepim-common-libs fails Expected Results: kdepim-common-libs should compile just fine
it seems like outdated kdepimlibs, so possible solutions are: 1) emerge kdepimlibs-4.6.9999 from overlay 2) emerge kdepim 4.5.94.1 from overlay
Thats what I have emerged: kdepimlibs-4.6.9999 And it is for this package that I say switches to 4.6 branch before compiling and that it should probably just stay at master
reopening then. the branches are fine, kdepim master is 4.6, kdepimlibs has a 4.6 branch
Is this still current? (1 month old, live ebuild problem)
(In reply to comment #4) > Is this still current? (1 month old, live ebuild problem) Likely not.