Current-Users archive

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

Build problem



This must be something simple but I can't see what I'm doing wrong...

I have an up-to-date src tree and I was able to successfully build i386 release from it:

===> build.sh command: ./build.sh -m i386 -x -D /var/tmp/d/i386 -O /var/tmp/o/i386 -R /var/tmp/r -T /var/tmp/t release iso-image
===> build.sh started: Wed Oct 29 12:18:12 EET 2008
===> NetBSD version:   4.99.73
===> MACHINE:          i386
===> MACHINE_ARCH:     i386
===> Build platform:   NetBSD 4.99.73 i386
===> HOST_SH:          /bin/sh

# ls -lh /var/tmp/r/iso/i386cd.iso
-r--r--r--  1 root  wheel  221M Oct 29 14:41 /var/tmp/r/iso/i386cd.iso

Now, using the same tree, I can't build amd64 :-(

===> build.sh command: ./build.sh -m amd64 -x -D /var/tmp/d/amd64 -O /var/tmp/o/amd64 -R /var/tmp/r -T /var/tmp/t release iso-image
===> build.sh started: Wed Oct 29 14:49:22 EET 2008
===> NetBSD version:   4.99.73
===> MACHINE:          amd64
===> MACHINE_ARCH:     x86_64
===> Build platform:   NetBSD 4.99.73 i386
===> HOST_SH:          /bin/sh

...

cleandir ===> compat/lib/librefuse
cd: can't cd to /home/src/compat/lib/librefuse

*** Failed target:  cleandir-librefuse
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; case
 "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="compat/lib/"; real="/
home/src/compat/lib" ;; *) this="compat/lib/${dir}/"; real="/home/src/compat/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@ )}"; cd "${real}" && /var/tmp/t/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget librefuse cleandir
*** Error code 2

Stop.
nbmake: stopped in /home/src/compat/lib


Home | Main Index | Thread Index | Old Index