Bug 225393 - /usr/lib64/gpgmepp/GpgmeppConfig.cmake has incorrect include
Summary: /usr/lib64/gpgmepp/GpgmeppConfig.cmake has incorrect include
Status: RESOLVED FIXED
Alias: None
Product: kdepimlibs
Classification: Applications
Component: gpgme++ (show other bugs)
Version: 4.3
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-03 15:56 UTC by P Purkayastha
Modified: 2010-02-03 17:40 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 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.