From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: bootstrap fails on tty-supports-face-attributes-p Date: Mon, 20 Sep 2004 06:41:39 +0300 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <01c49ec3$Blat.v2.2.2$e2267900@zahav.net.il> References: <200409191946.i8JJkHL18910@raven.dms.auburn.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1095651862 18299 80.91.229.6 (20 Sep 2004 03:44:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Sep 2004 03:44:22 +0000 (UTC) Cc: pot@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 20 05:44:11 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C9F63-0004Nl-00 for ; Mon, 20 Sep 2004 05:44:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C9FBu-0005a1-KI for ged-emacs-devel@m.gmane.org; Sun, 19 Sep 2004 23:50:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C9FBf-0005Zr-9L for emacs-devel@gnu.org; Sun, 19 Sep 2004 23:49:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C9FBd-0005Zf-AZ for emacs-devel@gnu.org; Sun, 19 Sep 2004 23:49:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C9FBd-0005Zc-7e for emacs-devel@gnu.org; Sun, 19 Sep 2004 23:49:57 -0400 Original-Received: from [192.114.186.15] (helo=balder.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C9F5g-0001w2-GY; Sun, 19 Sep 2004 23:43:48 -0400 Original-Received: from zaretski (pns03-204-211.inter.net.il [80.230.204.211]) by balder.inter.net.il (Mirapoint Messaging Server MOS 3.3.7-GR) with ESMTP id DUJ84937 (AUTH halo1); Mon, 20 Sep 2004 06:43:36 +0300 (IDT) Original-To: Luc Teirlinck X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: <200409191946.i8JJkHL18910@raven.dms.auburn.edu> (message from Luc Teirlinck on Sun, 19 Sep 2004 14:46:17 -0500 (CDT)) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27304 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27304 > Date: Sun, 19 Sep 2004 14:46:17 -0500 (CDT) > From: Luc Teirlinck > Cc: emacs-devel@gnu.org > > As the error messages indicate, you need to remove those old .elc > files. Unfortunately, `make bootstrap' does not do this automatically > any more. How about if we tell about "make maintainer-clean" in INSTALL.CVS, or mention removing *.elc files (or both)? The current text is only good for someone who have just extracted a fresh CVS tree.