From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#9132: 24.0.50; bootstrap failure on windows Date: Thu, 21 Jul 2011 20:25:04 +0300 Message-ID: <83bownv95b.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1311269243 25626 80.91.229.12 (21 Jul 2011 17:27:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Jul 2011 17:27:23 +0000 (UTC) Cc: 9132@debbugs.gnu.org To: sds@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jul 21 19:27:18 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qjx1e-0004O4-T7 for geb-bug-gnu-emacs@m.gmane.org; Thu, 21 Jul 2011 19:27:07 +0200 Original-Received: from localhost ([::1]:38469 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qjx1e-0008Da-6w for geb-bug-gnu-emacs@m.gmane.org; Thu, 21 Jul 2011 13:27:06 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:47045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qjx1b-0008DH-HX for bug-gnu-emacs@gnu.org; Thu, 21 Jul 2011 13:27:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qjx1a-0004IS-EC for bug-gnu-emacs@gnu.org; Thu, 21 Jul 2011 13:27:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:40594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qjx1a-0004IH-C6 for bug-gnu-emacs@gnu.org; Thu, 21 Jul 2011 13:27:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1Qjx1Z-0004tT-NH; Thu, 21 Jul 2011 13:27:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 21 Jul 2011 17:27:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9132 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9132-submit@debbugs.gnu.org id=B9132.131126917318754 (code B ref 9132); Thu, 21 Jul 2011 17:27:01 +0000 Original-Received: (at 9132) by debbugs.gnu.org; 21 Jul 2011 17:26:13 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qjx0n-0004sR-6j for submit@debbugs.gnu.org; Thu, 21 Jul 2011 13:26:13 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qjx0k-0004sE-KG for 9132@debbugs.gnu.org; Thu, 21 Jul 2011 13:26:11 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LOP002001LV8D00@a-mtaout20.012.net.il> for 9132@debbugs.gnu.org; Thu, 21 Jul 2011 20:25:01 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.229.133.66]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LOP000Q81POCVV0@a-mtaout20.012.net.il>; Thu, 21 Jul 2011 20:25:01 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Thu, 21 Jul 2011 13:27:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:49508 Archived-At: > From: Sam Steingold > Date: Thu, 21 Jul 2011 12:32:40 -0400 > > $ gmake EMACS=../bin1/emacs-2011-04-27.exe bzr-update > ... > Generating autoloads for calc/calc-aent.el... > Failure in loading charset map: GB2312 This comes from charset.c, FWIW, and the reason is a failed call to `fopen'. It would be good to know the errno value for that failure, and also the value of Vcharset_map_path. Could it be that your system runs out of available file handles? I didn't see such problems since the old DOS days, but what else can explain this?