From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7106 invoked by alias); 8 Aug 2003 13:55:46 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 7096 invoked from network); 8 Aug 2003 13:55:45 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.131) by sources.redhat.com with SMTP; 8 Aug 2003 13:55:45 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id B70B62B7F; Fri, 8 Aug 2003 09:55:39 -0400 (EDT) Message-ID: <3F33ABDB.9060102@redhat.com> Date: Fri, 08 Aug 2003 13:55:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eli Zaretskii Cc: drow@mvista.com, gdb-patches@sources.redhat.com Subject: Re: [rfa:doco, 6.0] (C) and other fixes References: <3F2E85C0.1020504@redhat.com> <20030804162140.GA28146@nevyn.them.org> <3F31D476.4050803@redhat.com> <3F32C63E.4090401@redhat.com> <9743-Fri08Aug2003102929+0300-eliz@elta.co.il> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00124.txt.bz2 >> Date: Thu, 07 Aug 2003 17:35:58 -0400 >> From: Andrew Cagney > >> >> >> >> I think, though, that there is a makeinfo bug here. It should have >> >> reported an error due to references to missing sections. > >> > >> > >> > What references were pointing to the missing sections? > >> >> If I add @bye to the end of agentexpr.texi "make info" runs cleanly and >> the document looks ok (the @bye appears to be ignored). However, if the >> @bye is put in gdb.texinfo just after the @include agentexpr.texi, or if >> @bye is put at the start of agentexpr.texi, "make info" gets errors >> about undefined references to "Copying", "Index" and "GNU Free ...". >> >> TeX, on the other hand `dies a death' in both cases (which is what I'd >> expect makeinfo to do). > > > I'm confused: where is the bug in makeinfo that you thought about? > AFAIU, makeinfo behaves correctly: produces a valid Info document in > the first case and complains about the second. It should complain in all cases. For some strange reason makeinfo silently ignores @bye as the last line of an included file (well at least the file agentexpr.texi). texinfo doesn't do this. @include mentions: > Likewise, you should not end an included file with an > `@bye' command; nothing after `@bye' is formatted. enjoy, Andrew