From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Kent =?UTF-8?Q?Engstr=C3=B6m?= Newsgroups: gmane.emacs.bugs Subject: bug#44128: symlink problem after applying commit 0c1fc9d Date: Thu, 15 Apr 2021 12:09:31 +0200 Message-ID: References: <87eelri6l8.fsf@bernoul.li> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18896"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) To: 44128@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Apr 15 16:19:01 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 1lX2pg-0004nK-It for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 15 Apr 2021 16:19:00 +0200 Original-Received: from localhost ([::1]:43692 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lX2pf-00010T-Bn for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 15 Apr 2021 10:18:59 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60298) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lX2om-0000ZZ-8H for bug-gnu-emacs@gnu.org; Thu, 15 Apr 2021 10:18:04 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:55495) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lX2ol-00056B-Vj for bug-gnu-emacs@gnu.org; Thu, 15 Apr 2021 10:18:04 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lX2ol-0002RF-R9 for bug-gnu-emacs@gnu.org; Thu, 15 Apr 2021 10:18:03 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: <87eelri6l8.fsf@bernoul.li> Resent-From: Kent =?UTF-8?Q?Engstr=C3=B6m?= Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 15 Apr 2021 14:18:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44128 X-GNU-PR-Package: emacs Original-Received: via spool by 44128-submit@debbugs.gnu.org id=B44128.16184962589293 (code B ref 44128); Thu, 15 Apr 2021 14:18:03 +0000 Original-Received: (at 44128) by debbugs.gnu.org; 15 Apr 2021 14:17:38 +0000 Original-Received: from localhost ([127.0.0.1]:38799 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lX2oL-0002Pi-GZ for submit@debbugs.gnu.org; Thu, 15 Apr 2021 10:17:38 -0400 Original-Received: from mail.nsc.liu.se ([130.236.101.50]:58930) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lWywI-0001ia-88 for 44128@debbugs.gnu.org; Thu, 15 Apr 2021 06:09:35 -0400 Original-Received: from ceres.nsc.liu.se (ceres.nsc.liu.se [130.236.101.236]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.nsc.liu.se (Postfix) with ESMTPS id B2F7968002 for <44128@debbugs.gnu.org>; Thu, 15 Apr 2021 12:09:31 +0200 (CEST) Original-Received: from ceres.nsc.liu.se (localhost [IPv6:::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ceres.nsc.liu.se (Postfix) with ESMTPS id 90E19C0946 for <44128@debbugs.gnu.org>; Thu, 15 Apr 2021 12:09:31 +0200 (CEST) X-Mailman-Approved-At: Thu, 15 Apr 2021 10:17:34 -0400 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:204070 Archived-At: Hi, I use a setup for testing native-comp, where I install to prefix /opt/emacs/native-comp and then symlink as below /opt/emacs =E2=96=B6 ls -l current lrwxrwxrwx. 1 kent kent 11 Apr 15 11:08 current -> native-comp as I have /opt/emacs/current/bin on my $PATH. After updating to 0c1fc9d, "* Fix native-comp startup for symliked binary (bug#44128)" my emacs startup fails with emacs: could not resolve realpath of "emacs": No such file or directory Checking out the previous commit b064ddd, "Merge remote-tracking branch 'savannah/master' into native-comp" and doing a "make install" gives me a working emacs binary again.