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 D3A3D3852756 for ; Thu, 9 Jun 2022 10:00:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D3A3D3852756 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: from reform (deer0x09.wildebeest.org [172.31.17.139]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 8EEEF302BBEB; Thu, 9 Jun 2022 12:00:34 +0200 (CEST) Received: by reform (Postfix, from userid 1000) id 49C522E83DB8; Thu, 9 Jun 2022 12:00:34 +0200 (CEST) Date: Thu, 9 Jun 2022 12:00:34 +0200 From: Mark Wielaard To: Andrew Burgess Cc: GDB Administrator , Tom Tromey Subject: Re: =?utf-8?Q?=E2=98=A0_Buildbot_=28GN?= =?utf-8?Q?U?= Toolchain): binutils-gdb - failed compile (failure) (master) Message-ID: References: <20220609002024.1CE913856273@sourceware.org> <87v8tafahk.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87v8tafahk.fsf@redhat.com> X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, KAM_SHORT, 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: gdbadmin@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdbadmin mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2022 10:00:37 -0000 Hi Andrew, On Thu, Jun 09, 2022 at 10:32:23AM +0100, Andrew Burgess wrote: > WARNING: 'makeinfo' is missing on your system. > You should only need it if you modified a '.texi' file, or > any other file indirectly affecting the aspect of the manual. > You might want to install the Texinfo package: > > The spurious makeinfo call might also be the consequence of > using a buggy 'make' (AIX, DU, IRIX), in which case you might > want to install GNU make: > > make[2]: *** [Makefile:1778: doc/bfd.info] Error 127 > make[2]: Leaving directory '/home/builder/shared/fedora-latest/worker/binutils-fedora-x86_64/binutils-build/bfd' > make[1]: *** [Makefile:1938: info-recursive] Error 1 > make[1]: Leaving directory '/home/builder/shared/fedora-latest/worker/binutils-fedora-x86_64/binutils-build/bfd' > make: *** [Makefile:3060: all-bfd] Error 2 > make: *** Waiting for unfinished jobs.... > > It appears that this builder doesn't have makeinfo installed. Yes, appologies, that has now been corrected: https://sourceware.org/pipermail/buildbot/2022q2/000026.html Cheers, Mark