From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: pdumper bootstrap error Date: Sat, 19 Jan 2019 14:52:04 -0800 Organization: UCLA Computer Science Department Message-ID: References: <20190119222558.GA17535@breton.holly.idiocy.org> NNTP-Posting-Host: ciao.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ciao.gmane.org 1547938336 166115 195.159.176.228 (19 Jan 2019 22:52:16 GMT) X-Complaints-To: usenet@ciao.gmane.org NNTP-Posting-Date: Sat, 19 Jan 2019 22:52:16 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 Cc: Daniel Colascione , emacs-devel@gnu.org To: Alan Third Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 19 23:52:14 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1gkzTE-000hCS-Na for ged-emacs-devel@m.gmane.org; Sat, 19 Jan 2019 23:52:08 +0100 Original-Received: from localhost ([127.0.0.1]:60854 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gkzTN-00022l-G9 for ged-emacs-devel@m.gmane.org; Sat, 19 Jan 2019 17:52:17 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:50778) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gkzTF-00022e-89 for emacs-devel@gnu.org; Sat, 19 Jan 2019 17:52:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gkzTE-0004Ne-1l for emacs-devel@gnu.org; Sat, 19 Jan 2019 17:52:09 -0500 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:38410) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gkzTD-0004Mx-TA for emacs-devel@gnu.org; Sat, 19 Jan 2019 17:52:07 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 493AF1610D6; Sat, 19 Jan 2019 14:52:06 -0800 (PST) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id S_QrOCc4z6To; Sat, 19 Jan 2019 14:52:05 -0800 (PST) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 8E7931610D8; Sat, 19 Jan 2019 14:52:05 -0800 (PST) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id olCOMJjwPVAh; Sat, 19 Jan 2019 14:52:05 -0800 (PST) Original-Received: from [192.168.1.9] (cpe-23-242-74-103.socal.res.rr.com [23.242.74.103]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 2C1D1160FF9; Sat, 19 Jan 2019 14:52:05 -0800 (PST) In-Reply-To: <20190119222558.GA17535@breton.holly.idiocy.org> Content-Language: en-US X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 131.179.128.68 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:232514 Archived-At: Alan Third wrote: > I think I must be doing something wrong, because I=E2=80=99m randomly g= etting > errors like this: >=20 > GEN loaddefs.el > desired fingerprint: 9085c29485c3842b30a84ab3d55121be1b04f8aea81a5273ff= 244956164833a5 > found fingerprint: bc058dbc261d383930761d6e2df83fee5bba2b36bab3d69333b2= f5c09c6bfc64 > emacs: could not load dump file "../src/bootstrap-emacs.pdmp": not buil= t for this Emacs executable Most likely you're not doing anything wrong, it's more likely that someth= ing is=20 going haywire with our tricky way of bootstrapping; see the extensive com= ments=20 before the "$(lispsource)/loaddefs.el:" line in src/Makefile.in. Unfortun= ately=20 it's a lot easier to debug this problem if you have it, which I don't.