Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 600244 - [kde overlay] kde-frameworks/ktexteditor-9999 new dependency kde-frameworks/syntax-highlighting
Summary: [kde overlay] kde-frameworks/ktexteditor-9999 new dependency kde-frameworks/s...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-19 18:30 UTC by jospezial
Modified: 2016-11-19 18:44 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jospezial 2016-11-19 18:30:56 UTC
https://git.reviewboard.kde.org/r/129384/

https://cgit.kde.org/ktexteditor.git/commit/?id=cda999c901a9b38439f1d3ffc4c4fc3ae717061c


CMake Error at CMakeLists.txt:49 (find_package):
  By not providing "FindKF5SyntaxHighlighting.cmake" in CMAKE_MODULE_PATH
  this project has asked CMake to find a package configuration file provided
  by "KF5SyntaxHighlighting", but CMake did not find one.

  Could not find a package configuration file provided by
  "KF5SyntaxHighlighting" (requested version 5.28.0) with any of the
  following names:

    KF5SyntaxHighlightingConfig.cmake
    kf5syntaxhighlighting-config.cmake

  Add the installation prefix of "KF5SyntaxHighlighting" to CMAKE_PREFIX_PATH
  or set "KF5SyntaxHighlighting_DIR" to a directory containing one of the
  above files.  If "KF5SyntaxHighlighting" provides a separate development
  package or SDK, be sure it has been installed.


-- Configuring incomplete, errors occurred!
See also "/var/tmp/portage/kde-frameworks/ktexteditor-9999/work/ktexteditor-9999_build/CMakeFiles/CMakeOutput.log".
 * ERROR: kde-frameworks/ktexteditor-9999::kde failed (configure phase):
 *   cmake failed
 * 
 * Call stack:
 *     ebuild.sh, line  115:  Called src_configure
 *   environment, line 4499:  Called kde5_src_configure
 *   environment, line 3486:  Called cmake-utils_src_configure
 *   environment, line 1371:  Called _cmake_execute_optionally 'src_configure'
 *   environment, line  528:  Called enable_cmake-utils_src_configure
 *   environment, line 1803:  Called die
 * The specific snippet of code:
 *       "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed";
Comment 1 Michael Palimaka (kensington) gentoo-dev 2016-11-19 18:33:52 UTC
Thanks, fixed in git.

https://gitweb.gentoo.org/proj/kde.git/commit/?id=a275e752c549320ac7640bb2a61a33a70f450ab2
Comment 2 jospezial 2016-11-19 18:44:02 UTC
wow, that was fast!