From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: bootstrap fails on tty-supports-face-attributes-p Date: Sun, 19 Sep 2004 14:46:17 -0500 (CDT) Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <200409191946.i8JJkHL18910@raven.dms.auburn.edu> References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1095623251 11076 80.91.229.6 (19 Sep 2004 19:47:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 19 Sep 2004 19:47:31 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 19 21:47:20 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 1C97ea-000313-00 for ; Sun, 19 Sep 2004 21:47:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C97kQ-00086w-G7 for ged-emacs-devel@m.gmane.org; Sun, 19 Sep 2004 15:53:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C97kJ-00086r-LZ for emacs-devel@gnu.org; Sun, 19 Sep 2004 15:53:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C97kI-00086f-5u for emacs-devel@gnu.org; Sun, 19 Sep 2004 15:53:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C97kI-00086c-1j for emacs-devel@gnu.org; Sun, 19 Sep 2004 15:53:14 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C97df-0000ic-RM; Sun, 19 Sep 2004 15:46:24 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id i8JJkNiU011900; Sun, 19 Sep 2004 14:46:23 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id i8JJkHL18910; Sun, 19 Sep 2004 14:46:17 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: pot@gnu.org In-reply-to: (message from Francesco Potorti` on Sun, 19 Sep 2004 20:38:07 +0200) 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:27283 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27283 Francesco Potorti` wrote: Loading bindings (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Symbol's function definition is void: tty-supports-face-attributes-p make[1]: *** [bootstrap-emacs] Error 255 make[1]: Leaving directory `/home/pot/gnu/emacs-dev/src' make: *** [bootstrap] Error 2 Just run make maintainer-clean && ./configure && make bootstrap As the error messages indicate, you need to remove those old .elc files. Unfortunately, `make bootstrap' does not do this automatically any more. Sincerely, Luc.