From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: VanL Newsgroups: gmane.emacs.bugs Subject: bug#36127: 26.1, openbsd-6.5; org-9.2.3 package fails to install Date: Tue, 9 Jul 2019 16:52:26 +1000 Message-ID: References: <8E576AA6-6281-4174-8942-522A09487E57@scratch.space> <87ef30ezcg.fsf@mouse.gnus.org> Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="23461"; mail-complaints-to="usenet@blaine.gmane.org" Cc: 36127@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jul 09 08:53:12 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hkk00-000613-Dj for geb-bug-gnu-emacs@m.gmane.org; Tue, 09 Jul 2019 08:53:12 +0200 Original-Received: from localhost ([::1]:47208 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hkjzz-0003qg-FP for geb-bug-gnu-emacs@m.gmane.org; Tue, 09 Jul 2019 02:53:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37880) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hkjzs-0003qY-SP for bug-gnu-emacs@gnu.org; Tue, 09 Jul 2019 02:53:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hkjzq-0001ad-CH for bug-gnu-emacs@gnu.org; Tue, 09 Jul 2019 02:53:04 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:51408) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hkjzq-0001aC-3t for bug-gnu-emacs@gnu.org; Tue, 09 Jul 2019 02:53:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hkjzq-00017X-0f for bug-gnu-emacs@gnu.org; Tue, 09 Jul 2019 02:53:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: VanL Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 09 Jul 2019 06:53:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 36127 X-GNU-PR-Package: emacs Original-Received: via spool by 36127-submit@debbugs.gnu.org id=B36127.15626551624273 (code B ref 36127); Tue, 09 Jul 2019 06:53:01 +0000 Original-Received: (at 36127) by debbugs.gnu.org; 9 Jul 2019 06:52:42 +0000 Original-Received: from localhost ([127.0.0.1]:60225 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hkjzW-00016q-8k for submit@debbugs.gnu.org; Tue, 09 Jul 2019 02:52:42 -0400 Original-Received: from relay12.mail.gandi.net ([217.70.178.232]:35895) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hkjzT-00016g-RU for 36127@debbugs.gnu.org; Tue, 09 Jul 2019 02:52:41 -0400 Original-Received: from epi.local (110-175-193-118.static.tpgi.com.au [110.175.193.118]) (Authenticated sender: van@scratch.space) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 6599420000D; Tue, 9 Jul 2019 06:52:31 +0000 (UTC) In-Reply-To: <87ef30ezcg.fsf@mouse.gnus.org> X-Mailer: Apple Mail (2.3124) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:162434 Archived-At: > On 9 Jul 2019, at 12:06, Lars Ingebrigtsen wrote: >=20 > 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. =20 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---