From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id mMi8N6GpamJSIQMAWB0awg (envelope-from ) for ; Thu, 28 Apr 2022 10:50:09 -0400 Received: by simark.ca (Postfix, from userid 112) id E190C1E058; Thu, 28 Apr 2022 10:50:09 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 8170B1E00D for ; Thu, 28 Apr 2022 10:50:09 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 3AA1F3886C46 for ; Thu, 28 Apr 2022 14:50:09 +0000 (GMT) Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 545B4384B076; Thu, 28 Apr 2022 14:48:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 545B4384B076 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: by gnu.wildebeest.org (Postfix, from userid 1000) id 8659B302BBED; Thu, 28 Apr 2022 16:48:34 +0200 (CEST) Date: Thu, 28 Apr 2022 16:48:34 +0200 From: Mark Wielaard To: Luis Machado Subject: Re: Adding binutils to the GNU Toolchain buildbot on sourceware Message-ID: <20220428144834.GC23335@gnu.wildebeest.org> References: <5c1f217a-109c-2973-6c69-abf412133dee@arm.com> <524b04b7-a78c-7aae-4605-b40f61e6830c@arm.com> <16fe426d-c436-f030-dc43-0e81e7f0e853@arm.com> <20220428135022.GG11115@redhat.com> <2878cbcf-86dd-ea34-15a7-38d4b8ba0136@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2878cbcf-86dd-ea34-15a7-38d4b8ba0136@arm.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "gdb@sourceware.org" , "Frank Ch. Eigler" , Overseers mailing list , binutils@sourceware.org Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" Hi Luis, On Thu, Apr 28, 2022 at 02:53:33PM +0100, Luis Machado wrote: > On 4/28/22 14:50, Frank Ch. Eigler wrote: > >(That's everything in binutils-gdb.git except binutils, cpu, gas, > >gnulib, gold, gprof, gprofng, ld, texinfo.) > > Right. And now that you mentioned, I think gnulib as well. But most > of these rarely change. do you think that is a bit too much? Added gnulib. I think it is important to do a quick build for any change in files that might cause build issues with gdb/gdbserver. BTW the newly added gdb-fedora-s390x builder showed a compile issue: https://builder.sourceware.org/buildbot/#builders/gdb-fedora-s390x But my c++ warning message reading foo is not strong enough to understand what it is saying (or why it is not an issue for the other builders) It didn't sent email yet because it isn't a new failure. Cheers, Mark