From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: New Tramp version fails with ssh. Date: Sun, 30 May 2004 16:34:33 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200405302134.i4ULYXD08669@raven.dms.auburn.edu> References: <200405301837.i4UIbQG08258@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1085953187 26529 80.91.224.253 (30 May 2004 21:39:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 May 2004 21:39:47 +0000 (UTC) Cc: kai@emptydomain.de, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun May 30 23:39:39 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BUY1r-0001lP-00 for ; Sun, 30 May 2004 23:39:39 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BUY1q-0004qu-00 for ; Sun, 30 May 2004 23:39:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUY20-0005hv-0f for emacs-devel@quimby.gnus.org; Sun, 30 May 2004 17:39:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BUY1j-0005gQ-V3 for emacs-devel@gnu.org; Sun, 30 May 2004 17:39:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BUY1h-0005eA-QL for emacs-devel@gnu.org; Sun, 30 May 2004 17:39:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUY1h-0005dz-Fe for emacs-devel@gnu.org; Sun, 30 May 2004 17:39:29 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BUY1W-0004JQ-4u for emacs-devel@gnu.org; Sun, 30 May 2004 17:39:18 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by mx20.gnu.org with esmtp (Exim 4.34) id 1BUXxm-00008q-08 for emacs-devel@gnu.org; Sun, 30 May 2004 17:35:26 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id i4ULZNuE007530; Sun, 30 May 2004 16:35:23 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id i4ULYXD08669; Sun, 30 May 2004 16:34:33 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: monnier@iro.umontreal.ca In-reply-to: (message from Stefan Monnier on 30 May 2004 17:28:51 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:24250 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24250 Stefan Monnier wrote: > tramp-check-ls-commands: Invalid function: (macro . #[(variable value > &rest body) " This is the very clear evidence of a miscompiled file. Either because the file has some missing `require' calls or because of missing dependencies in lisp/Makefile.in. If the latter we can't fix it (at least I don't know how to) but a bootstrap will work around the missing dependency. Actually running `make maintainer-clean', `./configure' and `make bootstrap' was the very first thing I tried after getting the error. It did not help. However, I checked that Andreas' patch (now committed), solves the problem. Sincerely, Luc.