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 318107 - seahorse 0.8 doesn't work with new gpgme 1.1.0
seahorse 0.8 doesn't work with new gpgme 1.1.0
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: general
0.8.x
Other All
: Normal major
: ---
Assigned To: Seahorse Maintainer
Seahorse Maintainer
: 318776 320832 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-10-06 12:17 UTC by Ladislav Hagara
Modified: 2005-11-06 21:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ladislav Hagara 2005-10-06 12:17:38 UTC
Please describe the problem:
...
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for SEAHORSE... yes
checking for gpg... /usr/bin/gpg
checking for appropriate GnuPG version... yes
checking for gpgme-config... /usr/bin/gpgme-config
checking for GPGME - version >= 1.0.0... configure: error: GPGME 1.0.0 or later
needed


# gpgme-config --version
1.1.0

Steps to reproduce:
1. try new gpgme 1.1.0

Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Adam Schreiber 2005-10-06 13:34:04 UTC
GPGME 1.1.0 was just released and hasn't been tested with seahorse yet by the
developers.

If you wish to test it, change the line in /configure.in in the GPGME section
that says:

if test "$minor" -eq "$req_minor"; then

to

if test "$minor" -ge "$req_minor"; then

Please let us know how it goes. Patches are welcome ;)
Comment 2 Stef Walter 2005-10-06 18:04:35 UTC
GPGME is supposed to have a stable interface during the entire 1.x series. So I
went ahead and fixed this in CVS (stable branch).  
Comment 3 Adam Schreiber 2005-10-06 18:14:54 UTC
Shame this missed the release.  Bump it or just replace the tarballs?
Comment 4 Stef Walter 2005-10-06 21:12:44 UTC
I think we can wait till 0.8.1. GPGME 1.1 isn't stable yet. 
Comment 5 Adam Schreiber 2005-10-13 17:08:29 UTC
*** Bug 318776 has been marked as a duplicate of this bug. ***
Comment 6 Adam Schreiber 2005-11-06 21:28:23 UTC
*** Bug 320832 has been marked as a duplicate of this bug. ***