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.bugs Subject: bug#48994: 28.0.50; [PATCH] 28.0.50; Native compilation unnecessarily recompiles .eln (macOS) Date: Mon, 14 Jun 2021 15:42:41 +0300 Message-ID: <8335tk7h32.fsf@gnu.org> References: <83y2be6zj8.fsf@gnu.org> <83bl897kag.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34431"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 48994@debbugs.gnu.org, mjbauer95@gmail.com, akrl@sdf.org To: Alan Third Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Jun 14 14:43:22 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1lslw2-0008kK-48 for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 14 Jun 2021 14:43:22 +0200 Original-Received: from localhost ([::1]:47790 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lslw1-0004aZ-50 for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 14 Jun 2021 08:43:21 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43182) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lslvj-0004ZU-3O for bug-gnu-emacs@gnu.org; Mon, 14 Jun 2021 08:43:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:33692) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lslvi-0001gr-Jb for bug-gnu-emacs@gnu.org; Mon, 14 Jun 2021 08:43:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lslvi-0002os-AT for bug-gnu-emacs@gnu.org; Mon, 14 Jun 2021 08:43:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 14 Jun 2021 12:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48994 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 48994-submit@debbugs.gnu.org id=B48994.162367457610824 (code B ref 48994); Mon, 14 Jun 2021 12:43:02 +0000 Original-Received: (at 48994) by debbugs.gnu.org; 14 Jun 2021 12:42:56 +0000 Original-Received: from localhost ([127.0.0.1]:45238 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lslvb-0002oV-Na for submit@debbugs.gnu.org; Mon, 14 Jun 2021 08:42:55 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:45308) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lslva-0002oJ-8L for 48994@debbugs.gnu.org; Mon, 14 Jun 2021 08:42:54 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:42708) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lslvU-0001Zb-2T; Mon, 14 Jun 2021 08:42:48 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4093 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lslvT-0002ES-LX; Mon, 14 Jun 2021 08:42:48 -0400 In-Reply-To: (message from Alan Third on Sun, 13 Jun 2021 20:30:13 +0100) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:208478 Archived-At: > Date: Sun, 13 Jun 2021 20:30:13 +0100 > From: Alan Third > Cc: mjbauer95@gmail.com, 48994@debbugs.gnu.org, akrl@sdf.org > > On Sun, Jun 13, 2021 at 08:21:11PM +0300, Eli Zaretskii wrote: > > > Date: Sun, 13 Jun 2021 17:37:55 +0100 > > > From: Alan Third > > > Cc: Matthew Bauer , 48994@debbugs.gnu.org, > > > akrl@sdf.org > > > > > > I suggested previously we handle this like we do the other install > > > paths (see ns_etc_path, ns_exec_path and ns_load_path in nsterm.m), > > > but Andrea didn't like that solution. > > > > Can you point me to that discussion, please? > > There isn't much in the way of actual discussion. > > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=47558#44 Hmm... that problem was solved, though? So how come it comes up once again? In the tree that you described in https://debbugs.gnu.org/cgi/bugreport.cgi?bug=47558#23 can you where is each of the following: . the Emacs binary . the .pdmp file . the auxiliary executables (hexl, movemail) . the *.eln files Also, I understand that the "normal" Unix-style install has the usual tree hierarchy rooted at /usr or /usr/local, and there everything "just works"? If so, when (at configure time, at installation time, at some other time?) is the decision made whether the install will be one or the other? The issue finding the *.eln files is tightly coupled with how Emacs finds the .pdmp file, so we must consider these together to be sure the solutions don't break. Thanks.