* make dvi fails on insight-5.2.1 cygnus
@ 2002-07-29 3:49 Pierre Le Gallo
2002-08-01 15:20 ` Andrew Cagney
0 siblings, 1 reply; 2+ messages in thread
From: Pierre Le Gallo @ 2002-07-29 3:49 UTC (permalink / raw)
To: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 559 bytes --]
Hello,
make dvi fails on insight-5.2.1 cygnus. After poking around, I found that the problem is when texi2dvi (version 0.51) checks for macro extension in 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 a relative path ../texinfo as in
TEXIDIR=${gdbdir}/../texinfo
but as gdbdir resolve to .
texi2dvi doesn't find texinfo.tex and make stands still in the tex call. Solution (patchy) is to replace by
TEXIDIR=/lib/texmf/tex/texinfo
thanks.
Pierre
[-- Attachment #2: Type: text/html, Size: 1183 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: make dvi fails on insight-5.2.1 cygnus
2002-07-29 3:49 make dvi fails on insight-5.2.1 cygnus Pierre Le Gallo
@ 2002-08-01 15:20 ` Andrew Cagney
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Cagney @ 2002-08-01 15:20 UTC (permalink / raw)
To: Pierre Le Gallo; +Cc: gdb-patches
> Hello,
>
> make dvi fails on insight-5.2.1 cygnus. After poking around, I found that the problem is when texi2dvi (version 0.51) checks for macro extension in texinfo.tex. To do that it inputs texinfo.tex and sed ont it.
Does it also fail for straight GDB? If it does, can you create a bug
report in http://sources.redhat.com/gd/bugs/
> Problem is that it doesn't find texinfo.tex cause, Makefile in insight puts a relative path ../texinfo as in
> TEXIDIR=${gdbdir}/../texinfo
> but as gdbdir resolve to .
>
> texi2dvi doesn't find texinfo.tex and make stands still in the tex call. Solution (patchy) is to replace by
> TEXIDIR=/lib/texmf/tex/texinfo
> thanks.
That wouldn't be right. It should be picking up
{gdb,insight}-5.2.1/texinfo/texinfo.tex and not the version from your
installed directory.
Andrew
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-08-01 22:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-29 3:49 make dvi fails on insight-5.2.1 cygnus Pierre Le Gallo
2002-08-01 15:20 ` Andrew Cagney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox