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 5a125fb5a97 1/2: Update to Org 9.7.3 Date: Mon, 10 Jun 2024 14:13:55 +0300 Message-ID: <868qzd9hjg.fsf@gnu.org> References: <171796793548.23337.12512115872160390161@vcs2.savannah.gnu.org> <20240609211858.A2C31C1F9FB@vcs2.savannah.gnu.org> <87a5jtd403.fsf@yahoo.com> <87h6e1lhtd.fsf@kyleam.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37587"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Kyle Meyer , yantar92@posteo.net Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jun 10 13:15:04 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 1sGczP-0009a0-Mw for ged-emacs-devel@m.gmane-mx.org; Mon, 10 Jun 2024 13:15:03 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sGcyP-0007od-Lj; Mon, 10 Jun 2024 07:14:01 -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 1sGcyO-0007oU-KR for emacs-devel@gnu.org; Mon, 10 Jun 2024 07:14:00 -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 1sGcyM-0006y5-3j; Mon, 10 Jun 2024 07:13:58 -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=W5U2aclIn9H+GQ0Fx/yeo/Gr3R3bM9XAwjMHcisx7eo=; b=rtzqMNafR8/s e3kJ9UOPC4/Eo0bfdj843Wp6efOahl6X7CoqWcCeuGaWbimYVqLjrHpN7uXu7zDcn3fr4yhfllfO5 hu2CfVLLVIHkdXA3q+P5ILtVyQsaQsERxdm8Pmimgo4NekPAQSznBpBWKZv9LDmq6y+kgKPgr8Vv9 6VdpOompGbEmH3PLEtkuL2I5vfV+RdYJ0Xb6KfJT+NAVcaacG/GFw+sVlVdB0CVHbs4YivXDzPptt ihzCtpkQMxgfsdcVbrfTLIRRZryM/V4kJP6OW2xdVoK+j3+enkZUiF/icQFJ29Pfk9t+esthK1pqM YVxELDglxJKdGZJfTyMYAQ==; In-Reply-To: <87h6e1lhtd.fsf@kyleam.com> (message from Kyle Meyer on Sun, 09 Jun 2024 21:14:54 -0400) 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:319952 Archived-At: > From: Kyle Meyer > Cc: emacs-devel@gnu.org, Ihor Radchenko > Date: Sun, 09 Jun 2024 21:14:54 -0400 > > 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. There are other issues with this update: ELC org/org-macs.elc In end of data: org/org-loaddefs.el:1278:78: Warning: the function `cl-every' is not known to be defined. Can this warning be eliminated, please? Could not read `org-id-locations' from ~/.emacs.d/.org-id-locations, setting it to nil Why does it want to read a file from my home directory as part of building Emacs? That shouldn't happen. Executing Emacs-Lisp code block at position 643527... Code block evaluation complete. Executing Emacs-Lisp code block at position 646480... Code block evaluation complete. Executing Emacs-Lisp code block at position 648303... Code block evaluation complete. Executing Emacs-Lisp code block at position 648968... Code block evaluation complete. Executing Emacs-Lisp code block at position 655333... Code block evaluation complete. Executing Emacs-Lisp code block at position 659159... Code block evaluation complete. Executing Emacs-Lisp code block at position 659467... Code block evaluation complete. Executing Emacs-Lisp code block at position 660552... Code block evaluation complete. Can we please shut up these messages, or at least hide them behind some $(AM_V_GEN) trick? Thanks.