NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
toolchain/40668: cross compile failure on i386 for evbarm on NB5RC2
>Number: 40668
>Category: toolchain
>Synopsis: cross compile failure on i386 for evbarm on NB5RC2
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: toolchain-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Feb 17 06:45:00 +0000 2009
>Originator: Tony Zhu
>Release: NetBSD5_RC2
>Organization:
Personal usage, no ORG
>Environment:
$ uname -a
NetBSD 5.0_RC2 NetBSD 5.0_RC2 (GENERIC) #0: Mon Feb 9 10:11:20 UTC 2009
builds%b4.netbsd.org@localhost:/home/builds/ab/netbsd-5-0-RC2/i386/200902090142Z-obj/home/builds/ab/netbsd-5-0-RC2/src/sys/arch/i386/compile/GENERIC
i386
$
>Description:
when build ARM toolschain on i386 platform by following command:
# cd /usr/src
# ./build.sh -u -m evbarm tools
... ...
... ...
updating cache config.cache
configure: creating ./config.status
config.status: creating host-mkdep
chmod +x host-mkdep
install ===> host-mkdep
mkdir -p /usr/src/tooldir.NetBSD-5.0_RC2-i386/bin
cp host-mkdep /usr/src/tooldir.NetBSD-5.0_RC2-i386/bin/nbhost-mkdep
chmod +x /usr/src/tooldir.NetBSD-5.0_RC2-i386/bin/nbhost-mkdep
dependall ===> compat
mkdir -p include/sys include/machine include/rpc include/arpa
[1] Segmentation fault (core dumped) touch include/.s...
*** Failed target: include/.stamp
*** Failed command: touch include/.stamp
*** Error code 139
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/tooldir.NetBSD-5.0_RC2-i386/bin/nbmake
_THISDIR_="${this}" "$@" ${target}; }; _makedirtarget compat dependall
*** Error code 1
Stop.
nbmake: stopped in /usr/src/tools
ERROR: Failed to make dependall tools
*** BUILD ABORTED ***
>How-To-Repeat:
under /usr/src run following command, it will reproduce.
./build.sh -u -m evbarm tools
>Fix:
don't know how to fix
Home |
Main Index |
Thread Index |
Old Index