Subject: Re: make build fails everytime
To: None <netbsd-help@netbsd.org, current-users@netbsd.org>
From: Joe Reed <jnr@po.cwru.edu>
List: netbsd-help
Date: 02/01/2002 01:06:18
i've been trying to build -current on i386 for about 3 days now. each time, i 
can compile the kernal just fine, but both build.sh AND make build both fail 
every time.  here's the error:

# ./build.sh -t 

<snip>

checking lex output file root... 
/usr/src/tools/toolchain/../../gnu/dist/toolchain/binutils/configure: 
/usr/src/tools/obj/tools.NetBSD-1.5ZA-i386/bin/nblex: not found
configure: error: cannot find output from 
/usr/src/tools/obj/tools.NetBSD-1.5ZA-i386/bin/nblex; giving up
Configure in /usr/obj/tools/toolchain/build/binutils failed, exiting.
*** Error code 1

Stop.
nbmake: stopped in /usr/src/tools/toolchain
*** Error code 1

Stop.
nbmake: stopped in /usr/src/tools/toolchain
*** Error code 1

Stop.
nbmake: stopped in /usr/src/tools

i've cvs update -PAd from /usr/src every time before building, so i know i've 
got the current source.  i've done a rm -Rf /usr/obj; mkdir /usr/obj; make 
obj and i've done a make cleandir  before every time i try and make build or 
run build.sh -t .

does anyone have an idea as to what's wrong here?  or know what i can do to 
get my machine up to -current ?

thanks for any help you can offer,

--joe