From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "d.henman" Newsgroups: gmane.emacs.devel Subject: build error advice Date: Mon, 12 Nov 2007 15:57:38 +0900 Message-ID: <20071112155738.2404@blackhawk> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1194850645 15235 80.91.229.12 (12 Nov 2007 06:57:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Nov 2007 06:57:25 +0000 (UTC) To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 12 07:57:29 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 1IrTEc-0006Av-10 for ged-emacs-devel@m.gmane.org; Mon, 12 Nov 2007 07:57:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IrTEP-0004Mb-QJ for ged-emacs-devel@m.gmane.org; Mon, 12 Nov 2007 01:57:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IrTEM-0004Hr-5D for emacs-devel@gnu.org; Mon, 12 Nov 2007 01:57:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IrTEK-0004DR-EN for emacs-devel@gnu.org; Mon, 12 Nov 2007 01:57:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IrTEK-0004DB-61 for emacs-devel@gnu.org; Mon, 12 Nov 2007 01:57:08 -0500 Original-Received: from mail2.asahi-net.or.jp ([202.224.39.198] helo=mail.asahi-net.or.jp) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IrTEJ-0002y9-Kd for emacs-devel@gnu.org; Mon, 12 Nov 2007 01:57:07 -0500 Original-Received: from blackhawk (i254064.ppp.asahi-net.or.jp [61.125.254.64]) by mail.asahi-net.or.jp (Postfix) with ESMTP id 59A3E512D3 for ; Mon, 12 Nov 2007 15:57:05 +0900 (JST) Original-cc: X-Mailer: MH-E 8.0.3; GNU Mailutils 1.2.1; GNU Emacs 22.1.50 X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:83030 Archived-At: 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 ---- end of error msg copied here