GNOME Bugzilla – Bug 318107
seahorse 0.8 doesn't work with new gpgme 1.1.0
Last modified: 2005-11-06 21:28:23 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:
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 ;)
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).
Shame this missed the release. Bump it or just replace the tarballs?
I think we can wait till 0.8.1. GPGME 1.1 isn't stable yet.
*** Bug 318776 has been marked as a duplicate of this bug. ***
*** Bug 320832 has been marked as a duplicate of this bug. ***