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: Intermittent build failure with native compilation Date: Thu, 28 Dec 2023 08:22:19 +0200 Message-ID: <83bkaa978k.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24517"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Aaron Jensen , Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Dec 28 07:23:30 2023 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 1rIjnl-00067u-Ui for ged-emacs-devel@m.gmane-mx.org; Thu, 28 Dec 2023 07:23:29 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rIjmt-0005mY-SV; Thu, 28 Dec 2023 01:22:35 -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 1rIjms-0005mJ-DF for emacs-devel@gnu.org; Thu, 28 Dec 2023 01:22:34 -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 1rIjms-00044o-4U; Thu, 28 Dec 2023 01:22:34 -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=V0LAcjEYnJ+4ziJP6kTd01/HqScqWZ2FUt+ChRFQAvg=; b=KpxpwbN8j8eI q3npLxkNOEt00PE53ZykTbawcptMRaIXgaTwmrN7nQ50rrmCbyO4kDql3JLdfGIRNiP+rtDskiTek MZaJdvq9/0KpdS6jdNWhCR84z7HUB12OoaGOA+YNBrEvmydNhN0pBJWi/s1og5ZiwBHPoDCw/OdcK jlp2JLOT41gxCV5COdsK0fI98bGfsYhzqwqrkTj2qa+I25jjMH8w51pd7H60maM9WONQ7V9H/T96I 0s1gt4DN3JOQbb7FgvJItgk0sdseIo0ndpI5BbHqZ0acDKRA19dv8KaNIjnlJ38Gow+osWEvVQBxZ n97s9VZAuwcPZ9pu3SNkYw==; In-Reply-To: (message from Aaron Jensen on Wed, 27 Dec 2023 17:25:35 -0600) 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:314268 Archived-At: > From: Aaron Jensen > Date: Wed, 27 Dec 2023 17:25:35 -0600 > > On macOS, I am often getting this when building Emacs from scratch (I've also attached my full build > log). Could this be a race condition with a parallel build? Thanks, but why do you post this here and not report a bug, as expected? We want to be able to track discussions of bugs and have the reference to those discussions in the commit log messages afterwards. Please help us with this mundane task. Andrea, any thoughts or suggestions?