From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: bof Newsgroups: gmane.emacs.bugs Subject: Emacs 22.0.50 fails to compile: Symbol's value as variable is void: flyspell-mode-map Date: Tue, 07 Jun 2005 13:18:32 -0600 Message-ID: <42A5F308.5060103@pcisys.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1118172112 22999 80.91.229.2 (7 Jun 2005 19:21:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Jun 2005 19:21:52 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jun 07 21:21:51 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DfjbX-0000Xb-Ic for geb-bug-gnu-emacs@m.gmane.org; Tue, 07 Jun 2005 21:19:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dfji6-0008B8-QF for geb-bug-gnu-emacs@m.gmane.org; Tue, 07 Jun 2005 15:26:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dfjhe-0007zb-Cs for bug-gnu-emacs@gnu.org; Tue, 07 Jun 2005 15:25:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dfjha-0007wm-Mn for bug-gnu-emacs@gnu.org; Tue, 07 Jun 2005 15:25:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DfjhZ-0007v3-3y for bug-gnu-emacs@gnu.org; Tue, 07 Jun 2005 15:25:29 -0400 Original-Received: from [216.229.32.146] (helo=marsha.pcisys.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dfjdq-0007nf-Ro for bug-gnu-emacs@gnu.org; Tue, 07 Jun 2005 15:21:39 -0400 Original-Received: from [192.168.2.113] (dsl-206-53-26-251.den.pcisys.net [206.53.26.251]) by marsha.pcisys.net (8.13.3/8.13.3) with ESMTP id j57JI3Rk028225 for ; Tue, 7 Jun 2005 13:18:03 -0600 (MDT) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050414 X-Accept-Language: en-us, en Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:12145 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:12145 Hello, I am having problems compiling Emacs 22.0.50. The compilation process fails under the following conditions: -- I downloaded the latest CVS from savannah.gnu.org immediately before trying to compile it, placing the files into /usr/local. -- It is being compiled under Fedora Core 2 on a PIII 700 system using gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7). -- As root, I issued "setarch i386 ./configure" and then "setarch i386 make bootstrap." I did not otherwise attempt any modifications to the source files or the configuration or make processes. -- The make bootstrap process failed with the following Loading loadup.el (source)... Using load-path (/usr/local/emacs/lisp) Loading emacs-lisp/byte-run... Loading emacs-lisp/backquote... Loading subr... Loading version.el (source)... Loading widget... Loading custom... Loading emacs-lisp/map-ynp... Loading env... Loading cus-start... Loading international/mule... Loading international/mule-conf.el (source)... Loading format... Loading bindings... Loading files... Loading cus-face... Loading faces... Lists of integers (garbage collection statistics) are normal output while building Emacs; they do not indicate a problem. ((9291 . 6212) (4373 . 0) (548 . 0) 14081 34656 (7 . 4) (17 . 0) (813 . 1959)) Loading loaddefs.el (source)... Symbol's value as variable is void: flyspell-mode-map make[2]: *** [emacs] Error 255 make[2]: Leaving directory `/usr/local/emacs/src' make[1]: *** [src] Error 2 make[1]: Leaving directory `/usr/local/emacs' make: *** [bootstrap-build] Error 2 FWIW, there is a file in /usr/local/emacs/src named "emacs-22.0.50" that does run emacs without error messages when loading. I have otherwise not used it enough to tell if it is completely bug-free. Please advise on how to get the compliation process to work. Googling reveals nothing useful. B. O'Fallon