Skip to content
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

Missing gpgme, package has been renamed #10

Closed
danielschonfeld opened this issue May 30, 2021 · 4 comments
Closed

Missing gpgme, package has been renamed #10

danielschonfeld opened this issue May 30, 2021 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@danielschonfeld
Copy link

Describe the bug

Missing gpgme

Additional context

I believe in modern distributions, the package has been renamed to python-gpg and with it the executable file. It's no longer called gpgme. Perhaps the requirements listed are old?

@danielschonfeld danielschonfeld added the bug Something isn't working label May 30, 2021
@ptaranat
Copy link

On Debian, this can be solved by installing libgpgme-dev from a package manager.

@perplexa
Copy link

When running cargo install gpg-tui on MacOS, it also fails with a gpgme related error:

  sh: gpgme-config: command not found

@orhun
Copy link
Owner

orhun commented May 31, 2021

I believe in modern distributions, the package has been renamed to python-gpg and with it the executable file. It's no longer called gpgme. Perhaps the requirements listed are old?

Good point. I actually mentioned "gpgme" as "gpgme" in the documentation because the name of the "gpgme" package might change depending on the distribution. But apparently I forgot to mention this.

@orhun
Copy link
Owner

orhun commented May 31, 2021

When running cargo install gpg-tui on MacOS, it also fails with a gpgme related error:

  sh: gpgme-config: command not found

It mostly happens when development files for gpgme is not installed. See gpgme#building.

Unfortunately there's not much I can do about it since build.rs is ran during cargo install. Also I don't have the opportunity to test/reproduce it on MacOS.

Feel free to open a separate issue for tracking/solving the gpgme-build related problems.

@orhun orhun closed this as completed May 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants