GNU bug report logs - #58224
29.0.50; "make bootstrap" spuriously warns: "comp.el newer than byte-compiled file"

Previous Next

Package: emacs;

Reported by: Stefan Kangas <stefankangas <at> gmail.com>

Date: Sat, 1 Oct 2022 14:16:02 UTC

Severity: wishlist

Found in version 29.0.50

Done: Alan Mackenzie <acm <at> muc.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Alan Mackenzie <acm <at> muc.de>
To: Stefan Kangas <stefankangas <at> gmail.com>
Cc: acm <at> muc.de, Eli Zaretskii <eliz <at> gnu.org>, 58224 <at> debbugs.gnu.org
Subject: bug#58224: 29.0.50; "make bootstrap" spuriously warns: "comp.el newer than byte-compiled file"
Date: Sat, 1 Oct 2022 18:11:38 +0000
Hello, Stefan.

On Sat, Oct 01, 2022 at 18:10:19 +0200, Stefan Kangas wrote:
> Eli Zaretskii <eliz <at> gnu.org> writes:

> > (This has nothing to do with what Lars did, it's due to changes by
> > Alan to speedup the first stage of the bootstrap.)

> Oh, right.  I forgot about that.

> I'm copying in Alan, in case he has any comments.

Well, my thoughts back when implementing that speedup were that the
speedup was more important than a few irritating messages.  I suppose
that's becomng less true as the long delays from the past fade from
memory.

The particular message about "<file> newer than byte-compile file; using
older file" is hard-coded into Fload in src/lread.c.  It was considered
important enough to supersede the flag variable force-load-messages.  It
also supersedes the parameter NOMESSAGE to Fload.

I don't know why this message is considered so important.  Maybe we
might reconsider its importance.  But there are already two flag
variables meant to control messages from Fload, so adding a third
special one probably wouldn't be a good idea.

This doesn't seem like an easy issue to resolve without nasty special
case code.  Either that, or we reconsider the mechanism of making the
..elc files older to trigger make's recompiling of the .el files to .eln.
Maybe there's a better way of doing that.

-- 
Alan Mackenzie (Nuremberg, Germany).




This bug report was last modified 2 years and 260 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.