Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 613932 - [kde overlay] kde-apps/kopete-5.9999 fails to configure. New dependency: kidentitymanagement:5
Summary: [kde overlay] kde-apps/kopete-5.9999 fails to configure. New dependency: kide...
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: 2017-03-26 20:07 UTC by jospezial
Modified: 2017-03-28 12: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 2017-03-26 20:07:30 UTC
CMake Error at CMakeLists.txt:40 (find_package):
  Could not find a package configuration file provided by
  "KF5IdentityManagement" with any of the following names:

    KF5IdentityManagementConfig.cmake
    kf5identitymanagement-config.cmake

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


-- Configuring incomplete, errors occurred!
See also "/var/tmp/portage/kde-apps/kopete-5.9999/work/kopete-5.9999_build/CMakeFiles/CMakeOutput.log".
 * ERROR: kde-apps/kopete-5.9999::kde failed (configure phase):
 *   cmake failed
 * 
 * Call stack:
 *     ebuild.sh, line  115:  Called src_configure
 *   environment, line 4791:  Called kde5_src_configure
 *   environment, line 3640:  Called cmake-utils_src_configure
 *   environment, line 1496:  Called _cmake_execute_optionally 'src_configure'
 *   environment, line  633:  Called enable_cmake-utils_src_configure
 *   environment, line 1946:  Called die
 * The specific snippet of code:
 *       "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed";
Comment 1 Andreas Sturmlechner gentoo-dev 2017-03-26 20:20:15 UTC
Thanks, fixed in 258aa3e5b67efedbc08809b95cc6fd31dddea717
Comment 2 jospezial 2017-03-26 20:46:45 UTC
CMake Warning:
  Manually-specified variables were not used by the project:

    WITH_GOOGLETALK
    WITH_Libmsn
    WITH_LiboRTP
    WITH_Mediastreamer
    WITH_Speex
    WITH_jingle

It looks as some things are gone or not reimplemented.
With USE="nowlistening" it fails to compile.
Comment 3 jospezial 2017-03-26 21:24:02 UTC
I had to disable some USE flags to get it compiled.

USE="-nowlistening -gadu -translator -webpresence -pipes" emerge -vatD kopete:5

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[ebuild  N    *] kde-apps/kopete-5.9999:5::kde  USE="addbookmarks autoreplace contactnotes highlight meanwhile oscar otr privacy ssl statistics texteffect urlpicpreview v4l winpopup xmpp yahoo -debug -gadu -groupwise -handbook -history -jingle -latex -nowlistening -pipes {-test} -testbed -translator -webpresence -zeroconf" 0 KiB

Total: 1 package (1 new), Size of downloads: 0 KiB

Would you like to merge these packages? [Yes/No] 
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) kde-apps/kopete-5.9999::kde
>>> Installing (1 of 1) kde-apps/kopete-5.9999::kde
>>> Recording kde-apps/kopete:5 in "world" favorites file...
>>> Jobs: 1 of 1 complete                           Load avg: 4.07, 2.24, 1.35
>>> Auto-cleaning packages...


The failing plugins use deprecated functions.
Comment 4 Andreas Sturmlechner gentoo-dev 2017-03-26 21:49:48 UTC
Sure, don't expect perfection from live sources. They are under heavy upstream work right now.
Comment 5 Andreas Sturmlechner gentoo-dev 2017-03-28 12:44:04 UTC
A few of those options were obsolete even in slot 4 - fixed that as well now.