From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27424 invoked by alias); 21 Mar 2009 14:39:28 -0000 Received: (qmail 27416 invoked by uid 22791); 21 Mar 2009 14:39:27 -0000 X-SWARE-Spam-Status: No, hits=1.4 required=5.0 tests=AWL,BAYES_00,BOTNET,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout1.012.net.il (HELO mtaout1.012.net.il) (84.95.2.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 21 Mar 2009 14:39:21 +0000 Received: from conversion-daemon.i-mtaout1.012.net.il by i-mtaout1.012.net.il (HyperSendmail v2007.08) id <0KGV00J001GFNG00@i-mtaout1.012.net.il> for gdb-patches@sourceware.org; Sat, 21 Mar 2009 16:39:18 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.23.114]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KGV00KUC21F2G60@i-mtaout1.012.net.il>; Sat, 21 Mar 2009 16:39:16 +0200 (IST) Date: Sat, 21 Mar 2009 15:58:00 -0000 From: Eli Zaretskii Subject: Re: Patch to update gdbint.texinfo [01/04] In-reply-to: <1237637671.3044.121.camel@thomas> To: jeremy.bennett@embecosm.com Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <1237202458.29424.36.camel@thomas> <1237628038.3044.105.camel@thomas> <1237637671.3044.121.camel@thomas> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-03/txt/msg00434.txt.bz2 > From: Jeremy Bennett > Cc: gdb-patches@sourceware.org > Date: Sat, 21 Mar 2009 12:14:31 +0000 > > Thanks for all this. PDF and HTML output work fine. Thanks for testing. > I've attached the EPS format (compressed with bzip2) for use with > PostScript/DVI. Thanks, I committed it. > 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. Does it work if you replace GDB's texinfo.tex with the one that comes with the Texinfo manual? Does it perhaps help to invoke texi2dvi with the --dvi switch? > I'll investigate further and raise a bug as appropriate. Thanks, please do.