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 B5D1B3858C52 for ; Fri, 12 Aug 2022 16:44:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B5D1B3858C52 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 D24F330012BF; Fri, 12 Aug 2022 18:44:15 +0200 (CEST) Date: Fri, 12 Aug 2022 18:44:15 +0200 From: Mark Wielaard To: Christophe Lyon Cc: buildbot@sourceware.org Subject: Re: Arm GCC buildbot workers Message-ID: <20220812164415.GI5520@gnu.wildebeest.org> References: <84fe482f-0b5e-face-9a7a-bb04ac162686@arm.com> <20220811203956.GE5520@gnu.wildebeest.org> 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.3 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE 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: Fri, 12 Aug 2022 16:44:18 -0000 Hi Christophe, On Fri, Aug 12, 2022 at 09:23:36AM +0200, Christophe Lyon wrote: > >ubuntu22_04-arm64 > >ubuntu22_04-armhf > > > >See the attached patch. > > Thanks, LGTM, the 2 new workers are now running. The ubuntu22_04-arm64 worker seems to happily do full gcc bootstrap and check builds: https://builder.sourceware.org/buildbot/#/workers/34 It does find a couple of failing testcases, which you might want to look at, but most seem expected. All results are recorded in bunsen to be compared. The ubuntu22_04-armhf worker however fails to do a full gcc build: https://builder.sourceware.org/buildbot/#/workers/33 In file included from ../../../gcc/libgcc/../gcc/tsystem.h:87, from ../../../gcc/libgcc/libgcc2.c:27: /usr/include/stdio.h:27:10: fatal error: bits/libc-header-start.h: No such file or directory 27 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. It looks like that happens while building libcc for armv8l-unknown-linux-gnueabihf. Maybe missing devel header files? Or does the build needs to be configured to exclude this target? Cheers, Mark