emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Problem with installation
@ 2022-09-08 11:00 anilomjf
  2022-09-08 11:16 ` Ihor Radchenko
  0 siblings, 1 reply; 5+ messages in thread
From: anilomjf @ 2022-09-08 11:00 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1660 bytes --]

Hi,

I execute in  kubuntu 22.04:

> git clone https://git.savannah.gnu.org/git/emacs/org-mode.git
> cd org-mode
> make autoloads

and get the messages:

======================================================
= Invoke "make help" for a synopsis of make targets. =
= Created a default local.mk template.               =
= Setting "oldorg" as the default target.            =
= Please adapt local.mk to your local setup!         =
======================================================
Loading /home/javi/org-mode/lisp/org-compat.el (source)...
Eager macro-expansion failure: (file-missing "Cannot open load file" "No
such file or directo
ry" "org-version")
Eager macro-expansion failure: (file-missing "Cannot open load file" "No
such file or directo
ry" "org-version")
Cannot open load file: No such file or directory, org-version
make: [mk/targets.mk:91: local.mk] Error 255 (ignored)
make -C lisp autoloads
make[1]: Entering directory '/home/javi/org-mode/lisp'
rm -f org-version.el org-loaddefs.el org-version.elc org-loaddefs.elc
org-install.elc
org-version: 9.5.5 (release_9.5.5-768-geb5ef0)
Loading /home/javi/org-mode/lisp/org-compat.el (source)...
Eager macro-expansion failure: (file-missing "Cannot open load file" "No
such file or directo
ry" "org-version")
Eager macro-expansion failure: (file-missing "Cannot open load file" "No
such file or directo
ry" "org-version")
Cannot open load file: No such file or directory, org-version
make[1]: *** [Makefile:72: org-version.el] Error 255
make[1]: Leaving directory '/home/javi/org-mode/lisp'
make: *** [mk/targets.mk:133: autoloads] Error 2

It seems like the file org-version is missing.

Thank you.

[-- Attachment #2: Type: text/html, Size: 2643 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problem with installation
  2022-09-08 11:00 Problem with installation anilomjf
@ 2022-09-08 11:16 ` Ihor Radchenko
       [not found]   ` <CA+haZ2ihqUSZv8eMgmJcK1in7AzJ0froXMpSgy68AW_-S1-Mzw@mail.gmail.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Ihor Radchenko @ 2022-09-08 11:16 UTC (permalink / raw)
  To: anilomjf; +Cc: emacs-orgmode

anilomjf <anilomjf@gmail.com> writes:

> Hi,
>
> I execute in  kubuntu 22.04:
>
>> git clone https://git.savannah.gnu.org/git/emacs/org-mode.git
>> cd org-mode
>> make autoloads
>
> and get the messages:
> ...
> Loading /home/javi/org-mode/lisp/org-compat.el (source)...
> Eager macro-expansion failure: (file-missing "Cannot open load file" "No
> such file or directo
> ry" "org-version")

Thanks for reporting!
However, I am unable to reproduce the issue on my side.
Could you please check what is your Emacs version?

-- 
Ihor Radchenko,
Org mode contributor,
Learn more about Org mode at https://orgmode.org/.
Support Org development at https://liberapay.com/org-mode,
or support my work at https://liberapay.com/yantar92


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problem with installation
       [not found]   ` <CA+haZ2ihqUSZv8eMgmJcK1in7AzJ0froXMpSgy68AW_-S1-Mzw@mail.gmail.com>
@ 2022-09-08 11:46     ` Ihor Radchenko
       [not found]     ` <CA+haZ2ipoqnLh0_+QBQvPeAJmUu-jh1vSVBAAu9Q40qpS=Kd-w@mail.gmail.com>
  1 sibling, 0 replies; 5+ messages in thread
From: Ihor Radchenko @ 2022-09-08 11:46 UTC (permalink / raw)
  To: anilomjf; +Cc: emacs-orgmode

[ Adding the org mailing list back to the CC ]

anilomjf <anilomjf@gmail.com> writes:

> Thank you for your rapid response.
>
> My emacs version is 27.1

I tested using Emacs 27.2 on Gentoo Linux using your exact steps.
Still unable to reproduce.

Best,
Ihor


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problem with installation
       [not found]     ` <CA+haZ2ipoqnLh0_+QBQvPeAJmUu-jh1vSVBAAu9Q40qpS=Kd-w@mail.gmail.com>
@ 2022-09-08 11:48       ` Ihor Radchenko
       [not found]         ` <CA+haZ2gZ-6_D8uWRJCZcU5wUe88H1n_qXwE3oK5xT93duMAmCQ@mail.gmail.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Ihor Radchenko @ 2022-09-08 11:48 UTC (permalink / raw)
  To: anilomjf; +Cc: emacs-orgmode

[ Adding the org mailing list back to the CC ]

anilomjf <anilomjf@gmail.com> writes:

> Here:
>
> https://orgmode.org/worg/org-faq.html#keeping-current-with-Org-mode-development
>
> --------------------
>
> It is stated that:
>
> Yes. You can install org-latest.zip <https://orgmode.org/org-latest.zip> or
> org-latest.tar.gz <https://orgmode.org/org-latest.tar.gz> of Org-mode –
> these archives are updated every day at midnight.
> -----------------
>
> However those links are not working.

You are right. I just updated the link in
https://git.sr.ht/~bzg/worg/commit/bf2d9967abf582b5dd34dfaca830988c0a308c87

The change should land onto the website soon.

Best,
Ihor


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problem with installation
       [not found]         ` <CA+haZ2gZ-6_D8uWRJCZcU5wUe88H1n_qXwE3oK5xT93duMAmCQ@mail.gmail.com>
@ 2022-09-08 12:03           ` Ihor Radchenko
  0 siblings, 0 replies; 5+ messages in thread
From: Ihor Radchenko @ 2022-09-08 12:03 UTC (permalink / raw)
  To: anilomjf; +Cc: emacs-orgmode

anilomjf <anilomjf@gmail.com> writes:

> Shoud org-version be in the lisp directory when I clone the repository?
>
> It is not.

org-version.el should be generated by make script.

Best,
Ihor


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-09-08 12:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-08 11:00 Problem with installation anilomjf
2022-09-08 11:16 ` Ihor Radchenko
     [not found]   ` <CA+haZ2ihqUSZv8eMgmJcK1in7AzJ0froXMpSgy68AW_-S1-Mzw@mail.gmail.com>
2022-09-08 11:46     ` Ihor Radchenko
     [not found]     ` <CA+haZ2ipoqnLh0_+QBQvPeAJmUu-jh1vSVBAAu9Q40qpS=Kd-w@mail.gmail.com>
2022-09-08 11:48       ` Ihor Radchenko
     [not found]         ` <CA+haZ2gZ-6_D8uWRJCZcU5wUe88H1n_qXwE3oK5xT93duMAmCQ@mail.gmail.com>
2022-09-08 12:03           ` Ihor Radchenko

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.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).