all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: T460s laptop <maxim.cournoyer@gmail.com>
To: Jelle Licht <jlicht@fsfe.org>
Cc: 38568-done@debbugs.gnu.org
Subject: bug#38568: Org Mode (as a dependency) is borked
Date: Fri, 13 Dec 2019 11:08:21 +0900	[thread overview]
Message-ID: <877e31nfje.fsf@x200.i-did-not-set--mail-host-address--so-tickle-me> (raw)
In-Reply-To: <87h826y0tp.fsf@jlicht.xyz> (Jelle Licht's message of "Wed, 11 Dec 2019 23:06:10 +0100")

Hello Jelle,

Jelle Licht <jlicht@fsfe.org> 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

      parent reply	other threads:[~2019-12-13  2:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-11 22:06 bug#38568: Org Mode (as a dependency) is borked Jelle Licht
2019-12-12  9:29 ` Konrad Hinsen
2019-12-13  0:55   ` Brett Gilio
2019-12-13  2:08 ` T460s laptop [this message]

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

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

  git send-email \
    --in-reply-to=877e31nfje.fsf@x200.i-did-not-set--mail-host-address--so-tickle-me \
    --to=maxim.cournoyer@gmail.com \
    --cc=38568-done@debbugs.gnu.org \
    --cc=jlicht@fsfe.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.