unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Philipp Stephani <p.stephani2@gmail.com>
To: Michael Albinus <michael.albinus@gmx.de>
Cc: 53283@debbugs.gnu.org
Subject: bug#53283: 28.0.91; TRAMP SSHFS method not known by default
Date: Sun, 16 Jan 2022 17:33:42 +0100	[thread overview]
Message-ID: <BAC2EEA5-7225-4A8D-A3BA-EE5B5452CE8D@gmail.com> (raw)
In-Reply-To: <87wnizkget.fsf@gmx.de>



> Am 16.01.2022 um 13:34 schrieb Michael Albinus <michael.albinus@gmx.de>:
> 
> 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?

Probably not.  Maybe I just haven't run 'make bootstrap' for too long.
Feel free to close this if you don't see anything obviously wrong - it's probably not worth spending too much time on.




  reply	other threads:[~2022-01-16 16:33 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
2022-01-16 16:33     ` Philipp Stephani [this message]
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=BAC2EEA5-7225-4A8D-A3BA-EE5B5452CE8D@gmail.com \
    --to=p.stephani2@gmail.com \
    --cc=53283@debbugs.gnu.org \
    --cc=michael.albinus@gmx.de \
    /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).