all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sam Steingold <sds@gnu.org>
To: Michael Albinus <michael.albinus@gmx.de>
Cc: 22478@debbugs.gnu.org
Subject: bug#22478: 25.1.50; tramp error: Wrong method specification for ‘scp’
Date: Thu, 25 Aug 2016 09:47:49 -0400	[thread overview]
Message-ID: <m1a8g19cze.fsf@CLR-Data-sds.local> (raw)
In-Reply-To: <87lgzlfc4d.fsf@gmx.de> (Michael Albinus's message of "Thu, 25 Aug 2016 11:09:54 +0200")

Hi Michael,

> * Michael Albinus <zvpunry.nyovahf@tzk.qr> [2016-08-25 11:09:54 +0200]:
>
> Sam Steingold <sds@gnu.org> writes:
>
> Yes. It doesn't tell us the full story, but it tells us that your perl
> on the remote machine doesn't work.

indeed...

> As workaround, you might deactivate it for that machine. Like this:
>
> (add-to-list 'tramp-connection-properties '("podval" "perl" nil))

will try

> However, I would also like to add a test to Tramp in order to detect
> such broken perl stanzas. Could you, pls, perform the following commands
> on the remote machine, and show me their output?
>
> # which perl

/usr/bin/perl

> # perl -v

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_PAPER = "en_US.UTF-8",
	LC_COLLATE = "C",
	LANG = "C.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").

This is perl 5, version 18, subversion 4 (v5.18.4) built for x86_64-linux-thread-multi
(with 25 registered patches, see perl -V for more detail)

Copyright 1987-2013, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.



> # perl -e 'print "hello\n"'; echo $?

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_PAPER = "en_US.UTF-8",
	LC_COLLATE = "C",
	LANG = "C.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Can't locate Carp/Always.pm in @INC (you may need to install the Carp::Always module) (@INC contains: /home/sds/perl5/lib/perl5 /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .).
BEGIN failed--compilation aborted.
2


> # perl -e '@stat = lstat("/dev/null"); print join(" ", @stat) . "\n"'; echo $?

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_PAPER = "en_US.UTF-8",
	LC_COLLATE = "C",
	LANG = "C.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Can't locate Carp/Always.pm in @INC (you may need to install the Carp::Always module) (@INC contains: /home/sds/perl5/lib/perl5 /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .).
BEGIN failed--compilation aborted.
2


> Thanks, and best regards, Michael.

Thanks for your patience!

-- 
Sam Steingold (http://sds.podval.org/) on darwin Ns 10.3.1404
http://www.childpsy.net/ http://think-israel.org http://thereligionofpeace.com
http://palestinefacts.org http://honestreporting.com
Fibonacci dinner = breakfast + lunch leftovers.





  reply	other threads:[~2016-08-25 13:47 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-27 19:23 bug#22478: 25.1.50; tramp error: Wrong method specification for ‘scp’ Sam Steingold
2016-01-29  9:53 ` Michael Albinus
2016-07-15 18:56   ` Michael Albinus
2016-08-11 21:04   ` Sam Steingold
2016-08-15 10:26     ` Michael Albinus
2016-08-22 22:02       ` Sam Steingold
2016-08-23  6:25         ` Michael Albinus
2016-08-23 21:21           ` Sam Steingold
2016-08-24  9:11             ` Michael Albinus
     [not found]               ` <m1eg5e9szu.fsf@CLR-Data-sds.local>
2016-08-25  9:09                 ` Michael Albinus
2016-08-25 13:47                   ` Sam Steingold [this message]
2016-08-26 13:20                     ` Michael Albinus
2016-08-25 14:03                   ` Sam Steingold
2016-08-26 14:10                     ` Michael Albinus
2016-08-26 16:01                       ` Sam Steingold
2016-08-27 10:47                         ` Michael Albinus
2016-09-06  7:42                           ` 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

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

  git send-email \
    --in-reply-to=m1a8g19cze.fsf@CLR-Data-sds.local \
    --to=sds@gnu.org \
    --cc=22478@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.