From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 99188 invoked by alias); 12 Jul 2018 16:53:51 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 99170 invoked by uid 89); 12 Jul 2018 16:53:50 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Received: from mx3-rdu2.redhat.com (HELO mx1.redhat.com) (66.187.233.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 12 Jul 2018 16:53:49 +0000 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D44D781663FC for ; Thu, 12 Jul 2018 16:53:47 +0000 (UTC) Received: from localhost (unused-10-15-17-196.yyz.redhat.com [10.15.17.196]) by smtp.corp.redhat.com (Postfix) with ESMTP id B8A352156700; Thu, 12 Jul 2018 16:53:47 +0000 (UTC) From: Sergio Durigan Junior To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: Breakage on builder Fedora-x86_64-w64-mingw32, revision 49b000dc5686e016f05b717f18d2c8f865eb3617 [gdb-8.12-branch] References: <7a005da3-801d-b730-7f7d-22955796c58a@redhat.com> Date: Thu, 12 Jul 2018 16:53:00 -0000 In-Reply-To: <7a005da3-801d-b730-7f7d-22955796c58a@redhat.com> (Pedro Alves's message of "Thu, 12 Jul 2018 17:21:24 +0100") Message-ID: <874lh4pf8k.fsf@redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2018-07/txt/msg00343.txt.bz2 On Thursday, July 12 2018, Pedro Alves wrote: > On 07/12/2018 08:59 AM, gdb-buildbot@sergiodj.net wrote: >> yes >> checking for memcmp... In file included from ../../binutils-gdb/intl/plural.y:35:0: >> ../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse' >> # define PLURAL_PARSE libintl_gettextparse >> ^ > > This is completely unrelated to the pointed commit: > > GDB: Work around D;PID handling bug in older GDBservers (PR gdb/23377) > 49b000dc5686e016f05b717f18d2c8f865eb3617 > > Looking at the builder's build logs, I see several prior builds failing > in the same way. Yes, and unfortunately this failure seems to be undeterministic. Therefore, when it builds again, the next time it fails it generates a wrong breakage warning. > Sergio, while looking at the builder's log, I noticed that the build > just before the one in this mail, this one here: > > https://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/2158 > > fails with: > > ../../binutils-gdb/gdb/ser-tcp.c: In function 'int try_connect(const addrinfo*, unsigned int*)': > ../../binutils-gdb/gdb/ser-tcp.c:176:25: error: invalid conversion from 'int*' to 'u_long* {aka long unsigned int*}' [-fpermissive] > ioctl (sock, FIONBIO, &ioarg); > ^~~~~~ > In file included from ../../binutils-gdb/gdb/serial.h:23:0, > from ../../binutils-gdb/gdb/ser-tcp.c:21: > /usr/x86_64-w64-mingw32/sys-root/mingw/include/winsock2.h:977:34: note: initializing argument 3 of 'int ioctlsocket(SOCKET, long int, u_long*)' > WINSOCK_API_LINKAGE int WSAAPI ioctlsocket(SOCKET s,__LONG32 cmd,u_long *argp); > ^~~~~~~~~~~ > make[2]: *** [Makefile:1610: ser-tcp.o] Error 1 Thanks, I'll send a patch today to fix these issues (there's another one I found with s390x). -- Sergio GPG key ID: 237A 54B1 0287 28BF 00EF 31F4 D0EB 7628 65FC 5E36 Please send encrypted e-mail if possible http://sergiodj.net/