Bug 225393

Summary: /usr/lib64/gpgmepp/GpgmeppConfig.cmake has incorrect include
Product: [Applications] kdepimlibs Reporter: P Purkayastha <ppurka>
Component: gpgme++Assignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: rakuco, robert
Priority: NOR    
Version: 4.3   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description P Purkayastha 2010-02-03 15:56:11 UTC
Version:            (using KDE 4.3.4)
Compiler:          gcc version 4.4.2 Gentoo 4.4.2 p1.0
OS:                Linux
Installed from:    Gentoo Packages

/usr/lib64/gpgmepp/GpgmeppConfig.cmake which belongs to
kdepimlibs-4.3.4 (in gentoo the package is named kde-base/kdepimlibs-4.3.4) has an incorrect include in line 3. It tries to
include 

"/usr/lib64/Gpgmepp/GpgmeppLibraryDepends.cmake" 

whereas the correct file is 

"/usr/lib64/gpgmepp/GpgmeppLibraryDepends.cmake"
            ^

The corresponding gentoo bug report is http://bugs.gentoo.org/show_bug.cgi?id=302831 and there the same problem has been reported to be present in kdepimlibs-4.3.5 too.
Comment 1 Robert Marmorstein 2010-02-03 16:30:28 UTC
This breaks compilation of the soon-to-be-released basKet and may affect other third party apps.
Comment 2 Raphael Kubo da Costa 2010-02-03 17:40:51 UTC
This has been fixed in the 4.4 branch by commit 1039726, see http://websvn.kde.org/?view=revision&revision=1039726.

Unfortunately it doesn't seem to have been backported to the 4.3 branch. Not sure if it makes sense to backport at this point, since there aren't more 4.3 releases planned.