GNU bug report logs - #38585
Installation script fails to import gpg keys

Previous Next

Package: guix;

Reported by: dalanicolai <dalanicolai <at> gmail.com>

Date: Thu, 12 Dec 2019 23:33:02 UTC

Severity: normal

To reply to this bug, email your comments to 38585 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#38585; Package guix. (Thu, 12 Dec 2019 23:33:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to dalanicolai <dalanicolai <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Thu, 12 Dec 2019 23:33:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: dalanicolai <dalanicolai <at> gmail.com>
To: bug-guix <at> gnu.org
Subject: Installation script fails to import gpg keys
Date: Thu, 12 Dec 2019 23:38:21 +0100
[Message part 1 (text/plain, inline)]
I try to install guix in Ubuntu using the installation script but it fails
to import the gpg keys (see picture below)
[image: image.png]
[Message part 2 (text/html, inline)]
[image.png (image/png, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#38585; Package guix. (Thu, 12 Dec 2019 23:49:02 GMT) Full text and rfc822 format available.

Message #8 received at 38585 <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: 38585 <at> debbugs.gnu.org
Subject: Re: bug#38585: Installation script fails to import gpg keys
Date: Fri, 13 Dec 2019 00:48:40 +0100
[Message part 1 (text/plain, inline)]
dalanicolai 写道:
> I try to install guix in Ubuntu using the installation script 
> but it fails
> to import the gpg keys (see picture below)
> [image: image.png]

Thanks for attaching the detailed output, by the way.  It's really 
helpful :-)

This sounds vaguely familiar.  Does the following command work?

 $ sudo -i ./guix-install.sh

If so: great.

If not: does running gpg --import as root work?

 $ wget https://sv.gnu.org/people/viewgpg.php?user_id=15145 -qO - 
 | sudo gpg --import -
 $ sudo ./guix-install.sh

Kind regards,

T G-R
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#38585; Package guix. (Fri, 13 Dec 2019 00:11:02 GMT) Full text and rfc822 format available.

Message #11 received at 38585 <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: 38585 <at> debbugs.gnu.org
Subject: Re: bug#38585: Installation script fails to import gpg keys
Date: Fri, 13 Dec 2019 01:09:57 +0100
[Message part 1 (text/plain, inline)]
dalanicolai,

Actually, try this instead of ‘sudo -i’:

 $ sudo --preserve-env ./guix-install.sh

Kind regards,

T G-R

Source: https://debbugs.gnu.org/db/37/37939.html
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#38585; Package guix. (Wed, 21 Oct 2020 13:11:01 GMT) Full text and rfc822 format available.

Message #14 received at 38585 <at> debbugs.gnu.org (full text, mbox):

From: zimoun <zimon.toutoune <at> gmail.com>
To: dalanicolai <dalanicolai <at> gmail.com>
Cc: 38585 <at> debbugs.gnu.org
Subject: Re: bug#38585: Installation script fails to import gpg keys
Date: Wed, 21 Oct 2020 15:09:54 +0200
Dear,

Thank you for the report.

On Thu, 12 Dec 2019 at 23:38, dalanicolai <dalanicolai <at> gmail.com> wrote:
> I try to install guix in Ubuntu using the installation script but it
> fails to import the gpg keys (see picture below) image.png

The mistake comes from that ’sudo’ is incorrectly located.  It had been
fixed to instead hint with:

--8<---------------cut here---------------start------------->8---
 wget https://sv.gnu.org/people/viewgpg.php?user_id=15145 -qO - | sudo -i gpg --import -
--8<---------------cut here---------------end--------------->8---

by commit 4089d7920fc5f27fefdde6b0fec17f3224e62377.


Closing!
simon




This bug report was last modified 4 years and 233 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.