GNU bug report logs - #53283
28.0.91; TRAMP SSHFS method not known by default

Previous Next

Package: emacs;

Reported by: Philipp Stephani <p.stephani2 <at> gmail.com>

Date: Sat, 15 Jan 2022 12:43:01 UTC

Severity: normal

Tags: notabug

Found in version 28.0.91

Done: Michael Albinus <michael.albinus <at> gmx.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Michael Albinus <michael.albinus <at> gmx.de>
To: Philipp Stephani <p.stephani2 <at> gmail.com>
Cc: 53283 <at> debbugs.gnu.org
Subject: bug#53283: 28.0.91; TRAMP SSHFS method not known by default
Date: Sun, 16 Jan 2022 13:34:50 +0100
Philipp Stephani <p.stephani2 <at> gmail.com> writes:

> OK, removing lisp/net/tramp-loaddefs.el and manually regenerating it
> fixes the issue. So this is not a bug in the Emacs code itself. Maybe
> there's a small bug in the Makefiles around detecting whether
> tramp-loaddefs.el needs to be rebuilt?

In lisp/Makefile.in, there is

--8<---------------cut here---------------start------------->8---
# Update TRAMP internal autoloads. Maybe we could move tramp*.el into
# an own subdirectory. OTOH, it does not hurt to keep them in
# lisp/net.
TRAMP_DIR = $(lisp)/net
TRAMP_SRC = $(sort $(wildcard ${TRAMP_DIR}/tramp*.el))
TRAMP_SRC := $(filter-out ${TRAMP_DIR}/tramp-loaddefs.el,${TRAMP_SRC})

$(TRAMP_DIR)/tramp-loaddefs.el: $(TRAMP_SRC)
	$(AM_V_GEN)$(emacs) -l autoload \
	   --eval "(setq generate-autoload-cookie \";;;###tramp-autoload\")" \
	   --eval "(setq generated-autoload-file (expand-file-name (unmsys--file-name \"$@\")))" \
	   -f batch-update-autoloads $(TRAMP_DIR)
--8<---------------cut here---------------end--------------->8---

That looks fine to me. We could try to search where a possible bug is, but
this would require a recipe for reproduction. Do we have such a recipe?

Best regards, Michael.




This bug report was last modified 3 years and 130 days ago.

Previous Next


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