From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130346 invoked by alias); 23 Jun 2015 01:51:49 -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 130334 invoked by uid 89); 23 Jun 2015 01:51:48 -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-f176.google.com Received: from mail-ig0-f176.google.com (HELO mail-ig0-f176.google.com) (209.85.213.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 23 Jun 2015 01:51:47 +0000 Received: by igbiq7 with SMTP id iq7so65855986igb.1 for ; Mon, 22 Jun 2015 18:51:45 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.42.135.131 with SMTP id p3mr29274323ict.81.1435024305134; Mon, 22 Jun 2015 18:51:45 -0700 (PDT) Received: by 10.36.108.21 with HTTP; Mon, 22 Jun 2015 18:51:45 -0700 (PDT) In-Reply-To: <87y4jbi4fw.fsf@redhat.com> References: <87r3p3o97k.fsf@redhat.com> <878ubbo74z.fsf@redhat.com> <878ubbjk7u.fsf@redhat.com> <87y4jbi4fw.fsf@redhat.com> Date: Tue, 23 Jun 2015 01:51: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/msg00057.txt.bz2 On Mon, Jun 22, 2015 at 9:44 PM, Sergio Durigan Junior wrote: > On Monday, June 22 2015, David Edelsohn wrote: > >>> 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. > > As you can see in the link above, the buildslave already has > /opt/freeware/bin in the PATH, therefore everything was already covered > in this area before. But thanks for this. If you have /opt/freeware/bin in your path, you do not need to use gmake. >> 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. > > Right. Strangely I wasn't seeing this problem when compiling GDB > manually in the machine, and Peter's commit doesn't touch the m32c file. Something increased the size of an enum (likely) or other single debugging entry larger than 64K. > >> Yes, I can run the buildslave, if you want. > > That would be awesome! It is currently running in my homedir at gcc111, > but I can stop it so that you can configure the buildslave at your > homedir if you want. I'd prefer to keep the same name (aix-power7-1). > I can also send you (in private) the password for the buildslave, along > with the full command to create it. Let me know when/what you need and > I'll be happy to help. I will transfer the info. - David