From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brett Gilio Subject: bug#38568: Org Mode (as a dependency) is borked Date: Fri, 13 Dec 2019 00:55:33 +0000 (UTC) Message-ID: <88f2f5d2-facf-44bc-9174-e254de936978@localhost> References: <87h826y0tp.fsf@jlicht.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:55828) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ifZFU-0002VL-Vo for bug-guix@gnu.org; Thu, 12 Dec 2019 19:56:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ifZFT-00065B-1j for bug-guix@gnu.org; Thu, 12 Dec 2019 19:56:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:55107) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ifZFS-00063v-KT for bug-guix@gnu.org; Thu, 12 Dec 2019 19:56:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ifZFS-0006vU-Gf for bug-guix@gnu.org; Thu, 12 Dec 2019 19:56:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: 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: Konrad Hinsen Cc: 38568@debbugs.gnu.org, Maxim Cournoyer , Jelle Licht Cc'ing Maxim since he is tasking the emacs-build-system changes. Sorry for duplicate I accidentally replied off list. Brett Gilio Dec 12, 2019 3:30:16 AM Konrad Hinsen : > Hi Jelle, > > > > 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. > > > > This looks indeed like a similar problem, but at the level of > emacs-build-system rather than profile construction. > > Cheers, > Konrad. >