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: make bootstrap failure in 21.3.5 Date: Sun, 1 Sep 2002 07:26:50 UT Sender: emacs-devel-admin@gnu.org Message-ID: <20020901072650.E6241936ED@server2.fastmail.fm> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1030865212 927 127.0.0.1 (1 Sep 2002 07:26:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 1 Sep 2002 07:26:52 +0000 (UTC) Cc: "Emacs Bug" Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17lP8F-0000Eq-00 for ; Sun, 01 Sep 2002 09:26:51 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17lPfs-00070I-00 for ; Sun, 01 Sep 2002 10:01:36 +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 17lP9b-0004Gu-00; Sun, 01 Sep 2002 03:28:15 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17lP8J-0004GQ-00 for emacs-devel@gnu.org; Sun, 01 Sep 2002 03:26:55 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17lP8H-0004GE-00 for emacs-devel@gnu.org; Sun, 01 Sep 2002 03:26:54 -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 17lP8G-0004G8-00; Sun, 01 Sep 2002 03:26:52 -0400 Original-Received: from www.fastmail.fm (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id 3E3066DB6B; Sun, 1 Sep 2002 02:26:51 -0500 (CDT) Original-Received: from server2.fastmail.fm (server2.internal [10.202.2.133]) by www.fastmail.fm (Postfix) with ESMTP id 17A2E6DB32; Sun, 1 Sep 2002 02:26:51 -0500 (CDT) Original-Received: by server2.fastmail.fm (Postfix, from userid 99) id E6241936ED; Sun, 1 Sep 2002 02:26:50 -0500 (CDT) Content-Disposition: inline X-Mailer: MIME::Lite 1.2 (F2.6; T1.001; A1.48; B2.12; Q2.03) Original-To: "Emacs Devel" X-Epoch: 1030865211 X-Sasl-enc: OxEjdOT+JemBSGgBWpw5PA 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:7242 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7242 Hi, I was abke to fix the problem. I am not sure whether this is the correct fix. I added the following entries in "lisp/loadup.el" - after "(load "help"). (load "help-fns") (load "warnings") I then did a "gmake bootstrap". I was able to build emacs. I feel (in all probability, I am wrong)the problem is because of the changes as in lisp/ChangeLog: 2002-08-14 Stefan Monnier * help-fns.el (locate-library): Use locate-file(-completion). with regards, dhruva PS: There is still the problem of "Info" files not getting built. I had to run configure in "lispref" and "lispintro" and do a "gmake" to build them. In the "man" folder, there is no configure script. I had to copy the Makefile.In and manually modify the @srcdir@ and one more field and do a gmake to build the info files. --=20 Dhruva Krishnamurthy Home: http://www.geocities.com/gnued/