From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: emacs-25 build broken? Date: Wed, 23 Dec 2015 18:13:40 +0100 Message-ID: <567AD644.5000702@alice.it> References: <567AA6FE.1060905@alice.it> <83k2o5p1sa.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1450890831 25949 80.91.229.3 (23 Dec 2015 17:13:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Dec 2015 17:13:51 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 23 18:13:42 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 1aBmys-00057T-F4 for ged-emacs-devel@m.gmane.org; Wed, 23 Dec 2015 18:13:42 +0100 Original-Received: from localhost ([::1]:57105 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBmyr-0000jj-PL for ged-emacs-devel@m.gmane.org; Wed, 23 Dec 2015 12:13:41 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34351) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBmym-0000fV-7l for emacs-devel@gnu.org; Wed, 23 Dec 2015 12:13:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aBmyi-0000rP-Vb for emacs-devel@gnu.org; Wed, 23 Dec 2015 12:13:36 -0500 Original-Received: from smtp204.alice.it ([82.57.200.100]:56240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBmyi-0000qw-LG for emacs-devel@gnu.org; Wed, 23 Dec 2015 12:13:32 -0500 Original-Received: from [192.168.1.101] (79.36.9.161) by smtp204.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 561514BF07874D77 for emacs-devel@gnu.org; Wed, 23 Dec 2015 18:13:27 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 In-Reply-To: <83k2o5p1sa.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.100 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:196722 Archived-At: Il 23/12/2015 17:28, Eli Zaretskii ha scritto: >> From: Angelo Graziosi >> Date: Wed, 23 Dec 2015 14:51:58 +0100 >> >> Trying to build emacs-25 on MSYS2/MINGW64 (last commit >> 09053075225fec8a6cf7a72017a6dfc1ec6b6f0c), the build breaks at this: >> >> [...] >> make[2]: ingresso nella directory >> "/tmp/mingw-w64-emacs-25-git/src/build-x86_64-w64-mingw32/lisp" >> ELC >> /C/msys64/tmp/mingw-w64-emacs-25-git/src/emacs-emacs-25/lisp/language/ethiopic.elc >> >> In toplevel form: >> ../../emacs-emacs-25/lisp/international/ucs-normalize.el:413:11:Error: >> Wrong type argument: number-or-marker-p, nil > > [...] and I see no changes in ucs-normalize.el I noticed this too.. I built yesterday master (r122206.075f8d9) without problems and so tried today with emacs-25 branch using the same method and found that issue. Maybe it is a "false" alarm. I will retry to see if comes out another time.. > recently. Moreover, if I touch ucs-normalize.el, it then compiles > cleanly. >