From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master 5a125fb5a97 1/2: Update to Org 9.7.3 Date: Fri, 14 Jun 2024 14:39:02 +0300 Message-ID: <86h6dvycrt.fsf@gnu.org> References: <171796793548.23337.12512115872160390161@vcs2.savannah.gnu.org> <20240609211858.A2C31C1F9FB@vcs2.savannah.gnu.org> <87a5jtd403.fsf@yahoo.com> <87h6e1lhtd.fsf@kyleam.com> <868qzd9hjg.fsf@gnu.org> <871q53u75e.fsf@localhost> <8634pj7jni.fsf@gnu.org> <878qzbbp75.fsf@gmail.com> <87le37onw1.fsf@localhost> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4915"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rpluim@gmail.com, monnier@iro.umontreal.ca, kyle@kyleam.com, emacs-devel@gnu.org To: Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jun 14 13:39:37 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sI5HJ-0000vG-Rf for ged-emacs-devel@m.gmane-mx.org; Fri, 14 Jun 2024 13:39:34 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sI5Gw-0006kY-9X; Fri, 14 Jun 2024 07:39:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sI5Gs-0006jq-UJ for emacs-devel@gnu.org; Fri, 14 Jun 2024 07:39:07 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sI5Gs-00068V-1D; Fri, 14 Jun 2024 07:39:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=fjx4EbqjMimrfLCtJDNMLt0M0TnLne21AJDDACQHjBA=; b=C3uePnCqIU0U ApciKHtnqtnpO+5aiPABRGQzoc9IDfVlcRiJDN8c85b0vnytW19jfTQr7B8OpgQ2n0ezDwRZxkHMX 8CntOSiXdl08AmtuO3EkC1jzmHa9d+2rXggsfuVRrGVB6+Zgisd0BtjBPQXW9Mz5UzI+e97GHFWLr IgLpNsWoMfZswHyGcdiOXKgaWY4Gp0Ni8TCRx56xacSRNcST33wiW98oJSMOqh1caFKptjOKcswBJ uNKQ3TAF2Kz1bniplOfCpvEiUZDqw7eQbTNAtcJXhZgcxwW1XY3w06IRO9nA5kJb5K/+r8xAf6vs9 cPmmobK9UzKI9E23/X7pWw==; In-Reply-To: <87le37onw1.fsf@localhost> (message from Ihor Radchenko on Fri, 14 Jun 2024 09:49:02 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:320064 Archived-At: > From: Ihor Radchenko > Cc: Eli Zaretskii , Stefan Monnier , > kyle@kyleam.com, emacs-devel@gnu.org > Date: Fri, 14 Jun 2024 09:49:02 +0000 > > Robert Pluim writes: > > >>>>>> On Tue, 11 Jun 2024 15:23:29 +0300, Eli Zaretskii said: > > >> > Why does it want to read a file from my home directory as part of > > >> > building Emacs? That shouldn't happen. > > >> > > >> Agree. But I am unable to reproduce. > > >> Could you please provide more information? > > > > Removing "~/.emacs.d/.org-id-locations" is enough for me: > > > > org-id-locations-load() > > (if org-id-locations nil (org-id-locations-load)) > > org-id-find-id-file("org-manual-get-export-props-customizations") > > org-babel-ref-goto-headline-id("org-manual-get-export-props-customizations") > > org-babel-expand-noweb-references(...) > > This reveals a serious problem. Org indeed must not examine id db on the > build machine. > > I installed the fix on Org side: > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=13fdbf73f > However, this fix will only affect builds in Org git repo. > > Please install the attached equivalent fix for Emacs makefiles. Thanks, done.