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: master 9e94509 3/3: Generate info/dir directly from any org sources Date: Wed, 05 Jan 2022 19:09:55 +0200 Message-ID: <83czl69kik.fsf@gnu.org> References: <20210304184723.8249.29253@vcs0.savannah.gnu.org> <20210304184725.15B2320E1B@vcs0.savannah.gnu.org> <87h7lpn6xd.fsf@tcd.ie> <0i7dmlxvds.fsf@fencepost.gnu.org> <87sg58wldp.fsf@tcd.ie> <87h7loqixb.fsf@tcd.ie> <8735x83uoq.fsf@tcd.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11413"; mail-complaints-to="usenet@ciao.gmane.io" Cc: contovob@tcd.ie, rgm@gnu.org, emacs-devel@gnu.org To: Philipp Stephani Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jan 05 18:11:51 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 1n59pG-0002n0-27 for ged-emacs-devel@m.gmane-mx.org; Wed, 05 Jan 2022 18:11:50 +0100 Original-Received: from localhost ([::1]:39984 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n59pE-0005yf-Tt for ged-emacs-devel@m.gmane-mx.org; Wed, 05 Jan 2022 12:11:48 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:48578) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n59nH-0002z2-K6 for emacs-devel@gnu.org; Wed, 05 Jan 2022 12:09:49 -0500 Original-Received: from [2001:470:142:3::e] (port=47282 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n59nH-0006zZ-5e; Wed, 05 Jan 2022 12:09:47 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=maEjQJB4oE0jBTaOERZDUyRJQHZmD0dxNmOQHuw2/1Y=; b=dWH7qHlU4ILIrTXNi1UT 6SYobW7oYGpkSqaOfKBXvLL1NVGSH5Yuycgp/UDjii3VM8mT/6sf059R35zlJDZAW8L5+ZnNSRvNg tK0Jh2Adf13p3ljYXDSFwLOdGLHxIJ3W7t5bvC+ppb/e85NPsVMzChlU0LGyWhq/GIH8TQL9xBHkf Gqk3Xn02+UvYoxM18gZ38xz02ubjboLrTAWaqbHAVZKs7EcDQSXUhkVYBHI7ZNKdx5IKCX/wHKmY+ WwOlDThipy+/j5NOtxcHVKCB++TM9HDabNuNxSGnNAng9K2JnutLUa6U2JbUIo3/NK1x4USfVtAwf NJIz4QTLstTINw==; Original-Received: from [87.69.77.57] (port=4209 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 1n59nG-0002Rl-5w; Wed, 05 Jan 2022 12:09:46 -0500 In-Reply-To: (message from Philipp Stephani on Wed, 5 Jan 2022 17:58:47 +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" Xref: news.gmane.io gmane.emacs.devel:284256 Archived-At: > From: Philipp Stephani > Date: Wed, 5 Jan 2022 17:58:47 +0100 > Cc: Glenn Morris , Emacs developers > > Am Sa., 6. März 2021 um 21:16 Uhr schrieb Basil L. Contovounesios > : > > > > Glenn Morris writes: > > > > > Glenn Morris wrote: > > > > > >> I'll ask the help-make list... > > > > > > They suggested something, I applied it in f476e282d2. > > > Based on what you said previously about -j1, I'm not sure it will make a > > > difference for you. > > > > And yet it works fine with -j8 and -j16 here, thanks! > > > > The "multiple target patterns" issue still occasionally happens for me > (on the emacs-28 branch) even with f476e282d2. It's very difficult to > reproduce and only seems to happen occasionally with 'make > bootstrap-clean' under specific circumstances. Does anybody have a > recipe for a more robust fix? Maybe "export MAKEFLAGS=-O" before > running anything else? As mentioned back then, using -O is a non-starter.