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
Eli Zaretskii <eliz <at> gnu.org> writes:
> 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.
It's a complicated problem, though -- basically if any file that defines
a macro/variable changes, then all .elc files that depend on it should
be recompiled. Which means that if you make a trivial edit in files.el,
then that would trigger a compilation of absolutely all .elc files,
which would make development pretty much impossible.
We would have to arrange the Lisp sources in a very different way to
dependency tracking to be practical.
So instead people who pull Emacs have to say "make bootstrap" once in a
while. It'd be nice if it were possible to have the makefile output
"Did you try 'make boostrap'?" if it fails, but that's apparently not
something make allows.
Anyway, closing this bug report.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
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.