Created attachment 579310 [details] ebuild log Today's update was of kde-frameworks to version 5.59.0. With -j 12, kdesignerplugin failed because kcompletion had not yet been installed.
Created attachment 579312 [details] emerge --info
The ebuild already depends on kcompletion. This looks more like a broken kcompletion installation.
(In reply to Andreas Sturmlechner from comment #2) > The ebuild already depends on kcompletion. Ah, so I see. I didn't spot it the first time. > This looks more like a broken kcompletion installation. On the other hand, repeating the emerge immediately after the kde-frameworks batch succeeded, without any other action by me.
While the dependency is there, it seems we should make sure to disable search for KCompletion (even if it is not required to satisfy USE=-designer) to avoid this issue. It may have become fatal only with some cmake version or no one has caught it yet (-j 12 is somewhat high).
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c88a563824a21abb3206aa0254e2394e7571d02f commit c88a563824a21abb3206aa0254e2394e7571d02f Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2019-06-09 11:19:38 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2019-06-09 11:20:56 +0000 kde-frameworks/kdesignerplugin: Disable all optional deps w/ !designer A high --jobs number could lead to cmake errors otherwise. Closes: https://bugs.gentoo.org/687704 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> kde-frameworks/kdesignerplugin/kdesignerplugin-5.59.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/proj/kde.git/commit/?id=58d76a6905f75da950c06c01f13d65bbfa1255d0 commit 58d76a6905f75da950c06c01f13d65bbfa1255d0 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2019-06-09 11:19:38 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2019-06-09 11:24:38 +0000 kde-frameworks/kdesignerplugin: Disable all optional deps w/ !designer A high --jobs number could lead to cmake errors otherwise. Closes: https://bugs.gentoo.org/687704 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> kde-frameworks/kdesignerplugin/kdesignerplugin-9999.ebuild | 4 ++++ 1 file changed, 4 insertions(+)
--jobs=12 is just one job for each core. Well, actually, there are six cores, hyperthreaded. Thanks for the fix.