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: Build failure for Emacs master Date: Tue, 23 Feb 2016 23:11:42 +0100 Message-ID: <56CCD91E.6070507@alice.it> 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 1456265528 18496 80.91.229.3 (23 Feb 2016 22:12:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Feb 2016 22:12:08 +0000 (UTC) To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 23 23:12:00 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 1aYLBX-0006Tm-CX for ged-emacs-devel@m.gmane.org; Tue, 23 Feb 2016 23:11:59 +0100 Original-Received: from localhost ([::1]:60250 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYLBW-0003tu-5c for ged-emacs-devel@m.gmane.org; Tue, 23 Feb 2016 17:11:58 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38962) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYLBR-0003t8-Qy for emacs-devel@gnu.org; Tue, 23 Feb 2016 17:11:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYLBO-000076-LK for emacs-devel@gnu.org; Tue, 23 Feb 2016 17:11:53 -0500 Original-Received: from smtp204.alice.it ([82.57.200.100]:15249) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYLBO-000071-Ej for emacs-devel@gnu.org; Tue, 23 Feb 2016 17:11:50 -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 5697BA0B08167B90 for emacs-devel@gnu.org; Tue, 23 Feb 2016 23:11:48 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 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:200568 Archived-At: Just for the record, master fail to build on MSYS2/MinGW64: [...] 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 Makefile:540: set di istruzioni per l'obiettivo "emacs.exe" non riuscito make[1]: *** [emacs.exe] Errore 127 make[1]: uscita dalla directory "/tmp/mingw-w64-emacs-git/src/build-x86_64-w64-mingw32/src" Makefile:398: set di istruzioni per l'obiettivo "src" non riuscito make: *** [src] Errore 2 I did a successful build after last merge (commit Merge from origin/emacs-25 81ef756e6aea369ec78f19b3609f01ceddc5851f), maybe some recent change should be still tuned.. Angelo