After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 444259 - Seahorse do not build against gnupg 2.0
Seahorse do not build against gnupg 2.0
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: general
2.19.x
Other All
: Normal normal
: 2.20.0
Assigned To: Seahorse Maintainer
Seahorse Maintainer
Depends on:
Blocks:
 
 
Reported: 2007-06-05 08:26 UTC by Maciej (Matthew) Piechotka
Modified: 2007-06-06 14:56 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
seahorse-gnupg-2.0.patch (347 bytes, patch)
2007-06-05 21:52 UTC, Maciej (Matthew) Piechotka
none Details | Review

Description Maciej (Matthew) Piechotka 2007-06-05 08:26:56 UTC
Please describe the problem:
In configure.in it is only mentioned gnupg 1.2 and 1.4. On webpage you have mentioned 2.0 as well. It builds ok with gnupg 2.0.

If:
- It works with gnupg 2.0: Please add it to configure.in
- It do not work with gnupg 2.0: Please add support to it

Steps to reproduce:



Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Maciej (Matthew) Piechotka 2007-06-05 21:52:06 UTC
Created attachment 89440 [details] [review]
seahorse-gnupg-2.0.patch

Simple configure.in patch. I'm testing it but it looks like it works
Comment 2 Adam Schreiber 2007-06-05 22:48:17 UTC
Try the patch in bug 375062 it was applied and then removed later.  Also make sure you don't have 1.4.x installed and verify whether or not a link from gpg2 to gpg needs to be made (try exporting a complete secret key).
Comment 3 Maciej (Matthew) Piechotka 2007-06-06 04:58:57 UTC
1. I don't have gpg other then in version 2.0
2. How do I export a complete secret key?
Comment 4 Adam Schreiber 2007-06-06 10:36:35 UTC
Double click on one of your keys on the My Personal Keys tab, the first one, go to the details tab, click the export button.
Comment 5 Maciej (Matthew) Piechotka 2007-06-06 10:43:52 UTC
I've done it twice successfully. It export both - public and private keys. 
I have no plugin in epiphany but I don't think it is connected with gnupg(rather beta versions)...
Comment 6 Adam Schreiber 2007-06-06 14:56:03 UTC
2007-06-06  Adam Schreiber  <sadam@clemson.edu>
    
    * configure.in:
    * libseahorse/seahorse-gpg-options.c: Re-enable building with gpg-2.0.x.
    Fixes bug #444259