tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: build.sh errors.
===> build.sh command: ./build.sh -m amd64 -U -j8 -N0 -T
../amd64/B140522161139/tools -O ../amd64/B140522161139/obj tools
===> build.sh started: Thu May 22 16:11:39 MSK 2014
===> NetBSD version: 6.99.42
===> MACHINE: amd64
===> MACHINE_ARCH: x86_64
===> Build platform: Linux 3.13.11-100.fc19.x86_64 x86_64
===> HOST_SH: /usr/bin/sh
===> No $TOOLDIR/bin/nbmake, needs building.
===> Bootstrapping nbmake
checking for sh... /usr/bin/sh
checking for gcc... 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... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking how to run the C preprocessor... cc -E
checking for regex.h... yes
[...]
checking for zlib.h... no
configure: error: zlib must be installed in a compiler-visible path
--- config.cache ---
*** [config.cache] Error code 1
nbmake[2]: stopped in /home/ilya/work/nbsd/src/tools/compat
1 error
nbmake[2]: stopped in /home/ilya/work/nbsd/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="/home/ilya/work/nbsd/src/tools" ;; *) this="${dir}/";
real="/home/ilya/work/nbsd/src/tools/${dir}" ;; esac; show=${this:-.}; echo
"${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/home/ilya/work/nbsd/src/../amd64/B140522161139/tools/bin/nbmake
_THISDIR_="${this}" "$@" ${target}; }; _makedirtarget compat dependall
*** Error code 2
Stop.
nbmake[1]: stopped in /home/ilya/work/nbsd/src/tools
--- build_install ---
*** [build_install] Error code 1
nbmake: stopped in /home/ilya/work/nbsd/src/tools
1 error
nbmake: stopped in /home/ilya/work/nbsd/src/tools
ERROR: Failed to make build_install in "tools"
*** BUILD ABORTED ***
Home |
Main Index |
Thread Index |
Old Index