From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Build failure for Emacs master Date: Sun, 06 Mar 2016 18:55:03 +0200 Message-ID: <8337s3wnq0.fsf@gnu.org> References: <56CCD91E.6070507@alice.it> <83egc2ixji.fsf@gnu.org> <56CD798D.7060102@alice.it> <56CD8408.1000701@alice.it> <83wppuggb4.fsf@gnu.org> <56CE2CA7.5050906@alice.it> <83io1cg2pt.fsf@gnu.org> <56DA0327.2030009@alice.it> <83oaatxu72.fsf@gnu.org> <56DB48C5.3070206@alice.it> <83oaaswa5r.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1457283324 30689 80.91.229.3 (6 Mar 2016 16:55:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Mar 2016 16:55:24 +0000 (UTC) Cc: larsi@gnus.org, emacs-devel@gnu.org To: angelo.graziosi@alice.it Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 06 17:55:17 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 1acbxc-00049R-3H for ged-emacs-devel@m.gmane.org; Sun, 06 Mar 2016 17:55:16 +0100 Original-Received: from localhost ([::1]:51186 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acbxY-0000of-GE for ged-emacs-devel@m.gmane.org; Sun, 06 Mar 2016 11:55:12 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acbxR-0000gU-6V for emacs-devel@gnu.org; Sun, 06 Mar 2016 11:55:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1acbxN-0006rY-3V for emacs-devel@gnu.org; Sun, 06 Mar 2016 11:55:05 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53537) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acbxN-0006rU-0F; Sun, 06 Mar 2016 11:55:01 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3470 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1acbxM-00060d-7G; Sun, 06 Mar 2016 11:55:00 -0500 In-reply-to: <83oaaswa5r.fsf@gnu.org> (message from Eli Zaretskii on Sun, 06 Mar 2016 05:35:44 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:200999 Archived-At: > Date: Sun, 06 Mar 2016 05:35:44 +0200 > From: Eli Zaretskii > Cc: larsi@gnus.org, emacs-devel@gnu.org > > > CCLD temacs.exe > > process.o:process.c:(.text+0x93cb): undefined reference to `gai_strerrorA' > > process.o:process.c:(.text+0x93cb): relocation truncated to fit: > > R_X86_64_PC32 gainst undefined symbol `gai_strerrorA' > > collect2.exe: error: ld returned 1 exit status > > Makefile:601: set di istruzioni per l'obiettivo "temacs.exe" non riuscito > > make[1]: *** [temacs.exe] Errore 1 > > make[1]: uscita dalla directory > > "/tmp/mingw-w64-emacs-git/src/build-x86_64-w64-ingw32/src" > > Makefile:398: set di istruzioni per l'obiettivo "src" non riuscito > > make: *** [src] Errore 2 > > > > I wonder if it is related to this change: > > > > Lars Magne Ingebrigtsen Allow making TLS negotiation blocking > > commit: > > http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=21b509d4449bd33045e019dbcc90f5283434c07e > > > > which changes process.h.. > > No, it's related to my recent changes. Sounds like MinGW64 headers > have yet another incompatibility with mingw.org's headers, sigh... I attempted to fix this in commit 69e03dd, please take another look.