From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Master HEAD build failure? Date: Wed, 29 Sep 2021 21:23:56 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30180"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cc: Emacs developers To: Tim Cross Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Sep 30 03:24:46 2021 Return-path: Envelope-to: ged-emacs-devel@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 1mVkoY-0007kZ-80 for ged-emacs-devel@m.gmane-mx.org; Thu, 30 Sep 2021 03:24:46 +0200 Original-Received: from localhost ([::1]:54142 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mVkoW-0006bv-Pl for ged-emacs-devel@m.gmane-mx.org; Wed, 29 Sep 2021 21:24:44 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43616) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mVknx-0005w9-4Z for emacs-devel@gnu.org; Wed, 29 Sep 2021 21:24:09 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:53278) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mVknw-0007UD-Td; Wed, 29 Sep 2021 21:24:08 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1mVknp-0006YZ-UN; Wed, 29 Sep 2021 21:24:07 -0400 X-Spook: FXR ACC WINGS SGI Gatt Riot U.S. Consulate dictionary X-Ran: 02bOr!DUA#+Vk+f@'Vg5d:fD5+_O;Tl@!VTWrd-[FH~hQ(aM6XyO<,tA\@Il_Mv! X-Hue: black X-Attribution: GM In-Reply-To: (Tim Cross's message of "Thu, 30 Sep 2021 10:24:26 +1000") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:275841 Archived-At: Tim Cross wrote: > make[3]: Entering directory '/home/tim/git/emacs/lisp' [...] > desired fingerprint: > 85f312322694a812c6415eae9aea6afbbc20b2924e0617f410218006e1fc48c8 > found fingerprint: > 2db1c43551c18cfe037e9db53b353bb37add978d1134069ed31ee14138e7d2fc > emacs: could not load dump file > "/usr/local/libexec/emacs/28.0.50/x86_64-pc-linux-gnu/emacs.pdmp": not > built for this Emacs executable A build failure is a bug and should be reported as such. Anyway, the problem is that the build is finding a previously installed pdmp file in preference to the one in the build tree. (I feel like this was reported before.) Using the fingerprint in the pdmp name would avoid this, but there has been no progress on this (bug#42790).