Bug 102267 - OpenPGP doesn't work anymore since 3.4
Summary: OpenPGP doesn't work anymore since 3.4
Status: RESOLVED NOT A BUG
Alias: None
Product: kmail
Classification: Applications
Component: encryption (show other bugs)
Version: unspecified
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-23 14:21 UTC by Stephan Menzel
Modified: 2007-09-14 12:17 UTC (History)
0 users

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 Stephan Menzel 2005-03-23 14:21:48 UTC
Version:            (using KDE KDE 3.4.0)
Installed from:    RedHat RPMs
Compiler:          gcc 3.4 I use binary packages
OS:                Linux

Hi there,

I just updated to KDE 3.4 on my fedora core 3 System and now OpenPGP and all the rest of the crypto system is not working anymore. I can still decrypt and verify signatures but not sign or encrypt mails myself which is quite essential for me.

When I click 'detect' (Neu einlesen in german, I guess it might be that) in the crypto modules dection in kmail security options it just said:

"Beim Suchen nach OpenPGP-Unterstützung im Backend GpgME:
GPGME wurde ohne OpenPGP-Unterstützung kompiliert"

which means
While looking for OpenPGP support in GpgME backend:
GPGME was compiled without OpenPGP Support.

Well, i didn't change those binaries. I did an update of gpgme and gnupg to fix it but it didn't help at all.

[sm@smdev kde34]$ rpm -qa |grep gpg
gpg-pubkey-4f2a6fd2-3f9d9d3b
gpg-pubkey-1ac70ce6-41bebeef
gpgme-1.0.2-15.rhfc3.at
libgpg-error-1.0-1
gpg-pubkey-db42a60e-37ea5438
[sm@smdev kde34]$ rpm -qa |grep gnupg
gnupg2-1.9.15-1
gnupg-1.2.6-1

Please have a look for it.

Greetings...

Stephan
Comment 1 Thiago Macieira 2005-03-24 02:03:41 UTC
It's working fine here.
Comment 2 Stephan Menzel 2005-03-24 09:02:36 UTC
Exactly which packages are you using?
Comment 3 Stephan Menzel 2005-03-24 09:30:03 UTC
Am Donnerstag, 24. März 2005 09:02 schrieb Stephan Menzel:
> ------- Additional Comments From stephan-menzel web de  2005-03-24 09:02
> ------- Exactly which packages are you using?



I just deinstalled everything connected with gnupg and reinstalled using yum 
to atomatically resolve dependencies and the error is still there.
Don't know what do do.

Is it safe to do a downgrade to kde3.3 without destroying user data and 
profiles?

Stephan
Comment 4 Ingo Klöcker 2005-03-26 14:32:01 UTC
I guess the reason why it works with KDE 3.3 but not with KDE 3.4 is that either kdepim-3.3 was compiled against the temporary local copy of gpgme, but kdepim-3.4 wasn't, or kdepim-3.4 was compiled against the temporary local copy of gpgme, but kdepim-3.3 wasn't.
In the former case this would imply that gpgme-1.0.2-15.rhfc3.at wasn't built correctly. In the latter case this would imply that kdepim-3.4 wasn't built correctly. In any case it means that some package wasn't compiled correctly. You should contact the Fedora people.

Downgrading to KDE 3.3 should be safe, but nevertheless I recommend to backup your data.
Comment 5 Stephan Menzel 2005-03-27 16:55:53 UTC
That was one excellent guess!
I recompiled kdepim from source rpms and it works fine now.
Thanks a lot!

Stephan