From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lute Kamstra Newsgroups: gmane.emacs.devel Subject: Re: boostrap failed because of flyspell-mode-map Date: Tue, 07 Jun 2005 12:56:36 +0200 Message-ID: <874qca8mfv.fsf@xs4all.nl> References: <22797389.1118136061181.JavaMail.www@wwinf1521> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1118142234 13783 80.91.229.2 (7 Jun 2005 11:03:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Jun 2005 11:03:54 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 07 13:03:45 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DfbrA-0000SI-5K for ged-emacs-devel@m.gmane.org; Tue, 07 Jun 2005 13:02:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dfbxe-0001Op-SW for ged-emacs-devel@m.gmane.org; Tue, 07 Jun 2005 07:09:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DfboB-00070k-E9 for emacs-devel@gnu.org; Tue, 07 Jun 2005 06:59:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dfbo9-000706-4H for emacs-devel@gnu.org; Tue, 07 Jun 2005 06:59:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dfbo7-0006zA-Rf for emacs-devel@gnu.org; Tue, 07 Jun 2005 06:59:44 -0400 Original-Received: from [194.109.24.30] (helo=smtp-vbr10.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DfboS-0007bf-GE for emacs-devel@gnu.org; Tue, 07 Jun 2005 07:00:04 -0400 Original-Received: from pijl (a80-127-67-124.adsl.xs4all.nl [80.127.67.124]) by smtp-vbr10.xs4all.nl (8.13.3/8.13.3) with ESMTP id j57Aubav071606; Tue, 7 Jun 2005 12:56:37 +0200 (CEST) (envelope-from Lute.Kamstra@xs4all.nl) Original-Received: from lute by pijl with local (Exim 3.36 #1 (Debian)) id 1Dfbl6-0002m1-00; Tue, 07 Jun 2005 12:56:36 +0200 Original-To: david.ponce@wanadoo.fr In-Reply-To: <22797389.1118136061181.JavaMail.www@wwinf1521> (David PONCE's message of "Tue, 7 Jun 2005 11:21:01 +0200 (CEST)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Original-Lines: 27 X-Virus-Scanned: by XS4ALL Virus Scanner 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:38240 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38240 David PONCE writes: [...] > After today's update of CVS Emacs, bootstrap failed with this error > when dumping Emacs: [...] > while building Emacs; they do not indicate a problem. > ((15247 . 4070) (4364 . 4) (549 . 0) 104139 45313 (13 . 1) > (17 . 0) (4954 . 527)) > Loading loaddefs.el (source)... > Symbol's value as variable is void: flyspell-mode-map > make[1]: *** [bootstrap-emacs] Error 255 > make[1]: Leaving directory `emacs/src' > make: *** [bootstrap-build] Error 2 > > It seems that autoload cookies are missing in flyspell.el for > flyspell-mode-map and other variables it refers to. > > The following patch fixed the problem for me. Using define-minor-mode to implement flyspell-mode seems a cleaner solution to me. Lute.