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 version mismatch." when building emacs Date: Fri, 05 May 2023 08:07:57 +0300 Message-ID: <83pm7fjrgy.fsf@gnu.org> References: 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="10234"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: "l@tlo" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri May 05 07:07:53 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 1punfd-0002SP-1K for ged-emacs-devel@m.gmane-mx.org; Fri, 05 May 2023 07:07:53 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1puneu-0006pw-1y; Fri, 05 May 2023 01:07:08 -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 1puner-0006oe-Gz for emacs-devel@gnu.org; Fri, 05 May 2023 01:07:05 -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 1puner-0007rj-0K; Fri, 05 May 2023 01:07:05 -0400 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=FIoSW/F9tfwm2L/P5VhQ46AMDNPAT5iFWx1Z1GnDr0Y=; b=WK874OakxDT3Ohn3sGK5 r8PjcrXY39T33pgQTLm1uhAENdw4EwEFJr3Zj2SOw2oYnmLonVwP7i0EjAu4O4o66cXsIMZWtfZ0Q wt8Ll0awUpC8X8xND0jw3Enqgii9af4DYLw00Q1+Kf6xqs8+Diw0dTH3huc1eWgiWZRfp329Q2L25 BZ7zKZ+/OxdWDCaumnuAEShYkaLmqrRhUAGtqWLbdxylttyOqaRKIE5UFolgxWNvpUFzPl+pr7kxw KFKRLHKYH/LGj6Iffrj84tbwOifdsXrYPZu4ScPRwZItLkB8lsr07xqJNI6/lRj6BcheDExD6a0tR PWAI18MGNCRM6w==; 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 1puneq-0002pO-E3; Fri, 05 May 2023 01:07:04 -0400 In-Reply-To: (lists@traduction-libre.org) 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:305850 Archived-At: > From: "l@tlo" > Date: Fri, 5 May 2023 10:47:40 +0900 > > I just pulled the code in master, did ./autogen.sh and ./configure to be on the safe side and "make" gives me this: > > org/ox-texinfo.el:33:2: Error: Org version mismatch. Make sure that correct ‘load-path’ is set early in init.el > make[3]: *** [org/ox-texinfo.elc] Error 1 > make[2]: *** [main-first] Error 2 > make[1]: *** [lisp] Error 2 Delete all the *.elc files in lisp/org/ and try again. > Any idea what is happening here? You have stale *.elc files in the tree which still have the old expansion of the macros that were recently changed.