GNU bug report logs -
#55109
Emacs build fails: Symbol’s function definition is void: byte-compile-set-symbol-position
Previous Next
Reported by: Vincent Lefevre <vincent <at> vinc17.net>
Date: Mon, 25 Apr 2022 12:55:02 UTC
Severity: normal
Tags: notabug
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Date: Mon, 25 Apr 2022 15:19:38 +0200
> From: Vincent Lefevre <vincent <at> vinc17.net>
> Cc: 55109 <at> debbugs.gnu.org
>
> On 2022-04-25 15:59:15 +0300, Eli Zaretskii wrote:
> > If this was not a freshly cloned repository, did you try "make
> > bootstrap"?
>
> Indeed, this solves the issue. Shouldn't this be detected
> automatically via dependency tracking?
We don't really have any dependency tracking for Emacs Lisp files. It
would be a great addition, if someone develops that, I think, because
such problems are quite frequent during active development.
> (I usually do a "make distclean" first, but I think I forgot.
> Not sure whether this is related here.)
"make distclean" is not enough, AFAIR, because it doesn't delete *.elc
files (again AFAIR). You really need to remove all the *.elc files in
such cases, because the problem is with stale macros that are expanded
into the *.elc files.
This bug report was last modified 3 years and 28 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.