From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: New Tramp version fails with ssh. Date: 30 May 2004 17:28:51 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200405301837.i4UIbQG08258@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1085952617 25533 80.91.224.253 (30 May 2004 21:30:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 May 2004 21:30:17 +0000 (UTC) Cc: Kai Grossjohann , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun May 30 23:30:07 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 1BUXsd-0001Kn-00 for ; Sun, 30 May 2004 23:30:07 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BUXsc-0004hl-00 for ; Sun, 30 May 2004 23:30:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUXsm-0000rq-Cq for emacs-devel@quimby.gnus.org; Sun, 30 May 2004 17:30:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BUXsf-0000rl-Fr for emacs-devel@gnu.org; Sun, 30 May 2004 17:30:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BUXsd-0000rY-IQ for emacs-devel@gnu.org; Sun, 30 May 2004 17:30:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUXsd-0000rV-DW for emacs-devel@gnu.org; Sun, 30 May 2004 17:30:07 -0400 Original-Received: from [206.47.199.166] (helo=simmts8-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BUXrQ-00083c-Mu for emacs-devel@gnu.org; Sun, 30 May 2004 17:28:53 -0400 Original-Received: from empanada.local ([67.70.165.15]) by simmts8-srv.bellnexxia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040530212850.JZSX28088.simmts8-srv.bellnexxia.net@empanada.local>; Sun, 30 May 2004 17:28:50 -0400 Original-Received: by empanada.local (Postfix, from userid 502) id EC6751BDB38; Sun, 30 May 2004 17:28:51 -0400 (EDT) Original-To: Luc Teirlinck In-Reply-To: <200405301837.i4UIbQG08258@raven.dms.auburn.edu> Original-Lines: 11 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 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:24249 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24249 > 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. Stefan