From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id C0B443858405 for ; Sun, 17 Jul 2022 16:39:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C0B443858405 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 E9DFB300047C; Sun, 17 Jul 2022 18:39:12 +0200 (CEST) Date: Sun, 17 Jul 2022 18:39:12 +0200 From: Mark Wielaard To: Luis Machado Cc: buildbot@sourceware.org Subject: Re: Fedora arm64 packages for gdb testing Message-ID: <20220717163912.GB1558@gnu.wildebeest.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-5.4 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: buildbot@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "The https://builder.sourceware.org/ buildbot" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2022 16:39:15 -0000 Hi Luis, On Fri, Jul 15, 2022 at 01:05:15PM +0100, Luis Machado wrote: > I noticed the Fedora arm64 worker for GDB is not running the tests > properly. This is due to a missing libexpat. > > There might be other packages missing, but for now libexpat should > make the g> db tests work fine. I installed expat-devel on the machine and this does indeed seem to have turned the tests using the gdbserver target green. https://sourceware.org/pipermail/gdb-testers/2022q3/171821.html I noticed libexpat-devel isn't installed on other builders. Is it only necessary on arm? Or should we make sure it is always installed? Thanks, Mark