unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: Philipp Stephani <p.stephani2@gmail.com>
Cc: 53283@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	[thread overview]
Message-ID: <87wnizkget.fsf@gmx.de> (raw)
In-Reply-To: <CAArVCkTYZbEvs5b=LGm-Tb0JiPDr5qwPT9WpQV3um0v-DNGsMA@mail.gmail.com> (Philipp Stephani's message of "Sat, 15 Jan 2022 19:24:09 +0100")

Philipp Stephani <p.stephani2@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.





  reply	other threads:[~2022-01-16 12:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-15 12:41 bug#53283: 28.0.91; TRAMP SSHFS method not known by default Philipp Stephani
2022-01-15 17:59 ` Michael Albinus
2022-01-15 18:17   ` Philipp Stephani
2022-01-15 19:02     ` Michael Albinus
2022-01-16 12:09       ` Philipp
2022-01-15 18:24 ` Philipp Stephani
2022-01-16 12:34   ` Michael Albinus [this message]
2022-01-16 16:33     ` Philipp Stephani
2022-01-16 17:19       ` Michael Albinus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wnizkget.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=53283@debbugs.gnu.org \
    --cc=p.stephani2@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).