From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: tramp & numberp Date: Mon, 25 Oct 2010 20:30:59 +0200 Message-ID: <87vd4q15wc.fsf@gmx.de> References: <871v7f37lj.fsf@gmx.de> <87lj5msjex.fsf@gmx.de> <8762wq1odc.fsf@gmx.de> <871v7e1m48.fsf@gmx.de> <87zku274yr.fsf@gmx.de> <87sjzu70du.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1288031552 2449 80.91.229.12 (25 Oct 2010 18:32:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 25 Oct 2010 18:32:32 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Andrea Crotti Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 25 20:32:31 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PARqP-0000R5-EQ for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Oct 2010 20:32:30 +0200 Original-Received: from localhost ([127.0.0.1]:53795 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PARqO-0005QT-8a for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Oct 2010 14:32:28 -0400 Original-Received: from [140.186.70.92] (port=33403 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PARpF-0005Oi-41 for help-gnu-emacs@gnu.org; Mon, 25 Oct 2010 14:31:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PARpD-0000pF-W4 for help-gnu-emacs@gnu.org; Mon, 25 Oct 2010 14:31:16 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:52271 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PARpD-0000oL-Lc for help-gnu-emacs@gnu.org; Mon, 25 Oct 2010 14:31:15 -0400 Original-Received: (qmail invoked by alias); 25 Oct 2010 18:31:09 -0000 Original-Received: from p4FC18D33.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [79.193.141.51] by mail.gmx.net (mp010) with SMTP; 25 Oct 2010 20:31:09 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18V9WgPcBcVwX6lh+4DFPQG0owDrlL7zzRpSCGIBv KIKwF4X+92IhrK In-Reply-To: (Andrea Crotti's message of "Mon, 25 Oct 2010 17:41:41 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:75227 Archived-At: Andrea Crotti writes: >> Than I'm lost. You could try with make --debug, but I don't expect too >> much information from ... >> >> Anybody else having this trouble with Tramp 2.2? >> >> Best regards, Michael. > > Yes me too :) > But why there is a directory > tramp/lisp That is the directory containing Tramp's lisp files. > and a directory > tramp2? Ignore it. These are old files; the "tramp2" approach (which was a rewriting of Tramp) is not followed anymore. > Also in tramp/lisp there is version 2.20-pre and in the other the CVS > id. I hope you are speaking about version 2.2.0-pre. > The thing I really don't get is where the hell this "lstoll" comes from, > it's not a user at all in my system and it's not anywhere in the > makefiles. I've checked the Makefile, again. I have the impression, that the configure call did a wrong expansion of @abs_builddir@. Could you, please, adapt the setting in Makefile (line 36) by builddir = /Users/andrea/Documents/pycon/tramp/lisp Afterwards, you must call "make" again. Best regards, Michael.