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 15:33:04 +0200 Message-ID: <83edt4sq5r.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> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25324"; 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 15:47:56 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 1p4k5y-0006O0-VY for ged-emacs-devel@m.gmane-mx.org; Mon, 12 Dec 2022 15:47:55 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p4ivc-0008E4-BR; Mon, 12 Dec 2022 08:33:08 -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 1p4ivX-0008CU-SC for emacs-devel@gnu.org; Mon, 12 Dec 2022 08:33:03 -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 1p4ivX-0003vE-IB; Mon, 12 Dec 2022 08:33:03 -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=aAnxwy6eudAyrMpmTXAyg7SYHncLfrQvlbWXgI9dj9k=; b=cozVz0/29Poh j3z7iMm4sRMa3BLrUgImqzC41FUpWz5OrdPW4YJF4RoUVxW6pDpGft21jkr+oNou9X7pAIveXfvl7 maDryWnSi8+tWl3UMayC9mKvRhOUfxineHg0Ua3Nl04yWA34H3Rm/sJXUkxZv/pUIxgGo7HhdaIVQ d6qqyDdqqyP4p1kPUfqR0OeDd0JdDRsOpxbLJ/aN/lwyGj8DVpLLLucfQzaRwNEYwX6uaPzTydxBL 8i4u8skeoI/rNxB5C1ak1zFjSvXMcHWNMmxAy1cItYsxn9VPDpc0hxfBUQSYaIV82Yk/1ZedOzXIh h1JriuqSuJJ8TTDSnBcQVw==; 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 1p4ivW-0002se-UW; Mon, 12 Dec 2022 08:33:03 -0500 In-Reply-To: <1268845809.2406180.1670837825067@mail.yahoo.com> (message from Ergus on Mon, 12 Dec 2022 09:37:05 +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:301238 Archived-At: > Date: Mon, 12 Dec 2022 09:37:05 +0000 (UTC) > From: Ergus > > I just built the master branch and I am getting this error with -nw: > > ``` > Symbol's function definition is void: internal-echo-keystrokes-prefix > ``` Is this when building or when starting after the build completes? (I see no problem in either case.) > and this in gui: > > ``` > Loading loadup.el (source)...Dump mode: nilUsing load-path (/home/ergo/.local/share/emacs/30.0.50/lisp > /home/ergo/.local/share/emacs/30.0.50/lisp/emacs-lisp > /home/ergo/.local/share/emacs/30.0.50/lisp/progmodes /home/ergo/.local/share/emacs/30.0.50/lisp/language > /home/ergo/.local/share/emacs/30.0.50/lisp/international > /home/ergo/.local/share/emacs/30.0.50/lisp/textmodes > /home/ergo/.local/share/emacs/30.0.50/lisp/vc)Loading emacs-lisp/debug-early...Symbol's function definition > is void: file-name-sans-extension > `` If this is during startup after the build, then your pdmp file either doesn't exist or is faulty. If this is during a build, then why does it say "Dump mode: nil"? What happens if you clone the repository anew, and then do a fresh build?