From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13745 invoked by alias); 23 Mar 2012 17:09:48 -0000 Received: (qmail 13735 invoked by uid 22791); 23 Mar 2012 17:09:47 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,TVD_SUBJ_NUM_OBFU_MINFP X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Mar 2012 17:09:13 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 462FE1C64BE; Fri, 23 Mar 2012 13:09:12 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id bch6JnwAFOPf; Fri, 23 Mar 2012 13:09:12 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 01BF11C64B6; Fri, 23 Mar 2012 13:09:12 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id E34C9145615; Fri, 23 Mar 2012 10:09:07 -0700 (PDT) Date: Fri, 23 Mar 2012 17:09:00 -0000 From: Joel Brobecker To: Zhihua Che Cc: gdb@sourceware.org Subject: Re: [Buiding Error] git version 238a89c5e410f61d2786cffca0a55dcf50325cd4 Message-ID: <20120323170907.GB7135@adacore.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) 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 X-SW-Source: 2012-03/txt/msg00062.txt.bz2 > WARNING: `makeinfo' is missing on your system. You should only need it if > you modified a `.texi' or `.texinfo' file, or any other file > indirectly affecting the aspect of the manual. The spurious > call might also be the consequence of using a buggy `make' (AIX, > DU, IRIX). You might want to install the `Texinfo' package or > the `GNU make' package. Grab either from any GNU archive site. > make[3]: *** [bfd.info] Error 1 > > Does anybody build and fail like this ever? This is related to bfd (thus should probably be discussed on binutils). Just build using "make MAKEINFO=true", that's what I usually do. -- Joel