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 16:12:06 +0200 Message-ID: <835yegsocp.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> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8266"; 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:14:47 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 1p4jZu-0001yy-Vo for ged-emacs-devel@m.gmane-mx.org; Mon, 12 Dec 2022 15:14:47 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p4jXY-00006h-C0; Mon, 12 Dec 2022 09:12:20 -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 1p4jXO-0008UB-HG for emacs-devel@gnu.org; Mon, 12 Dec 2022 09:12:15 -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 1p4jXN-0004Cf-3S; Mon, 12 Dec 2022 09:12:10 -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=pv/wdDlXp4DjkgkHmFuapqne7HvP5uoLb6/t68oX5cI=; b=Mzw7r6paDKsz ci5KIbao+p7DXedYaevnY55hbPps4mD4RJW6o7+zPmDlLkvKxBxEhIogqxWfjwIo7HllgbUea3lK8 hZeudqIvATuLnH/Zh8lXdpqP14cGVn/crdp868DTg5GqljqDanpNMmUqMx4IAs0PtJ2+FEvr96Cu/ g/ZgH46EXTng5Vm28qw/ll8fQXqfnej7D3dntbxXbK35rgKo3bHxOJ0waKqybnQJbKfmKwVkzJfHS iSFB1HxdH4CfFaygGAuJXaBodgaGVifVFff3jSvLziwnSoy3G/tNhs8dJ2alOh89yj3EoESj2vw7Q ejiHg/0881n1Oya74gRJ7A==; 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 1p4jXJ-0008WA-N7; Mon, 12 Dec 2022 09:12:07 -0500 In-Reply-To: <2127787931.394320.1670853418624@mail.yahoo.com> (message from Ergus on Mon, 12 Dec 2022 13:56:58 +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:301232 Archived-At: > Date: Mon, 12 Dec 2022 13:56:58 +0000 (UTC) > From: Ergus > > Is this when building or when starting after the build completes? (I > see no problem in either case.) > > When starting after the build completes. > > > 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. > > 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? P.S. And please don't remove the list from the CC.