Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 618556 - kde-apps/step-17.08.1 fails to configure: CMake: add_subdirectory given source "po" which is not an existing directory.
Summary: kde-apps/step-17.08.1 fails to configure: CMake: add_subdirectory given sourc...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard: fixed in 17.08.2
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-15 18:08 UTC by Jaak Ristioja
Modified: 2017-10-01 14:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (file_618556.txt,6.23 KB, text/plain)
2017-05-15 18:08 UTC, Jaak Ristioja
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaak Ristioja 2017-05-15 18:08:38 UTC
Created attachment 472678 [details]
build.log

Possibly a USE="-nls" bug?

[ebuild     U ~] kde-apps/step-17.04.1:5::gentoo [17.04.0:5::gentoo] USE="gsl handbook qalculate -debug -nls% {-test}" 0 KiB

Same error was with version 17.04.0:

CMake Error at CMakeLists.txt:90 (add_subdirectory):
  add_subdirectory given source "po" which is not an existing directory.
Comment 1 Andreas Sturmlechner gentoo-dev 2017-05-15 19:28:23 UTC
Yes, indeed. This won't be limited to step, add_subdirectory(po) is added to such special cases of KDE Applications where there is translated data inside po that is not installed by ki18n_install nor kdoctools_install.

For 17.04.1 we can add a workaround to kde5.eclass, but upstream now is aware of that and if all goes well in 17.04.2 will use ecm_optional_add_subdirectory which is non-fatal in case of missing po directory.
Comment 2 Andreas Sturmlechner gentoo-dev 2017-05-17 07:37:05 UTC
Thanks, fixed in git commit 4a240ab910f80bd21de7d5ef49890cdd1717844c
Comment 3 Jaak Ristioja 2017-06-09 08:56:23 UTC
Still happens with kde-apps/step-17.04.2. Reopening.
Comment 4 Andreas Sturmlechner gentoo-dev 2017-06-09 09:43:54 UTC
Thanks, re-added temporary fix with git commit 823e4dc9879144afb4abea123d95a9b324d59ed9
Comment 5 Jaak Ristioja 2017-09-08 10:42:51 UTC
Still happens with kde-apps/step-17.08.1. Reopening second time.
Comment 6 Andreas Sturmlechner gentoo-dev 2017-09-09 11:49:45 UTC
Temporary fix was not so temporary after all. 6f315cfed4a16334e349c4fa68f80a4e970c5fb4