From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: emacs-25 build broken? Date: Wed, 23 Dec 2015 18:00:48 -0800 Organization: UCLA Computer Science Department Message-ID: <567B51D0.3010601@cs.ucla.edu> References: <567AA6FE.1060905@alice.it> <83k2o5p1sa.fsf@gnu.org> <567AD644.5000702@alice.it> <567B375D.30708@alice.it> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1450922483 12025 80.91.229.3 (24 Dec 2015 02:01:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Dec 2015 02:01:23 +0000 (UTC) Cc: Emacs developers To: Angelo Graziosi , Anders Lindgren , Kaushal Modi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 24 03:01:12 2015 Return-path: Envelope-to: ged-emacs-devel@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 1aBvDK-0007ZA-Mt for ged-emacs-devel@m.gmane.org; Thu, 24 Dec 2015 03:01:10 +0100 Original-Received: from localhost ([::1]:58594 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBvDK-0007Tp-0x for ged-emacs-devel@m.gmane.org; Wed, 23 Dec 2015 21:01:10 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49846) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBvD3-0007TW-Oj for emacs-devel@gnu.org; Wed, 23 Dec 2015 21:00:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aBvD0-0000W1-J4 for emacs-devel@gnu.org; Wed, 23 Dec 2015 21:00:53 -0500 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:35264) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBvD0-0000Vx-Cl for emacs-devel@gnu.org; Wed, 23 Dec 2015 21:00:50 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 866D31601D5; Wed, 23 Dec 2015 18:00:49 -0800 (PST) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id bs5TWHxuBW14; Wed, 23 Dec 2015 18:00:48 -0800 (PST) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 77143160D25; Wed, 23 Dec 2015 18:00:48 -0800 (PST) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id AcGn8AIPCH_u; Wed, 23 Dec 2015 18:00:48 -0800 (PST) Original-Received: from [192.168.1.9] (pool-100-32-155-148.lsanca.fios.verizon.net [100.32.155.148]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 49CD11601D5; Wed, 23 Dec 2015 18:00:48 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 In-Reply-To: <567B375D.30708@alice.it> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 131.179.128.68 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:196745 Archived-At: Angelo Graziosi wrote: > http://git.savannah.gnu.org/cgit/emacs.git/snapshot/emacs-09053075225fec8a6cf7a72017a6dfc1ec6b6f0c.tar.gz > > Anders Lindgren: File-name completion of non-ASCII characters on OS X (bug#22169) > > and it failed as described... > > > Definitively Emacs-25 branch is broken, at leas on MSYS2/MinGW64 and GNU/Linux > Mint 17.3 It is also broken on Ubuntu 15.10, with the same symptoms: ELC ../lisp/international/ucs-normalize.elc In toplevel form: international/ucs-normalize.el:413:11:Error: Wrong type argument: number-or-marker-p, nil I confirmed that a fresh checkout of the previous commit 781770b4dcfe44b255e94e16479fd14633803640 lacks the problem, and that a fresh checkout of 09053075225fec8a6cf7a72017a6dfc1ec6b6f0c does have the problem. Fresh checkouts after that all seem to have the problem, too (I checked up through 9576e885ef33d08b53d8296e262e09d9deda9523). I built from a fresh checkout by running "./autogen.sh && ./configure --enable-gcc-warnings && make -j5".