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: Re: make bootstrap fails. Date: Fri, 30 Jan 2004 21:07:20 -0500 Organization: Global Symmetry Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200401302107.20126.hattons@globalsymmetry.com> References: <200401301902.16714.hattons@speakeasy.net> <200401301957.06852.hattons@speakeasy.net> <200401310148.i0V1mtw21751@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1075516297 1971 80.91.224.253 (31 Jan 2004 02:31:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 31 Jan 2004 02:31:37 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Jan 31 03:31:29 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 1Amkuv-0005Ea-00 for ; Sat, 31 Jan 2004 03:31:29 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Amkuv-0005iQ-00 for ; Sat, 31 Jan 2004 03:31:29 +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 1Amkin-0001Xp-Ot for emacs-devel@quimby.gnus.org; Fri, 30 Jan 2004 21:18:57 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Amkih-0001XM-4R for emacs-devel@gnu.org; Fri, 30 Jan 2004 21:18:51 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AmkiB-0001P4-DW for emacs-devel@gnu.org; Fri, 30 Jan 2004 21:18:50 -0500 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AmkiB-0001OH-4X for emacs-devel@gnu.org; Fri, 30 Jan 2004 21:18:19 -0500 Original-Received: from [66.92.149.152] (helo=baldur.globalsymmetry.com) by mx20.gnu.org with esmtp (Exim 4.24) id 1AmkfS-0001aE-Av for emacs-devel@gnu.org; Fri, 30 Jan 2004 21:15:30 -0500 Original-Received: from ljosalfr.globalsymmetry.com (ljosalfr.globalsymmetry.com [192.168.0.27]) by baldur.globalsymmetry.com (8.12.3/8.12.3/SuSE Linux 0.6) with ESMTP id i0V2Ft1h023303 for ; Fri, 30 Jan 2004 21:15:55 -0500 Original-Received: from ljosalfr.globalsymmetry.com (localhost [127.0.0.1]) by ljosalfr.globalsymmetry.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id i0V27K6j009015 for ; Fri, 30 Jan 2004 21:07:20 -0500 Original-Received: from localhost (localhost [[UNIX: localhost]]) by ljosalfr.globalsymmetry.com (8.12.10/8.12.10/Submit) id i0V27KmK009014 for emacs-devel@gnu.org; Fri, 30 Jan 2004 21:07:20 -0500 Original-To: emacs-devel@gnu.org User-Agent: KMail/1.6 In-Reply-To: <200401310148.i0V1mtw21751@raven.dms.auburn.edu> 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:19587 On Friday 30 January 2004 20:48, Luc Teirlinck wrote: > Steven T. Hatton wrote: > > I should have mentioned that I had done the `./configure' prior to > the 'make bootstrap'. Following the above procedure results in the > failure described. This is a SuSE 9.0 box. > > I do not understand then. If you checked out the CVS correctly, you > should have an emacs/src directory, even though the error messsages > seem to claim you do not. Do you get an error if you just do `cd src' > instead of `make bootstrap'? > > Sincerely, > > Luc. > I built as root, and it built and installed without a problem. I also built under a different user without a problem. I also discovered I couldn't run make even with a bootstrapped source tree in my normal user environment. If I gain insight into this, I will be sure and share. Right now, I must move one. I will add, Emacs launches much more quickly than the stale build I've been using. STH