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 05:35:44 +0200 Message-ID: <83oaaswa5r.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> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1457235386 16536 80.91.229.3 (6 Mar 2016 03:36:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Mar 2016 03:36:26 +0000 (UTC) Cc: larsi@gnus.org, emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 06 04:36:20 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 1acPUQ-0004QE-WE for ged-emacs-devel@m.gmane.org; Sun, 06 Mar 2016 04:36:19 +0100 Original-Received: from localhost ([::1]:49053 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acPUQ-000341-3p for ged-emacs-devel@m.gmane.org; Sat, 05 Mar 2016 22:36:18 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36437) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acPUA-00033n-BM for emacs-devel@gnu.org; Sat, 05 Mar 2016 22:36:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1acPU6-0005tZ-AU for emacs-devel@gnu.org; Sat, 05 Mar 2016 22:36:02 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44354) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acPTr-0005qa-0u; Sat, 05 Mar 2016 22:35:43 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2637 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1acPTp-0006QA-OO; Sat, 05 Mar 2016 22:35:42 -0500 In-reply-to: <56DB48C5.3070206@alice.it> (message from Angelo Graziosi on Sat, 5 Mar 2016 21:59:49 +0100) 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:200985 Archived-At: > Cc: emacs-devel@gnu.org, larsi@gnus.org > From: Angelo Graziosi > Date: Sat, 5 Mar 2016 21:59:49 +0100 > > Now I have tried current master ( > 21b509d4449bd33045e019dbcc90f5283434c07e) in a freshly cloned repository > but it fails differently (I think it is unrelated to our loaddefs issue): > > [...] > 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...