Subject: Build failure with today's (05-Jan-2004) -current
To: NetBSD Current-Users <current-users@netbsd.org>
From: Brian Chase <vaxzilla@jarai.org>
List: current-users
Date: 01/05/2004 15:51:08
I just ran into the following when trying to build a release with
sources updated from this morning using the following command:

./build.sh -m vax -V CHECKFLIST_FLAGS="-e -m" -V BUILD_regress="no" \
  -j4 -R /usr/snapshot release

...

--- dependall-ntpdc ---
--- ntpdc ---
#      link  ntpdc/ntpdc
/u0/work/netbsd-current/src/obj/tooldir.NetBSD-1.6ZG-i386/bin/vax--netbsdelf-gcc    -o ntpdc -nostdlib  -Wl,-rpath-link,/u0/work/netbsd-current/src/obj/destdir.vax/lib:/u0/work/netbsd-current/src/obj/destdir.vax/usr/lib  -L/u0/work/netbsd-current/src/obj/destdir.vax/lib /u0/work/netbsd-current/src/obj/destdir.vax/usr/lib/crt0.o /u0/work/netbsd-current/src/obj/destdir.vax/usr/lib/crti.o /u0/work/netbsd-current/src/obj/destdir.vax/usr/lib/crtbegin.o ntpdc.o ntpdc_ops.o version.o -L/u0/work/netbsd-current/src/usr.sbin/ntp/libisc/obj -lisc -ledit -ltermcap -L/u0/work/netbsd-current/src/usr.sbin/ntp/libntp/obj -lntp -lcrypto  -L/u0/work/netbsd-current/src/obj/destdir.vax/usr/lib -L/u0/work/netbsd-current/src/obj/destdir.vax/usr/lib  -lgcc -lc -lgcc /u0/work/netbsd-current/src/obj/destdir.vax/usr/lib/crtend.o /u0/work/netbsd-current/src/obj/destdir.vax/usr/lib/crtn.o
--- dependall ---
1 error

nbmake: stopped in /u0/work/netbsd-current/src/usr.sbin

*** Failed target:  dependall-usr.sbin
*** Failed command: targ=dependall;dir=usr.sbin; case "$dir" in /*) echo "$targ ===> $dir"; cd "$dir"; /u0/work/netbsd-current/src/obj/tooldir.NetBSD-1.6ZG-i386/bin/nbmake "_THISDIR_=$dir/" $targ; ;; *) echo "$targ ===> $dir"; cd "/u0/work/netbsd-current/src/$dir"; /u0/work/netbsd-current/src/obj/tooldir.NetBSD-1.6ZG-i386/bin/nbmake "_THISDIR_=$dir/" $targ; ;; esac
*** Error code 2

Stop.
nbmake: stopped in /u0/work/netbsd-current/src
*** [do-build] Error code 1
1 error

nbmake: stopped in /u0/work/netbsd-current/src

*** Failed target:  build
*** Failed command: (cd /u0/work/netbsd-current/src && /u0/work/netbsd-current/src/obj/tooldir.NetBSD-1.6ZG-i386/bin/nbmake do-build)
*** Error code 2

Stop.
nbmake: stopped in /u0/work/netbsd-current/src
*** [release] Error code 1
1 error

nbmake: stopped in /u0/work/netbsd-current/src

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


-brian.