unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Noam Postavsky <npostavs@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 32352@debbugs.gnu.org, Katsumi Yamaoka <yamaoka@jpl.org>,
	markusffm@fn.de
Subject: bug#32352: 27.0.50; build error
Date: Fri, 03 Aug 2018 08:40:44 -0400	[thread overview]
Message-ID: <87d0uzzkqb.fsf@gmail.com> (raw)
In-Reply-To: <83600sueox.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 03 Aug 2018 09:50:06 +0300")

Eli Zaretskii <eliz@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.






  reply	other threads:[~2018-08-03 12:40 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-03  5:48 bug#32352: 27.0.50; build error Markus FFM
2018-08-03  6:07 ` Katsumi Yamaoka
2018-08-03  6:50   ` Eli Zaretskii
2018-08-03 12:40     ` Noam Postavsky [this message]
2018-11-12 19:01       ` Glenn Morris
2018-11-13  1:37         ` Noam Postavsky
2018-11-13  3:35           ` Eli Zaretskii
2018-11-13 13:54             ` Noam Postavsky
2018-11-13 13:58           ` Noam Postavsky
2018-11-13 18:10           ` Glenn Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d0uzzkqb.fsf@gmail.com \
    --to=npostavs@gmail.com \
    --cc=32352@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=markusffm@fn.de \
    --cc=yamaoka@jpl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).