From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Robert J. Chassell" Newsgroups: gmane.emacs.devel Subject: make bootstrap fails with Makefile.in 1.268 Date: Wed, 6 Nov 2002 15:06:57 +0000 (UTC) Sender: emacs-devel-admin@gnu.org Message-ID: Reply-To: bob@rattlesnake.com NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1036596258 8265 80.91.224.249 (6 Nov 2002 15:24:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 6 Nov 2002 15:24:18 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 189S2S-00029A-00 for ; Wed, 06 Nov 2002 16:24:16 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 189SB1-0004e6-00 for ; Wed, 06 Nov 2002 16:33:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 189S28-0006Wg-00; Wed, 06 Nov 2002 10:23:56 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 189Rlw-0000uR-00 for emacs-devel@gnu.org; Wed, 06 Nov 2002 10:07:12 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 189Rlr-0000u1-00 for emacs-devel@gnu.org; Wed, 06 Nov 2002 10:07:10 -0500 Original-Received: from megalith.rattlesnake.com ([140.186.114.245] helo=localhost) by monty-python.gnu.org with esmtp (Exim 4.10) id 189Rlq-0000tw-00 for emacs-devel@gnu.org; Wed, 06 Nov 2002 10:07:07 -0500 Original-Received: by rattlesnake.com via sendmail from stdin id (Debian Smail3.2.0.114) Wed, 6 Nov 2002 15:06:57 +0000 (UTC) Original-To: emacs-devel@gnu.org 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:9189 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9189 Today's CVS snapshot, Wed, 2002 Nov 6 14:41 UTC GNU Emacs 21.3.50.1 (i686-pc-linux-gnu, X toolkit) make bootstrap and make install fail with Makefile.in version 1.268 but succeed in producing a new installation with Makefile.in revision 1.267 date: 2002/09/15 01:53:40 The two commands I used were: ;; In a user `bob' owned instance of Emacs 21 (progn (cd "/usr/local/src/emacs/") (compile "gcc=gcc-3.2 ./configure --with-type1 --prefix=/usr/local \ --with-sound=yes \ && gcc=gcc-3.2 time make bootstrap")) ;; In a user `root' owned instance of Emacs 20 (progn (cd "/usr/local/src/emacs/") (compile "CC=gcc-3.2 time make install")) -- Robert J. Chassell Rattlesnake Enterprises http://www.rattlesnake.com GnuPG Key ID: 004B4AC8 http://www.teak.cc bob@rattlesnake.com