emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#38568: closed (Org Mode (as a dependency) is borked)


From: GNU bug Tracking System
Subject: bug#38568: closed (Org Mode (as a dependency) is borked)
Date: Fri, 13 Dec 2019 02:09:02 +0000

Your message dated Fri, 13 Dec 2019 11:08:21 +0900
with message-id 
<877e31nfje.fsf@x200.i-did-not-set--mail-host-address--so-tickle-me>
and subject line Re: bug#38568: Org Mode (as a dependency) is borked
has caused the debbugs.gnu.org bug report #38568,
regarding Org Mode (as a dependency) is borked
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38568: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38568
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Org Mode (as a dependency) is borked Date: Wed, 11 Dec 2019 23:06:10 +0100
Hey Guix, 

Org-mode seems to still have some byte compilation issues when used as a
dependency for other packages. The specific symptom is extremely similar
to the one reported and fixed at [http://issues.guix.info/issue/38479].

To reproduce:
 1) Install emacs-org-jira in your profile, and set it up (lots of
    annoying steps with API tokens, authinfo etc etc)
 2) Run `M-x org-jira-get-boards':
    --8<---------------cut here---------------start------------->8---
    org-jira--render-board: Symbol’s function definition is void: 
org-outline-overlay-data
    --8<---------------cut here---------------end--------------->8---

To see the issue without reproducing it (using bash):
    --8<---------------cut here---------------start------------->8---
    $ grep -rni 'org-outline-overlay-data' $(guix build emacs-org-jira)
    --8<---------------cut here---------------end--------------->8---

This gives:
    --8<---------------cut here---------------start------------->8---
    Binary file org-jira.elc matches
    --8<---------------cut here---------------end--------------->8---

Byte-compiling the org-jira.el file manually gives an .elc file without
a reference to `org-outline-overlay-data'. This leads me to believe that
the previously posted fix for #38479 could be extended to make sure
Emacs' built-in packages are at the trailing end of EMACSLOADPATH, so
after any other packages. 

Regards,
Jelle



 




--- End Message ---
--- Begin Message --- Subject: Re: bug#38568: Org Mode (as a dependency) is borked Date: Fri, 13 Dec 2019 11:08:21 +0900 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hello Jelle,

Jelle Licht <address@hidden> writes:

> Hey Guix, 
>
> Org-mode seems to still have some byte compilation issues when used as a
> dependency for other packages. The specific symptom is extremely similar
> to the one reported and fixed at [http://issues.guix.info/issue/38479].
>
> To reproduce:
>  1) Install emacs-org-jira in your profile, and set it up (lots of
>     annoying steps with API tokens, authinfo etc etc)
>  2) Run `M-x org-jira-get-boards':
>     --8<---------------cut here---------------start------------->8---
>     org-jira--render-board: Symbol’s function definition is void: 
> org-outline-overlay-data
>     --8<---------------cut here---------------end--------------->8---
>
> To see the issue without reproducing it (using bash):
>     --8<---------------cut here---------------start------------->8---
>     $ grep -rni 'org-outline-overlay-data' $(guix build emacs-org-jira)
>     --8<---------------cut here---------------end--------------->8---
>
> This gives:
>     --8<---------------cut here---------------start------------->8---
>     Binary file org-jira.elc matches
>     --8<---------------cut here---------------end--------------->8---
>
> Byte-compiling the org-jira.el file manually gives an .elc file without
> a reference to `org-outline-overlay-data'. This leads me to believe that
> the previously posted fix for #38479 could be extended to make sure
> Emacs' built-in packages are at the trailing end of EMACSLOADPATH, so
> after any other packages. 
>
> Regards,
> Jelle

Thank you for the report, analysis and reproducer!

This should be fixed with commit e34e02707d on master.

Closing,

Maxim


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]