From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19480 invoked by alias); 19 Nov 2005 19:43:01 -0000 Received: (qmail 19464 invoked by uid 71); 19 Nov 2005 19:43:01 -0000 Date: Sat, 19 Nov 2005 19:43:00 -0000 Message-ID: <20051119194301.19463.qmail@sourceware.org> To: kseitz@sources.redhat.com Cc: insight-prs@sources.redhat.com, From: Keith Seitz Subject: Re: insight/282: insight Can't compile insight Reply-To: Keith Seitz Mailing-List: contact insight-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-prs-owner@sourceware.org X-SW-Source: 2005-q4/txt/msg00022.txt.bz2 List-Id: The following reply was made to PR insight/282; it has been noted by GNATS. From: Keith Seitz To: kontakt@michaelstather.com, insight-gnats@sources.redhat.com Cc: Subject: Re: insight/282: insight Can't compile insight Date: Sat, 19 Nov 2005 11:39:03 -0800 Michael Stather wrote: > I donĀ“t know how I can send a file to the bug (if not even reponsing works > correctly, but thanks for fixing this) > so I attach it here. From your build.out file: 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[2]: *** [../../../src/bfd/doc/bfd.info] Fehler 1 Do you have the texinfo package installed? (Is /usr/bin/makeinfo available?) Alternatively, you could simply barge past this error by using "make -k". Of course, that could make other errors more difficult to find. Keith