From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32595 invoked by alias); 9 Feb 2005 18:51:09 -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 32141 invoked from network); 9 Feb 2005 18:51:02 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 9 Feb 2005 18:51:02 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j19Ip22R013608 for ; Wed, 9 Feb 2005 13:51:02 -0500 Received: from localhost.redhat.com (vpn50-64.rdu.redhat.com [172.16.50.64]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j19IouO09128; Wed, 9 Feb 2005 13:50:56 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id B1E3A7D79; Wed, 9 Feb 2005 13:50:17 -0500 (EST) Message-ID: <420A5B67.8010605@gnu.org> Date: Wed, 09 Feb 2005 19:21:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: "Theodore A. Roth" Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Texinfo build errors References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-02/txt/msg00069.txt.bz2 Theodore A. Roth wrote: > Hi, > > I just tried to build the latest from cvs and got these fatal errors > during the 'make install' stage: > > makeinfo --split-size=5000000 -I ../../../src/gdb/doc/../../readline/doc > -I ../../../src/gdb/doc/../mi -I ../../../src/gdb/doc \ > -o gdb.info ../../../src/gdb/doc/gdb.texinfo > ../../../src/gdb/doc/gdb.texinfo:7035: warning: @strong{Note:} produces > a spurious cross-reference in Info; reword to avoid that. > ../../../src/gdb/doc/gdb.texinfo:21102: @dots expected braces. > ../../../src/gdb/doc/gdb.texinfo:21102: @- missing close brace. > makeinfo: Removing output file `gdb.info' due to errors; use --force to > preserve. > > > The attached patch get things working again for my system (debian-sarge, > texinfo-4.7, teTeX-2.0.2). I'm no texinfo wizard, so please let me know > if there are better fixes. > > This is probably an obvious fix, but I'm asking for approval anyways. It's definitly better than not building (checking the nightly snaps it seems they also barf with the same error). I'd commit it is obvious for that reason. Andrew > --- > Ted Roth > PGP Key ID: 0x18F846E9 > > > ------------------------------------------------------------------------ > > 2005-02-09 Theodore A. Roth > > * gdb.texinfo (General Query Packets): Fix texinfo compile warning and > error. > > Index: gdb.texinfo > =================================================================== > RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v > retrieving revision 1.231 > diff -u -p -p -r1.231 gdb.texinfo > --- gdb.texinfo 3 Feb 2005 16:11:38 -0000 1.231 > +++ gdb.texinfo 9 Feb 2005 17:03:33 -0000 > @@ -7032,7 +7032,7 @@ experiment. > This command takes no arguments. It ends the trace experiment, and > stops collecting data. > > -@strong{Note:} a trace experiment and data collection may stop > +@strong{Note}: a trace experiment and data collection may stop > automatically if any tracepoint's passcount is reached > (@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full. > > @@ -21098,7 +21098,7 @@ differently, so the precise meaning of t > > Reply: > @table @asis > -@item @var{XX@dots} > +@item @var{XX@dots{}} > Hex encoded (big endian) bytes representing the address of the thread > local storage requested. >