From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: boostrap failed because of flyspell-mode-map Date: Tue, 7 Jun 2005 21:59:41 +1200 Message-ID: <17061.28685.310206.614673@farnswood.snap.net.nz> References: <22797389.1118136061181.JavaMail.www@wwinf1521> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1118138800 3208 80.91.229.2 (7 Jun 2005 10:06:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Jun 2005 10:06:40 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 07 12:06:36 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dfaxx-0000qq-2n for ged-emacs-devel@m.gmane.org; Tue, 07 Jun 2005 12:05:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dfb4R-0006oe-HD for ged-emacs-devel@m.gmane.org; Tue, 07 Jun 2005 06:12:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DfazF-0005rp-JR for emacs-devel@gnu.org; Tue, 07 Jun 2005 06:07:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dfaz9-0005pM-Bo for emacs-devel@gnu.org; Tue, 07 Jun 2005 06:07:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dfaz9-0005mP-3t for emacs-devel@gnu.org; Tue, 07 Jun 2005 06:07:03 -0400 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dfaub-0003Lb-Q6 for emacs-devel@gnu.org; Tue, 07 Jun 2005 06:02:22 -0400 Original-Received: from farnswood.snap.net.nz (p115-tnt1.snap.net.nz [202.124.110.115]) by viper.snap.net.nz (Postfix) with ESMTP id 15C9D53A271; Tue, 7 Jun 2005 21:58:51 +1200 (NZST) Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id 879F462A99; Tue, 7 Jun 2005 10:59:42 +0100 (BST) Original-To: david.ponce@wanadoo.fr In-Reply-To: <22797389.1118136061181.JavaMail.www@wwinf1521> X-Mailer: VM 7.19 under Emacs 22.0.50.10 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:38236 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38236 > After today's update of CVS Emacs, bootstrap failed with this error > when dumping Emacs: ... > 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. > > Hope it helps. > Sincerely, > David ... I think the right fix is for someone with a clean checkout of the lisp files to generate and check in a new version of ldefs-boot.el Nick