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

NameError: uninitialized constant GPGME::PINENTRY_MODE_DEFAULT

Open robinbowes opened this issue 11 years ago • 1 comments

I'm seeing this error when using 2.0.5 with puppet enterprise 3.1.3 on RHEL 6.

Puppet::Parser::AST::Resource failed with error NameError: uninitialized constant GPGME::PINENTRY_MODE_DEFAULT

We have had to revert to 2.0.2 to get this to continue to work.

This is with gpgme-1.1.8-3 (default that comes with RHEL6)

R.

robinbowes avatar Apr 11 '14 10:04 robinbowes

oops, I thought I've added a guard for that but it was not enough. fixed: https://github.com/ueno/ruby-gpgme/commit/ae4eae90fbba84dac80b3f69fd7891f8cf8f105c

ueno avatar Apr 15 '14 02:04 ueno