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: Emacs 29.3 released Date: Sun, 24 Mar 2024 21:58:40 +0200 Message-ID: <86sf0fjtan.fsf@gnu.org> References: <86edbzyavw.fsf@gnu.org> <86y1a7jwmi.fsf@gnu.org> <86ttkvjtvo.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7431"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: corwin@bru.st Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Mar 24 20:59:42 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 1roU0M-0001kS-8u for ged-emacs-devel@m.gmane-mx.org; Sun, 24 Mar 2024 20:59:42 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1roTzT-0002RE-4b; Sun, 24 Mar 2024 15:58:47 -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 1roTzR-0002Qr-7v for emacs-devel@gnu.org; Sun, 24 Mar 2024 15:58:45 -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 1roTzP-0004Jr-Sa; Sun, 24 Mar 2024 15:58:43 -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=U/L3aMULTN46MQZqW0Df0x+uxyFT380jonCxO0xfN4g=; b=ZNNAVox57A2N 2ivVrSXoxViiDjCzp0VbhE3LE9FxprV1AZ+BwN/UedjAcZympHEc2Pw6AmFyJCwvIJmy7s0sJJGvK MTdn4P3MzkvyxH7dbADSLWvltcEIKdaj0OGypdW8pahLj8pEiAu5Cp9pW18nSr0zuztNAliBBGS06 w6l4cmBYqLEawpinLbcDhxR+4RDM2tavcTNchdMCWEEG2J01vDAQDN7+6pOuEeYompfukxDHifyFf xGaFT8+D21Kwyhdy0ciAwhUVUebTNax2ktXRLR9LCrVkeTt0QeYMibAhb+jMLVKHhZdphWW5NGkno bynXB1pTJo0+gXP30SUo2g==; In-Reply-To: <86ttkvjtvo.fsf@gnu.org> (message from Eli Zaretskii on Sun, 24 Mar 2024 21:46:03 +0200) 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:317271 Archived-At: > Date: Sun, 24 Mar 2024 21:46:03 +0200 > From: Eli Zaretskii > Cc: emacs-devel@gnu.org > > FWIW, I've just built the 29.3 release tarball with the > "--with-native-compilation=aot" option (and without > NATIVE_FULL_AOT=1), and it builds all the *.eln files just fine. I > didn't need to run autogen.sh. > > > I'm inclined to go ahead and publish using the version where I run > > autogen.sh -- let me know if we prefer that we track this issue down > > first, instead. > > I don't think autogen.sh can do any harm, but I cannot be sure without > understanding why you see this weird problem. What happens if instead of saying "make install" you say just "make", and then "make install" in a separate step? (I never do "make install" from the get-go, only after the build completes.)