From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: build error advice Date: Mon, 12 Nov 2007 05:49:54 -0800 Message-ID: References: <20071112155738.2404@blackhawk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1194875576 27174 80.91.229.12 (12 Nov 2007 13:52:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Nov 2007 13:52:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: "d.henman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 12 14:52:56 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IrZia-0005Jy-UF for ged-emacs-devel@m.gmane.org; Mon, 12 Nov 2007 14:52:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IrZiO-0008Dv-OY for ged-emacs-devel@m.gmane.org; Mon, 12 Nov 2007 08:52:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IrZiM-0008Dg-2z for emacs-devel@gnu.org; Mon, 12 Nov 2007 08:52:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IrZiL-0008Cw-Co for emacs-devel@gnu.org; Mon, 12 Nov 2007 08:52:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IrZiL-0008CP-8P for emacs-devel@gnu.org; Mon, 12 Nov 2007 08:52:33 -0500 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IrZiK-0005cx-67 for emacs-devel@gnu.org; Mon, 12 Nov 2007 08:52:32 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id lACDns4S004970; Mon, 12 Nov 2007 05:49:54 -0800 (PST) In-Reply-To: <20071112155738.2404@blackhawk> (d. henman's message of "Mon, 12 Nov 2007 15:57:38 +0900") Original-Lines: 33 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-0.84, required 5, autolearn=disabled, ALL_TRUSTED -1.44, J_CHICKENPOX_82 0.60) X-ICS-MailScanner-From: dann@ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 9 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:83053 Archived-At: "d.henman" writes: > I just did a complete clean download of the latest cvs source and > tried to build it. > > Any idea of why the following error was produced: > ---- > Loading env... > Loading format... > Loading bindings... > Loading files... > Loading cus-face... > Loading faces... > Loading button... > Loading startup... > Lists of integers (garbage collection statistics) are normal output > while building Emacs; they do not indicate a problem. > ((11337 . 8689) (4931 . 0) (574 . 12) 15915 19972 (11 . 7) (18 . 0) (821 . 2455)) > Loading loaddefs.el (source)... > Symbol's value as variable is void: jka-compr-load-suffixes > make[3]: *** [emacs.exe] Error 255 > make[3]: Leaving directory `/usr/cvs/emacs/src' > make[2]: *** [src] Error 2 > make[2]: Leaving directory `/usr/cvs/emacs' > make[1]: *** [bootstrap-build] Error 2 > make[1]: Leaving directory `/usr/cvs/emacs' > make: *** [bootstrap] Error 2 There was a bug. Please do a cvs update remove lisp/loaddefs.el and try to bootstrap again.