ruby-gpgme icon indicating copy to clipboard operation
ruby-gpgme copied to clipboard

issues when gpgme is built with gpg2

Open swills opened this issue 6 years ago • 2 comments

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?

swills avatar Apr 18 '18 00:04 swills

Probably. Check this out https://github.com/ueno/ruby-gpgme/issues/48#issuecomment-53831019

cshtdd avatar Jan 28 '20 16:01 cshtdd

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?

dansketcher avatar Feb 18 '20 11:02 dansketcher