ruby-gpgme
ruby-gpgme copied to clipboard
issues when gpgme is built with gpg2
I started running into issues with GitLab which uses this gem and tried to run the tests, but discovered that the issue was that gpgme was built with gpg2. Once I removed gpg2, installed gpg1 and rebuilt gpgme with gpg1, then ruby-gpgme worked fine.
The test failures I was seeing with gpg2 can be seen here:
https://gist.github.com/swills/1c55c2e3c0216d555d990f1051ca65fc
Is this expected?
Probably. Check this out https://github.com/ueno/ruby-gpgme/issues/48#issuecomment-53831019
I've started having a look at this - there's a bunch of tests intended to be skipped when using incompatible versions, but I think it's not quite set up right. What version of gpg2 were you using?