From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 90882 invoked by alias); 14 Nov 2016 13:01:14 -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 90845 invoked by uid 89); 14 Nov 2016 13:01:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=djegccgmailcom, dje.gcc@gmail.com, POWER8, UD:osuosl.org X-HELO: mail-qk0-f169.google.com Received: from mail-qk0-f169.google.com (HELO mail-qk0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 14 Nov 2016 13:01:01 +0000 Received: by mail-qk0-f169.google.com with SMTP id x190so94066021qkb.0 for ; Mon, 14 Nov 2016 05:01:01 -0800 (PST) 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=N/OZUPhNFCfnoJNiSO8gcHP9/pC+ZbZXtX0qLZP9qzk=; b=ORQliiIfmaZ73/ZbLVaPTV6jZwEPPHgx1A8eHYpxCLv7MfQnRDSKUnuCUF5PMlrVjs rxJjQTXKYsIMSFF/TlJb+AFmTOxzy6af3erJf8a693gE3VufcAKNqIePqMAngwm31SEy +x/KV6xAKOXszQtjrvRE9cK6Df+5XZi7mrMdLsLs8egTUKBag1qa0o+47RQIyvNllM/Z QHtrkCZ9W6v68uiUGgV13xt5qYHadbEyCKCluOQaRCyrRLRyC95C9t3Im1i28beIjsGE V0g8fVCIVelhZ5Ilgl+Vgolh1Adha8W3wQY0QSYKrNSKcNECgAbFPuMtIBxlGuuX+VXh 3/9A== X-Gm-Message-State: ABUngveoWdu/wswiCltL6BawKqosGlHYw6L829Y3oQTZdh6kZtgYQPnWqXuE6KljXoDl1IWqM91RoVe/YH16zg== X-Received: by 10.55.65.75 with SMTP id o72mr9154050qka.19.1479128459978; Mon, 14 Nov 2016 05:00:59 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.163.1 with HTTP; Mon, 14 Nov 2016 05:00:59 -0800 (PST) In-Reply-To: References: <86oa7v6exb.fsf@gmail.com> <86shx74u7d.fsf@gmail.com> <86k2ii4l2n.fsf@gmail.com> <87inxgvq3c.fsf@redhat.com> From: David Edelsohn Date: Mon, 14 Nov 2016 13:01:00 -0000 Message-ID: Subject: Re: build bot failure To: Yao Qi Cc: Jim Wilson , Sergio Durigan Junior , Pedro Alves , "gdb@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-11/txt/msg00022.txt.bz2 On Mon, Nov 14, 2016 at 6:05 AM, Yao Qi wrote: > On Sun, Jun 12, 2016 at 6:27 PM, David Edelsohn wrote: >> Jim, >> >> The problem is the debug stabstring for bfd_reloc_code_real_names now >> overflows the maximum length. Your patch overflowed the limit. >> >> More recent releases of GCC for AIX added support for stab >> continuation strings, but not the release installed on the machine >> running the buildbot. >> > > Hi David, > I am still unable to build GDB on AIX (gcc111) due to this gcc/ld issue > today. I know you've already started to address this issue (we talked > about this in Cauldron in July). When can we get a new toolchain > installed on it or get it replaced by a new one? > > I touch some rs6000 aix software single step code, and I'd like to test > GDB on aix to make sure my patches regression-free on aix. There is a new POWER8 AIX 7.2 system in the GNU Compile Farm. That is the system running the GDB Buildbot for AIX. Patches can be tested in the "custom" builder of the Buildbot, or you can log in to the system directly. gcc119.fsffrance.org aka power8-aix.osuosl.org Laurent and I have not formally announced it because of a question about I/O tuning, but the system works and is available. Thanks, David