From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "d.henman" Newsgroups: gmane.emacs.devel Subject: Re: net/tramp build error Date: Fri, 07 Sep 2007 08:37:45 +0900 Message-ID: <20070907083745.2600@blackhawk> References: <20070904105715.2588@blackhawk> <871wdemaam.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1189121874 22787 80.91.229.12 (6 Sep 2007 23:37:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 6 Sep 2007 23:37:54 +0000 (UTC) Cc: "d. henman" , emacs-devel@gnu.org To: "Michael Albinus" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 07 01:37:48 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 1ITQux-0006AM-Qs for ged-emacs-devel@m.gmane.org; Fri, 07 Sep 2007 01:37:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITQuw-0004mS-0c for ged-emacs-devel@m.gmane.org; Thu, 06 Sep 2007 19:37:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ITQus-0004lu-FE for emacs-devel@gnu.org; Thu, 06 Sep 2007 19:37:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ITQur-0004li-1I for emacs-devel@gnu.org; Thu, 06 Sep 2007 19:37:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITQuq-0004lf-SJ for emacs-devel@gnu.org; Thu, 06 Sep 2007 19:37:40 -0400 Original-Received: from mail1.asahi-net.or.jp ([202.224.39.197] helo=mail.asahi-net.or.jp) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ITQuq-0006gx-Bd for emacs-devel@gnu.org; Thu, 06 Sep 2007 19:37:40 -0400 Original-Received: from blackhawk (k174076.ppp.asahi-net.or.jp [218.45.174.76]) by mail.asahi-net.or.jp (Postfix) with ESMTP id BF65C6DBC; Fri, 7 Sep 2007 08:37:38 +0900 (JST) In-reply-to: Your message of Tue, 04 Sep 2007 22:43:13 +0200 <871wdemaam.fsf@gmx.de> X-Mailer: MH-E 8.0.3; GNU Mailutils 1.2.1; GNU Emacs 22.1.50 X-Detected-Kernel: Genre and OS details not recognized. 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:78049 Archived-At: Thanks Michael for the hint. Deleteing the one line didn't work, since it requires files that requires files that also set utf. Even with those deleted it didn't work, but I do believe that it has something to do with the coding system as you suggested and maybe its because I'm in a Japanese language environment, that my build problem arises with regard to "tramp". Regards, Darel Henman ------ Michael Albinus wrote: > "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.