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: Build failure for Emacs master Date: Wed, 24 Feb 2016 10:36:13 +0100 Message-ID: <56CD798D.7060102@alice.it> References: <56CCD91E.6070507@alice.it> <83egc2ixji.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 1456306614 18992 80.91.229.3 (24 Feb 2016 09:36:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Feb 2016 09:36:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 24 10:36:44 2016 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 1aYVsC-0004hO-Bw for ged-emacs-devel@m.gmane.org; Wed, 24 Feb 2016 10:36:44 +0100 Original-Received: from localhost ([::1]:34734 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYVsB-0003BY-Ki for ged-emacs-devel@m.gmane.org; Wed, 24 Feb 2016 04:36:43 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYVry-0003BO-N3 for emacs-devel@gnu.org; Wed, 24 Feb 2016 04:36:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYVrt-0000EU-Hk for emacs-devel@gnu.org; Wed, 24 Feb 2016 04:36:30 -0500 Original-Received: from smtp204.alice.it ([82.57.200.100]:44272) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYVrt-0000EL-7Q; Wed, 24 Feb 2016 04:36:25 -0500 Original-Received: from [192.168.1.100] (79.49.209.88) by smtp204.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 5697BA0B081DF7EE; Wed, 24 Feb 2016 10:36:23 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 In-Reply-To: <83egc2ixji.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:200604 Archived-At: Il 24/02/2016 04:42, Eli Zaretskii ha scritto: >> From: Angelo Graziosi >> Date: Tue, 23 Feb 2016 23:11:42 +0100 >> >> Just for the record, master fail to build on MSYS2/MinGW64: > > It doesn't fail for me. > >> Loading faces... >> Loading button... >> Loading loaddefs.el (source)... >> End of file during parsing: >> c:/msys64/tmp/mingw-w64-emacs-git/src/emacs/lisp/loaddefs.el > > Please look at your loaddefs.el, and tell if you see something strange > there, like null bytes. > Hmm.. I removed the Emacs tree and recreated from scratch, then retried the build.. Now it fails on another loaddefs, org-loaddefs.el. I have seen the same failure a week ago or so and just retrying worked... I wonder if this could be related to the "make -j3" (two core) or some other thing in MSYS2.. Let's see what happen with another try.. Angelo