Closed aharpervc closed 6 years ago
Tried ridk install
on ruby 2.4.3 (32 bit), using the msys version that automatically installed with option 1.
$ ridk version
Got a similar but not identical error
error: GPGME error: System error w/o errno
error: GPGME error: Invalid crypto engine
error: GPGME error: Resource temporarily unavailable
error: automake1.10: missing required signature
@aharpervc Did you solve the above issue? I had the same error sometimes in the past and was able to fix it by re-installing libgpgme, gnupg and pacman.
Good idea... There was an update for libgpgme anyway. I had to turn off signature verification after uninstalling gnupg (presumable because.... it would then be missing and can't verify signatures) but the reinstall appears to be okay. Not sure if that will 100% solve the issue, though.
I'm going to close this because it's probably not a rubyinstaller2 problem. But thanks for responding.
Brand new to Ruby. I had the same problem out-of-the-box trying to install Windows Ruby+Devkit 2.4.4-2 (x64). Same problem with 2.5.1-2.
What problems are you experiencing?
ridk install
results in several error messages for steps 2 and 3Full log here:
Errors are:
error: GPGME error: Invalid crypto engine
File (...) is corrupted (invalid or corrupted package (PGP signature)).
MSYS2 system update (optional) failed
Installation failed: pacman failed
Steps to reproduce
uru
and also have ruby 2.4.3 installed. however, I do not have any other versions of msys installed.ridk install
to be run on the last page of the installerridk install
laterI get similar errors (same
pacman failed
... can't exactly say that the GPGME error is identical for sure... installing/uninstalling/installing/uninstalling this repeatedly is exhausting) with the standalone version of 2.5.1-1-x64 without msys, and then installing msys x64 separately.So obviously I have found https://github.com/Alexpux/MSYS2-packages/issues/393 and therefore this all seems like a msys problem, however it's not clear how to do some of the diagnostics mentioned there when I'm not starting up the msys shell myself, but ridk is doing it internally.
Disabling signature verification in pacman.conf allowed ridk install to complete without error, but that seems like a worrisome answer here.
What's the output from
ridk version
?