From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 71384 invoked by alias); 24 May 2016 08:26:19 -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 71081 invoked by uid 89); 24 May 2016 08:26:18 -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=HX-Received:Tue, fyi, H*i:sk:CABXYE2 X-HELO: mail-pf0-f195.google.com Received: from mail-pf0-f195.google.com (HELO mail-pf0-f195.google.com) (209.85.192.195) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 24 May 2016 08:25:34 +0000 Received: by mail-pf0-f195.google.com with SMTP id 145so1389279pfz.1 for ; Tue, 24 May 2016 01:25:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=loCkT/wnC5kcXkFc5/yEWlbHfiVeYJGSw3Zo4qxgyT4=; b=Fob/M5RUd3CtIMu+nq2tMGRnB9CYBAXhHokVpp/h7TaLcVBq3TUVlm46ap7hWqwPKE AvAk+DVTqqhYiHJzEOi4OgKPQHhkTBGeQzOXGP8SznQzCxAL4KDOsqXgDDR3TKq/erdx M6gqZJiuEYJSEMSqwWuWnxkzMi0jH7inUKI9/SUrjwYqyfsTNrn1dXakEkOPUSQXrOjJ LqZ00k1OAOuuSeHBtZQf4YsUEf9zSt53d6OnbAJ1SuZQW0on8+AQgTPeA1X51DkJW9qQ OYP8/UD2l7brlWSUgzzlnwAPSg1hqLl37MOjXqhY5cwyEVtpZ2NZrwCQV8J9lwFhMhP2 2uUg== X-Gm-Message-State: ALyK8tIpl1OItE4rl9y5zuj8pmnKK9GtdRNW+mJMFxM/88Z7gDhshwPFVqodsiCgqKoEZQ== X-Received: by 10.98.35.129 with SMTP id q1mr4886124pfj.48.1464078332156; Tue, 24 May 2016 01:25:32 -0700 (PDT) Received: from E107787-LIN (gcc113.osuosl.org. [140.211.9.71]) by smtp.gmail.com with ESMTPSA id k71sm3290559pfb.50.2016.05.24.01.25.29 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 24 May 2016 01:25:31 -0700 (PDT) From: Yao Qi To: Jim Wilson Cc: gdb@sourceware.org, Subject: Re: build bot failure References: Date: Tue, 24 May 2016 08:26:00 -0000 In-Reply-To: (Jim Wilson's message of "Mon, 23 May 2016 17:40:39 -0700") Message-ID: <86oa7v6exb.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg00013.txt.bz2 Jim Wilson writes: > I got a message from the build bot after checking in a binutils patch, > but I don't see how my patch can relate to the build bot failure. > > ld: 0711-380 STABSTRING ERROR: Symbol table entry 534, object file > ../bfd/libbfd.a[compress.o] > Length of stabstring in .debug section is invalid. > The stabstring is being deleted. FYI, the full log can be found http://gdb-build.sergiodj.net/builders/AIX-POWER7-plain/builds/2359/steps/c= ompile%20gdb/logs/stdio > > It looks like the AIX linker is objecting to debug info emitted by > gcc, and I didn't touch either of those things. I only touched > binutils. I don't have access to an AIX system, so I am not able to > reproduce the problem and debug it. I am able to build gdb on an > x86-linux and an aarch64-linux system. I suspect a problem on the aix > build slave, but don't know how to check that. I'm not sure what to > do next. The AIX slave is gcc111.fsffrance.org, from gcc compile farm. If you have gcc compile farm account, you can access to it. --=20 Yao (=E9=BD=90=E5=B0=A7)