Bug 341923

Summary: circular dependecies
Product: [Applications] kdepimlibs Reporter: Unknown <null>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: lueck, montel
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

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 ***