From unknown Sat Sep 20 08:45:21 2025 X-Loop: help-debbugs@gnu.org Subject: bug#53440: 29.0.50; Touching subr.el leads to test failures in nativecomp builds Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 22 Jan 2022 11:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 53440 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 53440@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.164285060525153 (code B ref -1); Sat, 22 Jan 2022 11:24:02 +0000 Received: (at submit) by debbugs.gnu.org; 22 Jan 2022 11:23:25 +0000 Received: from localhost ([127.0.0.1]:35816 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nBEUP-0006Xd-35 for submit@debbugs.gnu.org; Sat, 22 Jan 2022 06:23:25 -0500 Received: from lists.gnu.org ([209.51.188.17]:56032) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nBEUN-0006XV-5d for submit@debbugs.gnu.org; Sat, 22 Jan 2022 06:23:23 -0500 Received: from eggs.gnu.org ([209.51.188.92]:48036) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nBEUM-00086E-Ts for bug-gnu-emacs@gnu.org; Sat, 22 Jan 2022 06:23:22 -0500 Received: from [2a01:4f9:2b:f0f::2] (port=34568 helo=quimby.gnus.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nBEUK-0005eB-Os for bug-gnu-emacs@gnu.org; Sat, 22 Jan 2022 06:23:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID :Date:Subject:To:From:Sender:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=GanqK3vKmKbyjnXs+7GAtI4eBU08zbKpOBsqfM9XE6g=; b=pdnO9m3XvKQCtBlzYjlqDbDm3n 5V1uwkkCJBvKirySrc3Ts6Hf/LqyStVa0LOF02PWKx+l1iV8+hF9EMk5gNcupgi6vuzxtbduqWthK 1M0HzKGJMs9DPYEjUGGBDmGjUiSRXEFSjRBGZxLp8tEze9Re73R9iftJY28r3j4CblR8=; Received: from [84.212.220.105] (helo=giant) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nBEUF-0004e5-IC for bug-gnu-emacs@gnu.org; Sat, 22 Jan 2022 12:23:18 +0100 From: Lars Ingebrigtsen X-Now-Playing: Nosdam's _Rayon_: "Desert" Date: Sat, 22 Jan 2022 12:23:15 +0100 Message-ID: <87lez8ko9o.fsf@gnus.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: [larsi@stories ~/src/emacs/trunk]$ touch lisp/subr.el [larsi@stories ~/src/emacs/trunk]$ make; make check-maybe [...] 1 files contained unexpected results: lisp/help-fns-tests.log This is Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a01:4f9:2b:f0f::2 (failed) Received-SPF: pass client-ip=2a01:4f9:2b:f0f::2; envelope-from=larsi@gnus.org; helo=quimby.gnus.org X-Spam_score_int: -35 X-Spam_score: -3.6 X-Spam_bar: --- X-Spam_report: (-3.6 / 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_MED=-2.3, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) [larsi@stories ~/src/emacs/trunk]$ touch lisp/subr.el [larsi@stories ~/src/emacs/trunk]$ make; make check-maybe [...] 1 files contained unexpected results: lisp/help-fns-tests.log This is 1 unexpected results: FAILED help-fns-test-lisp-defun And indeed: C-h f last RET =3D> last is a compiled Lisp function in =E2=80=98subr.el=E2=80=99. So updating subr.el leads to Emacs loading the .elc file, not the .eln file. In GNU Emacs 29.0.50 (build 42, x86_64-pc-linux-gnu, GTK+ Version 3.24.31, = cairo version 1.16.0) of 2022-01-20 built on giant Repository revision: cce813a4e70324956d6546102e26dbb312319bbd Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12014000 System Description: Debian GNU/Linux bookworm/sid --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From unknown Sat Sep 20 08:45:21 2025 X-Loop: help-debbugs@gnu.org Subject: bug#53440: 29.0.50; Touching subr.el leads to test failures in nativecomp builds Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 26 Jan 2022 13:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53440 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 53440@debbugs.gnu.org Received: via spool by 53440-submit@debbugs.gnu.org id=B53440.164320342810780 (code B ref 53440); Wed, 26 Jan 2022 13:24:02 +0000 Received: (at 53440) by debbugs.gnu.org; 26 Jan 2022 13:23:48 +0000 Received: from localhost ([127.0.0.1]:51218 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCiH6-0002no-D9 for submit@debbugs.gnu.org; Wed, 26 Jan 2022 08:23:48 -0500 Received: from quimby.gnus.org ([95.216.78.240]:47458) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCiH3-0002nU-7B for 53440@debbugs.gnu.org; Wed, 26 Jan 2022 08:23:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:To:From:Sender:Reply-To:Cc:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=ydaezyNuqG5lQzYMX0MbGtapcrJPcYFIJTdoAetKdf4=; b=UzMq2BDFRNCQRkfeUusUlZm5Hw FQc0kt0CaZPR0WbxNEcaacCa7KVf++khwin5bIJdzPAuiF6wrF4Mx6McRLVJGHHx6kdgxilvQJ9Ie KpiH2voRhkz4pcj0Xpar+IpIN2DLPPfoXFqJeOoXsB8HSwMRb0pe5Xco0zrOwi9GbR84=; Received: from [84.212.220.105] (helo=giant) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nCiGu-0001DD-LJ for 53440@debbugs.gnu.org; Wed, 26 Jan 2022 14:23:39 +0100 From: Lars Ingebrigtsen References: <87lez8ko9o.fsf@gnus.org> X-Now-Playing: Dry Cleaning's _New Long Leg_: "Every Day Carry" Date: Wed, 26 Jan 2022 14:23:36 +0100 In-Reply-To: <87lez8ko9o.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sat, 22 Jan 2022 12:23:15 +0100") Message-ID: <8735latyuf.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Lars Ingebrigtsen writes: > So updating subr.el leads to Emacs loading the .elc file, not the .eln > file. Looks like this was fixed by Andrea's recent patches. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Lars Ingebrigtsen writes: > So updating subr.el leads to Emacs loading the .elc file, not the .eln > file. Looks like this was fixed by Andrea's recent patches. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 26 08:23:53 2022 Received: (at control) by debbugs.gnu.org; 26 Jan 2022 13:23:53 +0000 Received: from localhost ([127.0.0.1]:51221 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCiHB-0002o4-Ju for submit@debbugs.gnu.org; Wed, 26 Jan 2022 08:23:53 -0500 Received: from quimby.gnus.org ([95.216.78.240]:47470) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCiH9-0002ng-Fr for control@debbugs.gnu.org; Wed, 26 Jan 2022 08:23:51 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=La8ihjNyhalmmYF3kohq4LlVH5ZqQxuGEGzYOgn6x64=; b=lrlpehF5O6jt3901ekfvX5YfEk 4xVu2C1hbA4EWuluucU2tTSb+I3n6jUEsiV4/jYlQnci9VwFqomLL885zIRuhOyP9/xLQDpt9th/6 Uhk8eLg+SA3gJlAgzUzKQO2wKVBKqHE1cz9PTxy0v0nJIMd7nWPI8upcxgu6ILJte/NY=; Received: from [84.212.220.105] (helo=giant) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nCiH1-0001DJ-L4 for control@debbugs.gnu.org; Wed, 26 Jan 2022 14:23:45 +0100 Date: Wed, 26 Jan 2022 14:23:43 +0100 Message-Id: <871r0utyu8.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #53440 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 53440 29.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 53440 29.1 quit