From mboxrd@z Thu Jan 1 00:00:00 1970 From: evan.straw99@gmail.com Subject: Public key missing for Guix installation script? Date: Wed, 13 Feb 2019 21:02:46 -0800 Message-ID: <4416e422a1daf189eb55d7b688c15821d7fdf418.camel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:51972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gu9Ao-00019o-HG for guix-devel@gnu.org; Thu, 14 Feb 2019 00:02:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gu9An-0008Pd-8i for guix-devel@gnu.org; Thu, 14 Feb 2019 00:02:58 -0500 Received: from mail-pl1-x62f.google.com ([2607:f8b0:4864:20::62f]:37638) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gu9Ak-0008Lb-UV for guix-devel@gnu.org; Thu, 14 Feb 2019 00:02:55 -0500 Received: by mail-pl1-x62f.google.com with SMTP id b5so2482918plr.4 for ; Wed, 13 Feb 2019 21:02:49 -0800 (PST) Received: from D-10-154-115-17.dhcp4.washington.edu ([205.175.97.249]) by smtp.gmail.com with ESMTPSA id 66sm1826092pfq.17.2019.02.13.21.02.47 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 13 Feb 2019 21:02:47 -0800 (PST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Hello, Tried to post this once before but it got rejected from the mailing list for some reason. I'm trying to install GNU Guix using the installation script (https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh) . Early on, there is a GPG verification step that fails due to a missing PGP key. The script tells me: [1550113585.102]: Starting installation (Wed Feb 13 19:06:25 PST 2019) [1550113585.106]: [ PASS ] verification of required commands completed [1550113585.113]: [ FAIL ] Missing OpenPGP public key. Fetch it with this command: gpg --keyserver pool.sks-keyservers.net --recv-keys 3CE464558A84FDC69DB40CFB090B11993D9AEBB5 However, upon running that gpg command, I receive the following error message: "gpg: keyserver receive failed: No data" It appears this key is missing from the key server. Additionally, I've been searching all around other key servers for this key and I can't find anything. Not sure what to do about this. Is there a place I can find this key, or is it safe to just comment out the verification step in the installation script for now? Thanks, - Evan