From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43541 invoked by alias); 24 May 2016 00:40: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 43520 invoked by uid 89); 24 May 2016 00:40: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,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:752, AIX, aix X-HELO: mail-oi0-f48.google.com Received: from mail-oi0-f48.google.com (HELO mail-oi0-f48.google.com) (209.85.218.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 24 May 2016 00:40:41 +0000 Received: by mail-oi0-f48.google.com with SMTP id k23so2722206oih.0 for ; Mon, 23 May 2016 17:40:41 -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:date:message-id:subject:from:to; bh=TvY9z0ohCLuzCqlqGEykjWEZtAQg0+f4qQ7JKnVFxy8=; b=U2ON8wEb3M3S+on1WJv0amb4QQBExz+cEiB9xAXVoVhQdqsh4AC4BofajRG+JTTwSI AuVepuKIvZHYH8F1FcYkToTo0qjCdQXsYcYJmLgshnOV74W1+9hTSHokwRcqGqplMi1u r/xya+/Z68MDT6d0hJDR7A8Szl1dyy53i7Wm6xMaGXRLz38sd5GIlve1arXv6a577QvL 5tWHQh8jvG3AlsxdrZ0L3jsI3AaOsnJTMv09wck30kdmvgXR01pVUDGipFerXb+mxqTI mEYy8zX38Ni5izsOqxBz8G7KeTXgJmxctCMh9/BqAuqGll9OSPTzLUsTlM031cCaA06E x1qA== X-Gm-Message-State: ALyK8tJnkPGOjF2ThryIIxbXWtXlYQieGkNlEB4PBqrklfY+1jNQQA9ON8M0pEv0Wn9SSZxXFpCDrSAEt5MChks7 MIME-Version: 1.0 X-Received: by 10.157.4.231 with SMTP id 94mr1098032otm.122.1464050439269; Mon, 23 May 2016 17:40:39 -0700 (PDT) Received: by 10.157.35.91 with HTTP; Mon, 23 May 2016 17:40:39 -0700 (PDT) Date: Tue, 24 May 2016 00:40:00 -0000 Message-ID: Subject: build bot failure From: Jim Wilson To: gdb@sourceware.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-05/txt/msg00012.txt.bz2 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. 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. Jim