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: Org mode update breaking build? Date: Thu, 04 May 2023 08:13:24 +0300 Message-ID: <83pm7gllvv.fsf@gnu.org> References: <00b52cc1-b0ac-a0c0-c91d-33a7213e9881@web.de> <83y1m5l7ur.fsf@gnu.org> <87ednxut4y.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4653"; mail-complaints-to="usenet@ciao.gmane.io" Cc: tbading@web.de, emacs-devel@gnu.org To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu May 04 07:13:28 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 1puRHU-00013E-71 for ged-emacs-devel@m.gmane-mx.org; Thu, 04 May 2023 07:13:28 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1puRGh-0002R5-4J; Thu, 04 May 2023 01:12:39 -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 1puRGf-0002Qs-6W for emacs-devel@gnu.org; Thu, 04 May 2023 01:12:37 -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 1puRGe-0006YO-HE; Thu, 04 May 2023 01:12:36 -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=ak3eI/cqpXCgRbugJp0zo3jctQryedhh9lOH2hQmIAs=; b=Yo7jYpEAtpyb 1jIKcahGybsV7wSxFz7KZjXkl4CS87uqsGZ7M/lQIhmJovvuXzjwAtxyQUIvVIBJUBswzF91DI2VQ uUEdLGhkczsQS6qeRO06qvLAvrRVANtx8DPuebrS/Vt8pl2n/ieCIM3wH2ikNnsuOgCo/d1LZiBLz 96PT1Q+NX7atHcUMgP/RZogSYsbX8l/Csl/DhsR7gm3pq2rbnf6c56I/ZrWOpl5jWud5Puiu2nx21 GdQlXRlziWD8lLtSSy1IniPqirFX5c+KY9MH/GrJpH+jeHsbEEz4VI8pDYb8KxjhmOxn12r4wTwiE sq0ylji6eozujlXWa50kkQ==; Original-Received: from [87.69.77.57] (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 1puRGd-0007h8-NI; Thu, 04 May 2023 01:12:36 -0400 In-Reply-To: <87ednxut4y.fsf@gnu.org> (message from Tassilo Horn on Wed, 03 May 2023 21:02:34 +0200) 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:305819 Archived-At: > From: Tassilo Horn > Cc: Tobias Bading , emacs-devel@gnu.org > Date: Wed, 03 May 2023 21:02:34 +0200 > > Eli Zaretskii writes: > > > There's a solution on master, and an improvement on that solution in > > the works, > > Is the solution commit 62e4eb8fcf7? It's a major part of that, yes. Another important part is in commit d80f959bed (in its part that changed org-macs.el). > This commit is a week old but I would swear oath that I've had this > org version mismatch error yesterday (or maybe two days ago?) on two > different machines following the master branch. On both of them I > update my emacs (almost) every morning. You need to remove all the org/*.elc files, once, after that commit, to adjust to the renaming of the variable that is an important part of that fix. > If my memory is correct and I get the error again, what information > should I collect and attach to Bug#62762? Run the failed compilation command manually and print the value of org--inhibit-version-check while compiling the offending file.