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#46790: 28.0.50; make install with native-comp branch Date: Sat, 10 Apr 2021 10:37:30 +0300 Message-ID: <831rbi7fph.fsf@gnu.org> References: <87h7lzgtyv.fsf@posteo.net> <83h7kf70dz.fsf@gnu.org> <87tuoebsxx.fsf@posteo.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23173"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 46790@debbugs.gnu.org, akrl@sdf.org To: Thierry Volpiatto Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Apr 10 09:38:10 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 1lV8C1-0005uS-Pk for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 10 Apr 2021 09:38:09 +0200 Original-Received: from localhost ([::1]:36460 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lV8C0-0002Fo-Od for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 10 Apr 2021 03:38:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56774) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lV8Bu-0002Fh-Qn for bug-gnu-emacs@gnu.org; Sat, 10 Apr 2021 03:38:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:39829) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lV8Bu-00039g-JR for bug-gnu-emacs@gnu.org; Sat, 10 Apr 2021 03:38:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lV8Bu-00047X-HT for bug-gnu-emacs@gnu.org; Sat, 10 Apr 2021 03:38: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: Sat, 10 Apr 2021 07:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46790 X-GNU-PR-Package: emacs Original-Received: via spool by 46790-submit@debbugs.gnu.org id=B46790.161804027515826 (code B ref 46790); Sat, 10 Apr 2021 07:38:02 +0000 Original-Received: (at 46790) by debbugs.gnu.org; 10 Apr 2021 07:37:55 +0000 Original-Received: from localhost ([127.0.0.1]:51375 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lV8Bn-00047C-C1 for submit@debbugs.gnu.org; Sat, 10 Apr 2021 03:37:55 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:35518) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lV8Bl-00046y-I7 for 46790@debbugs.gnu.org; Sat, 10 Apr 2021 03:37:54 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:40964) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lV8Bf-000301-0K; Sat, 10 Apr 2021 03:37:47 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2395 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lV8Be-0007gc-B9; Sat, 10 Apr 2021 03:37:46 -0400 In-Reply-To: <87tuoebsxx.fsf@posteo.net> (message from Thierry Volpiatto on Sat, 10 Apr 2021 07:17:09 +0200) 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:203784 Archived-At: > From: Thierry Volpiatto > Cc: Andrea Corallo , 46790@debbugs.gnu.org > Date: Sat, 10 Apr 2021 07:17:09 +0200 > > > What worked for you with previous versions was just a side effect of > > the implementation detail: how Emacs finds the files it needs when it > > starts. The *.eln files bring more restrictions to the table, and it > > could very well be that the symlink trick will be the only practical > > solution to such a non-standard installation. > > This not really a non standard installation, it is documented in INSTALL > since always Documented where? INSTALL explains the meaning of each Makefile variable, but it never says that any arbitrary combination of their values will work. > I am not sure also if everything is working properly with a "standard" > installation, i.e. in /usr/local/bin, is in this case the native-lisp > dir found? When you configure Emacs, the place is recorded in epaths.h, exactly like the directory for Lisp files is. > > A possible solution is to set EMACSNATIVELOADPATH in the environment. > > Didn't know this env var. > > > Alternatively, you could modify your Emacs to look in the correct > > directory by default. > > Don't know how to do this, anyway all methods should be documented. The documentation is not yet complete. In any case, I don't think this issue should block the merge of the branch.