From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Steven T. Hatton" Newsgroups: gmane.emacs.devel Subject: make bootstrap fails. Date: Fri, 30 Jan 2004 19:02:16 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200401301902.16714.hattons@speakeasy.net> Reply-To: hattons@speakeasy.net NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1075507995 23537 80.91.224.253 (31 Jan 2004 00:13:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 31 Jan 2004 00:13:15 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Jan 31 01:13: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 1Amil1-000775-00 for ; Sat, 31 Jan 2004 01:13:07 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Amil1-0002hm-00 for ; Sat, 31 Jan 2004 01:13:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AmijT-0002Gt-EH for emacs-devel@quimby.gnus.org; Fri, 30 Jan 2004 19:11:31 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Amij5-0002FG-KI for emacs-devel@gnu.org; Fri, 30 Jan 2004 19:11:07 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AmiiT-00026H-O4 for emacs-devel@gnu.org; Fri, 30 Jan 2004 19:11:01 -0500 Original-Received: from [216.254.0.205] (helo=mail5.speakeasy.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AmiiT-00025f-3r for emacs-devel@gnu.org; Fri, 30 Jan 2004 19:10:29 -0500 Original-Received: (qmail 31346 invoked from network); 31 Jan 2004 00:10:27 -0000 Original-Received: from baldur.globalsymmetry.com (hattons@[66.92.149.152]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 31 Jan 2004 00:10:27 -0000 Original-To: emacs-devel@gnu.org User-Agent: KMail/1.6 Content-Disposition: inline X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 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:19581 I finally figured out that I need to checkout the cvs archive to a host with a public IP address (or change some, to me, unknown configuration). Now that I have the source, I'm having a hard time getting it to bootstrap. `make' results in the following message: Your tree does not include the compiled Lisp files. You need to do `make bootstrap' to build Emacs. Emacs now requires Texinfo version 4.2. make: *** [maybe_bootstrap] Error 1 `make bootstrap' results in: (cd src; make mostlyclean) /bin/sh: line 1: cd: src: No such file or directory make[1]: Entering directory `/download/org/gnu/emacs' (cd src; make -w mostlyclean) /bin/sh: line 1: cd: src: No such file or directory make[2]: Entering directory `/download/org/gnu/emacs' (cd src; make -w mostlyclean) /bin/sh: line 1: cd: src: No such file or directory make[3]: Entering directory `/download/org/gnu/emacs' (cd src; make -w mostlyclean) /bin/sh: line 1: cd: src: No such file or directory make[4]: Entering directory `/download/org/gnu/emacs' (cd src; make -w mostlyclean) /bin/sh: line 1: cd: src: No such file or directory make[5]: Entering directory `/download/org/gnu/emacs' (cd src; make -w mostlyclean) ... Ad infinitum (almost) Suggestions? STH