unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Bhavin Gandhi <bhavin7392@gmail.com>
Cc: emacs-orgmode@gnu.org, 59882@debbugs.gnu.org
Subject: bug#59882: Multiple versions of Org in load-path problem
Date: Tue, 21 Feb 2023 22:56:49 +0530	[thread overview]
Message-ID: <CAOn=hbfpw5D0nGNmOyaj4QqVCn-GWg8br1ktYRQeA=Foty8wGA@mail.gmail.com> (raw)
In-Reply-To: <83mt57td08.fsf@gnu.org>

On Fri, 3 Feb 2023 at 16:35, Ihor Radchenko <yantar92@posteo.net> wrote:
>
> Max Nikulin <manikulin@gmail.com> writes:
>
> > On 27/12/2022 16:47, Ihor Radchenko wrote:
> >> Can you then try to test using Emacs 28?
> >> The main question if whether this has been fixed in newer Emacs releases
> >> or it is also something to do with OS environment.
> >
> > I see quite the same issue with Emacs-28.2 in Debian testing. Compile
> > buffer displays a bit more warnings and usual `org-assert-version'
> > warnings and errors are present as well. It might have another level of
> > complexity due to .eln files. I am unsure what happens with calls to
> > undefined macros.
>
> I asked people around to test using Debian, and we do have a
> confirmation that Debian + Emacs 27 and Debian + Emacs 28 do trigger the
> error.
>
> I also installed Debian 11.6.0 on virtual machine, and I was also able to
> trigger the error, following the provided steps, using the Emacs 27
> installed via apt-get.
>
> The problem seems to be real and appears to be some combination of
> Debian/Ubuntu + Emacs.

I'm able to reproduce this on Fedora 37, Emacs 28.2.

In Fedora we have:
- /usr/share/emacs/site-lisp/site-start.el (has code to load .el and .elc
from /usr/share/emacs/site-lisp/site-start.d).
- /usr/share/emacs/site-lisp/default.el (sets smime-CA-directory).

There are other patches but most of them are backports and seem to be
unrelated to package.el:
https://src.fedoraproject.org/rpms/emacs/tree/rawhide

Steps using with-emacs.sh (https://github.com/alphapapa/with-emacs.sh):

1. mkdir /tmp/emacs-59882
2. with-emacs.sh -d /tmp/emacs-59882 -- -l org
3. M-x package-list-packages
4. Install Org 9.6.1 from ELPA
5. When the package is compiled you get this error at the end (it is
there multiple times)
   ox.el:82:1: Error: Symbol’s function definition is void: org-assert-version
6. Close Emacs and start it again with
   with-emacs.sh -d /tmp/emacs-59882 -- -l org
7. I get byte-code: Invalid function: org-assert-version

-- 
Bhavin Gandhi (bhavin192) | https://geeksocket.in





  reply	other threads:[~2023-02-21 17:26 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <SJ0PR03MB54550C18409A8F2DF921A77DA21B9@SJ0PR03MB5455.namprd03.prod.outlook.com>
     [not found] ` <87tu27jq7h.fsf@localhost>
     [not found]   ` <SJ0PR03MB5455E1FA2C2887B0200CA8B6A21D9@SJ0PR03MB5455.namprd03.prod.outlook.com>
     [not found]     ` <SJ0PR03MB54559D5E6849C26AAF6CA044A21D9@SJ0PR03MB5455.namprd03.prod.outlook.com>
     [not found]       ` <87k032nyok.fsf@localhost>
     [not found]         ` <SJ0PR03MB54550C7727696BE317D0DD13A21D9@SJ0PR03MB5455.namprd03.prod.outlook.com>
     [not found]           ` <39a5810d-75bc-4ddb-8722-703f762ed4de@app.fastmail.com>
2022-12-08 21:56             ` bug#59882: Multiple versions of Org in load-path problem David Masterson
     [not found]             ` <SJ0PR03MB5455B76B26B72A11E965BFE2A21D9@SJ0PR03MB5455.namprd03.prod.outlook.com>
2022-12-09  7:17               ` Eli Zaretskii
2022-12-09  7:43                 ` David Masterson
     [not found]                 ` <SJ0PR03MB54551B455DAEB936213DE09CA21C9@SJ0PR03MB5455.namprd03.prod.outlook.com>
2022-12-09 11:57                   ` Eli Zaretskii
2022-12-09 19:40                   ` Cook, Malcolm
     [not found]                   ` <DS7PR20MB46714DA5A213137BCEF5A2D4BE1C9@DS7PR20MB4671.namprd20.prod.outlook.com>
2022-12-09 19:51                     ` David Masterson
     [not found]                     ` <SJ0PR03MB545522F5053017127964564BA21C9@SJ0PR03MB5455.namprd03.prod.outlook.com>
2022-12-09 20:27                       ` Eli Zaretskii
2022-12-10 14:01                 ` Ihor Radchenko
2022-12-14  9:51                 ` Ihor Radchenko
     [not found]                 ` <87edt2qpoa.fsf@localhost>
2022-12-14 12:59                   ` Eli Zaretskii
     [not found]                   ` <83359innsp.fsf@gnu.org>
2022-12-14 13:37                     ` Ihor Radchenko
2022-12-14 14:35                       ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
     [not found]                       ` <jwvfsdi6or0.fsf-monnier+emacs@gnu.org>
2022-12-14 16:02                         ` Max Nikulin
     [not found]                         ` <3bf2e057-4204-cdc8-0847-39a723db4fc8@gmail.com>
2022-12-15  4:17                           ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-12-15  4:56                             ` Ihor Radchenko
2022-12-16 12:36                             ` Max Nikulin
     [not found]                             ` <809ae318-fe95-1023-6bca-ba827fd01a29@gmail.com>
2022-12-16 14:47                               ` Ihor Radchenko
2022-12-18 15:24                                 ` Max Nikulin
2022-12-18 15:40                                   ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-04-06 16:09                                     ` Max Nikulin
     [not found]                                     ` <7e64ae5e-6fd7-ea41-dae5-c8abd9a3fefa@gmail.com>
2023-04-06 21:25                                       ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-04-19  4:20                                         ` Tom Gillespie
2022-12-25  9:48                                   ` Ihor Radchenko
     [not found]                                   ` <87pmc7stiw.fsf@localhost>
2022-12-25 11:46                                     ` Max Nikulin
     [not found]                                     ` <96ecff22-8604-3794-671f-75184dcb7d31@gmail.com>
2022-12-26  8:44                                       ` Ihor Radchenko
     [not found]                                       ` <87r0wmr1tk.fsf@localhost>
2022-12-26 11:01                                         ` Ihor Radchenko
     [not found]                                         ` <877cyeqvh4.fsf@localhost>
2022-12-26 12:25                                           ` Max Nikulin
     [not found]                                           ` <3f0ead96-4424-18a9-394f-680fc135d39c@gmail.com>
2022-12-27  9:47                                             ` Ihor Radchenko
2022-12-27  9:56                                               ` Max Nikulin
     [not found]                                               ` <11e5c88d-09d1-75a5-5c7c-f8ace552c2d3@gmail.com>
2023-02-03 11:02                                                 ` Ihor Radchenko
2023-02-03 12:15                                                   ` Eli Zaretskii
     [not found]                                                   ` <86zg9upl8h.fsf@gmail.com>
2023-02-14 22:53                                                     ` Gregor Zattler
     [not found]                                                     ` <87pmabyi2r.fsf@no.workgroup>
2023-02-16 12:14                                                       ` Max Nikulin
2023-02-21  5:22                                                         ` Richard Stallman
     [not found]                                                         ` <E1pUL6K-0006Bt-U3@fencepost.gnu.org>
2023-02-21 12:32                                                           ` Eli Zaretskii
2023-02-21 17:26                                                             ` Bhavin Gandhi [this message]
2023-02-22 10:48                                                               ` Ihor Radchenko
     [not found]                                                               ` <87mt56c6wu.fsf@localhost>
2023-02-22 16:58                                                                 ` Bhavin Gandhi
     [not found]                                                                 ` <CAOn=hbcZ5JyBGvsy8VS=KpyJ3quHCdb4c_xAfeUygXeqtzirRw@mail.gmail.com>
2023-02-23  9:35                                                                   ` Ihor Radchenko
2023-04-06 15:02                                                   ` Max Nikulin
2023-04-07 11:39                                                     ` Max Nikulin
2022-12-14 14:25                     ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-12-14 21:49                   ` Cook, Malcolm
2022-12-09 19:47               ` Cook, Malcolm

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to='CAOn=hbfpw5D0nGNmOyaj4QqVCn-GWg8br1ktYRQeA=Foty8wGA@mail.gmail.com' \
    --to=bhavin7392@gmail.com \
    --cc=59882@debbugs.gnu.org \
    --cc=emacs-orgmode@gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).