From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "djh" Newsgroups: gmane.emacs.devel Subject: cygwin /py-punct.el/ build problem Date: Tue, 28 Nov 2006 14:50:04 +0900 Message-ID: <20061128145004.3108@henman-np.b-eng.it.to-be.co.jp> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1164693063 12053 80.91.229.2 (28 Nov 2006 05:51:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Nov 2006 05:51:03 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 28 06:50:59 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Govrf-0003Rv-AP for ged-emacs-devel@m.gmane.org; Tue, 28 Nov 2006 06:50:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Govre-0003e0-PX for ged-emacs-devel@m.gmane.org; Tue, 28 Nov 2006 00:50:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GovrC-0003a0-0c for emacs-devel@gnu.org; Tue, 28 Nov 2006 00:50:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Govr9-0003Ws-5K for emacs-devel@gnu.org; Tue, 28 Nov 2006 00:50:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Govr8-0003WX-NL for emacs-devel@gnu.org; Tue, 28 Nov 2006 00:50:10 -0500 Original-Received: from [219.127.155.130] (helo=ns-2.to-be.co.jp) by monty-python.gnu.org with smtp (Exim 4.52) id 1Govr8-0006cZ-7B for emacs-devel@gnu.org; Tue, 28 Nov 2006 00:50:10 -0500 Original-Received: (qmail 55924 invoked from network); 28 Nov 2006 14:50:05 +0900 Original-Received: from unknown (HELO imss-3.it.to-be.co.jp) (10.128.1.23) by ns-2.to-be.co.jp with SMTP; 28 Nov 2006 14:50:05 +0900 Original-Received: (qmail 10311 invoked from network); 28 Nov 2006 14:50:04 +0900 Original-Received: from localhost (HELO imss-3.it.to-be.co.jp) (127.0.0.1) by localhost with SMTP; 28 Nov 2006 14:50:04 +0900 Original-Received: (qmail 10308 invoked by alias); 28 Nov 2006 14:50:04 +0900 Original-Received: (qmail 10300 invoked from network); 28 Nov 2006 14:50:04 +0900 Original-Received: from unknown (HELO henman-np.b-eng.it.to-be.co.jp) (10.137.5.168) by imss-3.it.to-be.co.jp with SMTP; 28 Nov 2006 14:50:04 +0900 Original-To: Original-cc: X-Mailer: MH-E 8.0.2; GNU Mailutils 1.1; GNU Emacs 22.0.50 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:62912 Archived-At: - cygwin version: CYGWIN_NT-5.1 1.5.22(0.156/4/2) 2006-11-13 - emacs cvs version: 2006-11-28 - gcc (GCC) 4.2.0 20061107 - compiled emac.exe give to $../src/emacs --version ==> "GNU Emacs 22.0.91.1" The following error occurs during make bootfast ----------------------------------------------- make[3]: Entering directory `/cygdrive/c/emacs/cvs/emacs/leim' EMACSLOADPATH=/cygdrive/c/emacs/cvs/emacs/leim/../lisp LC_ALL=C ../src/emacs -batch --no-init-file --no-site-file --multibyte -f batch-byte-compile /cygdrive/c/emacs/cvs/emacs/leim/quail/py-punct.el Fatal error (6)make[3]: *** [/cygdrive/c/emacs/cvs/emacs/leim/quail/py-punct.elc] Aborted (core dumped) ----------------------------------------------- By running the above command line by hand and experimenting with it I find that it will byte compile succesfully if I take out the delete altogether the LC_ALL assignment below LC_ALL=C or change it from =C to =EN as below LC_ALL=EN Any ideas about why this might be? Regards, Darel Henman