Current-Users archive

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

build.sh of tools (nbhost-mkdep) fails on i386 vm



I'm following up again with more detail, this first one is what I  am
seeing when I try to build tools. I've been building successfully  for
several years, so was kind of stumped when this started happening  a
couple of weeks ago...even more curious that it seem localized to me.

After a fresh cvs update from current and deleting /usr/obj and
/usr/tools...

on my vm name xperiment...
xperiment 12 # ./build.sh -O ../obj -T ../tools -u tools
===> build.sh command:    ./build.sh -O ../obj -T ../tools -u tools ===>
build.sh started:    Sat Oct  1 09:01:41 EDT 2011
===> NetBSD version:      5.99.56
===> MACHINE:             i386
===> MACHINE_ARCH:        i386
===> Build platform:      NetBSD 5.99.55 i386
===> HOST_SH:             /bin/sh
===> No $TOOLDIR/bin/nbmake, needs building.
===> Bootstrapping nbmake
checking for sh... /bin/sh
checking for gcc... cc
[bunch of successful stuff omitted]
[including the following because it seems redundant?]
checking how to run the C preprocessor... cc -E
updating cache config.cache
configure: creating ./config.status
config.status: creating host-mkdep
chmod +x host-mkdep
install ===> host-mkdep
rm -f host-mkdep
CC=cc /bin/sh /usr/src/tools/host-mkdep/configure
--cache-file=config.cache
configure: loading cache config.cache
checking for sh... (cached) /bin/sh
checking for mawk... (cached) awk
checking for gcc... (cached) cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) cc -E
configure: creating ./config.status
config.status: creating host-mkdep
chmod +x host-mkdep
dependall ===> compat
mkdir -p include/sys include/machine include/rpc include/arpa
rm -f config.cache
CC=cc CFLAGS=-O LDFLAGS=  /bin/sh /usr/src/tools/compat/configure
--cache-file=config.cache
configure: creating cache config.cache
checking for gcc... cc
[did it just make host-mkdep twice? - more stuff deleted]
[final failed chunk ---]
checking if fparseln seems to work... yes
updating cache config.cache
configure: creating ./config.status
config.status: creating defs.mk
config.status: creating nbtool_config.h
#    create  compat/atoll.d
/usr/src/../tools/bin/nbhost-mkdep -f atoll.d --      -I. -I./include
-I/usr/src/tools/compat -I/usr/src/tools/compat/sys
-DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE 
/usr/src/tools/compat/../../lib/libc/stdlib/atoll.c
sh: /usr/src/../tools/bin/nbhost-mkdep: not found

*** Failed target:  atoll.d
*** Failed command: /usr/src/../tools/bin/nbhost-mkdep -f atoll.d -- -I.
-I./include -I/usr/src/tools/compat -I/usr/src/tools/compat/sys
-DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE
/usr/src/tools/compat/../../lib/libc/stdlib/atoll.c
*** Error code 127

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

*** Failed target:  dependall-compat
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1";
shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="";
real="/usr/src/tools" ;; *) this="${dir}/"; real="/usr/src/tools/${dir}"
;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with:
$@)}"; cd "${real}" && /usr/src/../tools/bin/nbmake _THISDIR_="${this}"
"$@" ${target}; }; _makedirtarget compat dependall
*** Error code 1

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

ERROR: Failed to make dependall in "tools"
*** BUILD ABORTED ***

Help please!






Home | Main Index | Thread Index | Old Index