From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Kangas Newsgroups: gmane.emacs.orgmode,gmane.emacs.devel Subject: Re: org 9.2.6 and org 9.1.9 Date: Wed, 27 Nov 2019 11:11:40 +0100 Message-ID: References: <7D2A3D8D-CB71-4B0D-8839-9633BD9F9C4B@traduction-libre.org> <874kyqcuup.fsf@alphaville.usersys.redhat.com> <68782497-408D-4E97-8CA0-72B41882FB13@traduction-libre.org> <8325B7BB-3213-4C8D-9925-E6621695918D@traduction-libre.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="140780"; mail-complaints-to="usenet@blaine.gmane.org" Cc: Jean-Christophe Helary , Org-mode , Emacs developers To: Tim Cross Original-X-From: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Wed Nov 27 11:14:03 2019 Return-path: Envelope-to: geo-emacs-orgmode@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 1iZuKg-000aUk-TH for geo-emacs-orgmode@m.gmane.org; Wed, 27 Nov 2019 11:14:03 +0100 Original-Received: from localhost ([::1]:36588 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZuKe-0002VP-Mt for geo-emacs-orgmode@m.gmane.org; Wed, 27 Nov 2019 05:14:00 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60578) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZuIc-0000wM-GA for emacs-orgmode@gnu.org; Wed, 27 Nov 2019 05:11:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iZuIb-0000t6-8e for emacs-orgmode@gnu.org; Wed, 27 Nov 2019 05:11:54 -0500 Original-Received: from mail-pf1-f175.google.com ([209.85.210.175]:36803) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iZuIb-0000s9-2a; Wed, 27 Nov 2019 05:11:53 -0500 Original-Received: by mail-pf1-f175.google.com with SMTP id b19so10758863pfd.3; Wed, 27 Nov 2019 02:11:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=iVnT6mdFLbGeE7yX/C9j1Wvn7Jx65dgdchOx6heo3bo=; b=cH92MsiVN2JFm4IqGdZVzpgZBVKqSmqS15oBpVBS+qG3S1siwjASmVIVh1YXXnYgor VuYpgMqy/Xd4LTBdbU3bdKqnaI+qEib4EZvUyGiIPPEGII1I4e98nqZ3bfFjgslSIiRn eEaXcA5rSim7PG4CpjuHLXaCfCZrTYr6YbM2sS23rioFcU+THRy87l9d8xTzjt4/bkBo kFBfwf4LkcsGh8aIUaTjSjLmW4d80FxEO+b6R8XX3sQfwPYJfreT2VslLGtshx8fZ/I6 iO9roVEqBp002yT0rpHlrqjdeM+W6ZfIMZqkeLx3qfmwEm3jSKujSn85mL4ehmbHcfpa Hn3w== X-Gm-Message-State: APjAAAXkWT4a2lSGQsr8YTQPDqxx75vN0CSLjYbU4bALNFn4ONl3eZyD fQDln2uhZCn1Df73JFXWO5N9bqc2Unrh5pRNBhU= X-Google-Smtp-Source: APXvYqwkCbZsaBnt17ql/Th90DYEcaYKAkPcvzMe5IDcqn7snkgXkqkOfDa2rYpG3EfkfOdEhpXt4a3c2gMWHyip88A= X-Received: by 2002:aa7:9295:: with SMTP id j21mr46067291pfa.50.1574849512024; Wed, 27 Nov 2019 02:11:52 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.210.175 X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Original-Sender: "Emacs-orgmode" Xref: news.gmane.org gmane.emacs.orgmode:126151 gmane.emacs.devel:242779 Archived-At: Tim Cross writes: > What is really needed to fix this problem is some mechanism which > will ensure all org related definitions are somehow purged from the > running instance before attempting to install and compile a new > version. That could be one way of going about it. Other solutions have been discussed in Bug#10125, for example here: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=10125#59 > But I don't think the issue is with package.el per se. You get the > same problem if you try to install org-mode manually without > package.el. [...] > Provided there is no org-mode functionality loaded when you install > a later version with package.el, it works fine. As far as I understand, the bug in package.el is that you can't always successfully install a later version of a package after it has been loaded. In this case, Org-mode fails to install properly. Best regards, Stefan Kangas