GNU bug report logs -
#32352
build sometimes fails with "Directory-local variables error: (invalid-read-syntax #)"
Previous Next
Reported by: markusffm <at> fn.de
Date: Fri, 3 Aug 2018 05:52:01 UTC
Severity: minor
Tags: fixed
Found in version 27.0.50
Done: Noam Postavsky <npostavs <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Eli Zaretskii <eliz <at> gnu.org> writes:
> No need to bootstrap: just rename .dir-locals.el and re-run "make",
> then rename the file back.
>
> Would someone please look into this annoying problem? It seems to
> happen every time files.el and/or dired.el is changed.
In toplevel form:
files.el:31:1:Error: Symbol’s value as variable is void: =
Line 31 has this:
(eval-when-compile
(require 'pcase)
(require 'easy-mmode)) ; For `define-minor-mode'.
So to narrow it down, I tried changing to
(eval-when-compile
(require 'pcase))
(eval-when-compile
(require 'easy-mmode)) ; For `define-minor-mode'.
But then the problem disappeared. I have no idea if this fixes
anything, or it just covered up the problem until next time.
This bug report was last modified 6 years and 241 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.