From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Kyle Meyer Newsgroups: gmane.emacs.devel Subject: Re: master 5a125fb5a97 1/2: Update to Org 9.7.3 Date: Sun, 09 Jun 2024 21:14:54 -0400 Message-ID: <87h6e1lhtd.fsf@kyleam.com> References: <171796793548.23337.12512115872160390161@vcs2.savannah.gnu.org> <20240609211858.A2C31C1F9FB@vcs2.savannah.gnu.org> <87a5jtd403.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13130"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, Ihor Radchenko To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jun 10 03:16:08 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 1sGTdn-0003Bj-Jo for ged-emacs-devel@m.gmane-mx.org; Mon, 10 Jun 2024 03:16:08 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sGTdC-0001pF-GY; Sun, 09 Jun 2024 21:15:31 -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 1sGTcs-0001op-T3 for emacs-devel@gnu.org; Sun, 09 Jun 2024 21:15:12 -0400 Original-Received: from out-176.mta1.migadu.com ([95.215.58.176]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sGTcl-0004Ha-Ki for emacs-devel@gnu.org; Sun, 09 Jun 2024 21:15:08 -0400 X-Envelope-To: luangruo@yahoo.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1717982099; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Zj8gaFye2GIbgqw+psFJPnBwujCKy1mQUIuf+x7ja9c=; b=hUoiamX16RnLvslUTYhRmmmlc4e1rtwgtY5TdEm9gSHmJ+3LuU59R4mqSyvDjDZZvUrjZ8 mj3nmREQ1uI/KiiUKMiN2ZRNGudB6J7Y46KTbUlty0SfvuEg+3r6sGOUmn4VjBzgcSxFQS 7yTv18qWisH/QlA7uY0GTYc0anfsySuVa14IzYcgpwEiFGOvNyP5IlEzeDnpQjW7O69NTE +qnIdo0OC471MueeLmVUa7fdK6Uqju0o7ODSuGYU8Is7N6RbXy8hETEOBa+kw992zHxTZH ihljR+zxbgXPbZmMQOSI4lYKYA1go3ZLft1hyZDhlcfFq54Cb88SFGHxLwH9Qg== X-Envelope-To: emacs-devel@gnu.org X-Envelope-To: yantar92@posteo.net X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. In-Reply-To: <87a5jtd403.fsf@yahoo.com> X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=95.215.58.176; envelope-from=kyle@kyleam.com; helo=out-176.mta1.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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:319946 Archived-At: Po Lu writes: > This interferes with bootstrapping org.texi, for which I've installed a > temporary workaround that you should revert once the error is resolved > on Org's part. Could you please provide more details about the error? I don't see any specifics mentioned in 8d1d9798f77 (Fix bootstrap of org.texi), and running 'make bootstrap' on its parent commit (77d0eed74e1) completes without errors for me.