Subject: build.sh tools fail
To: None <current-users@netbsd.org>
From: grifo <grifo3000@interfree.it>
List: current-users
Date: 11/01/2004 23:51:57
hello
I cannot compile my tools due an error while compiling gcc.    
I cleaned both the src tree and /usr/tools (/usr/obj also),
I rm-ed my /usr/src and re-cvsed checkouting it from scratch,
I tried also to fetch the top-level.tar.gz set and cvs up from
it but without success.

the error i got (already reported in this ml about one month ago) follows:

# uname -custom # :)))
NetBSD darthvader 2.99.10 NetBSD 2.99.10 (DARTHVADER) #26: 
# ./build.sh tools
(snip)
Stop.
nbmake: stopped in /usr/obj/tools/gcc/build

*** Failed target:  .install_done
*** Failed command: (cd /usr/src/../obj/tools/gcc/build &&
/usr/src/../tools/bin/nbmake -f /usr/src/tools/gcc/../Makefile.gnuwrap
MACHINE= MAKEINFO=/usr/src/../tools/bin/nbmakeinfo LIBGCC= LIBGCC1=
LIBGCC1_TEST= LIBGCC2= INSTALL_LIBGCC= EXTRA_PARTS=
CPPFLAGS=-DNETBSD_TOOLS BISON=true DESTDIR=
INSTALL=/usr/src/../tools/bin/nbinstall\ -c\ -p\ -r install-gcc)
*** Error code 1

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

*** Failed target:  install-gcc
*** 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 gcc install
*** Error code 1

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

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

goodbye