AppImageCrafters / appimage-builder

GNU/Linux packaging solution using the AppImage format
MIT License
298 stars 55 forks source link

gpg error on arch linux #354

Open wohltat opened 1 month ago

wohltat commented 1 month ago

I also try to use appimage-builder from on arch/manjaro but it fails with the error:

INFO:main:Running main script
INFO:main:Running pacman deploy
INFO:pacman:Using system keyrings
gpg: starting migration from earlier GnuPG versions
gpg: error running '/usr/bin/gpg-agent': exit status 2
gpg: failed to start gpg-agent '/usr/bin/gpg-agent': General error
gpg: can't connect to the gpg-agent: General error
gpg: error: GnuPG agent unusable. Please check that a GnuPG agent can be started.
gpg: migration aborted
...
==> ERROR: There is no secret key available to sign with.
...

I used the pip version of appimage-builder.

There seems to be a similar error been documented before: https://github.com/AppImageCrafters/appimage-builder/issues/309#issuecomment-1759330563