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 16:56:01 +0200 Message-ID: <837cl3d4zi.fsf@gnu.org> References: <25989.50971.995591.385250@google.com> <87a5q0dc9m.fsf@localhost> <87edfbbyzm.fsf@localhost> 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="26988"; mail-complaints-to="usenet@ciao.gmane.io" Cc: yantar92@posteo.net, raman@google.com, emacs-devel@gnu.org To: =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Dec 24 15:56:39 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 1rHPuB-0006k2-8W for ged-emacs-devel@m.gmane-mx.org; Sun, 24 Dec 2023 15:56:39 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rHPth-0003j8-1c; Sun, 24 Dec 2023 09:56:09 -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 1rHPtg-0003iz-0h for emacs-devel@gnu.org; Sun, 24 Dec 2023 09:56:08 -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 1rHPte-0000W4-LR; Sun, 24 Dec 2023 09:56:07 -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=Pyfj4XYPACHytEunL8LY+VzgjmodhUhgenU7acMIJ3s=; b=m/B7Wjs6qTzkR647NOTb 9LlEfvAwaSPWM3/lwDCY5JljwCjJgtxrpVFsB+q4NqnoZdbxtjwAqqAPjPLP90dBPb1GP1gX3KnEy iZpF6GcPfX54jrVZzLzBSLiRQXS3vZpO3niEoty08R7KX6QkH9FFoMm1woCPp9gGzIxBCVBie6v16 cH+ATYhoSuPM+nqaQXvL32pC8+qwedHQXs2jWuGt3GKMJGnBroC0pYr8SDehsEECLBK1fBCScxSO0 MN7C8bWbLDejCIQ0HOvqias6yFbBhrqkBMuOCddOo82Hw1X7bsJvf9bIWr0s+Du64v0YHHS8u+QXF U+hvJ7nIhOk9rg==; In-Reply-To: (message from =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= on Sun, 24 Dec 2023 14:13:26 +0000) 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:314132 Archived-At: > From: João Távora > Date: Sun, 24 Dec 2023 14:13:26 +0000 > Cc: "T.V Raman" , emacs-devel > > Keep in mind something in the build system is causing builds to fail with cryptic messages even for > people who don't use Org or rarely ever do. I've never touched any Org related files in my life, why > should it blow up in my face? Building Emacs requires to build several manuals whose source is in Org, and thus you need a working Org, otherwise the build will fail. IOW, even if you personally don't visit Org files and don't use any Org feature, the build does.