Subject: Re: make build error for source feb 12, 1999
To: Chan Yiu Wah <c5666305@hkstar.com>
From: Michael Graff <explorer@flame.org>
List: current-users
Date: 02/13/1999 04:54:19
Yep.

install the texinfo from /usr/src/gnu/texinfo, then add this to your
/etc/mk.conf file:

MAKEINFO=/usr/bin/makeinfo
INSTALL_INFO=/usr/bin/install-info

That's what I had to do.  It seems the /usr/pkg/ version is slightly
different.  :/

--Michael

Chan Yiu Wah <c5666305@hkstar.com> writes:

> Hello,
> 
> I encounter an error when make build for source tree Feb 12, 1999. Any idea?
> 
> cheers
> 
> Clarence
> 
> ======= Error =======
> cc   -o texindex texindex.o -L/usr/src/gnu/usr.bin/texinfo/common -lcommon
> texindex.o: warning: mktemp() possibly used unsafely, use mkstemp() or mkdtemp()
> all ===> gnu/usr.bin/gdb
> /usr/src/gnu/usr.bin/gdb/../../dist/gdb/doc/gdb.texinfo:10: @include gdb-cfg.tex
> i: No such file or directory.
> /usr/src/gnu/usr.bin/gdb/../../dist/gdb/doc/gdb.texinfo:6872: Cross reference to
>  nonexistent node `Signals'.
>  /usr/src/gnu/usr.bin/gdb/../../dist/gdb/doc/gdb.texinfo:2865: Cross reference to
>   nonexistent node `Signals'.
>   makeinfo: Removing output file `gdb.info' due to errors; use --force to preserve
>   .
>   Making info file `gdb.info' from `/usr/src/gnu/usr.bin/gdb/../../dist/gdb/doc/gd
>   b.texinfo'.
>   *** Error code 2
> 
> ======= Error =======