From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Dhruva Krishnamurthy" Newsgroups: gmane.emacs.devel Subject: Build failure - Emacs CVS Date: Mon, 23 Sep 2002 05:08:31 UT Sender: emacs-devel-admin@gnu.org Message-ID: <20020923050831.8048A936DD@server2.fastmail.fm> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1032757815 15100 127.0.0.1 (23 Sep 2002 05:10:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 23 Sep 2002 05:10:15 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17tLU4-0003vM-00 for ; Mon, 23 Sep 2002 07:10:12 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17tMAC-0004zo-00 for ; Mon, 23 Sep 2002 07:53:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17tLU3-0003cj-00; Mon, 23 Sep 2002 01:10:11 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17tLSV-0003Vi-00 for emacs-devel@gnu.org; Mon, 23 Sep 2002 01:08:35 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17tLST-0003VW-00 for emacs-devel@gnu.org; Mon, 23 Sep 2002 01:08:34 -0400 Original-Received: from fastmail.fm ([209.61.183.86] helo=www.fastmail.fm) by monty-python.gnu.org with esmtp (Exim 4.10) id 17tLST-0003VQ-00; Mon, 23 Sep 2002 01:08:33 -0400 Original-Received: from www.fastmail.fm (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id 69B0C6DAEE; Mon, 23 Sep 2002 00:08:32 -0500 (CDT) Original-Received: from server2.fastmail.fm (server2.internal [10.202.2.133]) by www.fastmail.fm (Postfix) with ESMTP id A7D436DAD5; Mon, 23 Sep 2002 00:08:31 -0500 (CDT) Original-Received: from server2.fastmail.fm (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id 8B285936F5; Mon, 23 Sep 2002 00:08:31 -0500 (CDT) Original-Received: by server2.fastmail.fm (Postfix, from userid 99) id 8048A936DD; Mon, 23 Sep 2002 00:08:31 -0500 (CDT) Content-Disposition: inline X-Mailer: MIME::Lite 1.2 (F2.6; T1.001; A1.48; B2.12; Q2.03) Original-To: "Emacs Bug" , "Emacs Devel" X-Epoch: 1032757711 X-Sasl-enc: GgpRtTnikj6EsR6o7FDuUw Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8112 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8112 Hi, Build failure due to "lisp/net/tramp.el". The variable "tramp-unified-filenames" must be included in "loaddefs.el" by putting ";;;autoloads". This happens when loading lisp files before dumping during "nmake bootstrap" process. Also, "nmake autoloads" inserts "ECHO is ON' into the generated "lisp/loaddefs.el". This is due to error in "lisp/makefile.nt": loaddefs.el: echo ;;; loaddefs.el --- automatically extracted autoloads> $@ echo ;;; Code:>> $@ echo ^L>> $@ echo ;;; Local Variables:>> $@ echo ;;; version-control: never>> $@ echo ;;; no-byte-compile: t>> $@ echo ;;; no-update-autoloads: t>> $@ echo ;;; End:>> $@ [ERROR CAUSING LINE] echo ;;; loaddefs.el ends here>> $@ Hope to see the fix soon. with regards, dhruva -- Dhruva Krishnamurthy Home: http://www.geocities.com/gnued/