Source-Changes-D archive

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

Re: CVS commit: src/share/mk



On Sun, Apr 17, 2011 at 11:03:37AM -0400, Christos Zoulas wrote:
> Module Name:  src
> Committed By: christos
> Date:         Sun Apr 17 15:03:37 UTC 2011
> 
> Modified Files:
>       src/share/mk: bsd.own.mk
> 
> Log Message:
> Revert previous, breaks builds completely (cd /usr/src/bin/test && make clean 
> &&
> make)

You have now broken the "tools" build again:

===> build.sh command:    ./build.sh -O /export/scratch/tron/obj -u -U -x tools
===> build.sh started:    Sun Apr 17 18:52:12 BST 2011
===> NetBSD version:      5.99.49
===> MACHINE:             i386
===> MACHINE_ARCH:        i386
===> Build platform:      NetBSD 5.99.49 i386
===> HOST_SH:             /bin/sh
===> No $TOOLDIR/bin/nbmake, needs building.
===> Bootstrapping nbmake
[...]
#    create  libelf/elf_begin.d
/src/tools/bin/nbhost-mkdep -f elf_begin.d --      --sysroot=/ 
-I/src/NetBSD-current/src/tools/libelf/../compat 
-I/src/NetBSD-current/src/tools/libelf/../../external/bsd/libelf/dist 
-I/src/tools/include/nbinclude -DLIBELF_TEST_HOOKS -DHAVE_NBTOOL_CONFIG_H=1 
-D_FILE_OFFSET_BITS=64 -I/export/scratch/tron/obj/tools/compat 
-I/src/tools/include  
/src/NetBSD-current/src/tools/libelf/../../external/bsd/libelf/dist/elf_begin.c
/src/tools/bin/nbhost-mkdep: Unknown option: --sysroot=/

*** Failed target:  elf_begin.d
*** Failed command: /src/tools/bin/nbhost-mkdep -f elf_begin.d -- --sysroot=/ 
-I/src/NetBSD-current/src/tools/libelf/../compat 
-I/src/NetBSD-current/src/tools/libelf/../../external/bsd/libelf/dist 
-I/src/tools/include/nbinclude -DLIBELF_TEST_HOOKS -DHAVE_NBTOOL_CONFIG_H=1 
-D_FILE_OFFSET_BITS=64 -I/export/scratch/tron/obj/tools/compat 
-I/src/tools/include 
/src/NetBSD-current/src/tools/libelf/../../external/bsd/libelf/dist/elf_begin.c
*** Error code 1

Stop.
nbmake: stopped in /src/NetBSD-current/src/tools/libelf

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

Stop.
nbmake: stopped in /src/NetBSD-current/src/tools

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

Can you please fix that?

        Kind regards

-- 
Matthias Scheler                                  http://zhadum.org.uk/


Home | Main Index | Thread Index | Old Index