GNU bug report logs -
#77962
Emacs recompiling tramp-loaddefs.el.gz
Previous Next
Reported by: stigl cz <realstigl <at> gmail.com>
Date: Mon, 21 Apr 2025 15:58:03 UTC
Severity: normal
Tags: notabug
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #10 received at control <at> debbugs.gnu.org (full text, mbox):
tags 77962 notabug
thanks
> From: stigl cz <realstigl <at> gmail.com>
> Date: Mon, 21 Apr 2025 11:59:21 +0200
>
> On every startup, emacs is compiling this file for no reason:
> Compiling /usr/share/emacs/30.1/lisp/net/tramp-loaddefs.el.gz...
> uncompressing tramp-loaddefs.el.gz...
> uncompressing tramp-loaddefs.el.gz...done
> Compilation finished.
It just says that it compiles, but it really doesn't. Because
tramp-loaddefs.el has this at its end:
;; Local Variables:
;; version-control: never
;; no-update-autoloads: t
;; no-native-compile: t <<<<<<<<<<<<<<<<<<<<<<<<<<
;; coding: utf-8-emacs-unix
;; End:
So it attempts to compile it, then sees that it shouldn't, and does
nothing.
This is harmless, and is not a bug.
> Not sure why this is happening, happened after upgrading from I believe 29.4 to 30.1.
Emacs 29 did that as well. Perhaps your Emacs 29 was built without
native-compilation?
This bug report was last modified 28 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.