From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: nferrier@tapsellferrier.co.uk Newsgroups: gmane.emacs.devel Subject: Re: Please pretest Emacs 21.3 Date: 27 May 2002 12:30:42 +0100 Sender: emacs-devel-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1022498992 23756 127.0.0.1 (27 May 2002 11:29:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 27 May 2002 11:29:52 +0000 (UTC) Cc: Andreas Schwab , emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17CIhE-0006B3-00 for ; Mon, 27 May 2002 13:29:52 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17CIyY-0005FB-00 for ; Mon, 27 May 2002 13:47:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17CIhl-0004on-00; Mon, 27 May 2002 07:30:25 -0400 Original-Received: from host217-34-135-17.in-addr.btopenworld.com ([217.34.135.17] helo=tf1.tapsellferrier.co.uk) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17CIfe-0004gk-00 for ; Mon, 27 May 2002 07:28:15 -0400 Original-Received: from [194.74.202.254] (helo=WEBDEV) by tf1.tapsellferrier.co.uk with esmtp (Exim 3.35 #1 (Debian)) id 17CIhr-0006UD-00; Mon, 27 May 2002 12:30:31 +0100 Original-To: nferrier@tapsellferrier.co.uk In-Reply-To: Original-Lines: 37 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4432 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4432 nferrier@tapsellferrier.co.uk writes: > Andreas Schwab writes: > > > nferrier@tapsellferrier.co.uk writes: > > > > |> I've just updated my CVS to the branch and run "make". The build fails > > |> with the following error: > > > > Use "make bootstrap". > > Sorry, I didn't realise that had to be used for all builds... > > I've done that and I now get the following error during build of my > existing CVS tree (updated to the branch). > > ./temacs --batch --load loadup bootstrap > emacs: Invalid hash table rehash threshold: 134217728.0 > make[1]: *** [bootstrap-emacs] Error 1 > make[1]: Leaving directory `/usr/local/src/emacs-cvs/src' > make: *** [bootstrap-src] Error 2 > > > I'll check out a new copy and have a go with that... but I guess > existing CVS working copies should really build. Shouldn't they? > Fresh checkout does exactly the same thing as my updated copy: ./temacs --batch --load loadup bootstrap emacs: Invalid hash table rehash threshold: 134217728.0 make[1]: *** [bootstrap-emacs] Error 1 make[1]: Leaving directory `/usr/local/src/emacs/src' make: *** [bootstrap-src] Error 2 Nic