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: Permanently fix org versioning breakage during builds? Date: Sun, 24 Dec 2023 20:52:20 +0200 Message-ID: <83h6k7bfh7.fsf@gnu.org> References: <25989.50971.995591.385250@google.com> <87a5q0dc9m.fsf@localhost> <87edfbbyzm.fsf@localhost> <875y0n4px0.fsf@localhost> <87r0jb34hi.fsf@localhost> <25992.29879.841846.966012@retriever.mtv.corp.google.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37941"; mail-complaints-to="usenet@ciao.gmane.io" Cc: joaotavora@gmail.com, yantar92@posteo.net, raman@google.com, emacs-devel@gnu.org To: "T.V Raman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Dec 24 19:52:41 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 1rHTab-0009g3-4W for ged-emacs-devel@m.gmane-mx.org; Sun, 24 Dec 2023 19:52:41 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rHTaN-0006ei-Qw; Sun, 24 Dec 2023 13:52:27 -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 1rHTaM-0006eN-1R for emacs-devel@gnu.org; Sun, 24 Dec 2023 13:52:26 -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 1rHTaL-0006sU-M5; Sun, 24 Dec 2023 13:52:25 -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=bGa1y53IVrJgoX2sbFpGxrv2r38PELRxewSjCRQMohQ=; b=e0C4/EnOZ4Di 7dk2bFJRicCL9GsKi5scGXAyx9B3z4PJ9X5krE5nBYSFwiyQHhIpnrLaQoQcoXBKb8LuVQ7PVUk8Z vLvVqJcJBe9Ej84hKbWQSQGrZ3kYW/Cpe4kP3ECk8vSWP1nXuh2z22Fl3/z5BcIOs4xD9Ci32CIKO waKh3gmMbEIZLUDNx2ZuVErFWKilmqemV6zzy1VUGKb0u1orPnO4BkFvtU1hqJSlSKfsZRc7q+FyG Ve9Ib2f4EstFuKMLX61H8LASdZVV2tibGN9FZONTUv2NEVLDMrElltaZwUhTAkpenHIUTqkpp5zS/ 6ulPDrA5K2OOMQz4ALWd/w==; In-Reply-To: <25992.29879.841846.966012@retriever.mtv.corp.google.com> (raman@google.com) 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:314182 Archived-At: > From: "T.V Raman" > Date: Sun, 24 Dec 2023 10:13:11 -0800 > Cc: yantar92@posteo.net, > raman@google.com, > emacs-devel@gnu.org > > And while I remember, we also need to investigate how badly these > breakages bite native-compile; I'm not enabling native-compile for > various other reasons, so am not in a position to verify, Building with native-compilation has the same issues with Org as without it. There's nothing additional there: you need to recompile all the Org files when the version is updated, otherwise the build will fail.