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.bugs Subject: bug#47161: 28.0.50; [feature/native-comp] Failure to native-compile bytecomp.el etc. Date: Tue, 16 Mar 2021 20:29:20 +0200 Message-ID: <83eegfdkan.fsf@gnu.org> References: <837dm8fncz.fsf@gnu.org> <834khcfhw7.fsf@gnu.org> <83mtv3dzyq.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18865"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 47161@debbugs.gnu.org To: Andrea Corallo , Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Mar 16 19:35:34 2021 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 1lMEXW-0004kP-RP for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 16 Mar 2021 19:35:34 +0100 Original-Received: from localhost ([::1]:49694 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lMEXV-0008AG-NF for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 16 Mar 2021 14:35:33 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35366) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lMESB-0004ER-7u for bug-gnu-emacs@gnu.org; Tue, 16 Mar 2021 14:30:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:57717) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lMESA-0004Ti-Th for bug-gnu-emacs@gnu.org; Tue, 16 Mar 2021 14:30:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lMESA-0006DF-MQ for bug-gnu-emacs@gnu.org; Tue, 16 Mar 2021 14:30:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 16 Mar 2021 18:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47161 X-GNU-PR-Package: emacs Original-Received: via spool by 47161-submit@debbugs.gnu.org id=B47161.161591935823798 (code B ref 47161); Tue, 16 Mar 2021 18:30:02 +0000 Original-Received: (at 47161) by debbugs.gnu.org; 16 Mar 2021 18:29:18 +0000 Original-Received: from localhost ([127.0.0.1]:41030 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lMERR-0006Bm-U7 for submit@debbugs.gnu.org; Tue, 16 Mar 2021 14:29:18 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:42098) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lMERO-0006BN-Tu for 47161@debbugs.gnu.org; Tue, 16 Mar 2021 14:29:16 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:43528) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lMERJ-00041v-Cv; Tue, 16 Mar 2021 14:29:09 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3461 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lMERG-0007nV-JG; Tue, 16 Mar 2021 14:29:08 -0400 In-Reply-To: (message from Andrea Corallo on Tue, 16 Mar 2021 16:22:01 +0000) 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:202480 Archived-At: > From: Andrea Corallo > Cc: 47161@debbugs.gnu.org > Date: Tue, 16 Mar 2021 16:22:01 +0000 > > Eli Zaretskii writes: > > > What I did was modified byte-opt.el, saved, and said "make". > > I can reproduce it. Good news, thanks. > >> Also, shouldn't byte-opt.el be native compiled as it's in COMPILE_FIRST? > > > > That bothers me as well. It happens from time to time: for example, > > I've just updated from Git, which brought modified bytecomp.el and > > comp.el, both in COMPILE_FIRST. And yet this is what I see when I say > > "make": > > > > make -C lisp all > > make[1]: Entering directory `/d/gnu/git/emacs/native-comp/lisp' > > make -C ../leim all EMACS="../src/emacs.exe" > > make -C ../admin/grammars all EMACS="../../src/emacs.exe" > > make[2]: Entering directory `/d/gnu/git/emacs/native-comp/admin/grammars' > > make[2]: Nothing to be done for `all'. > > make[2]: Leaving directory `/d/gnu/git/emacs/native-comp/admin/grammars' > > make[2]: Entering directory `/d/gnu/git/emacs/native-comp/leim' > > make[2]: Nothing to be done for `all'. > > make[2]: Leaving directory `/d/gnu/git/emacs/native-comp/leim' > > make[2]: Entering directory `/d/gnu/git/emacs/native-comp/lisp' > > ELC emacs-lisp/bytecomp.elc > > make[2]: Leaving directory `/d/gnu/git/emacs/native-comp/lisp' > > make[2]: Entering directory `/d/gnu/git/emacs/native-comp/lisp' > > ELC emacs-lisp/comp.elc > > make[2]: Leaving directory `/d/gnu/git/emacs/native-comp/lisp' > > make[2]: Entering directory `/d/gnu/git/emacs/native-comp/lisp' > > make[2]: Nothing to be done for `compile-targets'. > > make[2]: Leaving directory `/d/gnu/git/emacs/native-comp/lisp' > > > > Why not "ELC+ELN"? > > AFAICS using "make V=1" we fail only to add the correct "ELC+ELN" in > place of "ELC" but we invoke the right command, will try to have a look. Thanks. > Regarding the macro expansion issue I tried to have a quick look but I'm > not very much into cl-generic.el and couldn't spot any obvious (for me) > issue so far. Perhaps Stefan could help us out here.