From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Thomas Klausner Newsgroups: gmane.emacs.bugs Subject: bug#51234: emacs.pdmp file name (--fingerprint) Date: Mon, 18 Oct 2021 14:33:53 +0200 Message-ID: <20211018123353.pmegcy53lajqmb2w@yt.nih.at> References: <20211016070712.dlt3fygxl34mp5op@yt.nih.at> <871r4in5ka.fsf@gnus.org> <83y26qecqd.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23473"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Lars Ingebrigtsen , 51234@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Oct 18 14:39:18 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 1mcRvC-0005nC-7n for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 18 Oct 2021 14:39:18 +0200 Original-Received: from localhost ([::1]:52148 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mcRvA-0002y4-Pp for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 18 Oct 2021 08:39:16 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33232) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mcRr4-0000NR-GI for bug-gnu-emacs@gnu.org; Mon, 18 Oct 2021 08:35:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:34633) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mcRr4-0004lI-74 for bug-gnu-emacs@gnu.org; Mon, 18 Oct 2021 08:35:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mcRr3-0005Wl-UG for bug-gnu-emacs@gnu.org; Mon, 18 Oct 2021 08:35:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Thomas Klausner Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 18 Oct 2021 12:35:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51234 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 51234-submit@debbugs.gnu.org id=B51234.163456044321178 (code B ref 51234); Mon, 18 Oct 2021 12:35:01 +0000 Original-Received: (at 51234) by debbugs.gnu.org; 18 Oct 2021 12:34:03 +0000 Original-Received: from localhost ([127.0.0.1]:46179 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mcRq6-0005VW-Hy for submit@debbugs.gnu.org; Mon, 18 Oct 2021 08:34:02 -0400 Original-Received: from gatalith.at ([45.132.245.72]:59014) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mcRpz-0005V3-QX for 51234@debbugs.gnu.org; Mon, 18 Oct 2021 08:34:00 -0400 Original-Received: from yt.nih.at (213-47-13-4.cable.dynamic.surfer.at [213.47.13.4]) by gatalith.at (Postfix) with ESMTPSA id A6040390A2F; Mon, 18 Oct 2021 14:33:54 +0200 (CEST) Content-Disposition: inline In-Reply-To: <83y26qecqd.fsf@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:217481 Archived-At: On Mon, Oct 18, 2021 at 03:31:06PM +0300, Eli Zaretskii wrote: > Me, I wonder how will those distros code with the *.eln files, which > also include hashes that aren't known in advance. Solving the issue > with the pdumper file will still leave this other one, with many more > files. What are .eln files? I don't see any in the NetBSD build. Here are the files for the emacs-git package. https://github.com/NetBSD/pkgsrc-wip/tree/master/emacs-git The PLIST contains the files that get installed, the Makefile and options.mk contain any enable/disable arguments to configure. > So perhaps the distros will just have to adapt? I've changed the package to rename the emacs-*.pdmp file to emacs.pdmp. Thomas