tech-toolchain archive

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

Re: build nit for cross build.



>>>>> "Martin" == Martin Husemann <martin%duskware.de@localhost> writes:

    Martin> On Tue, Mar 17, 2015 at 02:44:48PM +0530, Cherry G. Mathew wrote:
    >> Hi,
    >> 
    >> I've filed a PR, but it's trivial and annoying - ok to commit ?

    Martin> Can you please descibe how you hit what issue?

Hi, yes - a cross build on amd64 like so hits it consistently on -current:

./build.sh -j8 -mi386 -U -M /tmp/xeni386-obj -T /$MYTOOLOBJ/src/tools-obj tools

It gives me:

--- /tmp/xen32-obj/tools-obj/share/compat/defs.mk ---
/tmp/xen32-obj$MYTOOLOBJDIR/src/tools/binstall/xinstall -c  -r defs.mk
/tmp/xen32-obj/tools-obj/share/compat/defs.mk
--- includes ---
cd: can't cd to include
*** [includes] Error code 2

nbmake[2]: stopped in $MYTOOLOBJDIR/src/tools/compat
1 error

nbmake[2]: stopped in $MYTOOLOBJDIR/src/tools/compat

*** Failed target:  install-compat
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1";
*** shift; case "${dir}" in /*) this="${dir}/"; real="${dir}"\
\
 ;; .) this=""; real="$MYTOOLOBJDIR/src/tools" ;; *) this="${dir}/";
*** real="$MYTOOLOBJDIR/src/tools/${dir}" ;; esac; show=${t\
his:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}"
*** && /tmp/xen32-obj/tools-obj/bin/nbmake _THISDIR_="${th\
\
is}" "$@" ${target}; }; _makedirtarget compat install
*** Error code 2

Stop.
nbmake[1]: stopped in $MYTOOLOBJDIR/src/tools
*** [build_install] Error code 1

nbmake: stopped in $MYTOOLOBJDIR/src/tools
1 error

nbmake: stopped in $MYTOOLOBJDIR/src

-- 
Cherry


Home | Main Index | Thread Index | Old Index