From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21281 invoked by alias); 11 Jun 2016 12:26:52 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 21265 invoked by uid 89); 11 Jun 2016 12:26:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=junior, Hx-languages-length:1591 X-HELO: mail-oi0-f54.google.com Received: from mail-oi0-f54.google.com (HELO mail-oi0-f54.google.com) (209.85.218.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sat, 11 Jun 2016 12:26:49 +0000 Received: by mail-oi0-f54.google.com with SMTP id d132so45384650oig.1 for ; Sat, 11 Jun 2016 05:26:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=iUs2425cynu42V3i1Y/0cJ3XfyMKr6BdwtFOamIk13g=; b=C+bYFDsCoNftdoE/WfTUG88ZEEJ/pmnxGJqSCq0KwFamXRbiJGiv6E38IVkkDTYtDL TH7rrGU7m7JkxqTg2xbjvXR8Isesr7X1B73jwVF8EhHR1XTQrcbKKqJHyeKBnsXJkqBH Fpwgq9KbtIqpCLi/uVxkYYvgs6xeLs+pVnf/7UwQBeEXchiUf6WqzRQPNfaMnn9ylomy mmdyRioZSHz4OyjsbwhkZCVyf/ajWrz0m0i+EbmACu6Z5dD35tBDgUzZR1E0MLvcwOvz pMfkZcCAKqjYJKYDuT6AuZKgCDI5sgjqV9M7czvKG7r4pSDix9pXIN/SBvXB1ei2/w7y Tr6Q== X-Gm-Message-State: ALyK8tI7vPSx73A1bYAeA2rWFzsZwU6L1/AhaNaEFIpiaWlNH6YNmu5bOOSilZZq1OsJSJXWYY019lzrKmzrSQ== X-Received: by 10.157.31.117 with SMTP id x50mr3656872otx.160.1465648007925; Sat, 11 Jun 2016 05:26:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.32.111 with HTTP; Sat, 11 Jun 2016 05:26:47 -0700 (PDT) In-Reply-To: <87inxgvq3c.fsf@redhat.com> References: <86oa7v6exb.fsf@gmail.com> <86shx74u7d.fsf@gmail.com> <86k2ii4l2n.fsf@gmail.com> <87inxgvq3c.fsf@redhat.com> From: David Edelsohn Date: Sat, 11 Jun 2016 12:26:00 -0000 Message-ID: Subject: Re: build bot failure To: Sergio Durigan Junior Cc: Jim Wilson , Yao Qi , Pedro Alves , "gdb@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-06/txt/msg00010.txt.bz2 On Fri, Jun 10, 2016 at 2:47 PM, Sergio Durigan Junior wrote: > On Friday, June 10 2016, Jim Wilson wrote: > >> On Wed, May 25, 2016 at 1:07 AM, Yao Qi wrote: >>> Pedro Alves writes: >>> >>>> Did you try the commit before Jim's? Maybe would helps determine whether >>>> this is a regression caused by Jim's patch, or some other issue with >>>> the slave's toolchain. >>> >>> Build is OK with the commit before Jim's. >> >> I haven't forgotten about this. I sent email asking for a compile >> farm account 2.5 weeks ago and got no response. I've pinged that >> mesage. I see that this is still broken in the build bot, but I won't >> be able to look at it until I get a compile farm account. > > FWIW, I have just disabled e-mail notifications for the AIX machine (and > also for the RHEL-7.1 s390x). Their reports do not seem to be reliable, > so I don't think it's good to issue the warnings and waste time of the > developers. > > I am Cc'ing David Edelsohn, who is the maintainer of both machines. > David, if you could take a look at them and fix these errors it'd be > awesome. I had been testing GCC 6.1 on the RHEL s390x system and the buildbot apparently picked up that compiler, which generated additional warnings that were treated as errors. GCC 6 apparently finds more warnings in GDB, which needs to be addressed in GDB. The AIX system has not changed, so some change to GDB broke the build on AIX. It's warning about missing declarations. Is this related to the C++ change? Thanks, David