From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: akrl--- via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#46256: [feature/native-comp] AOT eln files ignored if run from build tree Date: Wed, 03 Feb 2021 20:51:24 +0000 Message-ID: References: Reply-To: Andrea Corallo Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15799"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 46256@debbugs.gnu.org To: Andy Moreton Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Feb 03 21:56:44 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 1l7PCd-00040o-Do for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 03 Feb 2021 21:56:43 +0100 Original-Received: from localhost ([::1]:39174 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l7PCc-0004Fq-Gf for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 03 Feb 2021 15:56:42 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37982) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7P86-0002Pt-IR for bug-gnu-emacs@gnu.org; Wed, 03 Feb 2021 15:52:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:55671) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1l7P86-0006PF-BU for bug-gnu-emacs@gnu.org; Wed, 03 Feb 2021 15:52:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1l7P86-00045S-9V for bug-gnu-emacs@gnu.org; Wed, 03 Feb 2021 15:52:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 03 Feb 2021 20:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46256 X-GNU-PR-Package: emacs Original-Received: via spool by 46256-submit@debbugs.gnu.org id=B46256.161238549015669 (code B ref 46256); Wed, 03 Feb 2021 20:52:02 +0000 Original-Received: (at 46256) by debbugs.gnu.org; 3 Feb 2021 20:51:30 +0000 Original-Received: from localhost ([127.0.0.1]:38984 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l7P7Z-00044f-Q9 for submit@debbugs.gnu.org; Wed, 03 Feb 2021 15:51:30 -0500 Original-Received: from mab.sdf.org ([205.166.94.33]:35724 helo=ma.sdf.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l7P7X-00044T-M5 for 46256@debbugs.gnu.org; Wed, 03 Feb 2021 15:51:28 -0500 Original-Received: from akrl by ma.sdf.org with local (Exim 4.92) (envelope-from ) id 1l7P7U-0004jT-JI; Wed, 03 Feb 2021 20:51:24 +0000 In-Reply-To: (Andy Moreton's message of "Tue, 2 Feb 2021 11:11:08 +0000") 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:199247 Archived-At: Andy Moreton writes: > Hi, > > I have built emacs native-comp branch for 64bit Mingw64 with > NATIVE_FULL_AOT=1 (out of tree, so build dir != source dir). > > I notice that if I run the built emacs from the build dir then the > prebuilt .eln files are ignored, and async compilation of the .eln file > happens again to add them to the user eln-cache dir. > > The prebuilt .eln files are not found in the user eln-cache (expected) > or the installed emacs directory (also expected), but it looks like it > does not also check the build dir (relative to the running emacs rather > than relative to the install prefix). > > Running from the build dir without installing is common for developers > building from source, so it would be useful to keep this working with > native AOT builds. > > AndyM Hi Andy, could you share the values of PATH_DUMPLOADSEARCH and PATH_REL_LOADSEARCH from your epaths.h ? Thanks Andrea