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: Build failure with --with-x-toolkit=no Date: Thu, 28 Mar 2024 12:25:34 +0200 Message-ID: <868r22hcv5.fsf@gnu.org> References: <9398af06-c6aa-409d-a8d4-70c217d4776b@gmx.at> <87h6gr6hwm.fsf@yahoo.com> <69864b96-e604-4d05-8a31-55ec1e45c5f1@gmx.at> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18988"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Mar 28 11:26:32 2024 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 1rpmxq-0004cH-1c for ged-emacs-devel@m.gmane-mx.org; Thu, 28 Mar 2024 11:26:30 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rpmx7-0005ad-OB; Thu, 28 Mar 2024 06:25:45 -0400 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 1rpmx3-0005a1-Ax for emacs-devel@gnu.org; Thu, 28 Mar 2024 06:25:41 -0400 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 1rpmx1-00004r-RQ; Thu, 28 Mar 2024 06:25:40 -0400 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=YqjBzw287FQZgvk14wgNwdtdu8HUfu3a0DMWO7NfWTA=; b=lxN6HmEjg/uB B9EUoermbsb+G8zSvmz1wTaRggjqbFEtpY/A+1Qc7fjrFL/l5zhG21YxW5gmeff+oMaw+TnLoiPrk 5Bc5VXC9dG0K/Tu1LEKnQtc4oVeaT1D2Awv+vkiulFpOiodGCNykf4fUfqOvCbX3tDLkuiH4oRC6i 3px8AyWyRIBw0Jgq0WNmXXdiCi26ch5D2ZLKgP/Ko1l330fg1Vxqhpp2MXbNwk+n+ZggU9RF73qTn bdhqiRGpv7YbEOHKya4Fb4ZMXZ3Xp6ZHwGsjAQ8SUabzwg8mLXyPYlJlhPiFPDrLRdod5fRzDTr0L Fl+oeJShSxNBcXlqWIO8MA==; In-Reply-To: <69864b96-e604-4d05-8a31-55ec1e45c5f1@gmx.at> (message from martin rudalics on Thu, 28 Mar 2024 10:44:13 +0100) 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:317354 Archived-At: > Date: Thu, 28 Mar 2024 10:44:13 +0100 > Cc: emacs-devel > From: martin rudalics > > > This suggests that the Gnulib headers included during the compilation of > > oldXMenu are inconsistent with the libgnu.a to which temacs is being > > linked. Is this a clean build of Emacs? > > It's an out of tree build, whether it's "clean" I can't tell. Last year > building the release version worked on this machine with an older > compiler and autoconf. Now building the release version fails as well. > An almost identical set-up works on another machine so it seems that only > this machine has the problem. I have no idea yet how to search for the > cause of it. If you build it in a newly-created directory, does it also fail? Did you try "git clean -fdx" in the source tree (assuming you build from Git)?