From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 51293 invoked by alias); 23 Jun 2015 01:32:32 -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 51277 invoked by uid 89); 23 Jun 2015 01:32:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ig0-f171.google.com Received: from mail-ig0-f171.google.com (HELO mail-ig0-f171.google.com) (209.85.213.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 23 Jun 2015 01:32:29 +0000 Received: by igblr2 with SMTP id lr2so2087423igb.0 for ; Mon, 22 Jun 2015 18:32:27 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.42.203.4 with SMTP id fg4mr802660icb.52.1435023147825; Mon, 22 Jun 2015 18:32:27 -0700 (PDT) Received: by 10.36.108.21 with HTTP; Mon, 22 Jun 2015 18:32:27 -0700 (PDT) In-Reply-To: <878ubbjk7u.fsf@redhat.com> References: <87r3p3o97k.fsf@redhat.com> <878ubbo74z.fsf@redhat.com> <878ubbjk7u.fsf@redhat.com> Date: Tue, 23 Jun 2015 01:32:00 -0000 Message-ID: Subject: Re: [BuildBot] News and announcements From: David Edelsohn To: Sergio Durigan Junior Cc: Doug Evans , "gdb@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-06/txt/msg00055.txt.bz2 On Mon, Jun 22, 2015 at 9:18 PM, Sergio Durigan Junior wrote: > On Monday, June 22 2015, I wrote: > >> On Monday, June 22 2015, I wrote: >> >>> I will set the GDB buildslave there in a few moments, and then I'll let >>> you know. >> >> Everything is set up. Now let's wait until there's a commit to be >> built, and check if everything is working fine. > > After dealing with some minor issues, I'm now seeing this: > > > > I talked to Bergner, who checked this patch in, and he said he doesn't > know why this is happing. I'm also not really interested (and most > importantly, don't have the time) in maintaining the AIX builder(s), so > if you could take a look at this I'd appreciate. > > As a side note, and since you are the interested part in this AIX > buildslave, I was wondering if you want to be the responsible for it. I restarted the buildslave with /opt/freeware/bin in your path, as we had discussed earlier. We saw a similar error building GCC a few months ago after the CHKP patches. This means that GDB now has a debug statement that is more than 64K in length. More recent versions of GCC allow debug continuation lines, but this really means that m32c has a ridiculously large enum. It's also bloating the rest of the GDB object files, even if DWARF can handle the length. This error means that m32c has a real problem and AIX simply was the canary. Debug information that large is allowed but is evidence of a design problem. Yes, I can run the buildslave, if you want. - David