From mboxrd@z Thu Jan 1 00:00:00 1970 From: T460s laptop Subject: bug#38568: Org Mode (as a dependency) is borked Date: Fri, 13 Dec 2019 11:08:21 +0900 Message-ID: <877e31nfje.fsf@x200.i-did-not-set--mail-host-address--so-tickle-me> References: <87h826y0tp.fsf@jlicht.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54705) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ifaO8-0005G0-CZ for bug-guix@gnu.org; Thu, 12 Dec 2019 21:09:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ifaO7-0000Lw-8o for bug-guix@gnu.org; Thu, 12 Dec 2019 21:09:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:55128) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ifaO7-0000LV-53 for bug-guix@gnu.org; Thu, 12 Dec 2019 21:09:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ifaO7-0000ek-0t for bug-guix@gnu.org; Thu, 12 Dec 2019 21:09:03 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87h826y0tp.fsf@jlicht.xyz> (Jelle Licht's message of "Wed, 11 Dec 2019 23:06:10 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Jelle Licht Cc: 38568-done@debbugs.gnu.org Hello Jelle, Jelle Licht writes: > Hey Guix,=20 > > 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=E2=80=99s 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.=20 > > Regards, > Jelle Thank you for the report, analysis and reproducer! This should be fixed with commit e34e02707d on master. Closing, Maxim