From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "l@tlo" Newsgroups: gmane.emacs.devel Subject: Re: "Org version mismatch." when building emacs Date: Fri, 5 May 2023 17:28:38 +0900 Message-ID: <1A46463B-630F-463D-93B6-726DDE87DF02@traduction-libre.org> References: <83pm7fjrgy.fsf@gnu.org> Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.3\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3536"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri May 05 10:29: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 1puqos-0000id-IK for ged-emacs-devel@m.gmane-mx.org; Fri, 05 May 2023 10:29:38 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1puqoC-0003Sk-3X; Fri, 05 May 2023 04:28:57 -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 1puqo8-0003SI-ON for emacs-devel@gnu.org; Fri, 05 May 2023 04:28:52 -0400 Original-Received: from relay4-d.mail.gandi.net ([2001:4b98:dc4:8::224]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1puqo5-0002Xu-Q8; Fri, 05 May 2023 04:28:52 -0400 Original-Received: (Authenticated sender: lists@traduction-libre.org) by mail.gandi.net (Postfix) with ESMTPSA id 66C90E0004; Fri, 5 May 2023 08:28:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=traduction-libre.org; s=gm1; t=1683275324; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=NZ1ccHWxOqbQx92nL/LhMiqb/Zr7nk6c5zAHmDxU1wo=; b=LfOQAjdZ9a/I3UwCTj6QCA+y6ifYYqQ6xlKf1RSwpq3Mnawtqg1W8NQHwtPFk11k2Gt7+/ xZxqgWIw8ubukXJbrAqR/vq9EXIqkeNVwGUw+iOq6l49RKw9nbIHX8hJOE/C+75LZzBezc 5CIuv3WirTtXghHUg6Q1sMWHzc65jhub7iswbCkE7/3+SuYIKKokow9ViHNNvCpNkl85Xf aKVTjvRYvPzx/ol7DvHO1txxy2c29+LAyHq5YqgU6cgb87cl+/64pTRKi0umkenbHZmg5M ZrJP4rUz/Dy1e4E2ZVNhnIXrGhrpcOCKpJKCo/xSsIvjSSGEA3TnjabNyoi8lg== In-Reply-To: <83pm7fjrgy.fsf@gnu.org> X-Mailer: Apple Mail (2.3696.120.41.1.3) Received-SPF: pass client-ip=2001:4b98:dc4:8::224; envelope-from=lists@traduction-libre.org; helo=relay4-d.mail.gandi.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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:305866 Archived-At: > On May 5, 2023, at 14:07, Eli Zaretskii wrote: >=20 >> From: "l@tlo" >> Date: Fri, 5 May 2023 10:47:40 +0900 >>=20 >> I just pulled the code in master, did ./autogen.sh and ./configure to = be on the safe side and "make" gives me this: >>=20 >> org/ox-texinfo.el:33:2: Error: Org version mismatch. Make sure that = correct =E2=80=98load-path=E2=80=99 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 >=20 > Delete all the *.elc files in lisp/org/ and try again. It looks like it works. Is there a reason not to indicate that as a possible fix for the issue? >> Any idea what is happening here? >=20 > You have stale *.elc files in the tree which still have the old > expansion of the macros that were recently changed. Why doesn't the build process get rid of such files? --=20 Jean-Christophe Helary @jchelary@emacs.ch https://traductaire-libre.org https://mac4translators.blogspot.com https://sr.ht/~brandelune/omegat-as-a-book/