bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#47161: 28.0.50; [feature/native-comp] Failure to native-compile byte


From: Eli Zaretskii
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

> From: Andrea Corallo <akrl@sdf.org>
> Cc: 47161@debbugs.gnu.org
> Date: Tue, 16 Mar 2021 16:22:01 +0000
> 
> Eli Zaretskii <eliz@gnu.org> 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]