[solved] Prebuilt apps failure
Added by Fil Lupin over 5 years ago
Hello,
I followed https://redmine.replicant.us/projects/replicant/wiki/ReplicantSourceCode#DownloadingUpdating-the-source-code instructions to build a replicant 6 image.
I updated the source code and then tried to get the signing key to my keyring by launching but it fails:
$> gpg --recv-key 7A029E54DD5DCE7A
gpg: keyserver receive failed: No data
I also tried with another command with same result:
$ sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-key 7A029E54DD5DCE7A
Executing: /tmp/tmp.NHwyIHEPsi/gpg.1.sh --keyserver
hkp://pgp.mit.edu:80
--recv-key
7A029E54DD5DCE7A
gpg: keyserver receive failed: No data
However, I then succeeded into downloading prebuilt apps with:
vendor/replicant/get-prebuilts
There is probably something wrong, but I'm not sure what (signature change, server issue...).
Does is sounds familiar to anyone?
Replies (5)
RE: Prebuilt apps failure - Added by Fil Lupin about 4 years ago
up.
I just checked that it is still the case following instructions from https://redmine.replicant.us/projects/replicant/wiki/SourceCode for 6.0 0004 RC2
RE: Prebuilt apps failure - Added by Kurtis Hanna about 4 years ago
Hi Fil,
Thanks for updating us with your findings! Sorry for not getting back to you much earlier about this. Can you confirm that the following works?
gpg --keyserver keys.gnupg.net --recv-key 7A029E54DD5DCE7A
If so, we will then proceed to fix the installation instructions.
Cordially,
Kurtis
RE: Prebuilt apps failure - Added by Fil Lupin about 4 years ago
Hi Kurtis,
sadly, it does not work:
$> gpg --keyserver keys.gnupg.net --recv-key 7A029E54DD5DCE7A gpg: keyserver receive failed: No data
Does it work on your own computer?
RE: Prebuilt apps failure - Added by Fil Lupin about 4 years ago
I forgot to check/say I cloned Replicant 6.0 0004 RC2
In this case, I found the specific key in https://redmine.replicant.us/projects/replicant/wiki/ReleaseKey and used it in the following lines:
$ gpg --keyserver keys.gnupg.net --recv-key FB31DBA3AB8DB76A4157329F7651568F80374459 gpg: key 7651568F80374459: 23 signatures not checked due to missing keys gpg: key 7651568F80374459: public key "Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>" imported gpg: no ultimately trusted keys found gpg: Total number processed: 1 gpg: imported: 1
It works!
RE: [solved] Prebuilt apps failure - Added by Kurtis Hanna almost 4 years ago
I updated the wiki with the solution you found: https://redmine.replicant.us/projects/replicant/wiki/SourceCode#Prebuilt-apps
Thanks for the help getting this sorted out!