GNU bug report logs -
#36127
26.1, openbsd-6.5; org-9.2.3 package fails to install
Previous Next
Full log
Message #11 received at 36127 <at> debbugs.gnu.org (full text, mbox):
> On 9 Jul 2019, at 12:06, Lars Ingebrigtsen <larsi <at> gnus.org> wrote:
>
> I'm not quite sure I follow -- you try to install org from ELPA, but it
> fails? Do you get any error messages?
Yes, there was an error message but I've forgotten it.
What I did was list and install packages without any settings for package-archives in the init.el. This was possible for which-key and hyperbole. The install process failed to complete for org from gnu/elpa.
Setting the ("org" . "https://orgmode.org/elpa/") as part of package-archives enabled org from orgmode/elpa to install.
To be clear. Without the following section at the top of init.el, I was able to install which-key and hyperbole but not org.
--8<---------------cut here---------------start------------->8---
;;; package management
(require 'package)
(package-initialize)
(setq package-archives '(("gnu" . "https://elpa.gnu.org/packages/")
("org" . "https://orgmode.org/elpa/")
("melpa" . "https://melpa.org/packages/")))
--8<---------------cut here---------------end--------------->8---
This bug report was last modified 5 years and 250 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.