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.devel Subject: Re: Issue building master Date: Mon, 12 Dec 2022 18:04:23 +0200 Message-ID: <83sfhkr4l4.fsf@gnu.org> References: <167080778504.14972.16819452979975432761@vcs2.savannah.gnu.org> <20221212011625.58E8AC004B4@vcs2.savannah.gnu.org> <877cyxjqd8.fsf@yahoo.com> <87359ljq04.fsf@yahoo.com> <1268845809.2406180.1670837825067@mail.yahoo.com> <83edt4sq5r.fsf@gnu.org> <2127787931.394320.1670853418624@mail.yahoo.com> <835yegsocp.fsf@gnu.org> <2059778800.2483368.1670860169333@mail.yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30661"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Ergus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Dec 12 17:05:18 2022 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 1p4lIr-0007j3-Ii for ged-emacs-devel@m.gmane-mx.org; Mon, 12 Dec 2022 17:05:17 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p4lI5-0000dV-Kt; Mon, 12 Dec 2022 11:04:29 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p4lHy-0000d9-U7 for emacs-devel@gnu.org; Mon, 12 Dec 2022 11:04:22 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p4lHy-0008IQ-BT; Mon, 12 Dec 2022 11:04:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=dTHkNWJ6Zc/MWLb6oSrv/apzfxs1qKUCyN06UVgA71w=; b=Co/4dGaOrXMq WQsbEIoahcu4oYTwNiWJAJHn5QAXJCBuODOOsDc0GLM1T0RCpGK2C/Z/pGrEsbosEt8O95X+vAiLh d3hb0VWs1ljZOHP2a/54zFO1fWjOBtzoBg5R6MdORaIxbAKMlm5bRVwclVoG9QWRmDy2OHAyD0v9o HgKKRW/IyaMub+xGm1ACBvCejpJEHbyQolZ+X32fMtZVcOrLhY9lKUfF4MKlR9r3FtaWFPEgFfkN7 sBvclafZ9jn9j1QY3x9EKe+hqSkMSNwOequSVNLv30DjeAjIx55rgGHF2sLsjzs2IicA5rWVxBvdH SE6B3NsiqOEV6dXz3/Didg==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p4lHx-0006Q9-T7; Mon, 12 Dec 2022 11:04:22 -0500 In-Reply-To: <2059778800.2483368.1670860169333@mail.yahoo.com> (message from Ergus on Mon, 12 Dec 2022 15:49:29 +0000 (UTC)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:301250 Archived-At: > Date: Mon, 12 Dec 2022 15:49:29 +0000 (UTC) > From: Ergus > Cc: "emacs-devel@gnu.org" > > > If this is during startup after the build, then your pdmp file either > > doesn't exist or is faulty. > > > > This looks like the issue... How can I solve this? Make extracleanor make boostrap does not solve > > this? > > Do you install Emacs (as in "make install"), or do you run it from the > source tree? > > From source tree. I checkout to other branches, old commits, recompiled, emacs -Q... just same > error again and again. The emacs-29 branch also? And a clean new clone also? Then it's almost certainly something specific to your system. Did you update some libraries or tools or some other software lately? What if you try configuring Emacs with ./configure ... --enable-checking='yes,glyphs' CFLAGS='-O0 -g3' (where "..." stands for the other options you use when you configure Emacs) -- do you see something different? If you download the Emacs 28.2 tarball, can you build and run it?