Subject: build.sh fails
To: None <current-users@netbsd.org>
From: None <keks@kibla.org>
List: current-users
Date: 02/28/2004 14:44:06
I'm trying to build i386-current now for a couple of days (with fresh
sources each time) but build just fails. Same location every time. I
have no optimizations present in mk.conf and have been building with
the same procedure before with success.
Any clues?

jj

---------------- <cut>
#   compile  GENERIC/usscanner.o
/usr/current/i386/tools/bin/i386--netbsdelf-gcc -ffreestanding -O2 -Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wno-sign-compare -Di386 -I. -I/usr/current/src/sys/arch -I/usr/current/src/sys -nostdinc -DLKM -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT -c /usr/current/src/sys/dev/usb/usscanner.c
nbmake: don't know how to make /usr/current/src/sys/../contrib/sys/arch/i386/dev/athhal-elf.o. Stop

nbmake: stopped in /usr/current/i386/obj/usr/current/src/sys/arch/i386/compile/GENERIC

*** Failed target:  kern-GENERIC
*** Failed command: cd /usr/current/i386/obj/usr/current/src/sys/arch/i386/compile/GENERIC && /usr/current/i386/tools/bin/nbmake depend && /usr/current/i386/tools/bin/nbmake
*** Error code 2

Stop.
nbmake: stopped in /usr/current/src/etc


*** Failed target:  release
*** Failed command: (cd /usr/current/src/etc && /usr/current/i386/tools/bin/nbmake INSTALL_DONE=1 release)
*** Error code 1

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

ERROR: Failed to make release
*** BUILD ABORTED ***

---------------- </cut>