Hi, Michael Albinus <[email protected]> wrote:
> Ulf Stegemann <[email protected]> writes: > >> this is tramp 2.1.15 with emacs 23.0.91.1 (CVS as of yesterday) on >> linux. > > I run Emacs 23.0.90 and Tramp 2.1.16-pre. Closed to your versions. > >> I have problems compiling remote files with M-x compile. Although >> compilation works, emacs does never notice that it's finished, which >> results in status `run' in the modeline and a warning when compiling >> again. > > I have tried it; no problem. Compilation exits as expected, modeline > changes. > > Could you, please, send the contents of the compilation buffer? Tramp > debug buffer might be helpful as well. I was able to narrow down this a little bit. The problem occurs only when trying to compile a file opened by multihop, in my case su via ssh. When accessing the file directly, compile behaves as expected (I tried ssh and scpc methods). Anyway, you've asked for the compilation and debug buffers. The compilation is started with an ordinary `make' and is about to create the binary data file for tinydns (something that should be done as root). The output of the compilation buffer follows, the slightly shortened debug buffer is attached. --8<--------------------------snip-------------------------->8--- -*- mode: compilation; default-directory: "/su:[email protected]:/etc/tinydns/root/" -*- Compilation started at Mon Mar 9 06:03:59 make /usr/local/bin/tinydns-data Tramp connection closed $ --8<--------------------------snap-------------------------->8--- Ulf
06:03:54 tramp-maybe-open-connection (3) # Opening connection for [email protected] using su... 06:03:54 tramp-get-connection-property (7) # process-name nil 06:03:54 tramp-get-connection-property (7) # process-buffer nil 06:03:54 tramp-maybe-open-connection (6) # /bin/sh 06:03:54 tramp-maybe-open-connection (3) # Waiting 60s for local shell to come up... 06:03:54 tramp-get-connection-property (7) # check-remote-echo nil 06:03:54 tramp-get-connection-property (7) # check-remote-echo nil 06:03:54 tramp-get-connection-property (7) # check-remote-echo nil 06:03:54 tramp-get-connection-property (7) # check-remote-echo nil 06:03:54 tramp-wait-for-regexp (6) # [1;30m06:03 [0;32mlocal:~/.smime [1;37m>[0m 06:03:54 tramp-set-connection-property (7) # temp-file /home/user/tmp/tramp.39686Vi 06:03:54 tramp-maybe-open-connection (3) # Sending command `ssh remote.remote.net -q -e none && exit || exit' 06:03:54 tramp-get-connection-property (7) # process-name nil 06:03:54 tramp-get-connection-property (7) # remote-echo nil 06:03:54 tramp-send-command (6) # ssh remote.remote.net -q -e none && exit || exit 06:03:54 tramp-get-connection-property (7) # process-name nil 06:03:54 tramp-get-connection-property (7) # chunksize nil 06:03:54 tramp-set-connection-property (7) # last-cmd-time (18868 41786 83213) 06:03:54 tramp-get-connection-property (7) # process-buffer nil 06:03:54 tramp-set-connection-property (7) # first-password-request t 06:03:54 tramp-process-actions (3) # Waiting for prompts from remote shell 06:03:54 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 06:03:54 tramp-get-connection-property (7) # check-remote-echo nil 06:03:54 tramp-get-connection-property (7) # check-remote-echo nil 06:03:54 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:
_______________________________________________ Tramp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/tramp-devel
