emacs-devel
[Top][All Lists]
Advanced

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

Re: The 'master' branch no longer compiles.


From: Stefan Monnier
Subject: Re: The 'master' branch no longer compiles.
Date: Mon, 12 Nov 2018 08:51:07 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>> 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).


        Stefan




reply via email to

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