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: Suppressing native compilation (short and long term) Date: Mon, 24 Oct 2022 22:04:25 +0300 Message-ID: <83ilk9oxfq.fsf@gnu.org> References: <875yga36qp.fsf@no.workgroup> <83k04qqw1k.fsf@gnu.org> <87czaifjyx.fsf@no.workgroup> <87tu3tjcih.fsf@no.workgroup> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25814"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, akrl@sdf.org To: Gregor Zattler Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Oct 24 21:10:39 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 1on2qM-0006Vi-Nd for ged-emacs-devel@m.gmane-mx.org; Mon, 24 Oct 2022 21:10:38 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1on2kj-0006nd-GY; Mon, 24 Oct 2022 15:04:49 -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 1on2kc-0006jp-1e for emacs-devel@gnu.org; Mon, 24 Oct 2022 15:04:47 -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 1on2ka-0005LE-GX; Mon, 24 Oct 2022 15:04: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=YAqg8bFp2tSe7udarvDBvYThtwplVbvPLzCmdX4G43c=; b=FRPPtKZWwdI1 BAcXmo0XzOlABYz7o0zuBbC2Ku1mWY2ru0xiLCcn+BqgeKLLldT/ubE4B8SBJnblTDx91H5NTyNN0 JU6+GecBAbvOSWRtzmBf+X+j3z+dXhQy6urR6ehqBKHCBXYSy5XGPefP9ZOGhIwRe1fwoZQY2qdmY UluM8gs+MvRd9RlCPi4fnly/cUW80zK5XwZTcgRoaSHq9liWEMyk3fValtJUwFt7kCDJ4rnHDVEK2 iU9GVbVI6nDsn1Zt5qryO1TQ9YfrHC5B3Rd7Y3PJ0UEJ1T+oh1vGYhgAcR9fr4wLphzo2VK6Fdicw McP+e9uAaTZ3FIAySNZWEA==; 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 1on2kY-000355-DC; Mon, 24 Oct 2022 15:04:40 -0400 In-Reply-To: <87tu3tjcih.fsf@no.workgroup> (message from Gregor Zattler on Mon, 24 Oct 2022 20:35:18 +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: , Original-Sender: "Emacs-devel" Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:298408 Archived-At: > From: Gregor Zattler > Cc: emacs-devel@gnu.org > Date: Mon, 24 Oct 2022 20:35:18 +0200 > > Hi Eli, > * Gregor Zattler [2022-10-23; 20:55 +02]: > > * Eli Zaretskii [2022-10-23; 20:39 +03]: > >>> From: Gregor Zattler > >>> Cc: rlb@defaultvalue.org, monnier@iro.umontreal.ca, david@tethera.net, > >>> emacs-devel@gnu.org, akrl@sdf.org > >>> Date: Sun, 23 Oct 2022 17:22:06 +0200 > >>> > >>> This is GNU Emacs 29.0.50 (build 2, x86_64-pc-linux-gnu, > >>> cairo version 1.16.0) of 2022-10-19 > >> > >> Actually, there was a bug in native compilation that was fixed on that > >> very day. So perhaps update from Git ans see if the problem of > >> repeated compilation goes away. > > > > > > OK, I'll do so right now. This will take some time, > > though... > > I did as you said, that did the trick, no spurious > compilations any more. Thanks. OK, thanks for testing.