Bug 341923 - circular dependecies
Summary: circular dependecies
Status: RESOLVED DUPLICATE of bug 341877
Alias: None
Product: kdepimlibs
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-15 17:47 UTC by Unknown
Modified: 2014-12-16 16:33 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Unknown 2014-12-15 17:47:40 UTC
Trying to build kdepimlibs:
cmake /home/guy-kde/src/5/kde/kdepimlibs
...
CMake Error at akonadi/CMakeLists.txt:33 (find_package):
  Could not find a package configuration file provided by "KF5KIO" (requested
  version 5.5.0) with any of the following names:

    KF5KIOConfig.cmake
    kf5kio-config.cmake

Trying to build kio:
cmake /home/guy-kde/src/5/frameworks/kio
...
  Could not find a package configuration file provided by "KF5Wallet"
  (requested version 5.5.0) with any of the following names:

    KF5WalletConfig.cmake
    kf5wallet-config.cmake

Trying to build kwallet:
cmake /home/guy-kde/src/5/frameworks/kwallet/
...
  Could not find a package configuration file provided by "KF5Gpgmepp" with
  any of the following names:

    KF5GpgmeppConfig.cmake
    kf5gpgmepp-config.cmake

which is provided by kdepimlibs.

Can anybody help?

Reproducible: Always
Comment 1 Laurent Montel 2014-12-15 17:50:57 UTC
Update your frameworks please=> use 5.5
Comment 2 Unknown 2014-12-15 18:01:03 UTC
(In reply to Laurent Montel from comment #1)
> Update your frameworks please=> use 5.5

I am using 5.5, just today afternoon making a "git pull"
Comment 3 Christophe Marin 2014-12-16 16:33:19 UTC

*** This bug has been marked as a duplicate of bug 341877 ***