From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Pip Cet Newsgroups: gmane.emacs.devel Subject: Re: MPS: Win64 testers? Date: Mon, 19 Aug 2024 15:12:28 +0000 Message-ID: <87ttfgczs7.fsf@protonmail.com> References: <861q2n2tsu.fsf@gnu.org> <865xrwy32x.fsf@gnu.org> Mime-Version: 1.0 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="18476"; mail-complaints-to="usenet@ciao.gmane.io" Cc: =?utf-8?Q?Sebasti=C3=A1n_Mon=C3=ADa?= , kien.n.quang@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Aug 19 17:38:59 2024 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 1sg4TD-0004Z2-Hz for ged-emacs-devel@m.gmane-mx.org; Mon, 19 Aug 2024 17:38:59 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sg4SP-0000Wf-4s; Mon, 19 Aug 2024 11:38:09 -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 1sg43s-0000zi-Fe for emacs-devel@gnu.org; Mon, 19 Aug 2024 11:12:48 -0400 Original-Received: from mail-40131.protonmail.ch ([185.70.40.131]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sg43q-0008Sj-Lm; Mon, 19 Aug 2024 11:12:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1724080363; x=1724339563; bh=FrPlkw4DpkJmA1mGdqNr2CdnDKYV1uuin/fLJJ8Xneg=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=uhUJW6WFq0eSSF+Fn5OyXJGiW8oaoXT5WPAvUrlpPnG9bTODU0MD1+AwXhbw+Z0JR Ac7notKnjPM9jBKhrwe/qtwzvoShDTaoUjooskfWQHwKFs5/m0kJw1DsvJQOlqE4zs nTv/2IE/BGoHe3PH3SNmDKnuXgmegpqQgk4Tht097anLTZUPenWLgeIa1DdshSDDLg Dpr0ez5mJ+M8OIiCIAzp2cMOg3JskEyvun5mYM/MAYY0z+q2kb1RirRm7QMqV1HQFH VBE1CiHBvT0H9m7ZDHmquuobWoIov5fsr6soYrUDTtL86jORUNsCOGdZB7u+vfRxeJ IZOx1g0DHacuw== In-Reply-To: <865xrwy32x.fsf@gnu.org> Feedback-ID: 112775352:user:proton X-Pm-Message-ID: e7e14e53d06b6e210c053feb4d874e8bc1b88d8b Received-SPF: pass client-ip=185.70.40.131; envelope-from=pipcet@protonmail.com; helo=mail-40131.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Mon, 19 Aug 2024 11:38:06 -0400 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:322931 Archived-At: "Eli Zaretskii" writes: >> Looking at the "eln-cache" directory, maybe the native-compiled code is >> not compatible between the two versions? I am running the same init >> directory for both builds. > > That cannot happen: Emacs will not load incompatible *.eln files. Actually, it can, if one is dumb enough to change the ABI without bumping the relevant #define. Andrea helpfully pointed out to me how to bump the ABI version to prevent that happening after I had to change the ABI to accomodate unaligned 'setjmp' calls. And then I must have forgotten to actually do that, or it somehow got lost during rebasing, and I sent kiennq a patch without the relevant line in it. Sorry, my fault entirely. So, in essence, you're right, the eln cache will have to be manually nuked for now. Pip