From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thomas Klausner Newsgroups: gmane.emacs.bugs Subject: bug#21474: emacs-25.0.50: compilation error in leim: Args out of range Date: Mon, 14 Sep 2015 17:58:29 +0200 Message-ID: <20150914155829.GD11695@danbala.tuwien.ac.at> References: <20150914124034.GX11695@danbala.tuwien.ac.at> <838u899nhh.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1442246362 22005 80.91.229.3 (14 Sep 2015 15:59:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Sep 2015 15:59:22 +0000 (UTC) Cc: 21474@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Sep 14 17:59:13 2015 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZbW9u-0002kG-4F for geb-bug-gnu-emacs@m.gmane.org; Mon, 14 Sep 2015 17:59:10 +0200 Original-Received: from localhost ([::1]:41707 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbW9t-0003dg-1r for geb-bug-gnu-emacs@m.gmane.org; Mon, 14 Sep 2015 11:59:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbW9p-0003dV-5o for bug-gnu-emacs@gnu.org; Mon, 14 Sep 2015 11:59:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbW9l-0000bi-Va for bug-gnu-emacs@gnu.org; Mon, 14 Sep 2015 11:59:05 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:40026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbW9l-0000bc-T3 for bug-gnu-emacs@gnu.org; Mon, 14 Sep 2015 11:59:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZbW9l-0003gI-MA for bug-gnu-emacs@gnu.org; Mon, 14 Sep 2015 11:59:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Thomas Klausner Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 14 Sep 2015 15:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 21474 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 21474-submit@debbugs.gnu.org id=B21474.144224631214116 (code B ref 21474); Mon, 14 Sep 2015 15:59:01 +0000 Original-Received: (at 21474) by debbugs.gnu.org; 14 Sep 2015 15:58:32 +0000 Original-Received: from localhost ([127.0.0.1]:60469 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZbW9I-0003fc-Fn for submit@debbugs.gnu.org; Mon, 14 Sep 2015 11:58:32 -0400 Original-Received: from danbala.ifoer.tuwien.ac.at ([128.130.168.64]:51307) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZbW9H-0003fR-0v for 21474@debbugs.gnu.org; Mon, 14 Sep 2015 11:58:31 -0400 Original-Received: by danbala.ifoer.tuwien.ac.at (Postfix, from userid 116) id 01E83A5D3; Mon, 14 Sep 2015 17:58:29 +0200 (CEST) Content-Disposition: inline In-Reply-To: <838u899nhh.fsf@gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 208.118.235.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:106541 Archived-At: On Mon, Sep 14, 2015 at 03:47:22PM +0300, Eli Zaretskii wrote: > > Date: Mon, 14 Sep 2015 14:40:34 +0200 > > From: Thomas Klausner > > > > Since September 8, I can't compile emacs 25.0.50 from git. > > It fails with: > > > > In toplevel form: > > leim/ja-dic/ja-dic.el:16979:1:Error: Args out of range: "�<9E>�<8B>/�<96>��<97>/�<80>� 信", 10 > > I have no problem compiling that file. > > Did you try "make bootstrap"? I build from a fresh git checkout. I just tried again, I can reproduce it in a pbulk (basically, building lots of programs in a chroot), but not when manually building in the same environment. Weird, I don't understand this. It's always after printing the "20000" line for that file. Do you have any ideas what could cause this? Thomas