Subject: Error comling Current in DELL PII !
To: None <current-users@netbsd.org>
From: Francisco Valladolid Hernandez <ficovh@bsdguy.net>
List: current-users
Date: 01/25/2005 17:49:58
Hil Folks,

While compiling -current in a DELL PII machine it say  the next error, 
with build.sh

The instruction was the follow.
*
./build.sh -O ../obj -T ../tools -U -u distribution*

This error code is for Distribution ...is the next.

#   compile  raidctl/raidctl.o
/usr/pkg/src/../tools/bin/i386--netbsdelf-gcc -Os  -Wall 
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith 
-Wno-sign-compare -Wno-traditional -Wno-uninitialized -Wreturn-type 
-Wswitch -Wshadow  -Werror    -nostdinc -isystem 
/usr/pkg/src/../obj/destdir.i386/usr/include -DRESCUEDIR=\"/rescue\"  
-c    /usr/pkg/src/sbin/raidctl/raidctl.c
/usr/pkg/src/../tools/bin/i386--netbsdelf-ld -r -dc -o raidctl.ro 
rf_configure.o raidctl.o
cd rcorder; printf '.PATH: /usr/pkg/src/bin/rcorder\n.CURDIR:= 
/usr/pkg/src/bin/rcorder\n.include "${.CURDIR}/Makefile"\n' | 
/usr/pkg/src/../tools/bin/nbmake -f- CRUNCHEDPROG=1 DBG="-Os" depend 
rcorder.ro
nbmake: "/usr/pkg/src/bin/rcorder/(stdin)" line 3: Could not find 
/usr/pkg/src/bin/rcorder/Makefile
nbmake: Fatal errors encountered -- cannot continue

nbmake: stopped in /usr/pkg/obj/rescue/rcorder

*** Failed target:  rcorder_make
*** Failed command: cd rcorder; printf '.PATH: 
/usr/pkg/src/bin/rcorder\n.CURDIR:= /usr/pkg/src/bin/rcorder\n.include 
"${.CURDIR}/Makefile"\n' | /usr/pkg/src/../tools/bin/nbmake -f- 
CRUNCHEDPROG=1 DBG="-Os" depend rcorder.ro
*** Error code 1

Stop.
nbmake: stopped in /usr/pkg/src/rescue

*** Failed target:  rescue
*** Failed command: /usr/pkg/src/../tools/bin/nbmake RESCUEDIR=/rescue 
MKKERBEROS=no -f rescue.mk rescue.crunched
*** Error code 1

Stop.
nbmake: stopped in /usr/pkg/src/rescue

*** Failed target:  dependall
*** Failed command: cd /usr/pkg/src/rescue; 
/usr/pkg/src/../tools/bin/nbmake realall
*** Error code 1

Stop.
nbmake: stopped in /usr/pkg/src/rescue

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

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

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

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

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

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

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

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

ERROR: Failed to make distribution
*** BUILD ABORTED ***
localhost#


Regards,

Fco. Valladolid.