From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.bugs Subject: bug#58429: 29.0.50; inhibit-automatic-native-compilation does not work as expected. Date: Tue, 11 Oct 2022 19:37:12 +0000 Message-ID: References: <87v8oqj052.fsf@gmail.com> <87tu4aixts.fsf@gnus.org> <87fsfuen04.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13959"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cc: Lars Ingebrigtsen , 58429@debbugs.gnu.org To: Max Brieiev Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Oct 11 21:51:09 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1oiLHQ-0003WB-Mg for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 11 Oct 2022 21:51:08 +0200 Original-Received: from localhost ([::1]:43754 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oiLHP-0007qu-8V for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 11 Oct 2022 15:51:07 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43102) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oiL4k-0007m3-F5 for bug-gnu-emacs@gnu.org; Tue, 11 Oct 2022 15:38:05 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:55840) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oiL4k-0007Jk-7u for bug-gnu-emacs@gnu.org; Tue, 11 Oct 2022 15:38:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oiL4k-0006lE-3J for bug-gnu-emacs@gnu.org; Tue, 11 Oct 2022 15:38:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 11 Oct 2022 19:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58429 X-GNU-PR-Package: emacs Original-Received: via spool by 58429-submit@debbugs.gnu.org id=B58429.166551703525917 (code B ref 58429); Tue, 11 Oct 2022 19:38:02 +0000 Original-Received: (at 58429) by debbugs.gnu.org; 11 Oct 2022 19:37:15 +0000 Original-Received: from localhost ([127.0.0.1]:54914 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oiL3z-0006jw-Hl for submit@debbugs.gnu.org; Tue, 11 Oct 2022 15:37:15 -0400 Original-Received: from mx.sdf.org ([205.166.94.24]:60341) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oiL3x-0006jn-Ry for 58429@debbugs.gnu.org; Tue, 11 Oct 2022 15:37:14 -0400 Original-Received: from ma.sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 29BJbCQO023372 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Tue, 11 Oct 2022 19:37:13 GMT In-Reply-To: <87fsfuen04.fsf@gmail.com> (Max Brieiev's message of "Tue, 11 Oct 2022 12:19:07 +0300") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:245140 Archived-At: Max Brieiev writes: > Then I think this bug report can be closed. > > Out of curiosity, isn't native compilation something that should be > working out of the box, meaning that a package shouldn't be dealing with > it directly? Why would magit (and other packages) run native-compiler > explicitly? Exactly. I don't think magit is trying to invoke the native compiler directly (I don't see any trace of that in magit's source code). Also other packages are reported to show the same issue (probably the one with no .eln already available). If this is the case is just `inhibit-automatic-native-compilation' not doing what it promises (read being broken). Andrea