Subject: build.sh failing in "dependall libiberty"
To: None <current-users@netbsd.org>
From: John F. Woods <jfw@jfwhome.funhouse.com>
List: current-users
Date: 03/19/2002 13:51:44
I'm trying to build yesterday's sources using build.sh; I'm currently
at 1.5X.

===> DESTDIR path: /scratch/build
===> TOOLDIR path: /scratch/tools
Build started at: Tue Mar 19 07:20:24 EST 2002
...
building shared object bfd library
/scratch/tools/bin/i386--netbsdelf-ranlib libbfd_pic.a
building shared bfd library (version 4.0)
/scratch/tools/bin/i386--netbsdelf-ld -nostdlib -x -shared -soname libbfd.so.4 -o libbfd.so.4.0  /scratch/build/usr/lib/crtbeginS.o  --whole-archive libbfd_pic.a  --no-whole-archive   -L/scratch/build/usr/lib -L/scratch/build/usr/lib  -R/usr/lib -R/usr/lib  /scratch/build/usr/lib/crtendS.o
ln -sf libbfd.so.4.0 libbfd.so.4.tmp
mv -f libbfd.so.4.tmp libbfd.so.4
ln -sf libbfd.so.4.0 libbfd.so.tmp
mv -f libbfd.so.tmp libbfd.so
dependall ===> libiberty
nbmake: don't know how to make /usr/src/gnu/lib/libiberty/arch/i386/config.h. Stop

nbmake: stopped in /usr/src/gnu/lib/libiberty
*** Error code 2


The command line I'm using is

   ./build.sh -D /scratch/build -R /scratch/release/i386 -T /scratch/tools $*

This might just be some ancient leftover crud that I need to delete,
but I did do a "make cleandir" first, and started with empty
directories under /scratch.