This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: doc build failure (Re: [patch 04/12] entryval#3: Virtual tail call frames)


Eli Zaretskii wrote:
> > Date: Mon, 10 Oct 2011 15:40:13 +0200 (CEST)
> > From: "Ulrich Weigand" <uweigand@de.ibm.com>
> > Cc: gdb-patches@sourceware.org
> > 
> > Jan Kratochvil wrote:
> > 
> > > --- a/gdb/doc/gdb.texinfo
> > > +++ b/gdb/doc/gdb.texinfo
> > 
> > > +Frames #0 and #2 are real, #1 is a virtual tail call frame.  The code can have
> > > +possible execution paths
> > > +@code{main@arrow{}a@arrow{}b@arrow{}c@arrow{}d@arrow{}f} or
> > > +@code{main@arrow{}a@arrow{}b@arrow{}e@arrow{}f}, @value{GDBN} cannot find which
> > > +one from the inferior state.
> > 
> > This causes make install to fail for me with:
> > 
> > makeinfo --split-size=5000000 --split-size=5000000 -I /home/kwerner/dailybuild/spu-tc-2011-10-10/gdb-head/src/gdb/doc/../../readline/doc -I /home/kwerner/dailybuild/spu-tc-2011-10-10/gdb-head/src/gdb/doc/../mi -I /home/kwerner/dailybuild/spu-tc-2011-10-10/gdb-head/src/gdb/doc \
> >                 -o gdb.info /home/kwerner/dailybuild/spu-tc-2011-10-10/gdb-head/src/gdb/doc/gdb.texinfo
> > /home/kwerner/dailybuild/spu-tc-2011-10-10/gdb-head/src/gdb/doc/gdb.texinfo:9794: Unknown command `arrow'.
> 
> @arrow is from a relatively new version of Texinfo.  What version do
> you have on that machine?

This is a RHEL 5 machine, which has:

[uweigand@pctc1 ~]$ makeinfo --version
makeinfo (GNU texinfo) 4.8

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]