Subject: Problems building today's tree
To: None <current-users@netbsd.org>
From: John Goerzen <jgoerzen@complete.org>
List: current-users
Date: 01/08/2002 09:04:03
Hi,

Actually, I first noticed this yesterday.  I hadn't rsynced my tree since 
before Christmas.

When I try to build, from a clean tree, using either build.sh or make build, 
the build aborts with this error:

CC=/usr/obj/home/usr2/src/tools/tools.NetBSD-1.5ZA-i386/bin/i386--netbsdelf-gcc 
/usr/obj/home/usr2/src/tools/tools.NetBSD-1.5ZA-i386/bin/nbmkdep -a  
-nostdinc -isystem /usr/include  /home/usr2/src/lib/libbz2/blocksort.c 
/home/usr2/src/lib/libbz2/huffman.c /home/usr2/src/lib/libbz2/crctable.c 
/home/usr2/src/lib/libbz2/randtable.c /home/usr2/src/lib/libbz2/compress.c 
/home/usr2/src/lib/libbz2/decompress.c /home/usr2/src/lib/libbz2/bzlib.c
sed -e 's/@parindent.*//'  -e 's/@parskip.*//'  -e 's/@node Overview, 
Implementation, Top, Top/@node Overview, (dir), Top, (dir)/'  -e 
's/@itemize$/@itemize @bullet/'  </home/usr2/src/lib/libbz2/manual.texi 
>bzip2.texi
/usr/obj/home/usr2/src/tools/tools.NetBSD-1.5ZA-i386/bin/nbmakeinfo  
--no-split -o bzip2.info bzip2.texi
./bzip2.texi:102: Prev reference to nonexistent node `Top'.
./bzip2.texi:102: warning: unreferenced node `Overview'.
makeinfo: Removing output file `bzip2.info' due to errors; use --force to 
preserve.
*** Error code 2

Stop.
nbmake: stopped in /home/usr2/src/lib/libbz2
*** Error code 1

Stop.
nbmake: stopped in /home/usr2/src/lib/libbz2
*** Error code 1

Stop.
nbmake: stopped in /home/usr2/src/lib
*** Error code 1

Stop.
nbmake: stopped in /home/usr2/src
*** Error code 1

Stop.
nbmake: stopped in /home/usr2/src

I have no idea how to write texi files so I'm clueless as to the fix.
Suggestions welcome!

-- John Goerzen