all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: VanL <van@scratch.space>
To: Stefan Kangas <stefan@marxist.se>
Cc: Lars Ingebrigtsen <larsi@gnus.org>, 36127@debbugs.gnu.org
Subject: bug#36127: 26.1, openbsd-6.5; org-9.2.3 package fails to install
Date: Fri, 11 Oct 2019 10:43:34 +1100	[thread overview]
Message-ID: <m2k19ccgk9.fsf@wakeman.localnet> (raw)
In-Reply-To: <CADwFkmmt9z_Z9jHMssh8rJ7WNqaWm7Sm_RSpyEMPK_XEyhs1Aw@mail.gmail.com> (Stefan Kangas's message of "Thu, 10 Oct 2019 20:56:25 +0200")

Stefan Kangas <stefan@marxist.se> writes:

> VanL <van@scratch.space> writes:
>
>> > If I say "emacs -Q" and `M-x package-list-packages', I get "org" in the
>> > list, and I can install it.
>>
>> I am able to reproduce the problem after relabelling ~/.emacs.d to
>> ~/__dot__emacs.d and invoking 'emacs -Q' then 'M-x list-packages'.
>>
>> In trying to install org-9.2.3, a question in a dialogue box asks
>> for Yes or No answer to
>>
>>   Buffer " *http elpa.gnu.org:443* has a running process; kill it?"
>>
>> I say Yes and the error message is
>>
>>   Failed to verify signature: "org-9.2.3.tar.sig"
>
> I'm trying to understand this bug, but I'm not sure exactly what is
> happening.  Could you please provide an exact recipe for reproducing
> this, starting from "emacs -Q"?

In the above I report I used M-x list-packages; in the following, I use
M-x package-list-packages

0. mv .emacs.d __dot_emacs_d__
1. emacs -Q
2. M-x package-list-packages

#+BEGIN_EXAMPLE
Failed to verify signature archive-contents.sig:
No public key for 066DAFCB81E42C40 created at 2019-10-11T08:10:02+1100 using RSA
Command output:
gpg: Signature made Fri Oct 11 08:10:02 2019 AEDT
gpg:                using RSA key C433554766D3DDC64221BFAA066DAFCB81E42C40
gpg: Can't check signature: No public key

#+END_EXAMPLE

The version details are:
GNU Emacs 26.1 (build 1, i386-unknown-openbsd, GTK+ Version 3.24.7)
 of 2019-04-15

-----

I muddled my way around using ~/.emacs.d/init.el as follows:

#+BEGIN_EXAMPLE
(package-initialize)

(require 'package)
(add-to-list 'package-archives
	     '("org" . "https://orgmode.org/elpa/"))

(add-to-list 'package-archives
	     '("melpa" . "https://melpa.org/packages/"))

#+END_EXAMPLE





  reply	other threads:[~2019-10-10 23:43 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-07 12:33 bug#36127: 26.1, openbsd-6.5; org-9.2.3 package fails to install Van L
2019-07-09  2:06 ` Lars Ingebrigtsen
2019-07-09  6:52   ` VanL
2019-07-09 12:12     ` Lars Ingebrigtsen
2019-07-09 12:56       ` VanL
2019-07-09 13:36         ` Lars Ingebrigtsen
2019-07-09 13:51           ` Noam Postavsky
2019-07-09 13:52           ` Stefan Kangas
2019-07-09 13:54             ` Lars Ingebrigtsen
2019-07-09 14:00           ` Andreas Schwab
2019-10-10 18:56         ` Stefan Kangas
2019-10-10 23:43           ` VanL [this message]
2019-10-11 13:43             ` Stefan Kangas
2019-10-12  6:28               ` VanL
2019-10-12  8:07                 ` Stefan Kangas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2k19ccgk9.fsf@wakeman.localnet \
    --to=van@scratch.space \
    --cc=36127@debbugs.gnu.org \
    --cc=larsi@gnus.org \
    --cc=stefan@marxist.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.