[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: The 'master' branch no longer compiles.
From: |
Live System User |
Subject: |
Re: The 'master' branch no longer compiles. |
Date: |
Mon, 12 Nov 2018 20:13:17 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
Stefan Monnier <address@hidden> writes:
>>> It's a known problem. Work around it with 'make bootstrap'. See:
>>> https://lists.gnu.org/r/emacs-devel/2018-11/msg00143.html
>>
>> A much simpler and shorter recipe is to rename .dir-locals.el before
>> building, then rename it back after the build.
>
> FWIW, I tried to track the origin of the problem but still failed to
> find it. It looks like
>
> rm lisp/emacs-lisp/gv.elc; make
>
> "fixed" it this time (the error was signaled while macroexpanding
> a (setf (alist-get ...) ...) in hack-dir-local-variables which ended up
> (auto)loading gv).
This didn't work for me, initially:
[...]
make[2]: Entering directory '/tmp/emacs-27.0-git-master/lisp'
ELC emacs-lisp/gv.elc
ELC emacs-lisp/ring.elc
ELC net/tramp.elc
ELC net/tramp-cmds.elc
ELC mail/emacsbug.elc
ELC net/trampver.elc
ELC progmodes/xref.elc
ELC textmodes/css-mode.elc
In end of data:
mail/emacsbug.el:489:1:Warning: the function ‘w32--os-description’ is not
known to be defined.
make[2]: Leaving directory '/tmp/emacs-27.0-git-master/lisp'
make[1]: Leaving directory '/tmp/emacs-27.0-git-master/lisp'
This error occurred on Gnu/Linux.
When I did another "git pull; make" to go to git hash 73ba6f1
from 913c001 it then compiled.to completion.
BTW, why is the message:
Reloading stale loaddefs.el
emitted?
What's the significance of specifying "stale"?
Is it just informational?
Thanks.
>
- The 'master' branch no longer compiles., aditya siram, 2018/11/11
- Re: The 'master' branch no longer compiles., Paul Eggert, 2018/11/11
- Re: The 'master' branch no longer compiles., Eli Zaretskii, 2018/11/11
- Re: The 'master' branch no longer compiles., Stefan Monnier, 2018/11/12
- Re: The 'master' branch no longer compiles.,
Live System User <=
- Re: The 'master' branch no longer compiles., Stefan Monnier, 2018/11/13
- Re: The 'master' branch no longer compiles., Live System User, 2018/11/13
- Re: The 'master' branch no longer compiles., Eli Zaretskii, 2018/11/13
- Re: The 'master' branch no longer compiles., Noam Postavsky, 2018/11/13
- Re: The 'master' branch no longer compiles., martin rudalics, 2018/11/13