Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

early tools -current build failure



Hi,

My attempt to build -current amd64 failed twice today; after the first
failure I moved aside the obj and tools directory and did 'make
cleandir', essentially starting from scratch; it failed identically:
...
 build.sh command:    ./build.sh -D/home/sysbuild/amd64/destdir
-M/home/sysbuild/amd64/obj -N2 -R/home/sysbuild/release
-T/home/sysbuild/amd64/tools -U -X/home/sysbuild/xsrc -j4 -mamd64 -u
-x release iso-image
......

cc  -D_PATH_DEFSYSPATH="/home/sysbuild/src/share/mk"
-DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1
-DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -O -c
/home/sysbuild/src/usr.bin/make/lst.lib/lstSucc.c
cc -o nbmake *.o
===> MAKECONF file:       /etc/mk.conf
#    objdir  /home/sysbuild/amd64/obj/home/sysbuild/src/tools
nbmake: "/home/sysbuild/src/share/mk/bsd.nls.mk" line 18: Unknown directive
nbmake: "/home/sysbuild/src/share/mk/bsd.nls.mk" line 19: Unknown directive
nbmake: Fatal errors encountered -- cannot continue
ERROR: bomb_getmakevar TOOLDIR: /tmp/nbbuild81/nbmake failed
*** BUILD ABORTED ***
sysbuild: W: Command failed with code 1
-- 

Any ideas? Perhaps I've missed something new in the BUILDING file?
there is nothing particular in these two lines of the bsd.nls.mk:
.....
##### Build rules
.if ${MKNLS} != "no"

NLSALL=         ${NLS:.msg=.cat}

realall:        ${NLSALL}                   <---- 18
.NOPATH:        ${NLSALL}

.SUFFIXES: .cat .msg
.....



Chavdar


----


Home | Main Index | Thread Index | Old Index