From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Error in bootstrap Date: Thu, 13 Apr 2006 13:43:45 +0900 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1144903455 11684 80.91.229.2 (13 Apr 2006 04:44:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Apr 2006 04:44:15 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 13 06:44:11 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 1FTtge-0004fX-SS for ged-emacs-devel@m.gmane.org; Thu, 13 Apr 2006 06:44:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FTtge-0005du-EK for ged-emacs-devel@m.gmane.org; Thu, 13 Apr 2006 00:44:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FTtgR-0005dE-R9 for emacs-devel@gnu.org; Thu, 13 Apr 2006 00:43:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FTtgQ-0005cj-11 for emacs-devel@gnu.org; Thu, 13 Apr 2006 00:43:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FTtgP-0005cf-TO for emacs-devel@gnu.org; Thu, 13 Apr 2006 00:43:53 -0400 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FTtld-0002Hn-Ec; Thu, 13 Apr 2006 00:49:18 -0400 Original-Received: from nfs.m17n.org (nfs.m17n.org [192.47.44.7]) by tsukuba.m17n.org (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k3D4hlIA014269; Thu, 13 Apr 2006 13:43:47 +0900 Original-Received: from etlken (etlken.m17n.org [192.47.44.125]) by nfs.m17n.org (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k3D4hltE017312; Thu, 13 Apr 2006 13:43:47 +0900 Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1FTtgH-0007oI-00; Thu, 13 Apr 2006 13:43:45 +0900 Original-To: Eli Zaretskii In-reply-to: (message from Eli Zaretskii on Wed, 12 Apr 2006 17:53:56 +0300) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) 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:52811 Archived-At: In article , Eli Zaretskii writes: > I found the probable reason: it's this change: > 2006-04-12 Kenichi Handa > * coding.c (setup_coding_system): Use system_eol_type for default > coding-> eol_type. > For now, undo this change, and the bootstrap will succeed. > Handa-san, could you please look into why this change breaks the > Windows port? I suspect that it somehow causes the .elc files to be > written with EOL conversions \n -> \r\n, which corrupts the compiled > files. But I don't see why: bytecomp.el binds coding-system-for-write > to no-conversion, so it ought to work. Is it possible that your > change affects no-conversion? Yes, thank you for tracking down the problem. I've just installed fixed. --- Kenichi Handa handa@m17n.org