GNU bug report logs -
#47161
28.0.50; [feature/native-comp] Failure to native-compile bytecomp.el etc.
Previous Next
Reported by: Eli Zaretskii <eliz <at> gnu.org>
Date: Mon, 15 Mar 2021 15:28:02 UTC
Severity: normal
Found in version 28.0.50
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Andrea Corallo <akrl <at> sdf.org>
> Cc: 47161 <at> debbugs.gnu.org
> Date: Tue, 16 Mar 2021 16:22:01 +0000
>
> Eli Zaretskii <eliz <at> 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.
This bug report was last modified 3 years and 26 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.