From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26536 invoked by alias); 30 May 2019 00:13:42 -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 26522 invoked by uid 89); 30 May 2019 00:13:42 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-10.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 spammy= X-HELO: userp2130.oracle.com Received: from userp2130.oracle.com (HELO userp2130.oracle.com) (156.151.31.86) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 30 May 2019 00:13:41 +0000 Received: from pps.filterd (userp2130.oracle.com [127.0.0.1]) by userp2130.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x4U09uWT107092; Thu, 30 May 2019 00:13:35 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=from : to : cc : subject : references : date : in-reply-to : message-id : mime-version : content-type; s=corp-2018-07-02; bh=9Q5duBot34F1Vkg8/U7c387FQ0God08+55ye8hGNG8w=; b=tFKpdkNQIFbrCDsYOeUpLJXcDDU8OpxEo0f4U3N7ByJdblRxDFVvr9AamHWh7km21nok dCRmqcvGFi/T2ty1m+PsQkkASrOGUU99ncuhvOjzKLqVDVcp9zA1yqQjzRYnQ4p4LJ4w 78qbI7F8CdOXA9ORjnvhk/O9FcDksQwO+rV6wkPAQoA7qLMUWWpCBqCYxRJ13ec9CSM8 7CExQuEKytf5EUCDFZZUB/CgGDGZhRGigPuWL5T48S/VCF4Hjd8cT5f7kLQE5gHEYm4A QZFBLwYyX7L4H/eiKmfDCVWoSEmAy7K7VyFCxWXBkihlhkTKnZgFNXRs+aO294qVtXpj HQ== Received: from aserp3020.oracle.com (aserp3020.oracle.com [141.146.126.70]) by userp2130.oracle.com with ESMTP id 2spw4tn3cy-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 30 May 2019 00:13:35 +0000 Received: from pps.filterd (aserp3020.oracle.com [127.0.0.1]) by aserp3020.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x4U0CNTW186913; Thu, 30 May 2019 00:13:34 GMT Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by aserp3020.oracle.com with ESMTP id 2sqh740rxg-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 30 May 2019 00:13:34 +0000 Received: from abhmp0003.oracle.com (abhmp0003.oracle.com [141.146.116.9]) by aserv0121.oracle.com (8.14.4/8.13.8) with ESMTP id x4U0DWaa020341; Thu, 30 May 2019 00:13:33 GMT Received: from loom (/81.187.191.129) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 29 May 2019 17:13:32 -0700 From: Nick Alcock To: gdb-buildbot@sergiodj.net Cc: gdb-patches@sourceware.org, binutils@sourceware.org Subject: Re: Breakage on builder Fedora-x86_64-w64-mingw32, revision 0e65dfbaf3a0299e4837216a103c28625d4b4f1d References: Date: Thu, 30 May 2019 00:13:00 -0000 In-Reply-To: (gdb-buildbot@sergiodj.net's message of "Wed, 29 May 2019 19:31:30 -0400") Message-ID: <87v9xs3il1.fsf@esperi.org.uk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2019-05/txt/msg00674.txt.bz2 On 30 May 2019, gdb-buildbot@sergiodj.net said: > Unfortunately it seems that there is a breakage on GDB. > > Commit title: 'libctf: build system' > Revision: 0e65dfbaf3a0299e4837216a103c28625d4b4f1d > > You can find more details below: > > +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ > > Buildslave: > fedora-x86-64-3 > > Full Build URL: > This is In file included from ../../binutils-gdb/libctf/ctf-dump.c:20: ../../binutils-gdb/libctf/ctf-impl.h:24:10: fatal error: sys/errno.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. make[3]: *** [Makefile:403: ctf-dump.o] Error 1 make[3]: *** Waiting for unfinished jobs.... i.e. the same report as earlier today on Solaris. This, along with a number of other portability problems, is fixed by the patch I just sent to Kamil in <87d0k13pf4.fsf@esperi.org.uk>. Once Jose is around, I'll get him to look it over and see about pushing it. Anyone else who wants to review it in the meantime, do go ahead (but I'm afraid there are changelog diffs in there because it's in immediately- ready-to-push state). If someone with suitable permissions thinks it is acceptable in its current state, they are welcome to apply it straight off the list, as far as I'm concerned :) anything to unbreak the build! Archive link: . Sorry about this!