-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gpg: error building skey array: No such file or directory #251
Comments
Taking a step back, here are my current expectations regarding
I tested the above expectations using gpg 2.2.10 (which does require the use of With regard to this issue, here's me trying to reproduce and here's what happens:
You can see in the second run of |
When I do the same thing, I get a different result (I'm on debian 9, using gpg 2.1.18): on
|
Description
When you run the development environment and specify
sdc-home
, and it's a directory that doesn't exist yet, thegpg-agent
is unable to import the secret key to use for decrypting submissions and replies.Note: This isn't an issue when running the dev environment without specifying
sdc-home
.Steps to reproduce
run.sh
script with thesdc-home
option<sdc-home>/gpg
sdc-home
option (set it to the same directory)You'll see output indicating that the gpg keybox was created, trustdb was created, and public key imported. And then you'll see an error message:
No such file or directory
when importing the secret key.The text was updated successfully, but these errors were encountered: