From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27527 invoked by alias); 28 Jul 2002 08:04:26 -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 27518 invoked from network); 28 Jul 2002 08:04:23 -0000 Received: from unknown (HELO mel-rto4.wanadoo.fr) (193.252.19.23) by sources.redhat.com with SMTP; 28 Jul 2002 08:04:23 -0000 Received: from mel-rta9.wanadoo.fr (193.252.19.69) by mel-rto4.wanadoo.fr (6.5.007) id 3D18589F010FE70E for gdb-patches@sources.redhat.com; Sun, 28 Jul 2002 10:04:22 +0200 Received: from RITA2002 (80.9.74.251) by mel-rta9.wanadoo.fr (6.5.007) id 3D2A791A0091D1D8 for gdb-patches@sources.redhat.com; Sun, 28 Jul 2002 10:04:22 +0200 Message-ID: <000a01c2360d$5e1e6440$fb4a0950@RITA2002> From: "Pierre Le Gallo" To: Subject: make dvi fails on insight-5.2.1 cygnus Date: Mon, 29 Jul 2002 03:49:00 -0000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C2361E.1FF53E80" X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-SW-Source: 2002-07/txt/msg00547.txt.bz2 This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C2361E.1FF53E80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-length: 555 Hello, make dvi fails on insight-5.2.1 cygnus. After poking around, I found that t= he problem is when texi2dvi (version 0.51) checks for macro extension in te= xinfo.tex. To do that it inputs texinfo.tex and sed ont it. Problem is that it doesn't find texinfo.tex cause, Makefile in insight puts= a relative path ../texinfo as in TEXIDIR=3D${gdbdir}/../texinfo but as gdbdir resolve to . texi2dvi doesn't find texinfo.tex and make stands still in the tex call. So= lution (patchy) is to replace by TEXIDIR=3D/lib/texmf/tex/texinfo thanks. Pierre ------=_NextPart_000_0007_01C2361E.1FF53E80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-length: 1209
Hello,
 
make dvi fails on insight-5.2.1 cygnus. After poking around, I found t= hat=20 the problem is when texi2dvi (version 0.51) checks for macro extension in=20 texinfo.tex. To do that it inputs texinfo.tex and sed ont it.
 
Problem is that it doesn't find texinfo.tex cause, Makefile in insight= puts=20 a relative path ../texinfo as in
TEXIDIR=3D${gdbdir}/../texinfo
but as gdbdir resolve to .
 
texi2dvi doesn't find texinfo.tex and make stands still in the tex cal= l.=20 Solution (patchy) is to replace by
TEXIDIR=3D/lib/texmf/tex/texinfo
thanks.
 
Pierre
 
------=_NextPart_000_0007_01C2361E.1FF53E80--