From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: net/tramp build error Date: Tue, 04 Sep 2007 22:43:13 +0200 Message-ID: <871wdemaam.fsf@gmx.de> References: <20070904105715.2588@blackhawk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1188938445 18041 80.91.229.12 (4 Sep 2007 20:40:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Sep 2007 20:40:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: "d.henman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 04 22:40:45 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ISfCL-0005IR-ML for ged-emacs-devel@m.gmane.org; Tue, 04 Sep 2007 22:40:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISfCK-0004B9-5E for ged-emacs-devel@m.gmane.org; Tue, 04 Sep 2007 16:40:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ISfBp-0003y0-KG for emacs-devel@gnu.org; Tue, 04 Sep 2007 16:40:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ISfBo-0003xF-7O for emacs-devel@gnu.org; Tue, 04 Sep 2007 16:40:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISfBn-0003wz-SN for emacs-devel@gnu.org; Tue, 04 Sep 2007 16:39:59 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1ISfBn-0003Oj-Ap for emacs-devel@gnu.org; Tue, 04 Sep 2007 16:39:59 -0400 Original-Received: (qmail invoked by alias); 04 Sep 2007 20:39:58 -0000 Original-Received: from p57A22FC4.dip0.t-ipconnect.de (EHLO arthur.local) [87.162.47.196] by mail.gmx.net (mp006) with SMTP; 04 Sep 2007 22:39:58 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1/gf88elcngo+FlfH68hLLwM/tjJw+UZRT5RgIodi rOemqPM9RxBI5X In-Reply-To: <20070904105715.2588@blackhawk> (d. henman's message of "Tue, 04 Sep 2007 10:57:15 +0900") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:77764 Archived-At: "d.henman" writes: > I still encounter a bootstrap build error generated when compiling the > emacs/lisp/net/tramp-fish.el file. It's a pity, that nobody else using cygwin did report whether she had the same problem, or not. > ---- in brief: > Compiling /usr/cvs/emacs/lisp/./net/tramp-cache.el > Wrote /usr/cvs/emacs/lisp/net/tramp-cache.elc > Compiling /usr/cvs/emacs/lisp/./net/tramp-fish.el > Loading subst-ksc... > Loading subst-gb2312... > Loading subst-big5... > Loading subst-jis... > > In toplevel form: > net/tramp-fish.el:156:1:Error: Searching for program: no such file or directory, reg > make[2]: *** [compile] Error 1 > make[2]: Leaving directory `/usr/cvs/emacs/lisp' > make[1]: *** [bootstrap-build] Error 2 > make[1]: Leaving directory `/usr/cvs/emacs' > make: *** [bootstrap] Error 2 > ---- > > line 156 of tramp-fish.el where the build croaks is: > > --> (require 'tramp) > > ---- but the file tramp.el is in the directory ../emacs/lisp/net (listing ) I believe tramp.el was found. The lines "Loading subst-*..." are an indication for this, because they are related to tramp.el's "coding: utf-8;" cookie. tramp-fish.el hasn't such a cookie. Could you, please, remove the first line of tramp.el, and rerun your build? > Any help is greatly appreciated, > Darel Henman Best regards, Michael.