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#43050: 28.0.50; portable dump file name should respect program-prefix config option Date: Wed, 26 Aug 2020 08:33:19 +0300 Message-ID: <83ft8a3ra8.fsf@gnu.org> References: <20200825202440.195C2C2111C@raman-glaptop.localdomain> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21859"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 43050@debbugs.gnu.org To: "T.V Raman" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Aug 26 07:34:10 2020 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 1kAo4Y-0005YV-A0 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 26 Aug 2020 07:34:10 +0200 Original-Received: from localhost ([::1]:58172 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kAo4W-0007EN-SU for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 26 Aug 2020 01:34:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55540) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kAo4Q-0007E4-Iw for bug-gnu-emacs@gnu.org; Wed, 26 Aug 2020 01:34:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:53799) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kAo4Q-00036y-7v for bug-gnu-emacs@gnu.org; Wed, 26 Aug 2020 01:34:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kAo4Q-00050E-4u for bug-gnu-emacs@gnu.org; Wed, 26 Aug 2020 01:34: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: Wed, 26 Aug 2020 05:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43050 X-GNU-PR-Package: emacs Original-Received: via spool by 43050-submit@debbugs.gnu.org id=B43050.159842002219203 (code B ref 43050); Wed, 26 Aug 2020 05:34:02 +0000 Original-Received: (at 43050) by debbugs.gnu.org; 26 Aug 2020 05:33:42 +0000 Original-Received: from localhost ([127.0.0.1]:37112 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAo45-0004zf-Vu for submit@debbugs.gnu.org; Wed, 26 Aug 2020 01:33:42 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:45360) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAo43-0004zR-Kj for 43050@debbugs.gnu.org; Wed, 26 Aug 2020 01:33:40 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:54460) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kAo3y-00031j-B7; Wed, 26 Aug 2020 01:33:34 -0400 Original-Received: from [176.228.60.248] (port=1733 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kAo3x-0006YM-Bn; Wed, 26 Aug 2020 01:33:34 -0400 In-Reply-To: <20200825202440.195C2C2111C@raman-glaptop.localdomain> (bug-gnu-emacs@gnu.org) 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:186394 Archived-At: > Date: Tue, 25 Aug 2020 13:24:40 -0700 (PDT) > From: "T.V Raman" via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > If you configure emacs with the --program-prefix option, > e.g. --program-prefix=native- when building emacs with gccjit support, > the portable dumper file continues to be named emacs.pdmp, thus > making it impossible to install both a regular emacs build and one > with native-comp support. > > An easy fix would be for the portable dumper file name to respect > program-prefix This is already supported. The only thing that's missing, AFAICT, is that "make install" should apply the prefix to the dumper file name. But if you rename the dumper file manually in the same directory where it is installed, it should work.