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: Patch to update gdbint.texinfo [01/04]


On Sat, 2009-03-21 at 12:29 +0200, Eli Zaretskii wrote:
> > From: Jeremy Bennett <jeremy.bennett@embecosm.com>
> > Cc: gdb-patches@sourceware.org
> > Date: Sat, 21 Mar 2009 09:33:58 +0000
> > 
> > Thanks for doing this. Not sure what went wrong with the binaries. I
> > produced them on FC9 Linux, but only tested them on the same machine.
> > 
> > I've attached the PDF to this message. I will attach the PNG to a follow
> > up message.
> 
> Thanks, these images are OK.  Everything is committed now.  I tested
> only the text-mode Info output and verified that the Emacs Info reader
> shows the PNG image instead of the ASCII art.  If you can make sure
> that PDF and HTML output formats work as well, please do.
> 
> Btw, I think we also need an EPS format, for TeX and PS output.
> 

Hi Eli,

Thanks for all this. PDF and HTML output work fine.

I've attached the EPS format (compressed with bzip2) for use with
PostScript/DVI.

There seems to be a problem with PostScript and DVI output. "make dvi"
seems to create a PDF file (not a DVI file), then leading to an error.

        (/home/jeremy/partners/GDB/cvstrees/src/gdb/doc/fdl.texi Appendix I [436]
        [437] [438] [439] [440] [441] [442]) (Index) [443] [444] [445] [446] )
        (see the transcript file for additional information)</usr/share/texmf/fonts/typ
        e1/bluesky/cm/cmb10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmbx12.pfb></u
        sr/share/texmf/fonts/type1/bluesky/cm/cmbxti10.pfb></usr/share/texmf/fonts/type
        1/bluesky/cm/cmcsc10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmr10.pfb></u
        sr/share/texmf/fonts/type1/bluesky/cm/cmr7.pfb></usr/share/texmf/fonts/type1/bl
        uesky/cm/cmr8.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmr9.pfb></usr/share
        /texmf/fonts/type1/bluesky/cm/cmsl10.pfb></usr/share/texmf/fonts/type1/bluesky/
        cm/cmsl9.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmsltt10.pfb></usr/share/
        texmf/fonts/type1/bluesky/cm/cmss10.pfb></usr/share/texmf/fonts/type1/bluesky/c
        m/cmsy10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmsy9.pfb></usr/share/tex
        mf/fonts/type1/bluesky/cm/cmti10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/c
        mtt10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmtt12.pfb></usr/share/texmf
        /fonts/type1/bluesky/cm/cmtt9.pfb>
        Output written on gdb.pdf (451 pages, 1609029 bytes).
        Transcript written on gdb.log.
        /usr/bin/texi2dvi: no such file or directory: gdb.dvi
        make[2]: *** [gdb.dvi] Error 1
        make[2]: Leaving directory `/home/jeremy/partners/GDB/cvstrees/build/doc'
        make[1]: *** [subdir_do] Error 1
        make[1]: Leaving directory `/home/jeremy/partners/GDB/cvstrees/build'
        make: *** [dvi] Error 2

"make ps" doesn't work in the main directory. "make ps" in the "doc"
subdirectory gives the same behavior as "make dvi" above.

The problem seems to be that texi2dvi is generating PDF. This seems to
be GDB specific. It applies to each of the GDB manuals (gdb.texinfo,
gdbint.texinfo etc), but not to texinfo manuals in other projects.

It could be connected with the move to replace etex by a link to pdftex
in recent Linuxes (I'm using FC9), which may require some modification
to GDB's custom texinfo.tex.

I'll investigate further and raise a bug as appropriate.

ATB,


Jeremy

-- 
Tel:      +44 (1202) 416955
Cell:     +44 (7970) 676050
SkypeID: jeremybennett
Email:   jeremy.bennett@embecosm.com
Web:     www.embecosm.com

Attachment: stack-frame.eps.bz2
Description: image/bzeps


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