Bug 197458 - GPGME++ doesn't work with GPGME 1.2.0
Summary: GPGME++ doesn't work with GPGME 1.2.0
Status: RESOLVED DUPLICATE of bug 195905
Alias: None
Product: kdepimlibs
Classification: Applications
Component: gpgme++ (show other bugs)
Version: 4.2
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-22 06:37 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2009-06-22 10:52 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
kdepimlibs-4.2.4-gpgme-1.2.0.patch (247 bytes, patch)
2009-06-22 06:38 UTC, Arfrever Frehtes Taifersar Arahesis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis 2009-06-22 06:37:01 UTC
Version:            (using KDE 4.2.4)
OS:                Linux
Installed from:    Gentoo Packages

GPGME++ doesn't work with GPGME 1.2.0. This problem can be reproduced e.g. by not working signing of e-mails in KMail.

GPGME++ should call gpgme_check_version() before using gpgme_new().

The NEWS file from GPGME 1.2.0 contains:
 * gpgme_new will fail if gpgme_check_version was not called, or
   a selftest failed (for example, if -mms-bitfields was not
   used on MingW32 targets).
Comment 1 Arfrever Frehtes Taifersar Arahesis 2009-06-22 06:38:41 UTC
Created attachment 34725 [details]
kdepimlibs-4.2.4-gpgme-1.2.0.patch

This patch fixes this bug for 4.2.4. It probably also works for trunk.
Comment 2 Thomas McGuire 2009-06-22 10:52:16 UTC
Known bug, see bug 195905, comment 7. I'll merge the patch there into all branches on Wednesday.

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