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#47801: 28.0.50; [native-comp] could not resolve realpath Date: Thu, 15 Apr 2021 17:45:46 +0300 Message-ID: <83k0p3y5b9.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29368"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 47801@debbugs.gnu.org To: pRoMMMModE@outlook.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Apr 15 16:46:27 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 1lX3GE-0007WT-Oi for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 15 Apr 2021 16:46:26 +0200 Original-Received: from localhost ([::1]:34444 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lX3GD-00032c-M7 for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 15 Apr 2021 10:46:25 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39548) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lX3Fq-00032R-Pw for bug-gnu-emacs@gnu.org; Thu, 15 Apr 2021 10:46:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:55544) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lX3Fq-00055V-Ht for bug-gnu-emacs@gnu.org; Thu, 15 Apr 2021 10:46:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lX3Fq-00039X-DA for bug-gnu-emacs@gnu.org; Thu, 15 Apr 2021 10:46: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: Thu, 15 Apr 2021 14:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47801 X-GNU-PR-Package: emacs Original-Received: via spool by 47801-submit@debbugs.gnu.org id=B47801.161849796112113 (code B ref 47801); Thu, 15 Apr 2021 14:46:02 +0000 Original-Received: (at 47801) by debbugs.gnu.org; 15 Apr 2021 14:46:01 +0000 Original-Received: from localhost ([127.0.0.1]:38856 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lX3Fp-00039G-IQ for submit@debbugs.gnu.org; Thu, 15 Apr 2021 10:46:01 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:55156) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lX3Fo-00038z-LG for 47801@debbugs.gnu.org; Thu, 15 Apr 2021 10:46:00 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37830) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lX3Fj-00051G-7r; Thu, 15 Apr 2021 10:45:55 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3516 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lX3Fg-0002R9-Ds; Thu, 15 Apr 2021 10:45:54 -0400 In-Reply-To: (pRoMMMModE@outlook.com) 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:204075 Archived-At: > From: pRoMMMModE@outlook.com > Date: Thu, 15 Apr 2021 14:20:24 +0800 > > Dear emacs developers: > > I recently compiled emacs from commit 95dd6bb08038e31515568943dcfae13afac8ff70, > after sudo make install I enter emacs in terminal but it gives an error > then quit: > > ----- > emacs: could not resolve realpath of "emacs": No such file or directory > ----- > > I notice that emacs is just a symlink to /usr/local/bin/emacs-28.0.50, > but after I type emacs-28.0.50 in and hit enter it give me a similar > error: > > ----- > emacs: could not resolve realpath of "emacs-28.0.50": No such file or directory > ----- > > path /usr/local/bin is in my PATH variable, and run emacs with absolute > path /usr/local/bin/emacs is working, also the last version I compiled > is from commit b064ddd3f600ed28e62b09d556ecced5f80d9883 and that version > dose not have this issue. I think this is a duplicate of bug#44128, in its latest incarnation.